Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by Strider

  1. I have found the dont have the 777-300, just the 777-300ER.
  2. Also AK is not Asian Express, it is AirAsia, Asian Express is the callsign. Also EI is not Aer Lingus Irish airlines it is just Aer Lingus.
  3. sorry I was mistaken, it just recalculates your VA hours
  4. It would be handy to know what the other CMS is.
  5. <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { ?> <?php echo '<li><a href="'.fileurl('/admin').'" class="underline">Admin Center</a></li>'; } ?> <?php $admin = ExamsData::check_admin(Auth::$userinfo->pilotid); if ($admin->admin_level >= '1') {echo '<li><a href="'.url('/Exams_admin').'" >EXAMCenter Admin</a></li>';} ?> <?php } ?> Something like that. Just change the access_admin part.
  6. The reason for that, is the navdata that ships with phpvms is out of date. Also a lot of waypoints are not unique. And you may get the same named waypoint in Europe and Asia.
  7. "Now we are free......I will see you again.....But not yet, not yet" Juba from the Film Gladiator

  8. it is saying the class file is not there. you must have the hubstats.class file
  9. Sitting in my car eating a dooly's chipper

  10. At a Declan Sinnott gig

  11. Can you help me with that code please
  12. It is inserting data, but not the vatsim id's.
  13. I have got a very clever niece Kelley She did very well in her Leaving Cert.

  14. I used the fseek, but nothing shows in the text file. http://malaysiava.org/vroute.txt
  15. Get the vatsim id's into a text file. That way I can link my site with my vroute community. and eventually become a vroute partner airline.
  16. I have some code to put the vatsim id into a txt file and need some help. I have put the following code into the pilots_list.tpl where the vatsim id is place, and it works, but only puts one vatsim id into the text file. $vroute = fopen("vroute.txt", "w") or die("Unable to open file!"); $txt = $fieldvalue."\n"; fwrite($vroute, $txt); fclose($vroute); I have created the vroute.txt file and it has write permission. I need some help in creating this file, as it will make it easier to get my pilots into my VA's vroute community.
  17. R.I.P Robin Williams :(

  18. In the judges box at the Dublin horse show. On duty with St John ambulance

  19. <?php echo url('/Codeshare');?>
  20. The schedid is the id of the flight in the database, it is not the flight number.
  21. redownload it, I think it could have gotten corrupted.
  22. you need to be in phpmyadmin, go into the db where your phpvms installation is, and click on import
  23. I am waiting on Bank of Ireland to fix this c**k up they have had so I can get paid.

×
×
  • Create New...