Jump to content

DisposableHero

Members
  • Posts

    710
  • Joined

  • Last visited

  • Days Won

    114

Everything posted by DisposableHero

  1. You do not need to lookup airports one by one @MichaelTrickett, as explained in the pinned guides you can just import your flight schedule. phpVMS v7 is capable of auto lookup for airports and adding them to your database with proper information. Please check your settings and check the guides Safe flights
  2. He may be switching his install to v7, or maybe working on a navdata package for v7 Hope he continues to support v5 though, it is nice to keep the community rolling.
  3. Dear Michael, unfortunately your airport file may cause problems with v7 during usage (not during import). Instead of using the same IATA code for airports not recognized by IATA, you should be leaving that field empty (v7 allows null iata codes as it is not required). Also you have an airport with `\N` as ICAO code, which is strange. This will cause problems 'cause ICAO code is necessary and must be unique, `\N` is not something suitable as an id. // Example from your file; KGKY,\N,Arlington Municipal Airport,Arlington,United States,America/Chicago,,32.66389847,-97.09429932,,,,, // Proper csv format (with null iata and ISO country code) KGKY,,Arlington Municipal Airport,Arlington,US,America/Chicago,,32.66389847,-97.09429932,,,,, // This is not right too; \N,\N,Sun Island Resort and SPA,South Aari Atoll,Maldives,America/Sao_Paulo,,3.488334,72.862989,,,,, Additionally having countries with ISO 2 Letter codes was the preferred / standard way, having them imported with full names may cause compatibility issues too. (By default, v7 lookup imports them with ISO codes) Other than above mentioned issues, it looks fine. At least for someone trying to import lots of airports at once instead of having them automatically looked up and added whenever required/necessary. Hope this helps.
  4. Please check readme https://github.com/FatihKoz/DisposableTheme#customizing-va-logo-images-and-menu-items https://github.com/FatihKoz/DisposableTheme#readme
  5. Dear Zabeed, you should contact AVA staff for support, we can not help you to configure their acars software... They will know airline specific details, not us. If they are using vmsAcars, you can find detailed docs here : https://docs.phpvms.net/acars/user-guide Hope you can get support from your airline, safe flights.
  6. No, there is not.
  7. Sorry ? What you are trying to achieve and what is the error, could you be a little bit specific... Normally, you download the software from vmsHost.io, it will be under your account and accessible only by you (if you are the user at vmsHost.io who bought the license for the VA)... then you upload that package to your server, somewhere which can be accessed by your pilots publicly. Then you get that new link and insert it to anywhere you need, distribute via your discord or use that link in vmsAcars module as the download link, or you can add it as a file/link for your VA's downloads etc. No need to define redirects etc. Hope this helps
  8. Which part you need help with? Maybe we can guide you... Docs are pretty clear, we had some step by step instruction with screenshots at Discord too (needs some search). Also you can check Paid Services section to find someone if you are willing to pay of course. Good luck
  9. How ? By editing the files you bought or by requesting the change from the provider ? Either way, glad to hear the result
  10. Technically, that sites should update their export systems and be compatible with latest changes... This was discussed many times before, most of the time it is just a new field being introduced in v7 due to requests or system changes, but the schedule support selling sites fall behind of the current changes and their files fail. So, what you can do is simple... Export files (for example subfleets or aircraft) from your updated v7, compare the exported file against the file they provided. You can easily spot the difference, edit your file to follow latest changes/additions and import. Even after this change you are getting errors, double check your edits and file structure, also double check the import you are trying. Many time I saw people trying to import aircraft to subfleet or vice versa (which will fail even with 100% legit files). Good luck
  11. Block the ip range @William, as Google's ReCaptcha was broken by bots many times in the past, you may be witnessing another time this is happening.
  12. https://github.com/FatihKoz/DisposableTheme/blob/0d845490d05ef6c015011fe4a6156fdf5f18b911/resources/views/layouts/Disposable_v3/theme_helpers.blade.php#L173-L188 Enjoy
  13. Try developer console of your web browser (typically it will be enabled by pressing F12 for Windows browsers) God speed and good luck for the rest
  14. Depends on the certificate issued (or the one you need)
  15. Well, looks like enough data is provided by Vatsim via their api, so you can simply create the user if you wish too... Also you can build something to replace laravel's authentication (or at best let it return a valid authentication) You can then force people to select their hub if you have more than one, or define the closest one as their hub etc. What you need is some custom profile fields, to store Vatsim data
  16. @RedKingOne this can happen only if "vatsim sso" provides you all relevant data needed for user creation, at minimum you will need full name, email and a password for the person. You can auto assign some values to other required fields, also you will need to somehow bypass (disable) or find a way to be sure captcha checks during registration. Still will be tricky and if "vatsim sso" returns minimal data then it will be impossible to create a user directly. In this case, what you can do is a vatsim membership check before reaching your registration form, at least you will be sure that person has an active account on the network during that exact moment. To be honest, I think only benefit of this implementation will be the network status check (banned/suspended/inactive etc.) for administrative purposes. Good luck
  17. What will be the benefit of this effort ? Are you willing to automatically create the v7 user with data provided by VATSIM (like name, mail, VATSIM CID etc.) or just willing to use it for login/authentication ? If this will be used for authentication only, what is the difference between using your username and password compared to VATSIM CID and password ? If you are wishing to create the user record, is VATSIM returning all necessary data for you to create a user record when someone signs in within their system ? There can be more questions regarding this, but the main one is at the top Good luck and God speed
  18. Great news, enjoy your theme and new module
  19. I do not think that you are experiencing the same issue @RedKingOne What you are experiencing is the different and related to your theme settings, check your theme.json file and adjust it according to your "name" definition. (or vice versa, keep the theme.json intact but change the name definition at custom profile field according to theme.json) Good luck
  20. Yeah That is the most critical and most forgotten step If you change something from env.php always clear the application cache, otherwise it will not be loaded/used.
  21. Just change your APP_URL in your env.php , then clear application cache from admin > maintenance, that's all. APP_URL='http://crew.mygreatva.com' // without SSL APP_URL='https://crew.mygreatva.com' // with SSL If your site is live and pilots have configured their vmsAcars clients (according to old non-secure url), advise them to re-download the config file (from their profile) or just add the missing "s" to the url in vmsAcars settings (needs to be done by each pilot, as this is a client/local matter). Additionally you may consider defining a permanent redirection from http to https via your hosting control panel or server settings (not related to phpVMS) Good luck
  22. Check phpVMS v7 settings (admin > settings), depending on your selections lots of combinations are possible, you can configure it according to your needs. Good luck
  23. View File phpVMS 7.0 Dev Version for PHP8.0 (Not Supported Anymore) WARNING WARNING WARNING This is the development version build supporting PHP 8.0 and using LARAVEL 9 phpvms 7.0.0-dev+230616.81fc92 (16.JUN.23) THIS IS NOT THE LATEST DEVELOPMENT (DEV) BUILD !!! THIS FILE IS ONLY FOR PEOPLE STUCK WITH PHP 8.0 (DUE TO HOSTING SERVICE PROVIDER LIMITATIONS) NOT SUPPORTED, ONLY PROVIDED FOR BACKUP Submitter DisposableHero Submitted 06/22/23 Category Add-ons
  24. Version 7.0.0-dev+230616.81fc92

    228 downloads

    WARNING WARNING WARNING This is the development version build supporting PHP 8.0 and using LARAVEL 9 phpvms 7.0.0-dev+230616.81fc92 (16.JUN.23) THIS IS NOT THE LATEST DEVELOPMENT (DEV) BUILD !!! THIS FILE IS ONLY FOR PEOPLE STUCK WITH PHP 8.0 (DUE TO HOSTING SERVICE PROVIDER LIMITATIONS) NOT SUPPORTED, ONLY PROVIDED FOR BACKUP
×
×
  • Create New...