Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 7 replies
- 3.7k views
Hey there, My VA has three/four separate divisions, and each of them would like their own news category. The thing is, phpVMs does not have an option for this at the moment. I can simply add a column to the database, but can somebody point me in the right direction as to how to edit the admin module to display a drop-down with possible menu categories, and to display news from only one category on certain pages? If all else fails then I could use manual SQL queries but I'd prefer the proper method. Thank you, Kieran
Last reply by Kieran, -
- 4 replies
- 3.7k views
Hi All, I remember reading something about this when Dave created the events module but I just cannot seem to find the reference anymore. I want to create a new phpvms module that the admin part can be managed through the vms admin back-end. Currently the events module can be managed through the backed and its listed under add-ons, I want to have the same ability so that when an update takes place the module is not wiped at all. Is this at all possible?
Last reply by simpilot, -
- 9 replies
- 3.7k views
I have uploaded my site online for a test, however a security question arises. How do you set the permissions correctly on templates and PHP files, so they can't be saved by someone but at the same time work on the server without throwing errors?
Last reply by Sava, -
- 6 replies
- 3.7k views
Hi Guys I have PHPVMS 5.5.X from SimPilot and everything works fine My problem is reCaptcha reCaptcha is working fine on the default skin crystal, here is a image of the captcha working: i installed a new skin from the user FlyAlaska thats called OCEAN BLUE V2 its only now using php not tpl anymore and when i go to the new skins registration page i get this error: something with the recaptcha same error in the contact form page to: i get this error only with the new skin OCEAN BLUE V2 not with the default skin I dont know what to do to fix this? My Website Link : http://www.ryanair-va.com/virtual/ Thanks.
Last reply by mjrbradley66, -
- 2 followers
- 12 replies
- 3.7k views
Does anyone have any idea how I could include the jump seat in the administrative panel. pilots_details.tpl <form id="dialogform" action="<?php echo adminaction('/pilotadmin/viewpilots');?>" method="post"> <table id="tabledlist" class="tablesorter" style="float: left"> <thead> <tr> <th colspan="2">Edit Pilot Details</th> </tr> </thead> <tbody> <tr> <td>Avatar</td> <td> <?php $pilotcode = PilotData::GetPilotCode($pilotinfo->code, $pilotinfo->pilotid); if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { echo 'None selected'; } else { ?> <img src="<?php echo…
Last reply by eliezerazevedo, -
- 1 follower
- 6 replies
- 3.7k views
Dear sirs, I am running a phpvms simpilot 5.5.2 version, months ago, with php v 5.6.30 everything normal, but now my provider hosing i guess made an update in that php version, the index.php always hows error " This page isn’t working xxxxxxxxxxxxxxx.com is currently unable to handle this request. HTTP ERROR 500 " But if i proceed to index.php/login it works perfectly also all functions except when visiting domain.com/index.php Any ideas ? Yours,
Last reply by Parkho, -
- 11 replies
- 3.7k views
Aircraft ICAO:A320 CodeAircraft Name/Type (i.e B747-400):A320-219 Full Name (Boeing 747-400 Combi):Airbus 320 Aircraft Registration:EC-JFN Link to download aircraft Link to aircraft image Range Weight Cruise As i understand this must filled in to create an aircraft but it seems that is not working to add an aircraft : Can anybody help to add Aircraft
Last reply by Strider, -
- 12 replies
- 3.7k views
hello can someone guide me on how to display pireps airline code wise? iv tried using this code but doesnt seem to work. Using ALLPIREPS module. my code: <table width="100%"> <tr> <th>Flight Number</th> <th>Departure</th> <th>Arrival</th> <th>Aircraft</th> <th>Flight Time</th> <th>Submitted</th> </tr> <?php foreach($pireps as $report) { if($report->flightnum =="ABC") ?> <tr> <td><?php echo $report->code . $report->flightnum; ?></td> <td><?php echo $report->depicao; ?></td> <td><?php echo $…
Last reply by STARs, -
- 11 replies
- 3.7k views
Hi need help as soon as possible please. I had turned my auto ranks off to were i can choose what rank the pilot is. But now when i go to my pilot list not any pilot is listed. Please help. Thanks!
Last reply by Steve Bartlett, -
- 8 replies
- 3.7k views
Hello again, I have a new mistake now that is hurting my head too. Now it's in ACARS, what happens is that whatever ACARS I try to connect it doesn't work. Always in the login part. Already searched for every topic in the forum, I found several with the same errors, but none had solution. Observations: I put the module folder correctly in core/modules, as requested in each ACARS; I open the program as an administrator; The credentials are correct, have been tested on the site and work perfectly; Crewcenter Skin: Custom Skin; phpVMS Version: 5.5.2.72 (from ProAvia); PHP Version: 7.2.24; MySQL Version: 10.2.29-MariaDB. …
Last reply by ProAvia, -
- 17 replies
- 3.7k views
hey guys, I downloaded the xacars config from the pilot center, and placed it in the correct folder, but inside the program I cant connect. http://allegiantvirtual.com/install/checkdb.php
Last reply by md82, -
- 6 replies
- 3.6k views
Got this error below. All i did was a restore on my files after switching hosting servers. Not seeing any threads related to this...any help would be great! Warning: file_put_contents(): Only 0 of 1680 bytes written, possibly out of free disk space in /home/eravirtu/public_html/en/core/classes/CodonCache.class.php on line 210 also have these errors: Strict Standards: Accessing static property Finances::$post as non static in /home/eravirtu/public_html/en/core/classes/CodonModule.class.php on line 67 tried the fix by adding: ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); located right after "<?php " no luck... Thanks in a…
Last reply by danielatc81, -
- 12 replies
- 3.6k views
I'm having some problems in the installation. Here is the problem (try to solve, and explain me in the clearest way please):
Last reply by Eicosav, -
- 4 replies
- 3.6k views
Hi All, As My Va Runs Charter Flights Without Any Scendules I was wondering if there was a away of making the pilot be able to "Charter A Flight" Which leads them to the simular page like in the add schedule page. When they press "Book" The flight is added to their bids. I've been looking at: http://forum.phpvms.net/topic/1966-phpvmsbooking-release/page__hl__booking But wouldn't know where to start by editing a copy of the admin center file for pilots. Any Help Appreciated, Merry Christmas, Jon
Last reply by servetas, -
- 11 replies
- 3.6k views
Hi Guys, Happy New Year. I Have A Problem With My Bids Template. When I Add A Bid I Can See It In /index.php/schedules/bids. But In Pilot Room It Don't Show Me Anything When I Add The Template Within The Page. <?php Template::Show('schedule_bids.tpl'); ?>
Last reply by Tameem, -
- 17 replies
- 3.6k views
I just want to add to the "pilots_list.tpl" where the pilot last landed at after the total hours are listed. Now, I can obviously add <th>Last Location</th> for the option in the table but how/where to I get that data from?? I am a bit confused how I would code that?! I want to pull the Last entry in pireps:arricao in the database for the pilot, but I am at a loss for how to code the line pertaining to it. I was thinking: <td><?php echo PilotData::GetFieldValue($pireps->arricao, 'Last Location'); ?></td> But that is obviously stupid
Last reply by CPC900, -
- 5 replies
- 3.6k views
i try many diferents code for this inssue any help? thanks
Last reply by WP4KXX, -
- 5 replies
- 3.6k views
Hello, I put the code in this topic to add to my IVAO and VATSIM Pilot Roster, the question now is: Can anyone give me the codes to be put the registration page and maybe even in the pilot Center for id change the number? easyjetva like? Thanks!
Last reply by Onno, -
- 3 replies
- 3.6k views
Hey there, Im a complete jQuery novice and I understand phpVMS integrates jQuery as standard. I'm looking to implement this jQuery Lightbox with phpVMS so that I can display links and images using it. I understand this isn't the ideal place to ask, but the guys at jQuery may never have even heard of phpVMS. http://fancybox.net/home Any jQuery experts who can guide me with installation in the more abnormal phpVMS environment are appreciated. PS. Efforts at following their instructions fail (rather epically, actually) Thanks, Kieran
Last reply by Nabeel, -
- 19 replies
- 3.6k views
Hello I have some problems sinse I've done the last update. All the ranks changed ! In the admin Panel, in the pilot list, it does not show the total hour WITH the reported hours. Moreover, the total hours is not correct (even if calculate whithout the reported hours). That's why the ranks have been changed. What can I do ? I have the last build 1.3.785. If you want to see the problem : http://stephane_skyaway.byethost31.com/phpvms/index.php/pilots For example, the total hours of FSW001 in the admin panel is 76.15 The total hours of the pilot list sould be at least 150.00 hours (approx)., so approx 90 hours in the panel admin (+ 60 reported hours). Stéphane
Last reply by Nabeel, -
- 6 replies
- 3.6k views
hello all i have a problem with registration of a new member when the form is filled and click on register they have a msg "could not open socket" i think it is due to recaptcha but i dont know how to solve this problem thnx for help
Last reply by simpilot, -
- 1 follower
- 21 replies
- 3.6k views
Just received a new pilot application, but I can't accept him. I can press the 'accept' button but nothing happens whatsoever. Should I just change manually through phpMyAdmin?
Last reply by freshJet, -
- 6 replies
- 3.6k views
Hi Do you think that it is possible to add a management of the aircraft in the future bases phpvms? For example, if a plane flight of KMIA Miami to KJFK Kenedy, that this same aircraft is obliged to leave for a new flight since Kenedy and only since this airport. Today, the PHPVMS base yours not account of this fact and yet if a aircraft to land on an airport, he/it can only to take off this same airport, except if there is evidently téléportation with Spock mister and capitain kurck in the cockpit and that the aircraft is called enterprise.
Last reply by simpilot, -
- 1 follower
- 5 replies
- 3.6k views
Hi everyone I wanted to ask you a question. is possible in the form of registration enter IVAO VID, PID VATSIM. Thanks
Last reply by Fernando, -
- 11 replies
- 3.6k views
Gday! You could add the following line public function connect($dbuser='', $dbpassword='', $dbhost='localhost') { $this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword, true); mysql_query (' SET NAMES utf8 '); //It is added if(!$this->dbh) ...... in a file /core/classes/ezdb/ezdb_mysql.class.php in the next release phpvms ? I had problems with the charset in Russian, after addition of this line of problems are not present!
Last reply by stasnosikov, -
- 11 replies
- 3.6k views
Hi All, How would I go about listing a pilots PIREPs whether they've been accepted or not in a table so I can show it on their profile? Cheers, CS
Last reply by Colin, -
- 3 replies
- 3.6k views
Hello! Recently started this using phpvms and these are the errors I am receiving when I attempt to login and logout. On Logging in: Warning: Cannot modify header information - headers already sent by (output started at /home/gamesyns/public_html/phpvms/core/app.config.php:1) in/home/gamesyns/public_html/phpvms/core/modules/Login/Login.php on line 154 Upon Logging out: Warning: Cannot modify header information - headers already sent by (output started at /home/gamesyns/public_html/phpvms/core/app.config.php:1) in/home/gamesyns/public_html/phpvms/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started…
Last reply by GameSyns, -
- 8 replies
- 3.6k views
How can you do that when the pilot does not fly for 30 days automatically becomes its status from Active to Inactive? thanks
Last reply by Blu-Express VA, -
- 7 replies
- 3.6k views
Hi, For some reason this has just started to popup on my site when accepting pireps, Warning: imagecreatefromstring(): Empty string or invalid image in /core/common/PilotData.class.php on line 1016 so i went over and deleted all the signatures and recreated them all from the admin side, that produced the same error but the images are being created, any ideas what is causing this? Generating signatures... Generating signature for Mark Grant Warning: imagecreatefromstring(): Empty string or invalid image in /core/common/PilotData.class.php on line 1016. Those lines are here # Add the Rank image if (Config::Get('SIGNATURE_SHOW_RANK_IMAGE') == true &&am…
Last reply by ProAvia, -
- 8 replies
- 3.6k views
Hello, I wanted to know how to create status for each driver with the satus whether online or offline in real-time update, just like that of SimPilot, I apologize in advance for him for having "stolen" image. Thanks!
Last reply by Kyle,