Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. The first worked great. The second, I am still unsure what is needed to fix that error. My rank images are png and it still does not work. What is supposed to show?
  2. I recently updated to simpilots version of phpvms and am having some problems. Firstly the Schedules. When I go to find a flight from lets say WMKK and click find flights, it does, but it uses the http://malaysiava.org/action.php/schedules/view, instead of the index.php one. How can that be fixed? Also when I accept or reject a pirep I get an error code [b]Warning[/b]: imagecreatefromstring() [[url="http://malaysiava.org/admin/index.php/pirepadmin/function.imagecreatefromstring"]function.imagecreatefromstring[/url]]: Data is not in a recognized format in [b]/home/globalai/public_html/malaysiava.org/core/common/PilotData.class.php[/b] on line [b]1016[/b] How can I fix that?
  3. Hi I just upgraded to Simpilots version of phpvms, and am getting an error when I accept or reject a pirep. [b]Warning[/b]: imagecreatefromstring() [[url="http://malaysiava.org/admin/index.php/pirepadmin/function.imagecreatefromstring"]function.imagecreatefromstring[/url]]: Data is not in a recognized format in [b]/****/********/***********/************/core/common/PilotData.class.php[/b] on line [b]1016[/b] How do I fix that. Also what is supposed to show.
  4. Please stop with these bloody counts to Christmas, it is still bloody november, I dont give a damn about how long is left. We all know how long is left, we don't need people bombarding us with how long is left.

  5. I have found the dont have the 777-300, just the 777-300ER.
  6. 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.
  7. sorry I was mistaken, it just recalculates your VA hours
  8. It would be handy to know what the other CMS is.
  9. <?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.
  10. 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.
  11. "Now we are free......I will see you again.....But not yet, not yet" Juba from the Film Gladiator

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

  14. At a Declan Sinnott gig

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

  18. I used the fseek, but nothing shows in the text file. http://malaysiava.org/vroute.txt
  19. 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.
  20. 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.
  21. R.I.P Robin Williams :(

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

  23. <?php echo url('/Codeshare');?>
×
×
  • Create New...