Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. If you have made any edits to the files, you may have inadvertently left some code or some characters where they shouldn't or forgot to close a line I would check that and make sure that hasn't happened.
  2. I have updated this module to 2.3 after a small bug was found which has now been fixed. It is up on my github page accessed here
  3. This happened to me last year, I got the pirep has been filed but nothing there. Do any of the forms that insert data work? Try putting in the INSERT code INSERT IGNORE try see if that works, as that is how I fixed my problem.
  4. Strider

    Export Pilot List

    It exports the hours too.
  5. Strider

    Twitch Module

    Version 1.0.0

    498 downloads

    The ability to insert a stream into your VA site.
  6. View File Twitch Module The ability to insert a stream into your VA site. Submitter Strider Submitted 02/16/21 Category Addons  
  7. I have created this module to easily insert your Twitch streams into your VA. https://github.com/Strider2/Twitch_module You only need to fill in a form and the stream will appear on your site.
  8. Your site might not show the errors but check the error.log file as it may be recording any errors that are not shown.
  9. By the looks of it, your site is not using PHPVMS. smartCARS will not work with what you are using, as it seems to be a WIX made site, which doesn't have the required files for smartCARS to work. You will need to move from WIX to better use phpvms and smartCARS.
  10. I think what is happening, the system thinks the airline code is the entire schedule detail too, which i think is down to using semicolon instead of just comma. don't use both as you can confuse code by doing that.
  11. Airac 2101 There you go guys
  12. Airac 2014 There you guys go.
  13. Here is AIRAC 2011 phpvms_navdata.sql_(2).zip
  14. kACARS is no longer made as far as i know, so if you can find kacars_free it will work just with basic functionality.
  15. Look for: // If they selected autozoom, only do the zoom first time if (opts.autozoom == true && run_once == false) { map.fitBounds(bounds); run_once = true; } Comment it out. That should stop the zoom when you click on a flight. Do not remove it, so if it doesn't work or it breaks something you can just uncomment it and it will work again.
  16. Strider

    FSpax

    You have dug up an 11 year old thread, no real need for it to be dug up.
  17. If you are using PHPVMS V7 that is still in beta and is not recommended for a production site as it is not complete yet. Also some shared hosting do not have certain elements activated that will allow PHPVMS V7 work properly.
  18. That code will only work if the frontpage is calling to config files if it is not that code won't work. By the sounds of it he wants to implement the map on a web page outside of phpvms, thus your code won't work unless it is making a call to the config files.
  19. are you still logged in? If so it could be permissions, or your table may have gotten corrupted or something didn't transfer correctly. If you have a backup of your own I would suggest uploading that to your db and see if that works.
  20. Here is airac cycle 2010 for phpvms. phpvms_navdata.sql_(1).zip
  21. phpvms version database version: mysql/mariadb php version It looks like your php version has been updated so that is the first thing to check and see if you can downgrade the php version to an older version.
  22. You can create one easily. you just need to add the column name in the pilots table, then in the registration main form, edit pilot form add the field for it, then edit the registrationdata.class.php file in the add user section also the pilotadmin.php file under save profile case. To have it show on the roster edit the pilots_list.php template file and add the column for it.
  23. PHPVMS 5.5.2.72 is a modified version made by @ProAvia What exactly do you want to do? The variable you listed should work as it is by default there. If there is nothing in the function calling to that column in the db table then it won't work.
×
×
  • Create New...