Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Just assign one registration to all of the same type
  2. Wait - sorry. You have extra hubs which are not showing up? I'm still not completely clear on what's happening.
  3. Hi all, I've taken down the JIRA bug tracker. Too many resources on the server, not worth it. Right now, all bugs should be reported here: https://github.com/nshahzad/phpVMS/issues vaCentral bugs can go in the vaCentral forum. This should make it easier to also track what's fixed/ what's not yet. I'm trying to centralize things a bit more to github, so perhaps people can participate in the modifications a bit more. That is my hope, at least. Thanks!
  4. I don't get why they register, there's no place to spam stuff
  5. Are those airports enabled?
  6. Nabeel

    Acars Map

    It is correct on VA Central? Weird... what's your link?
  7. Can you give me a way to duplicate this, it seems to work for me
  8. I'm not sure what you mean
  9. Have you tried in a different browser?
  10. The error says: Access denied for user 'db354046472'@'212.227.66.233' (using password: YES) (1045) So.. fix that
  11. That happens when the host doesn't have PHP installed correctly
  12. Do a search, there was some code floating around
  13. Talk to your host. What's the URL you're trying to access?
  14. Ensure that: $aircraft->id Is a proper variable
  15. I've made the build scripts public: https://github.com/n.../phpvms_navdata There is a rudimentary README file. But yeah, fork it, download it. It has to be run on the command line. If you point the db.php to your phpVMS install, it'll populate there.
  16. DB::get_row('SELECT COUNT(*) FROM .......');
  17. What do you mean can't see them on the airports list? They just don't show up? What if you deselect the hub option for the one which isn't showing up
  18. Thanks Benny, I've added a bug for this and will get to it soon
  19. Well you're supposed to have at least one hub, but yeah the error message can be more useful
  20. Is it on a phpVMS page? If it's a separate .php page, reCaptcha has instructions on their website
  21. Here you go, guys: https://github.com/n.../phpvms_navdata Basic instructions in the README.I didn't include any data, since it balloons to a few hundred megs, at least
  22. Looks like my main dataset was from fsbuild, then overlayed with the FAA 152 day cycle I believe then the xplane navdata overlaid on top of that. I'll see if I get some time to clean this up. Basically it writes to a temporary table, and then dumps it out. Would anyone be interested?
  23. You know what else sucks, I can't remember how I build the original set. I have the scripts, but I haven't had the time to look through and see how I compiled them. I might release those on a repository so people can build their own
  24. Whatever is being done on line 92 isn't an array
  25. Hey Jeff, maybe it would be a good idea to post that on github
×
×
  • Create New...