Jump to content

TennShadow

Members
  • Posts

    724
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TennShadow

  1. I commented out those two lines on my DEV site and it seems to work fine. I've ran the maintenance script a couple times and so far so good. Has anyone been using this method for a while? I'm just wondering if I'm overlooking any long term effects by doing this?
  2. Thanks for the reply. I read that above but nobody responded that they tried that and what the results were. So, I just assumed it was never tested and / or didn't work as expected. I'll add this to my dev site and give it a go. Thanks again!
  3. Hey, I know this post is almost 2 years old but has anyone ever figured out a workaround to this? I too would like to remove pilots without losing all the records.
  4. Thank you - just what I needed!
  5. I have two sub airlines that I would prefer not to show up on the registration page. Is there a way to not have them show up when a pilot registers and have all pilots assigned to the main airline? I searched and was not successful finding what I'm looking for. Thanks in advance for you help!
  6. Thanks Kyle. That would be helpful.
  7. Kyle, Thanks for the reply. What do you mean "let them bypass"? I just wanted to be overly cautious and force all users to change their passwords just in case data was stolen. From what I can tell only the index.php file was replaced on our site. I deleted all the rogue files from what I can tell.
  8. With the recent hacks is there a way I can force all users to change their password on next login? thanks, Keith
  9. I know what you mean. I use the "auto delete" script that Lorthon sells on his site. I love it. I set it up as a cron to delete any new pilot that hasn't flown their first flight within 7 days. The script doesn't mess with pilots that have at least one flight. As for pilots with at least one flight I let the auto retire system do it's thing. Since I got that script I don't really have to do much anymore to manage inactive pilots.
  10. Have you tried changing your port to 587?
  11. I'm pretty sure KACARS pulls the aircraft flown info directly from the sim. Check the aircraft.cfg file for that aircraft and see what name it shows. This is how I know if any of my pilots are flying aircraft other than what has been approved. It has came in pretty handy.
  12. Sign up for Google Apps for email. It's free and works great. Is your ISP blocking incoming port 80 requests?
  13. PMDG will not be releasing addons for Flight. They posted this on Facebook the other day explaining what happened. https://www.facebook.com/notes/pmdg/some-thoughts-on-flight/315250668514724
  14. Thanks for checking it out. It still does it on my dev site but that just could be an issue on my side. I'll try to reupload sometime this weekend.
  15. By default the administrator group id is 1. If you look at the phpvms_groupmembers table is your group id 1?
  16. Seriously, who cares? Too much drama on these forums lately. He has the right to promote BVA and I don't see anything wrong with his post. Lets not start any drama when none is needed.
  17. Please don't post this in multiple forums.
  18. Okay, just add it there and set the hours you want.
  19. Check to see if the below is in your local.config.php file. If not, put it there. # Whether to close any bids after a certain amount of time Config::Set('CLOSE_BIDS_AFTER_EXPIRE', false); Config::Set('BID_EXPIRE_TIME', '48'); # How many hours to hold bids for
  20. Try this. # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true);
  21. I seem to be having an issue with NOTAM's not being sent to all my pilots. I'm running the latest beta so I'm not sure if that has something to do with it or not. I'm also running the latest version of Airmail (3.1.2). Airmail seems to work fine between two people but not NOTAMS. When I send one I will get the new message but no one else does. Any ideas on this one? Thanks in advance for your help!
  22. Do you have the following in your local.config file setup? /* FSFK Settings Your FTP Server, and path to the lib/images folder (from where the FTP connects from), IE ftp://phpvms.net/phpvms/lib/fsfk or ftp://phpvms.net/public_html/phpvms/lib/fsfk You want the path from when you connect to the FTP down to where the /lib/fsfk folder is SECURITY NOTE! Make a separate FTP user and password ONLY for this, with access only to this folder */ Config::Set('FSFK_FTP_SERVER', ''); Config::Set('FSFK_FTP_PORT', '21'); Config::Set('FSFK_FTP_USER', ''); Config::Set('FSFK_FTP_PASS', ''); Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE'); Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT If your images are not uploading you could have issues here.
  23. Haha, I completely understand that!
  24. Another thing I've notice is when you input transfer hours for a pilot it doesn't save even if you click save. I've been having to go into the database and input them directly.
  25. Try pressing crtl - F5. The old image is more than likely cached in your browser.
×
×
  • Create New...