Jump to content

ProAvia

Administrators
  • Posts

    1695
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by ProAvia

  1. Yes, phpVMS 5.5.2.72 will work with smartCARS. You may need to make some minor edits to the smartCARS module (the site module) if you see any errors.
  2. In your picture, that is the default skin and default schedule search. We have no idea of "Server A" as you didn't post a picture from there. phpVMS version? PHP version? Are you using the same default 'crystal' skin on both? What addon modules have you installed? Are they the same on both? In either case, all schedules load when you select the schedule search function. That's just the way the default code is.
  3. phpVMS version 7 is still in beta and shouldn't be used for a live/production site. Did you install all the dependencies as advised in the documents? Did you read the docs before setting your site up? What version of PHP are you using? What is your site URL? I am moving your post to the phpVMS v7 forum as you posted in the phpVMS Classic (v2,v5) forum.
  4. In addition, .../core/local.config.php There are others too.
  5. Did you do the initial phpVMS install? If yes to above, did you change the default admin skin? The pilot shown in the screenshot is new and hasn't flown a flight yet - so page should load pretty quickly. Since you just changed to SSL, did you change all coding references to your site in the phpVMS files from http to https?
  6. How can you tell what? I asked two questions above.....
  7. phpVMS 5.5.2.72 will not work correctly with PHP version greater than 7.2 at this time - as stated in the readme. If you choose to use it with PHP versions greater than 7.2, I can not provide support and you basically become a test pilot.
  8. When you hover the mouse cursor over the Add Bid link, look for the URL.... does that URL indicate the bid ID number or not? Please verify you are using phpVMS 5.5.2.72 What PHP version? What MySQL or MariaDB version?
  9. Does the page complete loading with a pilot known to have only a few PIREPS? Default admin skin or addon admin skin?
  10. For the admin panel - what happens if you wait for a few minutes... does the screen display properly then? If a pilot has a lot of PIREPS it takes a while for th esystem to process them all and the page will take a while to display properly. For the Crazy Creatives Hub Admin modules - since it's payware, we can't discuss it here. Have you tried reaching out to Crazy Creatives or looked in their forums for a solution? I know getting a hold of anyone there can be challenging at times, but it's the best we can offer you right now.
  11. I believe it will require additions to the site files (smartCARS module) in order to change the polling interval. At least i think thats how it was done in kACARSII. Let us know what they say....
  12. Have a look at this link: https://paragonie.com/blog/2015/06/preventing-xss-vulnerabilities-in-php-everything-you-need-know Or Goggle... preventing cross site scripting in php
  13. Since you usually use smartCARS, I would suggest you contact them to see if that function can be added to smartCARS. kACARSII has this function, but sadly is no longer available. Chances of any of the freeware clients incorporating this is very slim.
  14. What ACARS client are you using?
  15. Try this for the URL rewrite. # BEGIN - force use of SSL/HTTPS RewriteEngine On RewriteCond %{HTTP_HOST} <domain here> [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.<domain here>/$1 [R,L] # END - force use of SSL Where <domain here> = virtualair.net I have used that on 3 different sites/domains with success.
  16. Yeah, the rewrite code you show forces any http to automatically become https Regardless of subdomains, what is the full path to the phpVMS install? And where does the actual virtualair.net domain name point to in the folder structure? I think most sites with crew center type skins still have the normal installed folder and have /crew within that installed folder (not to be confused with the install folder in the phpVMS folder structure - which you should have deleted after installation). Mine is: /home/<user>/public_html/<VA_name>/phpvms/<phpvms_installation> And any/all skins (CrewCenter inclued) are in: /home/<user>/public_html/<VA_name>/phpvms/<phpvms_installation>/lib/skins/<all_skins_folders_here> Could be your folder structure isn't supposed in any of the ACARS clients Yes, you should go thru all the files and change any calls mentioning http to https - no need to do the URL's in the comments sections though. My bet is something is blocking the ACARS clients from accessing the site do to an http call when it should be https.
  17. Your map appears to be working correctly on my Android tablet. Have you rectified the issue? On another note, someone posted on Avsim that your site was hacked.....https://www.avsim.com/forums/topic/569461-deltavirtualorg-hacked/ ..... might want to check that out just to be safe.
  18. A couple possibilities... It looks like you are using SSL/TLS certificate on your site... so use https instead of http in the base URL Intead of .....//crew.virtual.net - use ....//virtualair.net/<path to phpvms install folder> Do you have error logging enabled and are there any error showing in error_log?
  19. According to the skin readme file, it shouldn't be installed in "vCrewMini-phpvms-skin-master". I suggest you re-read the readme file and place the files in the correct location.... lib/skins/vcrew_mini_v1 So in the skins folder you should have..... crystal vcrew_mini_v1 ... folders
  20. With a default install, all admin functikns are present. Possibly you have a corrupt download. Try downloading a freh copy from Github and do a fresh install. Before adding a new skin or any addons, test out all default functions.
  21. I believe vmshost now offers PHP 7.2 and suggest you use that version. Version 7.0 and 7.1 may be dropped. Do you have a URL to where you got the skin from? Is it freeware or payware? The skin probably shouldn't be installed in "vCrewMini-phpvms-skin-master". Try installing the skin to "vCrewMini" instead or review the install instructions that came with the skin.
  22. What version of phpVMS? What version of PHP? Do the skin files end in tpl or php?
  23. All according to what you want to do. For me, each has its place. Discord is good for text chat, PM and the occasional voice session. Members can log on from computer or mobile device. No costs involved. Teamspeak is voice only and if you run it locally, you or the member running the server have full control. Computer access only unless you pay for the mobile app.
  24. Just another reason to almost NEVER install anything sim related in Program Files (x86) or Program Files.
×
×
  • Create New...