Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 1.5k views
en Nabeel I'm struggling to get the id of the pilot with this query? <?php //set local variables $dbhost = "localhost"; $dbuser = "xxxxxx"; $dbpass = "xxxxxx"; $dbname = "xxxxxx"; //connect $db = mysql_pconnect($dbhost,$dbuser,$dbpass); mysql_select_db("$dbname",$db); // tex de MySQL Connection echo "<br />"; //base de dados echo "<br />"; //base de dados // Total pilotos que mais voou no mes por horas $query = "select p.code, p.pilotid, firstname, lastname, sum(r.flighttime) ,count(r.pirepid), submitdate, r.pilotid from phpvms_pilots p left join phpvms_pireps r on p.pilotid = r.pilotid right join phpvms_aircraft a on a.id = r.aircraft …
Last reply by Nabeel, -
- 2 replies
- 1.5k views
G'day All, I am interested in changing my search function for the schedules, currently the default one is to basic for my needs, and i would like a new one that has the similar functionality to the one below. I would also like to order my flights by aircraft, depature time, and distance. If anyone has some code to do this, it would be highly appreciated Cheers Tylor
Last reply by Tylor Eddy, -
- 1 reply
- 1.5k views
i am following a Tutorial on youtube ( ) and i have doen what he has done so far but i am still getting this errorFatal error: Class 'DB' not found in /home/heartsf1/public_html/core/common/SettingsData.class.php on line 1 i don't really understand what this is on about All help would be really helpful Thanks Ethan Gibbs CEO Of HeartsfieldAirlinesVA
Last reply by servetas, -
- 1 reply
- 1.5k views
Hey ! I've just installed my new VA website and when i've done the installation progress, when i'm trying to register i can't an 500 Error appears ! i've update the captcha with the @Nabeeltuto but nothing ! Sorry for my bad English Website : https://flywing.fr/phpvms/ Thanks for your help ! Baptiste Sutter
Last reply by harryh146, -
- 3 replies
- 1.5k views
Quick question, I apologize if this has already been addressed, but I'm curious to know if I can reset the Pilot ID's to start back at 0002. I created two test pilots to see if the registration emails showed okay (which they did, yay), and I noticed it assigned the second test pilot 0003, even though I had deleted 0002. Any way? Alternatively, I can reassign these numbers to future members of staff, but will it re-use the numbers that it initially assigns them when they sign up? Thanks!
-
- 1 reply
- 1.5k views
Hey Guys, I hope this is the correct place to post this. Im desperate for some help on this. Im using simpilot's top landing rate module to display the top 10 landings on our home page. The module works great, however im having one small issue. The module displays the top 10 landings of all time. What I would love to achieve is to display the top 10 landings of the week which will reset itself at the end of each week. I have read through the thread of the module it self but the advice on how to limit the time frame there was a little unclear to me, as im far from "fluent" in php deep in the learning curve. I would GREATLY appreciate any help, advice or a code snippet…
Last reply by OA01, -
- 0 replies
- 1.5k views
Hi there, i have been on this forum to see if i can get code to have "upcoming arrivals" , the table shows but nothing appears in the table even tho i am flying. The code i am using is this: ?php $query = "SELECT * FROM phpvms_schedules ORDER BY arrtime + 0 ASC"; $list = DB::get_results($query); echo '<h3><span style="font-family:open sans; font-style:italic"><font color="#116ed8">Upcoming</font><font color="#18487f">Arrivals</font></span> - Current Time is '.date('G:i').'</h3>'; echo '<table width="100%" border="1">'; echo '<tr><td>Departure</td><td>Arrival</td><td>Arrival Tim…
Last reply by markyboy123, -
- 1 follower
- 3 replies
- 1.5k views
Hello, I recently started experiencing some problems with my Phpvms I keep getting tons of error messages when i go to my index.php and when i scroll down i can see a bit of my website i don't think it's a skin problem because i'm still using the default skin. I tried deleting all my databases and every phpvms file and reinstall everything but it still doesn't work does anyone know how i can solve this?
Last reply by flyalaska, -
- 1 reply
- 1.5k views
Hello, how are you all, i'm noticed the flight time format has changed when update to 5.5 version! prev: flight format HH:MM .. after update: HH:MM:SS i think the 5.5 version used a flighttime_stamp column -- on DB how can i use Flight time(hh:mm) in my script without time-stamp(hh:mm:ss)?
Last reply by Industrialshadow, -
- 3 replies
- 1.5k views
hi guys my websites cron keeps emailing me this message <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent in <b>/home/luxuryai/public_html/core/codon.config.php</b> on line <b>40</b><br /> <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/luxuryai/public_html/core/codon.config.php:40) in <b>/home/luxuryai/public_html/core/codon.config.ph…
Last reply by LuxuryCEO, -
- 2 replies
- 1.5k views
I Somehow changed the direction of the Top navigation bar and now it looks like this, (Default skin, Crystal) Any ideas?
Last reply by Tom, -
- 1 follower
- 3 replies
- 1.5k views
im trying to get the VA off the ground and put some airports/routes in the smartcars , for some reason i cant use the lookup airport feature( it says fetching data and just sits there, ive read the forum on this problem with no resolve) anyways i try to put them in manually with lat and long but when we try to test the flight on the acars tracker it says not at departure airport, ive tried multiple lat and longs from different sources ie. air nav, sky vector, Flight sim Commander, and none seem to work, can someone shed some light on what im doing wrong, this is getting very frustrating Thanks in advance
Last reply by Vangelis, -
Hey i have a login script for my website (lf you look on my page) and i would like to reuse it for the phpvms system so how would i be able to do it can you provide me a code?
Last reply by Nabeel, -
- 3 replies
- 1.5k views
On the main admin panel it says that update 1.1.458 is available. When I downloaded and tried to install the update it says that it was already installed. So why am I getting the message saying I need to update?
Last reply by Nabeel, -
- 2 replies
- 1.5k views
Gentlemen I am experiencing an issue with my boarding pass I have made a boarding pass a custom one with a background image however when we try to print it doesn't show the background image while printing How can I fix this?
Last reply by STARs, -
- 2 replies
- 1.5k views
Hi guys For the problem of hacking, my server has closed my account became infected also other sites. They allowed me to backup files and databases. Now i got a place on another server, clean the infected files, the went up again and load the database. Modify file parameters local.config.php and it seemed that everything worked fine. But I have some problems. In the admin panel does not show: View all pilots - no show anything Flight Schedules Routes - no show anything Add and edit airpots - no show anything In the databases the info exist. Any idea? Best regards
Last reply by imnemina, -
Hello, Can anyone help me to fix navdata like the picture under? Regards
Last reply by Rafi378, -
- 2 replies
- 1.5k views
Question for all the PHP guru's out there. I'm looking to restrict content based on days since the pilot was hired. Something like after "X" amount of days certain content will automatically show up in the pilot center. My whole idea is to make pilots wait to get certain perks, add-on liveries, etc. without them having access to it on day one then leaving the VA. Any help with this would be greatly appreciated. Thanks, Keith
Last reply by TennShadow, -
- 10 replies
- 1.5k views
Hi, I am trying to get skins on my website but all I seem to be getting is white screens with writing. Even with the most basic to install like deep blue. I am using Phpvms 5.5.2. Can anyone help please? Much appreciated below is the example of StislaSkin skin. I have tried clear blue also with the same results. whej trying deep blue I was able to get other pages to work like pilots page but not the home page
Last reply by DisposableHero, -
- 3 replies
- 1.5k views
I don't know what i've done but when i now try to add aircraft i get " There was an error adding the aircraft" I did add the "buying aircraft module" but i've now took this off?
Last reply by mattsmith, -
- 1 reply
- 1.5k views
Hi to all! Can anyone tell me how to integrate teamspeak server viewer into sidebar? Some code or something? Thank you very much
Last reply by flyalaska, -
- 2 replies
- 1.5k views
Hi all, I'm having an issue where only 2 aircraft are showing up on the ACARS map. I've spoken with the developer of the ACARS and he is unsure as to why this is happening - he has tried to fix it but he's out of options. The vms_acarsdata table is only populating 2, however on the ACARS Admin panel it does detect 4 people flying and it logs the PIREPs for all of them. Any help would be greatly appreciated!
Last reply by hmmc97, -
- 2 replies
- 1.5k views
Hello, I'm trying to solve a problem on my module, its a sql injection problem but I don't know to solve it since its a text field... Here its code: protected function add_request_post() { /* id pilotid schedule type */ if($this->post->id == '') { $this->set('message', 'Invalid Certificate specified'); $this->render('core_error.tpl'); return; } if($this->post->pilotid == '' || $this->post->schedule == '' || $this->post->type == '') { $this->set('message', 'You must write your schedules'); $this->render('core_error.tpl'); return; } $data = array( 'id'=>$this->post->id, 'pilotid'=>$this->post->pilotid, 'type'=&…
Last reply by Joaogl, -
- 3 replies
- 1.5k views
First of all, I'm using Simpilot phpVMS 5.5 and Web541 CrewCenter and my language is Portuguese. Error in: Dropdown On some pages, or almost all, the photo of the pilot is not showing up. Appearing only on the panel. When I go to the panel, the image appears correctly, but when I go to another page, the default phpVMS appears. Here is the image: In the dashboard: http://prntscr.com/gqgmvh || In the downloads: http://prntscr.com/gqgmp4 App_top code: <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> …
Last reply by servetas, -
- 4 replies
- 1.5k views
As of today my schedules page is empty. In the backend, everything looks OK, tried to reimport schedules - all the same, tried to delete the schedules and reimport same crap. The only thing that works, is to create a schedule manually. Does anyone have this problem? Any help appreciated. PS, version: 2.0.877
Last reply by Nabeel, -
- 1 reply
- 1.5k views
Hi Apologies as I'm new to PHPVMS but I'm getting the following error message in the admin center and I'm not sure whats causing it... Warning: Illegal string offset 'group_add' in /core/common/PilotData.class.php on line 359 Warning: Illegal string offset 'group_remove' in /core/common/PilotData.class.php on line 365 Im on phpVMS version 2.1.936 and here is the code below from /core/common/PilotData.class.php Any help or support would be greatly appreciated! /** * Update a pilot, $params is an array of column_name=>value * * @param mixed $pilotid This is a description * @param mixed $params This…
Last reply by opsman, -
- 7 replies
- 1.5k views
Hi I want to add the Register of the flight in the pirep email. Also I want to send that email to other email except admin mail such as operation email What should I do? Thanks in advance
Last reply by ProAvia, -
All of a sudden phpvms/my site will not load the CSS. It shows this error in Firefox's error module: Outdoor.css was not loaded because its MIME type, "text/html" is not "text/css" Everything was working fine earlier today. Quick help is greatly appreciated.
Last reply by Nabeel, -
- 5 replies
- 1.4k views
The problems with the XAcars does not send the logs to the success but the apres not log the site. ???
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Hoi maybe you can help me Live map wil now update every 59 seconds. Is there a way to set the update speed faster? Like 10 seconds. And if the answer is Yes how can i change it With frendy greetings Va-Surfcity® Fabian Hamans
Last reply by BastiDE,