Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. It will fill in all the columns which aren't missing with blanks so you should be ok
  2. Then do a fresh DB install, export your data then import it back in
  3. They don't have the aircraft listed there? Just match that up
  4. Search... this has been asked many times before. There's even a new addon for it
  5. Search... they're all out there
  6. I dunno, less destinations? Are they real-world schedules?
  7. Geonames has been going down alot recently.. hmpf
  8. Thanks guys, more updates are on the way slowly
  9. Did you run the install/update.php? Click 'force' to well, force it to run
  10. Did you log in and out?
  11. To fix the URL fopen error: In notamdep.tpl, replace: if (!$xml = simplexml_load_file ($stream)) { die("Fehler beim Einlesen der XML Datei"); } With: $file = new CodonWebService(); $contents = @$file->get($stream); $xml = @simplexml_load_string($contents); And then in notamarr.tpl do the same thing. This uses the CodonWebService class to pull the stream via cURL, and load it that way. This is the safer way since alot of hosts (including mine) disable url_fopen.
  12. That's not possible, the pilot ID is the database ID which is all-numeric
  13. What do you mean? You just have to type in the number of hours into that pilot's profile in the admin panel
  14. If you look in the config file there are comments there explaining how
  15. If you copy everything sure. Can you paste the output from running install/checkinstall.php and install/checkdb.php?
  16. There currently isn't because it's not a persistent system, so it's difficult to keep track. It's on my list, though, and I'm trying to figure out a good way to do this
  17. Ah ok, then maybe you can add a request to that project to add the ability to restrict ranks
  18. Then from 2.0 to 2.1 I'm assuming. Well, check the changelog, there were template changes which have to be made. Also, run the install/checkinstall.php script to make sure there's no corrupted or missing files
  19. vaCentral has been updated, and still ongoing with improvements (I've got a pretty long list, but this is a start!). Let me know if you have any trouble or issues.
  20. Pretty cool: http://www.gillesvidal.com/blogpano/cockpit1.htm
  21. Try adding an aircraft manually, does that show up?
  22. Well I wasn't really aiming for advertising (that's why the title is VA Discussion), but it's all good
  23. Did you update from 2.0? Read the changelog, there were updated templates
  24. Hey, look in the addons forum, there is an exam addon there
  25. The template is in the /core/templates folder. I don't remember how the gates were
×
×
  • Create New...