Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. You pay for server resources. With free hosts/shared hosting, once your CPU usage goes over a certain amount (very low), you're throttled. You're also fighting for processing power with perhaps dozens of other users.
  2. Update your schedules_details file, it was changed in the latest version, see the changelog
  3. Can you set DEBUG_MODE to true in the local.config.php file, try registering, and then attach the core/logs/log.txt file?
  4. Because $pilotid is probably not the right variable replacement which is supposed to go there.
  5. Well, the PIREPs were flagged on my end, I did get a notice. Well, it shouldn't affect the ranking much, though I did make some adjustments. Rejected flights should sync with vacentral eventually, but a few reject pireps won't make much of a difference overall
  6. Check for any errors in the error console, start there
  7. Yeah, what's under live acars?
  8. Did you reupload the registration module after you had modified it? Reupload the original one and then try
  9. The FTP settings are put in app.config/local.config, and FSFK automatically asks for the config files from your VA install. So don't change it. It automatically downloads the web.txt file. Did you setup the FTP information? If images don't show up, then FTP info is wrong
  10. If it's redirecting back, there's an error somewhere. Is the captcha showing up?
  11. What version are you using? Did you upgrade from 1.0
  12. Site5 is good. There's a referral link in he "Recommended hosting" topic
  13. Anywhere
  14. Nabeel

    Events

    Someone would have to code it, I have my hands full.
  15. That template has been updated, check the changelog
  16. http://forum.phpvms.net/index.php?topic=1973 Also, if you searched: http://forum.phpvms.net/index.php?topic=1670.msg10220#msg10220 http://forum.phpvms.net/index.php?topic=243 http://forum.phpvms.net/index.php?topic=1116.msg6528#msg6528
  17. $last_location = PIREPData::getLastReports([PILOT_ID], 1, PIREP_ACCEPTED); echo "This pilot's last location is: {$last_location->arricao}"; Of course, replacing the [PILOT ID] with the variable holding the pilot's ID
  18. Thanks, I'll check it out, but if you can send me a PM next time, that'd be better
  19. Nabeel

    Schedule

    They'd have to be separate routes, but you can name them as something like: VMS1000A KJFK-KIAD VMS1000B KIAD-KMIA If that's what you mean
  20. That's an interesting point.
  21. The data is wrong on geonames then. In the app.config.php, there's this line: AIRPORT_LOOKUP_SERVER Find that, copy it to local.config.php, and change the value to 'phpvms' and then try. Let's see if it's correct on my airport database
  22. You have to set the settings to the way it says in the docs, otherwise it won't use the downloaded configs. Let's see what bravo comes back with, I may be missing something in the docs
  23. lib/js
  24. Ok, I will look into it. I vaguely recall a bug, I'll have to search and dig it out
  25. Are you doing a search on the plane? I think there was a bug relating to that
×
×
  • Create New...