Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 9 replies
- 3.2k views
How to create an automatic award system, for example the pilot reaches certain times he wins a prize, or some flights he wins a prize?
Last reply by mischka, -
- 11 replies
- 3.2k 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, -
- 1 follower
- 17 replies
- 3.2k views
Hello everyone, so I'm trying to make a module for the pilots to send suggestions of routes. But when I click to send it it does not send the email. My core/templates/routesubmit_mainform.php - MY BUTTON CODE <input type="submit" class="btn btn-primary btn-block btn-flat" name="submit" value='Submit Route'> My core/modules/RouteSubmit.php - MY SENDEMAIL CODE <?php class RouteSubmit extends CodonModule { public function index() { require_once CORE_LIB_PATH.'/recaptcha/recaptchalib.php'; $this->set('title', 'Add Schedule'); $this->set('allairlines', OperationsData::Ge…
Last reply by servetas, -
- 17 replies
- 3.2k 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, -
- 3 replies
- 3.2k views
Hi, I recently got a phpbb forums for my Va and i want to put a mod on it (reputation system) I was wondering how do i upload it to make it work. Thanks
Last reply by TAV1702, -
- 11 replies
- 3.2k views
Weird. My pilot rank is where it should be to be promoted to the next level, but it is NOT doing it?! I have checked, but I can't figure out why it is not. It has worked fine in the past for people, but I notice mine is not, as I just went over 1300 hours (includes transferred hours), and it just says in my profile "You have 1 hours left until your promotion to Senior Captain".
Last reply by Nabeel, -
- 8 replies
- 3.2k views
Having a problem in the Admin center and no pilots are showing up. We've been trying to figure it out but no luck. Any ideas?
Last reply by Kariyel Jr., -
- 18 replies
- 3.2k views
On recent flights on the first page, it should show the name of the plane in which the Pirep was archived, instead it shows the number 1 Here is the code I'm using: <?php $pilotid = Auth::$userinfo->pilotid; $reports = PIREPData::getLastReports($pilotid, 5,''); ?> <table class="table table-striped mt30" cellspacing="0" width="100%" height="30" border="1" bordercolor="#FFFFFF"> <tr> <th bgcolor="#dd4b39"><font color="#ffffff">Flight Number</font></th> <th bgcolor="#dd4b39"><font color="#ffffff">Aircraft</font></th> <th bgcolor="#dd4b39"><font color="#ffffff">Departure…
Last reply by gio1961, -
- 7 replies
- 3.2k views
Hi everyone i have been working today on a flightboard that reads from the phpvms acars table. The results are below but im still working on some bits and pieces, this code has been based on the release in this post so full credit goes to the author, all i have done is worked and extended the code. once i get it fully functional i will post the code. This board will produce an and image for every acars stage of flight, you cant see it there in the image but the approach and and final calls are gifs that alternate flash.
Last reply by piuozorio, -
- 8 replies
- 3.2k 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, -
- 11 replies
- 3.2k views
Greetings everyone, From a time to here, I start to change the layout of my admin panel, everything is working perfectly, actually almost perfection, I have a problem in the pending pirep, when I click to accept the pirep it does not accept, does not happen anything. My code of the pirep button: <?php if($error == false) { ?> <button class="pirepaction btn btn-success {button:{icons:{primary:'ui-icon-trash'}}}" href="<?php echo adminaction('/pirepadmin/'.$load.'?pilotid='.$pirep->pilotid.'');?>" action="approvepirep" id="<?php echo $pirep->pirepid;?>"> Accept </button> <?php } ?> My whole cod…
Last reply by Karamellwuerfel, -
- 1 follower
- 4 replies
- 3.2k views
Hello all, I was wondering how I could add Integrated Pirep System to my phpVMS website. Is there a document anywhere that I can find to show me how? Best Regards, Yianni
Last reply by Strider, -
- 8 replies
- 3.2k views
When I go in and add airports through the admin panel or add them in with a CVS route group the airports wont show up that I have added for hubs and what not. There Is nothing there. I cant edit them for hubs because i cant see them. Any Ideas. I have 3-4 hubs and they dont show up.
Last reply by NSX665, -
- 18 replies
- 3.2k views
Hi, Can anyone suggest any reasons for this occurring? There are duplicates for lots of users, for no apparent reason. This occurs when tracking with both KaCARS and smartCARS. Thanks, PlumbBum
Last reply by PlumbBum, -
- 9 replies
- 3.2k views
Hello, When I try to file a pirep using smartCARS or the manually form, these are not working. In the case of smartCARS, it works perfectely until I click "File Pirep" and I get an error notice as the site would not be working, but it is. When I want to file a PIREP using the manual form, it redirects to the PIREPS List section but the new one is not sent and I do not get any error notice. The acars map is not working either, it does not show active flights. I have search on this forum but I did not find an answer. Thanks!
Last reply by Imanol, -
- 8 replies
- 3.2k views
hey guys I can't seem to get the schedules added in... it says it been added but nothing will show. I have made a new database and have done a NEW install 2 times....
Last reply by Dragonix12, -
- 13 replies
- 3.2k views
http://www.euroscotva.co.uk/index.php I had this issue before but for some reason it sorted out itself... Is it to do with my host? Thanks... Kind regards Connor
Last reply by kthomson, -
- 10 replies
- 3.2k views
Hi all, I have been using phpvms for about 2 months now and I think I have finally figured out most of it I.E when i need to change something which .TPL file I need to edit. But what I can't seem to get my head around is the schedules, I have bought the simpilot Tour System add on which I have got to work after a fashion. This is only because of my schedules, I have had to add a load of schedules which I had not intended on adding just to get the Tour System to work. So my question is has anyone else got the tour system and if so how did you set up the schedules in order to make it work correctly, also my schedules seem to be quite eratic due to the fact that I do not…
Last reply by Angel Air, -
- 11 replies
- 3.2k views
I think this topic has been brought up before, but I have searched the forums up and down and couldn't find it anywhere... Is there a way to tie the downloads to rank, so the pilot can't download a certain plane until he reaches a certain rank. Even though the dowloads are there, they can't access them until they reach the rank that the download is attached to.
Last reply by NAdams, -
- 8 replies
- 3.2k views
Hello friends, I would like to create a restriction on my website, users who are not registered, by clicking on the site would go directly to the page of access to pilots or registration of new entries. Example on the link below, http://crew.flyvawe.com/index.php/ Anyone have any ideas? My interest is to restrict all pages of the site to menros not register the same site above, only release after login.
Last reply by Heritage1, -
- 6 replies
- 3.2k views
WOuld like to know is there a way to set phpvms, to hide pilots who have been set to retired? I don't like having a roster full of pilots marked retired, looks bad for the VA. But when they file a pirep or get marked as active they are shown again.
Last reply by Nabeel, -
- 13 replies
- 3.2k views
I want to make a bar at the top of the page with the current flights online. Info I want with it: Dep Airport Arr Airport Status Pilot Name Flight Number phpVMS version 1.2.700 (will be updated in the next coming days) Thanks in advance, Mitchell Williamson Australian Frontier Virtual Airways
Last reply by Nabeel, -
- 5 replies
- 3.2k views
I currently use Addonchat integrated with PHPBB3 on my site, but would ideally like to change this so that it's integrated with the main PHPVMS pilot centre. I was wondering whether anyone else uses Addonchat or has successfully managed to integrate it with PHPVMS using the Remote Authentication method which the service allows. The Addonchat homepage is http://www.addonchat.com Their support page on the use of remote authentication is http://support.addoninteractive.com/index.php/Knowledgebase/List/Index/8/remote-authentication Would very much appreciate any help or guidance anybody can provide on this. Regards, Nige.
Last reply by steelerboi, -
- 10 replies
- 3.2k views
Hello, me again . After Update my acars map dont'show online flights, almost all of my pilots using fsacars, the new version have suport for fsacars?
Last reply by mark1million, -
- 9 replies
- 3.2k 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.2k views
I'm trying to create a table in the pilot_public_profile.tpl that will show the Aircraft Usage Statistics of every aircraft type that the pilot uses, so I can award them with an aircraft typerating award. I am not sure if I am anywhere close to getting it to work, as I keep getting this error... <p> <h3><?php echo $userinfo->firstname; ?>'s Aircraft Statistics</br></h3> <table width="100%" border="1" bgcolor="#042233" id="tabledlist" class="tablesorter"> <thead> <tr> <th><font color="F78F1E">Aircraft</font></th> <th><fon…
Last reply by CedGauche, -
- 15 replies
- 3.2k views
Hi guys, more issue, today I uploaded some jps of ranks to the lib/ranks file no issue. a while later I need to go and check the site and add the ranks but all I got was a blank page. http://5starvirtualaviation.com/phpvms/'>http://5starvirtualaviation.com/phpvms/ I have checked with my host provider and there is no issues with the server and php is running ok, but I cannot get to login. We are also having an issue with a connection error with kACARS which has been happening for a couple of days now. I hope to get these sorted so we can move forward. Thanks for your support. Deano 5SA389 5SA0001 http://5starvirtualaviation.com 5 Star Virtual Avaiation CEO
Last reply by 5SA CEO, -
- 7 replies
- 3.2k views
Hi, Is there anyway you can change the blue plane icon in the map? Any help appriciated!
Last reply by sherming, -
- 1 follower
- 15 replies
- 3.2k views
I am looking to establish another airline from a subdomain with a different design, but using the same backend, without setting up a second installation of phpVMS. Is this possible? If yes, how can I achieve this?
Last reply by HighFlyerPL185, -
- 1 follower
- 18 replies
- 3.1k views
Hi Wondering if anyone can help. I have done a new skin for my VA deciding to change from the Icrew Skin. When my VA used the Icrew its URL was crew.virtualei.net With my new skin I have gone back to the parent URL virtualei.net My problem is that my simbrief button is not working. I uninstalled the module and all the files and did a fresh install remembering to put in the new URL and my API in the correct files. When I click on the. When I inspect for console errors it is still saying crew.virtualei.net as per screenshot. I have cleared my PC cache and history but it doesnt work. I am at a total loss. Any help appreciated. https://prnt.sc/svd4u…
Last reply by vJet2,