Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Joine date

    What version are you running?
  2. Nabeel

    Importing Schedules

    I don't remember off the top of my head, but the optional fields are listed on that page in the admin panel
  3. 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
  4. Nope, nothing I can fix... FSACARS is stupid sometimes
  5. Yeah, PM them to me
  6. 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
  7. Hehehe, no problem man!! Glad to help
  8. 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';
  9. 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!
  10. 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))
  11. goto the /install/install.php file
  12. 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?
  13. 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.
  14. 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
  15. Weird. I removed your airline. Try adding it again, I PM'd you the link before
  16. What's the api key you're using?
  17. 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
  18. What version are you trying?
  19. Should be fixed in the latest beta
  20. A few bugs have been fixed, please update to build 734 of beta Thanks!
  21. Give it a shot with the latest, have fixed a few issues
  22. Late reply, what's your VA again? There have been some code updates, try again
  23. 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!
  24. I've changed that in the next version, so it's a bit clearer
  25. I'm not sure that character is supported in GD. I will look into it, sorry for the late reply!
×
×
  • Create New...