Jump to content

mariorgrossi

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

mariorgrossi's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm working on it already for some time. http://gbav.net
  2. I've had this problem and decided to installing php version 5.3 I had to ask the host to downgrade the php version 5.3 because that was installed was 5.5. Take a database backup and go back to version 5.3
  3. I want to show the acars I developed
  4. I found a way to put the avatar on the badge. in pilotdata.class.php find this [/size] imagepng($img, SITE_ROOT.SIGNATURE_PATH.'/'.$pilotcode.'.png', 1); and paste before if(file_exists(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png')){ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png'); }else{ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/images/noavatar.png'); } imagecopymerge($img, $im6, 311, 4, 0, 0, 80, 80, 100);
  5. Hello! search it in pilotdata.class.php imagepng($img, SITE_ROOT.SIGNATURE_PATH.'/'.$pilotcode.'.png', 1); Paste this before if(file_exists(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png')){ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png'); }else{ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/images/noavatar.png'); } imagecopymerge($img, $im6, 311, 4, 0, 0, 80, 80, 100);
  6. VAs have two listings on my site and would like to know if there is a separate mandira finance them. and is there any way that they can buy and sell aircraft including thanks
  7. Spending with the company aerea is there any way to pay to have new aircraft in aerial my company, thus become more realistic? and a way of maintaining the company also would have to pay for it?
×
×
  • Create New...