Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Oh, it's coming... hehe Well, you can add an expense, it might be a static value, but %ages will be coming in the next update
  2. Nope, nothing I can fix... FSACARS is stupid sometimes
  3. Oh gotcha... hey no prob man, I didn't notice it either lol I need to put up a guide on how to use FSPax
  4. Hehehe, no problem man!! Glad to help
  5. This will likely change in the next update so it's more configurable, but right now it's in: /core/common/PilotData.class.php Towards the end, there's: <?php $output = array(); $output[] = $pilotcode.' '. $pilot->firstname.' '.$pilot->lastname; $output[] = $pilot->rank.', '.$pilot->hub; $output[] = 'Total Flights: ' . $pilot->totalflights; $output[] = 'Total Hours: ' . $pilot->totalhours; You can change that there. To add a new line, do: $output[] = 'line text';
  6. Well, that would do it! Hehe... well, the different airlines doesn't matter as long as the flight number matches and is the full flight number including the airline code. But that's interesting, because the flight log you gave me didn't seem to have a random flight number. Glad it's working now though!
  7. Why won't it let you open with the browser? If your local.config.php file completely empty and writable? (Should be a file size of 0 (zero))
  8. goto the /install/install.php file
  9. The only reason that would happen if there's no connection to the database. On the install screen, did you click the "Check Database Connection", what does it say?
  10. What type of module is PHP running as? There were some issues on IIS, so it should be OK. When you installed, what version did you install? There shouldn't have been an update.
  11. Hey, don't use the beta. Use the version from http://www.phpvms.net/downloads The full version. Allan, you'll have to contact your host about that error. Something is not configured on their server properly
  12. Weird. I removed your airline. Try adding it again, I PM'd you the link before
  13. What's the api key you're using?
  14. Rev 734 - Last flight update, vac update3 August 2009, 8:44 amRev 734 - nabeel (5 file(s) modified)Last flight update, vac update~ /trunk/admin/modules/PIREPAdmin/PIREPAdmin.php~ /trunk/core/common/ACARSData.class.php~ /trunk/core/common/CentralData.class.php~ /trunk/core/common/OperationsData.class.php~ /trunk/core/modules/PIREPS/PIREPS.phpSource: phpVMSDownload from http://downloads.phpvms.net
  15. What version are you trying?
  16. Should be fixed in the latest beta
  17. A few bugs have been fixed, please update to build 734 of beta Thanks!
  18. Give it a shot with the latest, have fixed a few issues
  19. Late reply, what's your VA again? There have been some code updates, try again
  20. Nice template, that shoudn't be very difficult to incorporate. I'm sure someone will see this post and message you. And welcome to phpVMS!
  21. I've changed that in the next version, so it's a bit clearer
  22. I'm not sure that character is supported in GD. I will look into it, sorry for the late reply!
  23. Which error are you getting? Did you set the local.config.php file to writeable also?
  24. Do you mean the last flight date for a schedule? Or a PIREP? or a pilot?
×
×
  • Create New...