Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Yes, known problem, thanks
  2. Nabeel

    Acars

    Please try this next build (817)
  3. Should be fixed in next build, if not, please open a bug for it
  4. Ohh, hmm, not yet... it just uses the mail() function of PHP. I can build that in, I guess you want to use SMTP? I'll add those settings into the app.config. Can you open a bug to remind me? The link's in my sig
  5. No? You put it in the template you're using
  6. Hey, track it here, I'll get to it soon, sorry: http://bugs.phpvms.net/ticket/101
  7. Nabeel

    fleet

    Check the addons forum, I think there was an add-on
  8. Some details? I can change it on the dev site
  9. 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
  10. 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.
  11. Nabeel

    Pirep

    Manual PIREP? Do your schedules have distance?
  12. That's the one. Sorry, couldn't remember the name
  13. Which groups page? They can be edited from the "Pilots and GRoups" -> Pilot Groups page
  14. Try with the latest versions, the logins are db specific and cookies should be domain specific
  15. Ok I will sit down and digest your posts tomorrow, but keep me updated
  16. 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
  17. 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.
  18. In the admin panel, goto the general settings, or the settings page. It's the first option on top, for the email.
  19. You have to enter a fuel price for that airport. I'll take a look at the pax count mismatch.
  20. It's in the setting admin panel, the admin_email. That should have been moved into the local.config =
  21. 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
  22. LOL
  23. 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
  24. Use $info = OperationsData::GetAirportInfo($icao); Then $info should contain the city name, IIRC
  25. I am adding this
×
×
  • Create New...