Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.7k views
Hi, I am programming my own ACARS and everything is going fine, but I cannot use the correct format for displaying the LOG field, on PIREP, same way kACARS does. I would like the LOG on PIREP to display this way: [00:00] bla bla bla [00:01] bla bla ... [00:02] bla... ... Can you please help me? Thank you! Regards, Roger
Last reply by Rogerox, -
- 1 reply
- 1.6k views
Hello everyone! I have a joomla site for main site and one fss for my va's pilots.As you can see on my FSS (phpvms) there are statistics. http://www.greeceairwaysva.com/fss How can i add the statistics to my joomla site?Or can i do it? (With auto-update)
Last reply by simpilot, -
- 1 reply
- 1.1k views
Hi guys, I've been thinking about an idea that I think would be fine, so I'll mention here: On page acarsmap when no one is in flight becomes white, you can display a message saying it has no pilot flying at the moment, when there is a pilot flying menssagem this message disappears, anyone have any idea how to do this? Oi gente, eu estive pensando sobre uma idéia que eu acho que seria bom, então eu vou falar aqui: Na página acarsmap quando ninguém está em voo se torna branco, você pode exibir uma mensagem dizendo que não tem piloto que voa neste momento, quando há um piloto que voa menssagem esta mensagem desaparece, alguém tem alguma idéia de como fazer isso…
Last reply by mark1million, -
- 4 replies
- 3k views
Hey, I've used phpVMS in the past and only had this problem once, but after I finish installing, I set my user etc. Then I go to the main site to login and I can login fine, but when I click on Admin Center it says "Error! Please Login First" So i click back, then refresh, then logout, then refresh, then log back in and well.....still cant get into my admin panel... I can get in if i enter my URL on pagewash, but i would prefer that I do not have to use pagewash as my browser now Anyone else had this problem and know how to fix it? Thanks in advance!
Last reply by Nabeel, -
- 5 replies
- 2.3k views
So what I am looking to do is add the ability to search the schedules by division. Our VA uses divisions to distinguish flights in the schedule as follows: CCC-NOC001 CCC-EOC001 etc. Where the NOC and EOC are divisions. We currently have 9 divisions and the complaint I'm getting is that with all the schedules its hard find a flight they are looking for. So I want to create a division filter based on the flightnum field which in itself is easy enough to do, but I would wind up with a drop-down list of ever flight in the database. What I need to know is how can I create it so that it only searchs for the division code. <div id="division"> <p>Select Divis…
Last reply by Nabeel, -
- 6 replies
- 1.9k views
Hello I have a problem with my map ACARS. This afternoon I am flying with kACARS but once my flight over, I noticed several hours later that I was always displayed on the map. I did a "Reset ACARS" and the problem was solved. I wonder if there is a solution to avoid this problem? Thank you
Last reply by Rius, -
- 9 replies
- 1.8k views
Hello, I installed phpVMS on my site, but I'm enfrendando problems with some pages, it appears that: PHP Warning: Invalid argument supplied for foreach() in E:\home\flydeltavi\Web\core\templates\registration_mainform.tpl on line 89 PHP Warning: Invalid argument supplied for foreach() in E:\home\flydeltavi\Web\admin\templates\pilots_details.tpl on line 92 PHP Warning: Invalid argument supplied for foreach() in E:\home\flydeltavi\Web\admin\templates\ops_scheduleform.tpl on line 182 How can I fix? The code was not modified.
Last reply by Kairon, -
- 1 reply
- 1.6k views
Hello, I have this and for some reason the flag and text doesnt line up? any ideas? my code is... <table width="700px" border="0" cellspacing="0" cellpadding="1"> <?php echo '<td width="250px" valign="top">'; echo '<table cellspacing="1" cellpadding="1" border="1">'; echo '<th width="150px"><div align="left">Country Location</div></th>'; echo '<th width="100px"><div align="center">Pilots</div></th>'; $country_info = DB::get_results('SELECT COUNT(pilotid) as total, location FROM '.TABLE_PREFIX.'pilots GROUP BY location'); foreach($country_info as $country) { echo '<tr>'; echo '<td ali…
Last reply by simpilot, -
- 1 reply
- 1.6k views
Hiya, Ive done a quick look through the searching for this answer however can someone explain in a yes or no fashion... When updating VMS do I need to start from the first update, or do the latest release contain the previous updates? I ask because Ive been lazy and havent applied an update since first using vms back in May. Thanks for your help Steve
Last reply by TennShadow, -
- 15 replies
- 3.9k views
Hello, unfortunately we have a little problem. Well, we disabled some flights today but those flights are still shown as available. Really need your help. Thanks!
Last reply by BastiDE, -
- 5 replies
- 2k views
Hello, I have make a flight on the new phpVMS 2.1.943, but I have problem's with Gross Revenue, Fuel Coast. The price is always 0 why??? I have set each fuel peice for airport at 1.1 etc and the price of the route but it doesnt register I do all flight via a custom made kAcars Kindest Regards and Thank you!
Last reply by Nabeel, -
- 5 replies
- 1.8k views
I want to modify: public static function getAircraftInfo($reg) { $reg = DB::escape($reg); return DB::get_row('SELECT * FROM '.TABLE_PREFIX.'aircraft WHERE `registration` ='.$reg ); } so it will return the hours as well.. I have no idea how I am going to this so can someone please provide the code. Thanks, Mitch
Last reply by simpilot, -
can you guys help me here it doesn't shows status pictures
Last reply by Nabeel, -
- 3 replies
- 1.7k views
Hello everyone! Have anybody add all the airports of the world at his Phpvms site?If anyone have done it please send it to me.. Thank you very much! Servetas George
Last reply by servetas, -
- 16 replies
- 6.3k views
I have three airlines in my VA, AVA,AVC and AVE, i'm trying to search for only schedules by each of them using this code, but i cant get it to work and i'm kinda tying myself up losing where i'm at. I know its fairly simple but i'm passed that stage. i'm editing the schedule_search.tpl <div id="airlinetab"> <p>Select Required Airline:</p> <select id="allairlines" name="airline"> <option value="">Select Airline</option> <?php if (!$allairlines) $allairlines = array(); foreach($allairlines as $allairlines) { echo '<option value="'.$allairlines.'">'.$allairlin…
Last reply by Alex, -
- 8 replies
- 2k views
Very good day I came here because I'm having problem in AcarsMap, it does not appear to flight information, and what appears on the image below, can someone tell me what the problem is solvable and, if so what the solution to solve the problem, thank you for your attention! My Code AcarsMap: Code snipped by Nabeel
Last reply by Kairon, -
- 5 replies
- 2.1k views
hello. I'm having trouble with the flight schedules & routes, now I have created 35 flight plans but only 25 flight plans are published, all flight plans are created equal that others, osseous happening. please if anyone can help me solve this problem. grateful for their help.
Last reply by Calfuray, -
how can i make pictures to change itself like in Brilliance Template. here's what i'm asking for:
Last reply by giorgi, -
- 5 replies
- 2.2k views
I would like advice from experienced people,about how to make my VA one of VATSIM member and make it VATSIM European division member.
Last reply by simpilot, -
- 3 replies
- 1.6k views
My VA Signature aren't Regenerating when i go into Maintenance Options, and Reset Signatures. It says regenerating signatures and then doesn't do anything
Last reply by Heliguy, -
- 11 replies
- 2.7k views
Hey guys, I'm completely new to this kind of website building (I use webs.com for my airline, but I'm switching to http://www.000webhost.com/ to get PHP). I have no idea how to give permission to whatever and that stuff. Can anyone help me by installing phpVMS to my website? If you could that would be great.
Last reply by mark1million, -
hi guys can you tell me how to remove header from obsess blue skin?
Last reply by MAT, -
- 13 replies
- 3.3k views
I was caught by surprise if this error: Do not know what aconceteu pq on the first installation in other host things worked, but this time there gave this error, anyone know how I can fix? This image was only one part has several other errors.
Last reply by Kairon, -
- 3 replies
- 1.8k views
hello. I can paint the banner as signature on the other painted without you clear the flight information check this pictures. Here is my original banner, and also that the paint to put lead paint but erases all flight information I can anyone tell me how I can do please
Last reply by El Macara, -
- 6 replies
- 1.6k views
Hello friends I'm with my site I use a address in it, but there was a sudden I have to change his address, would I do this without peder site content, such as pilots, flight times, flights etc? I need very that. Thank you for your attention.
Last reply by Kairon, -
- 3 replies
- 1.2k views
Hi all, was wondering wheareabouts I can either get rid of page titles at the top of my pages e.g http://euroscotva.co.uk/index.php/pages/aboutus or a way in changing their colours and seperating them, i dont like the idea of it showing as aboutus when it should be About Us and so on.. thanks, Connor
Last reply by mark1million, -
- 1 reply
- 1.2k views
Is there a way to make 2 different Ranking Systems so you could have 1 ranking system for Boeing Pilots and one for Airbus Pilots
Last reply by Nabeel, -
- 3 replies
- 3.2k views
I would like to know how I can put my page in Spanish?
Last reply by BastiDE, -
- 2 replies
- 1.8k views
Hallo all members, I'm back! I need help to make skin change for a pilot. How can I make that any pilots can self changing skins from VA? Thanks for Help VA KD AVIA
Last reply by Artjom, -
- 5 replies
- 2.1k views
I'm helping a friend out with his VA and a problem has been the ACARS map not showing pilots (with kACARS, XACARS nothing). He has the same version of phpvms as I do, and my map works. When I test acars the info is in the database but not on the map however it is on the vacentral map. Here is what I have done so far with no luck: I copied the core/modules/ACARS from my va to his I copied the kACARS_free folder my my va to his I copied the xacarsconfig.tpl, fspaxconfig.tpl (ok, I may have got the names wrong, but all the config files for each acars type .tpl file in the libs folder) from my va to his. I cleared cache and optimized tables, I also reset the ACARS (or o…
Last reply by Nabeel,