Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 2 replies
- 1.5k views
This is the call I'm using on my frontpage_main template which displays all aircraft in my fleet regardless of status. What could I use in order to only have it display the enabled aircraft? <?php echo StatsData::TotalAircraftInFleet(); ?>
Last reply by TennShadow, -
- 0 replies
- 1.5k views
Hi, i just moved to VPS and hosting php with my own server. Using Simpilot 5.5.2 version and my php version is 5.5. When i try to visit my admin panel, they are loading very very slow. No idea why. Loading the crew portal works fine as normal. Any one knows why admin panel loads long ? As a result, when i edit any jquery, it will also take long time to reflect on my admin side.
Last reply by PikoSim, -
- 2 replies
- 1.5k views
Hey Guys We got a Problem to manualy add hours to our Pilots (Pilot Rooster) Each time we add the hours to our Pilots (for example 300 hours) it dublicates these hours after the next flight to 600 hours? Thanks for your help
Last reply by Nabeel, -
- 1 reply
- 1.5k views
Hi, I put in my virtual company XACARS and I wanted some clarification if possible. For the client I understand how it works, but not for the server. What should I do? Just put the file XAcars Server Scripts written in PHP (http://www.xacars.net/downloads/serverscripts.zip) in the root server of the company, changing only the address of the VA? or I must create a specific database ? thank you very much for responce bye fsx
Last reply by joeri, -
- 2 replies
- 1.5k views
G'day Guys, I have a frustrating little problem that i cant get rid of, there is a little gap at the top of my dev site here: http://qantasvirtual.com/dev/ I am unsure how to get rid of it, this is the css i am using for the header div.qlogin { margin-top: 0px; background: url(../images/header.jpg) no-repeat center center; height:120px; left: 50px; padding:0 20px; } p.qlogin { color:#fff; } label.qlogin { color:#fff; } Any help would be greatly appreciated Cheers Tylor
Last reply by Tylor Eddy, -
- 2 replies
- 1.5k views
Just a quick one, when creating a Page from within the admin, Is there anyway to get rid of the annoying heading ? I understand it needs it as the page name.htm but I don't want it as the heading within the page, The actual code what creates the heading isn't there when opening in dreamweaver so I haven't a clue how to make it go away, if that makes sense, as always any help appreciated
Last reply by Colin, -
- 1 reply
- 1.5k views
Is it better to make pilots fly from there current location or fly from anywhere?
Last reply by servetas, -
- 0 replies
- 1.5k views
Hi, i have edited the airports with the correct chart links. for example: LOWI --> http://www.vacc-austria.org/?page=content/chartlist&icao=LOWI But when the pilots goes to pilot brief there is no chart available, because in the section "charts for LOWI" there is this link --> http://www.airnav.com/airport/LOWI#ifr Any idea how to get the links from the database to be displayed there? Thanks alot, Markus
Last reply by markusr, -
- 1 reply
- 1.5k views
Hello I created a new Airlie by ADMIN but does not appear in admin but when I access the database it normally appears, I am putting some pictures to show How do I fix the problem? Thanks
Last reply by Nabeel, -
Hey Does anyone here have any knowledge of Cronjobs and how they work? I am getting a permission denied error on a new cronjob script i made.
Last reply by simpilot, -
- 0 replies
- 1.5k views
Hi, i like have the module with Awards in the Pilot's Profile, with the comment: Issued by .... and the date and/or other comments from the staff member... Like IVAO's profile, or you can view it: http://www.transavia...surname=Beerens If you click in the images on the left you have this: Dispatch qualified by: Byron Visser @ 06-01-2010 18:09z Exam/training did on 6-01-2010, goodluck en have fun with dispatching ! I really like it... Do you know any code for do that? Thank you so much!
Last reply by Blu-Express VA, -
- 1 reply
- 1.5k views
I currently have Version 2.1.934 .... If Update to the new version will i loose all my website and stuff?? Thank you Brian
Last reply by t_bergman, -
- 1 reply
- 1.5k views
Hello all, i see in virtual airlines that the can to change the Flight Status to Img or something else, How I can do this ?? <?php if($flight->phasedetail != 'Paused') { echo $flight->phasedetail; } else { echo "Cruise"; }?> this is the code and i want if the flight status is Cruise to put img, or if the flight was arrived put img . How I can do this please ? Thanks for helping..
Last reply by Curshad, -
- 3 replies
- 1.5k views
I get a bunch of errors when I load up my VA PAge: http://orbit.thunderfuze.com/ Anyone know how to fix this?
Last reply by RuiMiguel, -
- 2 replies
- 1.5k views
Hello I am trying to have phpvms in two separate folders on my website, but have them using the same MySQL database so both of them will show the same information in each folder (Long story short, I want the information from the .tpl files in the core/templates folder to show up different in the second folder) Anyway, my problem is that when I have the define('SITE_URL', 'http://www.yoursite.com/site1); in the local.config file, I get a blank page. (It works fine when I have define('SITE_URL', 'http://www.yoursite.com/); but that shows the .tpl files from the main folder) Does anyone know I fix to this? Thanks, James
Last reply by James142, -
- 1 reply
- 1.5k views
Hello, I was wondering if it is possible to have the system check if the pilot is, for example, a Senior Pilot, before allowing him to access a content. I am looking for a modification for this, maybe: if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<a href="'.fileurl('/admin').'">Admin Center</a>'; } } Many Thanks!
Last reply by simpilot, -
- 4 replies
- 1.5k views
hello. Everything was working fine this morining but i have noticed that none of the routes are appearing. I have not touched and coding today. Also when i click search flights, it brings me to http://www.flyirelan.../schedules/view thanks guys Images: The images wont show up on the forum for some reason so here are the links: http://www.flyirelan...es/phpvms/1.png http://www.flyirelan...es/phpvms/2.png
Last reply by Nabeel, -
- 2 replies
- 1.5k views
I have my Acars Map on my front page but would like it on its own page i.e current flights How would i do this??
Last reply by Ariel, -
- 1 reply
- 1.5k views
it says that my db class is missing!!!
Last reply by ahmed30, -
- 0 replies
- 1.5k views
Hi , i am trying to desgin new skins and would like to show new form to search flight by use RealScheduleLite template here an example how i want to do in frontpage https://w3layouts.com/wp-content/uploads/2016/09/flight_ticket_booking.jpg but when i search or write name or code of the airport it dose not show anything i am using look like form code in airport_search.tpl but in new form in frontpage NOTHING IS HAPPEN , NO AIRPORT SHOW once i click SEARCH i need to forward to flights available template
Last reply by MohammedALYousfi, -
- 3 replies
- 1.5k views
I just updated to 815 and now I cannot add airports. It gives me this error (There was an error adding the airport). Can someone please help me fix this. Thanks
Last reply by Nabeel, -
- 2 replies
- 1.5k views
Hello; Is there a way to hide or restrict the addon area in the admin center from pilots who have access to admin center? Thanks
Last reply by perryfincher, -
- 2 replies
- 1.5k views
One of my pilots cannot send his fsacars logs it reads: Error Sending Log Data Base Error
Last reply by Nabeel, -
- 0 replies
- 1.5k views
Hello All I have been trying to find a way to implement pilots restrictions on Arcraft into the great Front Schedules add on made by Simpilot. So far, I managed to change the frontscheduledata.class to show me only the schedules with the proper pilot ranking but it shows me one route per pilot meaning if I have 10 pilots it shows me the same route 10 times in the schedules results. Here is the original code: <?php //simpilotgroup addon module for phpVMS virtual airline system // //simpilotgroup addon modules are licenced under the following license: //Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) //To view full icense text visit http://creati…
Last reply by Parkho, -
- 1 reply
- 1.5k views
$flights = ACARSData::GetACARSData(); $acars = count(ACARSData::GetACARSData()); $pilots = PilotData::getAllPilots(); if($acars > 0) { foreach($pilots as $pilot) { $pilotid = $pilot->pilotid; foreach($flights as $flight) { $pilotflight = $flight->pilotid; if($pilotflight == $pilotid){$status = 1;} else {$status = 0;} } } } else { } It only returns the last pilot. Ex. XXX001 XXX002 XXX003 are all flying, only returns 003 as flying. Anyone?
Last reply by SouthwestVA, -
- 1 reply
- 1.5k views
Hi.. i currently run an active VA on the VAFS platform on a fully working website with a bought domain name and paid hosting. However, I want to change to phpvms. What is the best way to install phpvms while keeping my website and the design of it? Thanks, Jamie
Last reply by servetas, -
- 1 reply
- 1.5k views
Please give me steps on how to delete recaptcha! Thanks
Last reply by servetas, -
- 2 replies
- 1.5k views
Hi is it possible to load and make the vms functions from outside the phpVms root in any way ? like lets say ... <div> <h3>Newest Pilots</h3> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> </div> but from outside the root folder , is that possible with some includes or something like that ?
Last reply by Dee, -
It has a pilot's flying way to win money in a non-registered route VA?
Last reply by Fernando, -
- 1 reply
- 1.5k views
Hi Guys - I have completed set up for phpvms, but when i access my site remotely, i only get text, and no pictures or formatting (default skin is set up). Looking at the source, it shows this: href="http://localhost/phpvms/lib/skins/crystal/styles.css" /> <script type="text/javascript"> var baseurl = "http://localhost/phpvms"; Surely the remote machine wont know where 'localhost' is (it would piont to itself!), and should be a path to the server? I cant find any setting on the admin console to change this. Can any one point me in the right direction? Thanks for your help.
Last reply by Nabeel,
