Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 9 replies
- 3.1k 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, -
- 6 replies
- 2.5k views
Hi guys, I'm VP & Website Manager of Emirates VA. We currently use the booking system from"http://forum.phpvms.net/topic/1966-phpvmsbooking-release/". What I want to do is.... When someone selects any airport in the departure list that's not OMDB the arrival only shows OMDB as option. And of course also the another way around. I know basic php and it's probably got something to do with the if else statement but please help me! Vincent Peters, www.emiratesva.com vpeters@emiratesva.com
Last reply by Cloudva, -
- 1 reply
- 1.1k views
Hello everyone, Acting I searched this and found so if anyone knows how to do it so please please tell me thank you very much! I wanted to ask a question. Is it possible to do Booking Module. Like this website: http://elalva.co.il It uses PHPVMS. Look there in Upcoming Flights On. How to do it?? Thank you so much for helping
Last reply by Sava, -
- 1 reply
- 1.4k views
I'm trying to make a simple booking system so pilots can make their own routes. I tryed to make it so that the flight number would be the pilots callsign, and the rest is in a form. The problem is it doesn't work and idk why not. Here's the code for the form: <span style="color: rgb(128,0,0)"><strong><span style="font-size: 36px">Flight Booking System</span></strong></span> <form action="http://www.canforce.org/core/modules/Booking/booking.php" method="post"> Departure Airport ICAO: <input type="text" name="depicao" /><br /> Arrival Airport ICAO: <input type="text" name="arricao" /></br> Aircraft: <se…
Last reply by Aaron, -
- 3 replies
- 1.7k views
Hello Guys, I have just finished making a custom boarding pass for my Virtual Airline, on the bottom where it says Id Check In required etc.. Is there a way to have it change only if it is an international flight? Thanks, Edmundk
Last reply by tutmeister, -
- 2 replies
- 1k views
hello again, i have a new challenge and i dont know how to do it for the frontpagemain. I would like to have a info box about new pilots in the VA. i like something like that: it would read new pilots i only be able to get the name... i would like to know how to put the flag and the hire date thanksssss
Last reply by mobitu, -
- 0 replies
- 1.1k views
Good evening, I'm having an issue with the pilot briefing being called three times. As I have many variables being generated (some randomly) from the database and need to remain constant, I can't have it being called three times otherwise different values will be generated. I have SELECT, UPDATE, and INSERT queries involved so calling all of them more than once as you can imagine really wrecks havoc. Does anyone else have this issue or have any ideas relating to it? I have tried reverting to the uncustomized version of schedule_brief.tpl with no success. Thanks in advance.
Last reply by hmmc97, -
I've a questions, how can I do 1. that's in the Briefing shows the firstname and lastname pilot?? 2. tahat's the time-not a single number 1:20 and the conclusions separately at first hours : minutes example: (<?php echo "{$schedule->deptimehours}"; ?>:<?php echo "{$schedule->deptimeseconds}"; ?>)
Last reply by Artjom, -
Dear, Worked to develop a system "SITA" using schedule_briefing page, the system populates all information and calculates the fuel used on the route. System Function The navigation is a navigation that SITA is intended to help the pilot in its own navigation and control fuel and time during the flight. Print I am by posting some pictures of my work so you can see how this development. * White = Written text * Yellow = Populated by the system
Last reply by TheVynysto, -
- 7 replies
- 3.3k views
Any idea why the weather charts are seemingly a few days old when you look at the weather brief for a flight?! Is there a setting to get the latest charts in a config somewhere?
Last reply by Nabeel, -
- 2 replies
- 1.8k views
Hi! I have a stupid question(Not a Joke !) I cant find Briefing subpage on my webpage i have logged in tried everything and there is no briefing page ... ? Any ideas how to get it ? Maciej.
Last reply by MaciejO, -
- 2 replies
- 1.2k views
Hello Can anyone make me these graphics for the upper Control Panel Menu in the Brilliance V1 Skin? Thanks [GRAPHICS]
Last reply by P.I.A.S Virtual, -
- 3 replies
- 2.3k views
Dear Fellows hi i am having some problem with stylesheet i hope you will help in this case now the problem is whenever i am putting my style.css code in front_page.tpl file it was changing some of my side menu color + text color also i tried to put in other files also but same result i am doing this. i am putting this code in front_page.tpl to change my table colors <style type="text/css"> table, td, th { border:1px solid green; } th { background-color:green; color:white; } </style> and it was showing this changing my side menu colors.
Last reply by mynameiskhan, -
- 3 replies
- 1.7k views
Hey, So I've already seen all the threads with the dropdown menus but they weren't helping at all! http://forum.phpvms....rilliance-skin/ That was the closet thing i found to my problem, but i did what they say and it still not a dropdown. If someone could please visit my teamspeak3 or email me helping me out that would be great or even if you could give me the code/download that would specificcally fix my problem that would be greatly apprciated! here's that wesbite with the Error http://bahamasairvirtual.co.cc PLEASE I WOULD LOVE SOME1'S HELP (I'M STILL DOING MY BEST LEARNING ABOUT THIS STUFF) Also I will leave the error exactly how it is so you all can better see…
Last reply by Curshad, -
- 1 reply
- 1.1k views
Hi, For some reason when I press the Add to Bid button on any of my schedules I get this rather than an added bid http://prntscr.com/grb0qe As you can tell I am on the crew center skin. Thanks
Last reply by smokey68, -
- 1 follower
- 2 replies
- 1.1k views
Trying to send emails but the page loads for a long time with a blank page (as it usually does, this is normal) until it stops loading and the page is still blank. I'm sure most of you know it usually gives the list of pilots confirming the message has been sent to each one. Anyone had similar issues? The code certainly hasn't been changed, is it just a timeout from poor connection?
Last reply by freshJet, -
- 1 reply
- 1.3k views
Im trying out my registration and i got this error upon clicking register button. Uncaught exception 'RuntimeException' with message 'No secret provided' MainController::RunAllActions() #6 {main} thrown in /home/tnvodokkaa08/public_html/core/lib/recaptcha/ReCaptcha/ReCaptcha.php on line 62 I don't know what and how to solve this issue. Anyhelp?
Last reply by shakamonkey88, -
- 6 replies
- 1.7k views
When I try to search for schedules, this happens https://goo.gl/photos/zunXMGaSQwjaQr3u7
Last reply by Benny87654321, -
- 6 replies
- 1.5k views
Hello everyone, i am still working on my new VA, we are not open to public yet so this is a good time for us to get all our little adjustments made, although this is something that is really annoying me and i havent been able to fix: When i load up my VA in the likes of Google Chrome the menu bar is really unresponsive and the site generally slow, my VA likes chrome, but chrome clearly doesnt feel the same way :L In Mozzila the site runs generally well, but when you change tabs and then come back it takes a bit to load again. IE, the site doesnt even display properly, not sure about the latest version. not sure about other browsers... website - click here any ideas…
Last reply by Connor1994, -
- 1 reply
- 2.3k views
When requesting a page that does not exist via the "?page=content&p=x" function the following is displayed.Warning: SiteData::GetPageContent(/var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/pages/privacypolicy.htm) [function.GetPageContent]: failed to open stream: No such file or directory in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/common/SiteData.class.php on line 119Warning: SiteData::GetPageContent() [function.include]: Failed opening '/var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/pages/privacypolicy.htm' for inclusion (include_path='.:') in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdo…
Last reply by Nabeel, -
- 0 replies
- 906 views
This is nothing to do with phpvms but something on this site, { "error": { "type": "OAuthException", "message": "Invalid redirect_uri: Given URL is not permitted by the application configuration." } } I tried to connect my account to my fb account, and get that instead.
Last reply by Strider, -
- 1 reply
- 1.1k views
Does anyone else get this error? In Admin View bids the flightnumb shows instead of the pilot ID (see the image) The top one, the route number shows correctly but the pilot id is using the route number prefix instead of AVA0011 as it should. This is the line from the template. <?php foreach($allbids as $bid) {?> <tr id="row<?php echo $bid->bidid?>"> <td><?php echo $bid->code.$bid->flightnum."({$bid->depicao} - {$bid->arricao})"?></td> <td><?php echo PilotData::GetPilotCode($bid->code, $bid->flightnum).' - '.$bid->firstname.' '.$bid->lastname; ?></td> <td><?php echo $bid->d…
Last reply by simpilot, -
- 4 replies
- 1.6k views
I have been trying to add a custom pirep field from the admin side. I can create the field with a text area. The field is called Tracker URL with a blank text area to insert a url. I already have one custom field called "unscheduled flight" which is a simple drop down box with yes,no. Once i have added the second "tracker URL" field all looks fine in the admin side, however when i go to the user side and try to file a pirep. I get ONE custom field which is a mix of my two fields ie a field name of "Unscheduled flight" and a text area. I am on .930 I have tried searching on custom pirep fields but have not found anything similar to this yet? Alex
Last reply by Nabeel, -
- 2 replies
- 1.9k views
There seems to be a bug in the ini file for FSACARS, since it generates an ini file like this example: CompanyICAO=GLD [...] PilotNumber=GLD0001 where it should be PilotNumber=0001. Cheers, Rodrigo Ventura goldenjet-va.org
Last reply by Nabeel, -
- 1 follower
- 2 replies
- 3.6k views
Hi, So while checking errors, I got following: ===== Time: 10.05.20 19:18:06 Backtrace: DB::write_debug > DB::get_row > OperationsData::getAircraftInfo > FinanceData::getLoadCount > PIREPData::populatePIREPFinance > PIREPData::fileReport > ACARSData::FilePIREP > smartCARS::filepirep Query: SELECT * FROM phpvms_aircraft WHERE `id`=A330-243 Error: (1054) - Unknown column 'A330' in 'where clause' ===== I searched in codes and found this bug (PIREPData.class.php), line 950: $pirep->load = FinanceData::getLoadCount($pirep->aircraft, $sched->flighttype); Now $pirep->aircraft should be corrected to $pirep->a…
Last reply by Rabso, -
- 7 replies
- 2.4k views
Hey Nabeel, can you take a look at this for me and tell me if it is a bug or not? If it is, I will add it for you. If it is not, man do I got major issues. http://forum.phpvms.net/topic/4843-statistics-help-solved/page__st__20
Last reply by TAV1702, -
- 2 replies
- 1.9k views
Hey Nabeel,Thank You For Making This Wonderful Software For Virtual Airlines.Problem I Discovered : Today When I Was Doing a Test Flight For One Of My VA Routes, Everything When Well For The Fsacars. It Was Awesome Job By You Taking Your Precious Time Integrating The Fsacars Into This System, However I Discovered One Little Problem. When Doing a Flight With Fsacars, I Found Out That The "Speed" Displayed On The "Live Flight" Page Seems To Be Incorrect. Eg. In Flight Simulator When The Plane Is In The Air, The Speed Displays To Be 250Knots, But On The "Live Flights" Page, It Display To Be Around 400-470Knots Which Is Almost Doubled The Amount Of The Correct Speed.Another P…
Last reply by RogerB, -
- 14 replies
- 2.9k views
One of my staff members attempted to sign up on the site. The confirmation E-Mail he got back looked like this From: Cerulean Airlines <noreply@ceruleanairlines.com>Date: April 10, 2008 12:25:32 AM GMT-04:00To: tylerhartmann@gmail.comSubject: Cerulean Airlines RegistrationContent-Type: multipart/alternative; boundary = PHPVMSMAILER47fd96bc2ed8aThis is a MIME encoded message.--PHPVMSMAILER47fd96bc2ed8aContent-Type: text/plain; charset=ISO-8859-1Content-Transfer-Encoding: base64RGVhciBUeWxlciAgSGFydG1hbm4sDQoNCllvdXIgYWNjb3VudCBoYXZlIGJlZW4gbWFkZSBhdCBDZXJ1bGVhbiBBaXJsaW5lcywgYnV0IHlvdSBtdXN0IGNvbmZpcm0gaXQgYnkgY2xpY2tpbmcgb24gdGhpcyBsaW5rOg0KDQpodHRwOi8vdGVzdC5jZXJ…
Last reply by turtle6340, -
- 18 replies
- 3.8k views
Nabeel, Sir, I have found my expereince here at the forums to resolve issues or bugs with PHPVMS sort of restricted to the those who are willing to help and being an outsider of the group of phpvms VA operaters that hang out here, pretty much keep to those who they know. I come here when I need help and I have not had a single question since I first started using phpvms back in July. So in order to get something done or added I half to contract it out to FSTools for a fee. I don't mind paying the piper if this is the only way I can get my sites the way I want them. Let me get to my issue that has had no response, just a lot of viewing. I now operate two phpvms sites on …
Last reply by simpilot, -
- 1 reply
- 2k views
BUILD 254On the admin panel when adding Flight Schedules the page that displays is larger than my screen area (1024x768). Thus I am unable to manipulate certain buttons and fields. Scrolling appears to be disabled while this screen is displayed.
Last reply by Nabeel,