Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. CSS and y ou'll probably have to modify some of the code - it's in templates/core_navigation.tpl
  2. Allan, You have to email/contact your host about that error, something on their server is not configured properly
  3. Nabeel

    Joine date

    What version are you running?
  4. 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
  5. 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
  6. Nope, nothing I can fix... FSACARS is stupid sometimes
  7. Yeah, PM them to me
  8. 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
  9. Hehehe, no problem man!! Glad to help
  10. 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';
  11. 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!
  12. 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))
  13. goto the /install/install.php file
  14. 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?
  15. 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.
  16. 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
  17. Weird. I removed your airline. Try adding it again, I PM'd you the link before
  18. What's the api key you're using?
  19. 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
  20. What version are you trying?
  21. Should be fixed in the latest beta
  22. A few bugs have been fixed, please update to build 734 of beta Thanks!
  23. Give it a shot with the latest, have fixed a few issues
  24. Late reply, what's your VA again? There have been some code updates, try again
  25. 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!
×
×
  • Create New...