Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. No? You put it in the template you're using
  2. Hey, track it here, I'll get to it soon, sorry: http://bugs.phpvms.net/ticket/101
  3. Nabeel

    fleet

    Check the addons forum, I think there was an add-on
  4. In the latest ones it will show if there's a live fuel price. If there isn't, then it will let you know, so you should assign a default price. If you don't, then it will use DEFAULT_FUEL_PRICE from the configs
  5. Looks good. The module tutorial I would hold off and re-do it with the new format for the next version. Also, I noticed you do this: $data = ACARSData::GetACARSData($cutofftime=120); // it's just: $data = ACARSData::GetACARSData(120); That's in line with the PHP standards, it would be best to stay with that. There's alot of beginners too, wouldn't want them learning the wrong thing at first Other than that, what I've seen looks great. I think I'll upload the other tutorials over to YouTube as well, instead of hosting them there.
  6. Nabeel

    Pirep

    Manual PIREP? Do your schedules have distance?
  7. That's the one. Sorry, couldn't remember the name
  8. Which groups page? They can be edited from the "Pilots and GRoups" -> Pilot Groups page
  9. Try with the latest versions, the logins are db specific and cookies should be domain specific
  10. Ok I will sit down and digest your posts tomorrow, but keep me updated
  11. So far looks to me like FSFK. It's payware, and will be integrated as of the next version of phpVMS, but so far has been the most solid
  12. Yes, you should be able to just refresh those schedules. The PIREP's carry the full data for the schedule, I did this in anticipation that routes can change. And the second one, yes, should be possible.
  13. In the admin panel, goto the general settings, or the settings page. It's the first option on top, for the email.
  14. You have to enter a fuel price for that airport. I'll take a look at the pax count mismatch.
  15. It's in the setting admin panel, the admin_email. That should have been moved into the local.config =
  16. Finances will be grouped together. You can add a custom field, with the dropdown type, and enter the aircraft there (comma separated), they will then be able to select
  17. Thanks I'll take a look. I know about the calculate distance, haven't had the chance to look at it yet. Can you open a bug for this? Thanks
  18. Use $info = OperationsData::GetAirportInfo($icao); Then $info should contain the city name, IIRC
  19. Use the data from StatsData::AircraftUsage() I think the function is http://docs.phpvms.net/api
  20. Nabeel

    Acars

    So it's not reaching to phpVMS? What version? Any firewall in between?
  21. http://bugs.phpvms.net/ticket/100
  22. What version were you on previously, was it working for that? And it's upto 816, btw
×
×
  • Create New...