Jump to content

Nabeel

Administrators
  • Posts

    8141
  • Joined

  • Last visited

  • Days Won

    38

Posts posted by Nabeel

  1. Their documentation is fuzzy. It says for that it's returning flight plan info, but it's information regarding one flight plan, but you're passing it a pilot number, which doesn't really make sense.I'm looking through the SDK now, I don't see anything about listing flights. It doesn't really explain what that does. I think it's getting the flights already flown by that pilot, since it keeps a local log of all the flights.Also, alot of their documentation differs from how it really works.

  2. Ok.First of all, does the flight show up in your PIREPS?Hours and number of flights are only accounted for when the PIREP has been accepted by an admin. Until then, it's not counted.The live map data shows up for 12 hours after wards. Did you change the default live time in your config? It may be a caching issue, that I'll check to see, but I doubt it. Also, the flight wasn't closed out, so I guess FSACARS crashed?

  3. Now the site is up the server was downIf a phpbb3 auto replier work so can phpvms.As for the ACARS i will make a video on what im talking about.
    Well it's working for other VAs. I would still check with your host. Maybe phpBB is using SMTP? Check the spam filter, etc. There's a ton of reasons why mail may not be working. The site is extremely slow. It's not loading up.
  4. I also have a question regarding this,What does the button 'Flight From VA' do as when i click this in FSACARS i get cannot connect to server. Is there a way to link FSACARS so it can pull a list direct from my server of all the flight plans so that users dont need to input any data. Just to save time for the pilotsChris
    I am not sure, but as far as I can tell, there's no way to pull a list.
  5. Your site isn't loading. Have you checked spam filters etc? Your host may have the PHP mail() function disallowed. What do you mean won't recognize? Did you follow the FSACARS doc in the phpvms.net/docs section? It's picky on how things are done.

  6. Create a page called "info.php" and put the following in it:

    <?php phpinfo(); ?>

    That's it, and send me the link.Also, if you have 4 and 5 concurrently, ask your host how to run on only 5, it seems like you can run them together, probably have to enable 5 through an .htaccess file (Check with your host)The database is populated/tables are created by the installer, but you need to create the database, and give the db name/username/password to the installer (see the docs). And yes, it has to be done by the installer.Also, reupload from scratch. Sometimes FTP breaks mid-upload, and just will reconnect, but the file it breaks on will be corrupted. Nabeel

×
×
  • Create New...