Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. FSACARS is not supported on here anymore due to the problem of it not being in development for a number of years and a lot of problems with it.
  2. First one, PHPVMS defaults to hide the routes that are not flown on a specific day. Also make sure the route is enabled. Second, that is up to the developers of xacars not here so not much help with that problem.
  3. kACARs as you can have it fully customised, unlike smartcars, which has the same layout for all, just the color and name is different. Also Jeffrey is great, when you need an update to it, it is done within a few days of ordering it. Getting a new one from him, is very easy too. Also you host the chat server, so no dangers of someone closing their server down and leaving you with a lot of problems.
  4. Simpilot, I think he is creating an application to manage your VA from your desktop without going through a browser. It does not record any flights.
  5. Upload the install folder, and then go to northstarexecutive.com/phpvms/install/checkinstall.php it will give you a read out of the files and if any are corrupted.
  6. # Send an email to the admin that a PIREP was submitted $sub = "A PIREP has been submitted by {$pilotcode} ({$pirepdata['depicao']} - {$pirepdata['arricao']})"; $message="A PIREP has been submitted by {$pilotcode} ({$pilotinfo->firstname} {$pilotinfo->lastname})\n\n" ."{$pirepdata['code']}{$pirepdata['flightnum']}: {$pirepdata['depicao']} to {$pirepdata['arricao']}\n" ."Aircraft: {$pirepdata['aircraft']}\n" ."Flight Time: {$pirepdata['flighttime']}\n" ."Filed using: {$pirepdata['source']}\n\n" ."Comment: {$pirepdata['comment']}"; $email = Config::Get('EMAIL_NEW_PIREP'); if(empty($email)) { $email = ADMIN_EMAIL; } Util::SendEmail($email, $sub, $message); Find that piece of code in core>common>PIREPData.class.php and comment it out. backup the file first, so if something goes wrong you can revert back to the original.
  7. Why dont you just convert the site you currently have into the template for the phpvms? instead of using two different systems. Also was there a recent update to your server? If so, clear your cache, it maybe that that is all that is needed, if not, run a checkinstall and replace any corrupted files.
  8. I am sure there is a way to do it without having to go through what you have been doing. I am sure you can do it via code within phpvms, just have to sort out which pirep was filed by fspax, and which one was not.
  9. If you download vastatscenter, it will give you what awards have been awarded to pilots.
  10. You should be able to download a config for fspax from your VA, so you dont need that I dont think.
  11. This is usually due to a javascript file being called in the wrong place.
  12. Never put edited TPL's in the core>templates folder. That gets over written in an update, always put them in the skins folder.
  13. Sorry but the site is totally confusing. It needs to have a clear navigation.
  14. Sorry but your site needs a lot of work. There is no way that would get me to join. Don't use a html front and phpvms behind it, learn to skin phpvms and you will have a good VA.
  15. We all have our own things to do, we will get to answering your question if we are able to answer it. We may not be able to answer it at this time.
  16. Bright red and grey text do not go well together at all, and infact hurt my eyes.
  17. Upload that file to the location it should be, and everything should be fine. It wont cause any problems with your site putting that back where it should be
  18. upload the install folder, and put in the address bar: http://myva.com/install/checkinstall.php change the domain to what ever it is for you.
  19. Sounds like a corrupted file, run a checkinstall and see if it comes up with any problems.
  20. Make sure you remove and reinstall the db too. Also make sure the tables are set correctly.
  21. Module is possibly not there, or something is not setup correctly.
  22. I am not getting any error, but nothing shows up in the db, or in the admin side. It sends the email, but does not insert the data. I think you are missing a file or something, as the form's action tries to get it to send via /loa/submit, yet I cannot find that file anywhere.
×
×
  • Create New...