Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. This setting: Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT
  2. Glad it's working. Also make sure the acarsmap.tpl file is synced, as there were changes to update to Google Maps v3
  3. IPBoard has a good API to access and do it, I believe they have code samples on their site
  4. Nabeel

    Schedules

    It's in the beta, the documentation has information on how to update to beta
  5. That table isn't used anymore. I would calculate your monthly costs for aircraft, and then add them to the expenses in the admin panel. That's how it is done in r/w as well, as I have understood it. Then it will count it monthly
  6. Nabeel

    Why?

    That's pretty lame, wow
  7. Hey, Looks like the path to your /lib/fsfk directory is wrong in the config file
  8. You're on a free host... that's the problem. Seems like MySQL is not setup properly, or they botched an upgrade
  9. Ok, create that file (core/local.config.php), make sure it's writeable (777 permissions), and it's completely empty
  10. Is your /core/local.config.php file empty, file size of 0? Also, run /install/checkinstall.php, and can you paste the output of that?
  11. Using WAMP or XAMP? Might be something specific to that, I'm not sure
  12. I think what might help is getting familiar with how phpVMS works, there are topics about ranks being tied to aircraft, the docs too. And play around with the system a bit, I think that will make it clearer.
  13. I'm assuming it's on localhost? Alot of AJAX related things don't work on localhost due to security restrictions
  14. FSP doesn't do live map, doesn't support it
  15. Hey Are cookies enabled and allowed? What about sessions?
  16. Hey, http://forum.phpvms.net/page/index.html?category=1
  17. Nabeel

    Error??

    On your registration page or after you post? Did you change any code?
  18. Well awards aren't tied to aircraft in anyway. Right now, aircraft are just tied to schedules. But another possibility is manually doing rankings based on tests (there is an addon for tests), and you can tie aircraft to a certain rank.
  19. No converters are going to convert passwords, since they're always one-way encrypted
  20. Mark, can you link me to your page? Thanks
  21. Hey there See this thread http://forum.phpvms....3302-acars-map/ Also do a search it's come up before
  22. Hey, Right, with this error: Warning: Unknown: open(/var/php_sessions/sess_b82c70e5099744e7c2ecaf96d2f81658, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0 That has to goto your host, there's a server configuration error. Without that setting (that essentially means it can't save the login information), so you won't be able to make it into the admin panel or stay logged in. After that, there are instructions here: http://forum.phpvms.net/index.php?app=ccs
  23. When you look at the map page, are there any errors in the Firefox error console?
  24. A topic has come up about basic security for phpVMS files and folders, to prevent the theft of your template files. It's important to read this in the documentation. The documentation link is: http://forum.phpvms.net/page/index.html/_/administrator-guide/securing-files-and-directories-r35 And the thread is: http://forum.phpvms.net/topic/3266-securing-directories Thanks to all those who brought it up. I'd recommend applying the .htaccess file immediately, or if your host has .htaccess files disabled, how to go about securing those files.
×
×
  • Create New...