Jump to content

James142

Members
  • Posts

    656
  • Joined

  • Last visited

Everything posted by James142

  1. In this part: <td><center><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></center></td> you need to edit the src. So instead of just having <?php echo $pilot->rankimage?>, you need to add something like:"http://www.yourwebsi...ur-rank-images/<?php echo $pilot->rankimage?>" eg: <td><center><img src="http://www.yourwebsite.com/path-to-your-images/<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></center></td>[/size][size="2"] obviously change http://www.yourwebsi...ur-rank-images/ to the location of your rank images.
  2. Got a backup of it?
  3. http://jetluxva.org - i believe that is their website
  4. This looks cool, can't wait for it to be released
  5. It works, thanks! +1
  6. Thanks Vansers I tried myself earlier but I didn't know what to do..
  7. Just a quick question. I am trying to display the pilots group in the public profile by using: <?php echo $userinfo->group; ?> but it shows up blank. (e.x: http://www.flyaerova...ile/view/FAV001 ) Is there something I am missing? I have searched but found nothing. Kindest Regards, James
  8. Would that point out the error? (blank space)
  9. What files should I check? Just the app.config and local.config? I am having the same problem and I cannot find the white space
  10. Use wampserver? http://www.wampserver.com/en/ you can view stuff on your computer.
  11. This error has come up many times before. Search for "no route passed" in the search bar. The cause is normally an extra javascript file in the <head> section..
  12. Are you sure that you have permission from Ryanair? I asked them a while back and they told me that they where not letting anyone use their name as there is a ryrvirtual.com already..
  13. Cool
  14. In the pilot_public_profile.tpl file you can change this: <?php if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { echo 'No avatar'; } else { echo '<img src="'.SITE_URL.AVATAR_PATH.'/'.$pilotcode.'.png'.'" alt="No Avatar" /> '; } ?> to: <img src="<?php echo PilotData::getPilotAvatar($pilotcode); ?>" /> That will get their avatar even when they are using the default one.
  15. Its a shame to see you go. Good luck with your future
  16. Isnt TCX0001 WALEED?
  17. Cool, love the livery
  18. The example link you have in the post works for me
  19. Its fine for me..? EDIT: Misread the question.
  20. Could you take a screenshot of what you have in your skins and brilliancev1 folders?
  21. What directory is it in? It should be in: lib > skins > brilliancev1 > css.
  22. there is no css there. You have:" http://www.airlingusva.com/lib/skins/brilliancev1/css/style.css which does not exist. Are you sure you uploaded the style.css file?
  23. Free Advertising Obviously I wont be giving 10 euro out to every pilot who would join ass I would be in debt at the end of the day. With the 10 hours pilots can get to fly larger aircraft (type rating system) without having to fly to earn the 10 hours. Its just another attempt to recruit pilots...
  24. Hello Reader. FlyAero Virtual are offering a massive 10 free hours to all not pilots who join FlyAero Virtual before the 24th August 2011! This offer is equivalent to a minimum of 15 of our flights! All you have to do is sign up and after you submit your first PIREP, you will receive your 10 hours. This means you are closer to being promoted from trainee to Second Officer. Applies only to pilots who join between the 8th August 2011 - 25th August 2011. For more information, please visit: www.flyaerova.com. Kindest Regards, The FlyAero Virtual Staff. -------------------------------- www.flyaerova.com support@flyaerova.com
×
×
  • Create New...