Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. What does your downloads look like now?
  2. Looks like its this bunch of code. The first line of this code. Back up this file before you start changing it. .nav li a:hover { background: /*#f2f2f2*/ #FAFBFF; color: #000; } #nav-one li:hover a, #nav-one li.sfHover a { background: #ccc; color: #000; } #nav-one li:hover ul a, #nav-one li.sfHover ul a { background: #565656; color: #959595; } #nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover { background: #ccc; color: #000; }
  3. Look in your skins css
  4. I now just have special flight numbers for the tours. I add a T in the number. (AKA125-T) make sure that number is never used again. Keep goin up in the order.
  5. Of course, if the Pilot has never logged in our flew a flight.
  6. For last flight use, <?php echo date('m/d/Y', strtotime($userinfo->lastpirep));?> That's how I have it on my site. I don't have a Last login displayed on my site, you can try <?php echo date('m/d/Y', strtotime($userinfo->lastlogin));?>
  7. Re install v3. You have some v2 files uploaded by mistake.
  8. Doubt it ever will, his username is as a Guest now. He deleted his account or got banned.
  9. Are you seeing the award images on the admin side?
  10. Just use Great Circle Maper - http://www.gcmap.com/
  11. Use http://box10.host1free.com/~virtua4 for the url in the kACARS settings.
  12. I didn't know there was documemtation. The setup is very straight forward, just need some comon sence.
  13. Do mean something like this?
  14. In the readme for the airmail, there is the code for the mail. Place that where you want it to show.
  15. Search in the main Schedules too, see if you get the same results.
  16. Did you run the exe as administrator?
  17. When you get on Windows Live, give me a shout.
  18. <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?>
  19. I do it manually every time.
  20. After you accent PIREPS that are in the tour, go to the Tour admin and click Rebuild All Tour Records. I do this for everytime there are tour flights.
  21. flyalaska

    VAForum 2

    Whats your url?
  22. flyalaska

    VAForum 2

    It needs to be http://www.mysite.com/index.php/Forum You forgot the index.php
  23. Put the entire code where ever you want to display it. Example. <?php $cws = new CodonWebService(); $xml = $cws->get('http://www.vacentral.net/airline/cva_canadianvirtualairlines/xml'); $xml = simplexml_load_string($xml); echo "Our airline's rank is {$xml->rank}"; ?> Replace the VACentral URL with your VA's VACentral URL.
×
×
  • Create New...