Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 0 replies
- 1k views
The acars map shows the planned route. Is there a way to show the actual flown route (thus far) on the acars map? Since the aircraft bubble updates on the acars map, the data should be available. TIA!
Last reply by ProAvia, -
- 1 follower
- 5 replies
- 2.8k views
Hello I have a little problem, I want to show the Flown_routes_map in the main profile. Unfortunately this shows all the routes. I'm using this code <?php MainController::Run('RouteMap', 'index'); ?> Can someone help me? Thanks
Last reply by RuiMiguel, -
Flown Routes Template
by Guest lorathon- 3 replies
- 1.4k views
I believe there is an error in the flown routes template. The following code will continue if a route has the same depicao or arricao. What happens is that two flight departing from the same location are not shown. Only one will be shown (the first in line) I commented out the first part and just had the loop continue if the flight numbers were in the $shown array This is my commented out code foreach($allschedules as $route) { /* // Dont show repeated routes if(in_array($route->depicao, $shown)) continue; else $shown[] = $route->depicao; if(in_array($route->arricao, $shown)) continue; else $shown[] = $route->arricao; */ if(in_array($route->…
Last reply by MrAmsterdam, -
- 1 reply
- 1.1k views
Hello folks... I'm having a dumb issue here with Fltbook. When a new pilot register... his current location (on fltbook's search page) is "-". I guess it's because the current location is based on lhe last pirep sent by the pilot. And this working very well with the pilots that already made some flight on my VA. The problem is that the new pilot (without any flight made) have the current location as "-". I guess that should be shown the pilots HUB, for the first time... How to make it possible? P.s.1: I'm using ProAvia's updated version. P.s2: I'm using crewcenter.
Last reply by web541, -
- 11 replies
- 3.8k views
Hi guys, I was trying to add Fltbook V2 to my Phpvms 5.5.2.72 and import fltbook.sql file to database. However, I realized that after I install it, I cannot add aircraft via admin panel anymore. To be more specific, it is caused by /core/comman/PIREPData.class.php. Looks like this mod changed this file and add one line: FltbookData::updateAircraftLocation($pirep_details->aircraftid, $pirep_details->arricao); If I removed it, everything is OK then. Can anyone please help me out? Thanks a lot.
Last reply by web541, -
- 1 follower
- 46 replies
- 13.3k views
hey folks! im working rnw on the new Virtual Airline System for FSCloud. I want to build in web541 Version of his FLTbook System. I moved al the files created the all entries. Page is working but when i try to book a flight the window where you can chose the plane pops up but always close immediately. I didn't changed the code or styled anything.. Im using the php branch ( https://github.com/web541/FltbookSystem/tree/php ) and phpvms 5.5.2 Hope you can help! ps: is this fltbooking system working with smartCARS ?
Last reply by Mickey, -
- 6 replies
- 2.2k views
Does anyone know the trick to the SmartCARS to get it to show bids? I'm getting "You have no bids." I saw the post where Web said there was something but didn't list it.
Last reply by Curshad, -
- 1 reply
- 1.3k views
Is it better to make pilots fly from there current location or fly from anywhere?
Last reply by servetas, -
- 12 replies
- 2.4k views
Hello I am trying to add that the last 10 routes flown are shown, I have not been lucky thanks for the help this is the Module / Pireps code public function routesmap($pilotID,$limit='') { if (!Auth::LoggedIn()) { $this->set('message', '<div class="alert alert-danger alert-dismissable">You must be logged in to access this feature!</div>'); $this->render('core_error.tpl'); return; } $this->title = 'My Flight Map'; $pireps = PIREPData::findPIREPS(array( 'p.pilotid' => Auth::$pilot->pilotid,$limit )); …
Last reply by FlightDeckES, -
- 8 replies
- 1.9k views
How do you limit the schedules so you have to fly from where you last landed?
Last reply by servetas, -
- 2 replies
- 1.5k views
Hello Guys, Can we integrate a "flying network" status (i.e. pilot A is flying in IVAO and pilot B is in VATSIM) inside ACARS Live map? Regards,
Last reply by servetas, -
- 4 replies
- 1.7k views
Is it possible to show on the frontpage, the pilots flying at the moment and where they are?
Last reply by ProAvia, -
- 3 replies
- 1.7k views
Hi, I'm new here. and have started my own airliner. and I have a question: is possible. I fly without schedule? that my pilots to fly aywhere without having made ​​a route? (Kacars) yes? how would it be? No? is there another possibility as something done to get some tips? Thanks. Michael
Last reply by Bluemax, -
is there anywhere where we can add more fonts into PHPVMS? thanks in advanced
Last reply by Nabeel, -
- 1 reply
- 1.2k views
Am new to the world of phpVMS, but hav set up a VA using it but need to change a few colours. The attached image shows the text that I need to alter. Both the BLUE and BLACK text are what I need to change. Ideally I could do with it all being white or light grey. I am fully aware of hex colour codes as have used them in html sites in past. What I do not know is which of the .css files contain the parts that I need to alter. Would be most grateful for a few quick pointers. Richard
Last reply by RichardRodgers, -
- 4 replies
- 1.7k views
Hello Guys I Hava question-mark Problem I How to Fix ? Picture Here Thanks for Your Help
Last reply by flyalaska, -
- 4 replies
- 1.9k views
Hi mates.. how do I change the font size in my "Latest flights" table? <table width="100%" border="0" cellspacing="0" cellpadding="0" class="ocean_table"> <tr> <th>Flight</th> <th>Pilot</th> <th>Departure</th> <th>Arrival</th> <th>Aircraft</th> <th>Duration</th> <th>V/S</th> <th>Info</th> </tr> <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo-&…
Last reply by freshJet, -
I would like to publicly thank a person putting his name with his page in the my footer. Where is this file?
Last reply by mark1million, -
I want a strip of blue in my footer, but the strip always goes under my banner. Here's the code: CSS: #footerbar { height:10px; width: 760px; background-color: #4A6C90; } #footer { position: bottom; float: bottom; width: 760px;} TPL: ?> </div> <div id="footer"> <div id="footerbar"> </div> <br /> <br /> copyright © 2007 - <?php echo date('Y') ?> - <?php echo SITE_NAME; ?><br /> <!-- Please retain this!! It's part of the phpVMS license. You must display a "powered by phpVMS" somewhere on your page. Thanks! --> <a href="http://www.phpvms.net" target="_blank">powered by phpVMS</a></p&…
Last reply by Aaron, -
- 1 follower
- 2 replies
- 2k views
Hello! First off, I do apologise if this has been solved before, but I couldn't find it. Here's my problem. On the Live Map page, the footers ends up behind it, here's a picture: (The footer is the white box, behind the map). Here's the code: HTML: <div id="footer"> <p><center>Copyright © <?php echo date('Y') ?> - <?php echo SITE_NAME; ?><br /> <a href="http://www.phpvms.net" target="_blank">Powered by phpVMS</a></center></p> </div> CSS: #footer { width: 970px; border-style: solid; border-top-width: 1px; border-color: #000000 height: 20px; margin: 0 auto; clear: both; text-align: right; …
Last reply by Shepred, -
- 7 replies
- 1.9k views
Hi, I have added an code, now is the footer at the wrong place, see here: www.northair-va.tk I dont know what I can do, can who correct this code? Can one help me? Here is the code: Code snipped by Nabeel Thanks Basti
Last reply by BastiDE, -
- 4 replies
- 2.6k views
I have hit an issue with the footer.tpl. The design looks fine appart from no footer at the bottom. Which also means no "designed by" for the template and no "powered by" for phpVMS. It says the following: I have checked line 211 for TemplateSet.class.phh and it says: trigger_error('The template file "'.$tpl_path.'" doesn't exist'); I am pretty sure its the extra slash after the public_html thingy but no idea which file to change it in. Any help would be appreciated. Thanks
Last reply by goldenairways, -
- 1 reply
- 1.5k views
where do we report bugs
Last reply by Nabeel, -
- 1 follower
- 1 reply
- 1.2k views
Dear Administrator: I am Jack Wang from Chinese.I contacted with you in November,2014,consulting about establishing PHPvms matters.But your web administrator was so busy and had no time to help me to build the web.The web administrator who i contacted with before is Mseiwald. Now I want to continue to advance it.I want to build a virtual online navigation system but i know nothing about the smartCARS soft. Can I get a customized version of the smartCARS? I wonder if you could customize a specific version. The data witch I want to be monitored is listed in the following attached file.If you think that it is difficult to meet my requirements, please tell me how to moni…
Last reply by Vangelis, -
- 5 replies
- 2.1k views
With the recent hacks is there a way I can force all users to change their password on next login? thanks, Keith
Last reply by Kyle, -
- 4 replies
- 1.8k views
Is there a way logout a person out after x_minutes of inactivity? We have a issue where some members login using a phone or other device and forget to logout. We want the system to logout them out after a period of time.
Last reply by servetas, -
- 2 replies
- 1.2k views
Hi friend I get an error just after install the phpvms I get this : Warning: Invalid argument supplied for foreach() in /home/iatvair/public_html/crewcenter2/admin/modules/Dashboard/Dashboard.php on line 165 How can I fix it? please help me in this case Many thanks Regards,
Last reply by ProAvia, -
- 2 replies
- 1.5k views
Hello, I hae the problem where pilots can't signup due to a foreign key constraint in the databsae. I remembered I had to troubleshoot this before but can't remember how I did this. I rarely ever work with MySQL, soa quick walkthrough of how to go through that in phpmyadmin would be very helpful! Thank you, Cory EDIT: Disregard, problem solved.
Last reply by coryb12, -
- 0 replies
- 1.3k views
Hello, so my va has many pilots who use letters like "č" in there names but it gets saved as "?" so as a random made up example "Grčar" is saved as "Gr?ar" Page encoding in local.config.php is set to: # Page encoding options Config::Set('PAGE_ENCODING', 'utf8mb4'); i have also tried # Page encoding options Config::Set('PAGE_ENCODING', 'UTF-8'); SQL Collation is mix of "latin1_swedish_ci" and some addon tables are "utf8_general_ci"
Last reply by Morgan, -
- 2 replies
- 1.1k views
I are now in the final test week before we change to phpvms.. Forgotten passord noth working? , I got no emails sending also no conformation that the email are sendin g I use the beta version best regards
Last reply by Nabeel,