Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 11 replies
- 3.2k views
Hello, I have a sql column in the pilot part called vatsim and ivao but how do I make it so they go into the registration form? Thanks Solved
Last reply by Sava, -
- 1 reply
- 3.2k views
I'm Getting this error on the contact form. Any one got any ideas? ERROR: Invalid domain for site key
Last reply by simpilot, -
- 1 follower
- 8 replies
- 3.2k views
CONTENT REMOVED
Last reply by Nabeel, -
- 15 replies
- 3.2k views
HI Nabeel, Dave and Jeff Is there a code snipped to add to the page to make it that you must be logged to to view or access? I would like to make the pilots list only viewable by members. Cheers.
Last reply by mark1million, -
- 11 replies
- 3.2k views
In the admin panel, my rank auto-calculate is set to false, so there is a dropdown box to select the pilots rank. This dropdown box always shows the lowest rank "officer cadet". The same thing happens for the custom field dropdowns. I think I've identified the problem codes but cant figure out why they're wrong. Rank code: <tr> <td>Current Rank</td> <td> <?php if(Config::Get('RANKS_AUTOCALCULATE') == false) { $allranks = RanksData::GetAllRanks(); echo '<select name="rank">'; foreach($allranks as $rank) { echo "<option value=\"{$rank->rankid}\">{$rank->rank}</option>"; } echo '</select>'; } else { echo …
Last reply by corneyk, -
- 9 replies
- 3.2k views
Alright, so using x10 Hosting (Free;I can barely bring myself to spend bandwidth), I'm planning to start up a VA. So, I got to initiating install.php in my browser (Google Chrome, if that helps), but it didn't come up with the database setup screen, but a wall of coding. I don't know if I misinterpreted the tutorial, maybe I missed a step, or I botched something else. So, i'll have to swallow my pride and ask for help.
Last reply by GoldenJet VA, -
- 9 replies
- 3.2k views
I searched here in the forum something like Booked Flights, thought, but nothing worked properly. I visualized the Admin Center, my pilots booked 18 flights, but not me this script returns the same flights on the Frontpage_main.tpl,. Someone has something similar like this http://airmaltavirtu...ex.php/bookings The script I have is this, but he did not return the you that I see in the admin center. Current Booked Flights</h3> <?php /*echo '<pre>'; print_r($allbids); echo '</pre>';*/ if(!$allbids) { echo 'There are no bids!'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Route</th>…
Last reply by loplo, -
- 8 replies
- 3.2k views
Hello im new to the phpvms world and im tgrying to figure out where i can set up a welcome email that gets sent out to pilots. the stock one is well not good for my needs...any help is welcomed thanx
Last reply by TennShadow, -
- 14 replies
- 3.2k views
Hi all! Well, four days ago the total VA hours of my VA don't increase. Freeze in 5.300 hours. Anybody can help me? PS: We activate de VAcentral...
Last reply by sergiotucano, -
- 13 replies
- 3.2k views
okay so i got 25k airports imported and i tried to import schedules from flightware but i don't know where i can get my userid and my api key even tought i signedup for 500 free queries if is there any other way to get schedules maybe anyone has a schedules file for sharing? and if anyone knows a site that sells schedules for phpvms 5.5.x for less than 5 dollars? spended enough money on smart cars and all that crap allredy but i forgot the most important the routes... i'm creating a british Airways and Widerøe Flight company on my website any routes from there witch you can offer as payware or freeware would be really greatfaul
Last reply by RuiMiguel, -
- 11 replies
- 3.2k views
I'm very new to this virtual airline business but i wanted to set up one from a long time. a few days i ago i heard of a Virtual Airline manager and i stumbled upon PHPvsm, i downloaded it and now i have no idea of what i have to do with all the files contained within the download so if someone could help me it would be very much appriciated thank you
Last reply by mark1million, -
- 2 replies
- 3.2k views
Dear members our Live Acars Map is not functioning from many months i tried all the solutions given in the forums but nothing happens can anyone please help in resolving the issue please. http://www.piavirtual.org/PIA/index.php/acars Irfan Khan
Last reply by IrfanKhan, -
- 1 follower
- 3 replies
- 3.2k views
I'm trying to get the pilots stats to show on my front page, i have added the following code to frontpage_main.php but it's not pulling the data. <ul class="list-group"> <li class="list-group-item"><span class="badge"><?php echo $userinfo->totalflights?></span>Total Flights</li> <li class="list-group-item"><span class="badge badge-default"><?php echo $userinfo->totalhours; ?></span>Total Hours</li> <li class="list-group-item"><span class="badge badge-primary"><?php echo $userinfo->transferhours?></span>Transfer Hour…
Last reply by Parkho, -
- 9 replies
- 3.2k views
Hello Nabeel! As we work with Joomla in our main site (www.brisalinhasaereas.com), we are trying to make phpVMS basic template to fit into an article layout as an iFrame. The problem is our Joomla template is limited to 900px width. This restriction gives us rolling bars: erghhhhh... :blink: Is there a way to reduce phpVMS basic template width to fit in a maximum 900px iframe. If so, how can I do it? Thank you! p.s.: here is how is set our phpVMS: http://dov.brisalinhasaereas.com
Last reply by Nabeel, -
Hi there, when I tried installing PHPVMS 5.6. I get the following error below Warning: mysqli::mysqli(): (HY000/1045): ProxySQL Error: Access denied for user 'id14765983_phpvms_install'@'2a02:4780:bad:f00d::4' (using password: YES) in /storage/ssd5/983/14765983/public_html/core/classes/ezdb/ezdb_mysqli.class.php on line 101 Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>ProxySQL Error: Access denied for user 'id14765983_phpvms_install'@'2a02:4780:bad:f00d::4' (using password: YES) (1045)</b></font>]<br />[<font color=000…
Last reply by Strider, -
- 11 replies
- 3.2k views
Hi,Yes, I recently posted a question about needing help on my freewebs site, but since freewebs doesn't have PHP/MySql functions, I moved my site to a new server. The question I have is I don't know how to install this. I read the sticky, but I am confused. It's been a long day as well with my site, so a little help would be great.
Last reply by Nabeel, -
- 8 replies
- 3.2k views
Hey Guys, I done a quick search about the comment from fspax "no aircraft found", couldn't find anything. If there a mod to stop that comment being entered everytime?
Last reply by MBrown, -
- 10 replies
- 3.2k views
Hi all, Just wondering if there is a way to reset the airline finances to start again as we are in quite a bit of debt, Many thanks, Connor Sullivan
Last reply by MBrown, -
- 17 replies
- 3.2k views
Hi!, i'm working on the VA system for my VA, and when i add aircrafts it gives me the error "There was an error adding the aircraft" (same thing editing the aircraft) but this is my form https://prnt.sc/t7brbt (it appears in blue because the other times was the same problem, so it's easier to me, i added it from de database directly but i can't still fly with the aircrafts, when i book my pirep i can't select the plate of the aircraft, i tried to add the aircrafts on a .csv, but it doesn't work (https://prnt.sc/t7bsck),it returns this text, " The import process is complete, added 0 aircraft, updated 0, for a total of 0! ". I searched on the forum but i didn't …
Last reply by ProAvia, -
- 1 reply
- 3.2k views
Hello. I wanted to crate a custom signature, everything was going good, but the text is a scrunched up. I can't seem to fix this......... I don't know waht I did wrong here. I hope someone can help me with this.
Last reply by flyalaska, -
- 11 replies
- 3.2k views
Hi ! I've a little problem when I logged in my website : if we're logged in and we go in an other page a message appears : (On the right-top pilote's profile is remplaced by case for login) and when I try to log again I've this message : You are already logged in with pilote's profile in right-top... For example : I can't access to Admin panel after log in... Thanks
Last reply by CPC900, -
- 6 replies
- 3.2k views
I can no longer access the forum from my mobile it just keeps redirecting. Is this a problem with my phone or the forum?
Last reply by simpilot, -
Hi, On my bids page im getting the following, rather than my list of bids: $bid->flightnum; ?> depicao; ?> to arricao; ?> aircraft; ?> (registration?>) deptime;?> arrtime;?> distance;?> Is there any known fix for this? (Using latest beta)
Last reply by Tom, -
- 5 replies
- 3.2k views
When setting up pilot group to give them certain access to the admin area, how do I restrict access to the SimPilot and all Add On module(s)? There is not an option in the Group Permissions area when editing the groups! Thanks!
Last reply by Gofast77, -
- 12 replies
- 3.2k views
Hello, how can I put a table like this: http://execair.org/ (bottom) course, the table will be personalized;) for new drivers and the latest flights and flights booked? Two other things How can I do to make the Flight Arrivals and Flight Booking? I use this form: http://forum.phpvms.net/topic/4498-flightbookingsystem/ Is there any code for this module? Someone pass me the code (maybe stuartpb) Thanks!
Last reply by James142, -
- 6 replies
- 3.2k views
First, the FSACARS plane icon on the LiveMap does not change its heading. Second, some of my VA members are encountering a FSACARS crash while starting their flight. Any help would be greatly appreciated! Thanks, Carl
Last reply by Nabeel, -
- 10 replies
- 3.2k views
I got phpvms working on my home server useing windows server 2003 running lls system. Have php 5.2 installed with phpmyadmin thats all. Theres no errors that show up. Anything like that is it im missing something or what. but you can click any page but it sits at index.php http://deltaairva.net Changed OS from Windows Server 2003 To a linux Software. and It works perfect.
Last reply by JustinRomaine, -
- 6 replies
- 3.2k views
In english Hi Guys ! I've two questions : First, How I get the number of passengers on each flight? I say that number that uses in the field PAX of FsAcars. and.. Second ! When I send a log, this go for what page? I need cath this log for create a automatic FOQA system, and after send log to DB. In portuguese: Tudo certo pessoal? Tenho duas perguntas: Primeiro, de onde eu pego o número de passageiros de cada voo? Digo aquele número que o FsAcars usa no campo PAX. e Segundo, como eu capturo o logo enviado pelo FSAcars? Preciso captura-lo para criar um sistema de avaliação automático, um FOQA automático para depois de avaliado ele ir para o banco d…
Last reply by VAsdoBrasil, -
- 10 replies
- 3.2k views
Issue has been sorted. Scroll down for details
Last reply by BaRBeR, -
PIREP Status
by Kyle- 13 replies
- 3.2k views
Hey guys, I'm trying to firgutre out what the code is of the status of the PIREP. here's my code $pirep->status"; Is it wrong or what? I want to display the stats of the PIREP, like rejected or approved. How can I do that?
Last reply by Kyle,