Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Are you running on a windows or linux host?
  2. Yep, it's a text file.Is it still blank (the page I mean?)
  3. Hmm your pilot list is empty. I guess you deleted them? I'll try to integrate recaptcha
  4. 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.
  5. It's probably in the directory where you installed it.
  6. Spambots? Can I see?
  7. 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?
  8. I will take a look.Did you do an upgrade or a fresh install of the latest?
  9. What version of wamp, including the PHP versions?In your php.ini, theres an "error_level", set that to E_ALL, and the option "display_errors" to on.I'm also moving this to support
  10. 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.
  11. I am not sure, but as far as I can tell, there's no way to pull a list.
  12. Welcome aboard!Yup, it does work. Check out this guide over here: http://www.phpvms.net/docs/using_fsacarsGood luck!
  13. 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.
  14. Hey,Procedure should be the same, just make sure the web server has write access to the folders. Check out the docs.Cheers
  15. Yep, you're running PHP 4. You need 5. Check with your host.
  16. 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
  17. What PHP version? MySQL?Try re-uploading (from scratch), making sure it doesn't disconnect while uploading.
  18. Fixed, this goes in /core/modules/Pages:http://www.phpvms.net/downloads/Pages.zipJust do that until I can do another full build.
  19. that's an odd one. Can you PM me your URL?
  20. I've finally been able to dupe this. I'll have a fix in the next few days
  21. Interesting. I don't actually use any functionality in that file. The error is for the last line. Try reuploading it, along with the codon.config.php.What version of PHP are you using? The lastest, but what version? 4 or 5?
  22. Hey Randy, This speed is your ground-speed. FSACARS seems to track that, not your IAS. How did you enter it into your "Flight IATA" field? That's what it's looking at:http://www.phpvms.net/docs/using_fsacars#using_fsacars
  23. you have to update the pirep_view.tpl as well, it'll show 'em then... bid closing? d'oh!
  24. you have to add the link, its in the 'stock' profile_main.tplRegistration just revert to the stock template and then put your edits back in.
×
×
  • Create New...