Jump to content

TennShadow

Members
  • Posts

    724
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by TennShadow

  1. 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!

  2. It is possible, the question... do you want to really force them or let them bypass? Or I can do both with the config setting?

    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.

  3. 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.

  4. When PIREPS are filled, the aircraft always comes up as the wrong aircraft, any ideas? I flew CC-150 came up as CP-140 in PIREP, same with the next 2 flights I did.

    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.

  5. Windows Webserver 2008 R2 with IIS7, php 5.3.8 and latest mysql. We currently don't have any email so I dont know what im going to do about that. That is also why our website is running on port 8 and not 80 because I am hosting it myself. Just on an old Dell PowerEdge with a xeon.

    Sign up for Google Apps for email. It's free and works great.

    Is your ISP blocking incoming port 80 requests?

  6. Hi,

    i know that there is a file for set a days when the system will to reset the Bid flights not flew.

    But where is a file?

    :D

    Sorry for the question ..

    Thnx

    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
    

  7. 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!

  8. I have the full version now and have worked out a couple of the kinks; I am focusing on the position reporting issue for now. By folders, which do you mean? I am simply using the default FSFK module that ships with phpVMS, so am I missing a pertinent step here?

    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.

×
×
  • Create New...