Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 0 replies
- 2.5k views
Please help me. Layou am changing the badge of the pilot, but the data are not showing up so I can make adjustments, can someone help me? My PilotData.Class.php public function generateSignature($pilotid) { $pilot = self::getPilotData($pilotid); $pilotcode = self::getPilotCode($pilot->code, $pilot->pilotid); if(Config::Get('TRANSFER_HOURS_IN_RANKS') === true) { $totalhours = $pilot->totalhours + $pilot->transferhours; } else { $totalhours = $pilot->totalhours; } # Configure what we want to show on each line $output = array(); $output[] = $pilotcode.' '. $pilot->firstname.' '.$pilot->lastname; $output[] = $pilot->rank.', '.…
Last reply by CN@ndo, -
- 7 replies
- 2.5k views
Hello everyone, I have a problem with the enconding. Can anybody help me how I can change the enconding to "UTF-8"? I don´t get where I can do that. I already have edit the app.config to UTF 8 but it dont works. Sorry for my English.
Last reply by PilotMohamed, -
- 3 replies
- 2.5k views
Hello, I have a custom pilot list with a column for status, however I want that column to display active or inactive instead of 1 and 2 <style type="text/css"> <!-- .style2 {color: #CCCCCC} --> </style> <h3><?php echo $title?></h3> <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table width="945" border="0" class="tablesorter" id="tabledlist"> <thead> <tr> <th bgcolor="#63003A"><span class="style2">Pilot ID</span></th> <th width="25%" bgcolor="#63003A"><span class="style2">Name</span></th> <th width="19%" bgcolor="#63003A"><span cl…
Last reply by Curshad, -
- 4 replies
- 2.5k views
Hi all, I am trying to improve my ugly flightboard and I'd like to add a field with arrival info such as "on time", "delay", "early". As I am using kACARS for flight logging I have looked into the config file and found out a certain "FLIGHTTIME" entry which I think is my real flight time logged by client. Now the problem is, how to make a code to control/compare the flight time recorded by kACARS with the one I have set in my schedules so that let's say if the compared time is (+) / (-) 5 minutes it will tell "ON TIME", if more than 5 minutes it will tell "DELAY" or if less than 5 minutes it will tell "EARLY". Can anyone help me with this? Cheers, Arslan PS. For an…
Last reply by airmermaid, -
- 9 replies
- 2.5k views
Hello, Cheers edit: PM sended to Nabeel and removed this post.
Last reply by Nabeel, -
- 5 replies
- 2.5k views
I was told that when pilots register they see this. The app goes through ok with no errors. ARRG! Warning: imagefontheight() expects parameter 1 to be long, string given in /home/alaska/public_html/core/common/PilotData.class.php on line 966 Warning: imagefontwidth() expects parameter 1 to be long, string given in /home/alaska/public_html/core/common/PilotData.class.php on line 967 Warning: imagestring() expects parameter 2 to be long, string given in /home/alaska/public_html/core/common/PilotData.class.php on line 981 Warning: imagestring() expects parameter 2 to be long, string given in /home/alaska/public_html/core/common/PilotData.class.php on line 981 Warning: i…
Last reply by Kyle, -
- 1 follower
- 10 replies
- 2.5k views
I really what causses the issue, described in the title. Maybe I am doing something wrong. This happens: A pilot signs up. I get an email and login to the admin part of PHPVMS. There I accept the pilot. Then the pilot says that he has been accepted, but cannot see any schedules when he is logged in. My workaround is: add the pilot to a different airline and/or hub, save that and place it back. Can somebody hint me to the cause of the issue, and how to solve it? Greetings, RobB
Last reply by alblua, -
- 4 replies
- 2.5k views
Would phpVMS support flash website? Please Let Me Know. Sorry if i posted in the wrong section.
Last reply by Kyle, -
- 5 replies
- 2.5k views
Hello, Whenever I convert a skin, everything work perfectly until I go to search flight schedules. This is what comes up if their are no schedules. http://s1.postimg.org/ob8ri2inj/proof.png And if their are schedules and you try to Bid on One, it just give and error.
Last reply by StartVM, -
- 6 replies
- 2.5k views
Hi guys, me again So on my homepage, on the recent pilots bit, if you click on a name, it goes to a page, "http://myva.co.uk/pilotarea/index.php/profile/view/22" And on that page, it says: " This pilot does not exist! PIREPs List No reports have been found " Conn
Last reply by connbob, -
- 11 replies
- 2.5k views
Hi, When a page is added the system automatically includes a title in the top left corner like this. Is there a way to remove it? many thanks
Last reply by roboa, -
- 1 follower
- 5 replies
- 2.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 CFVA, -
- 1 follower
- 8 replies
- 2.5k views
Hi there, I am currently running phpVMS with six routes/schedules added that are all enabled, but only three show up in the schedule results, when I specify the search criteria as "All" on the fields. The bizarre thing, is that I created an echo to tell me how much schedules there actually are being displayed with the specified search criteria, and it returns the magic number of 6. Any ideas?
Last reply by mseiwald, -
- 3 replies
- 2.5k views
Hi all, i'm pretty new to all this so apoligise in advance. I am using 2.0.845 and google maps v3 This is the error IE is giving me, Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; eSobiSubscriber 2.0.4.16; .NET CLR 3.5.30729; .NET CLR 3.0.30729) Timestamp: Fri, 2 Apr 2010 06:35:08 UTC Message: 'google.maps.MapTypeId.TERRAIN' is null or not an object Line: 398 Char: 1 Code: 0 URI: http://www.atlasvirtualairlines.com/phpvms/index.php/acars Message: Invalid argument. Line: 143 Char: 18 Code: 0 URI: http://maps.gstatic.com/intl/en_ALL/mapfiles/208a/maps2.api/…
Last reply by Nabeel, -
- 1 follower
- 4 replies
- 2.5k views
I have setup a 2nd airline at this time for testing. What I would like to know is there a way to get reports for both airlines (2 Reports)? I can only get 1 report for both. Thanks David
Last reply by OzFlyer, -
- 7 replies
- 2.5k views
I noticed that there are just expenses to add either per month, per flight, and so on under the reports and expenses menu. Just wondering if there is a way to have income per flight too, i am working on duty-free income per se and also a on-board store ( soft drinks, aircraft models, snacks, ect...) for the airline. I do think it would be a nice feature to have.....
Last reply by Nabeel, -
- 8 replies
- 2.5k views
I am trying to add this to my admin panel: http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm (The example with dogs, cats and rabbits is the one i want to add) I need some help on where and how i can implement this into my site. I have tried it before, and only the basic html shows up, no effect. (eg where to place the .js files, and how to link the code to the .js ect..) Thanks
Last reply by Jason, -
- 7 replies
- 2.5k views
I'm trying to figure out how to change the contact form to when an email is sent and I hit "Reply" in my email client it will automatically populate the field with the senders email address. Right now, when I hit reply the address is my website address that I have setup in PHPVMS. While this isn't that big of a deal if I'm on my laptop to copy and paste the senders address into the "to" area. However, I mostly answer emails from my phone and that is a little more of a pain. Does anyone have any ideas on how to do this? Thanks, Keith
Last reply by flyalaska, -
- 4 replies
- 2.5k views
G'day Guys, I would like to display the minimum rank required to fly an aircraft in my fleet table, this will save me creating a rank table. i have attempted to do so with the following code i heaped together, but i can't seem to get it to work, some help getting me on the right track would be great <td><?php if($pilot->minrank == 1) { echo "<img style='padding-left:3px;' src='http://qantasvirtual.com/lib/images/ranks/juniorFO.png'>"; } elseif($pilot->minrank == 2) { echo "<img style='padding-left:3px;' src='http://qantasvirtual.com/lib/images/ranks/SeniorFO.png'>"…
Last reply by Ahmad, -
- 6 replies
- 2.5k views
think it have not been asked before? if yes please give me a hint where I have added something like this to simpilots charter module to get prices for the charter flights which works quite well $charter[price] = ($distance/100)*20; is it possible to remove the manual price input and do it in background following maths operations like above? Best Regards and Thanks in advance Thomas
Last reply by Txmmy83, -
- 5 replies
- 2.5k views
Hi there! For some reason, I always get a page not displayed whenever I try to post news. The link in PND thing is //ieframe.dll/dnserrordiagoff.htm# which doesn't look right to me. Any help? cascadevirtualairways.tk
Last reply by CascadeAirwaysVirtual, -
- 5 replies
- 2.5k views
I added a custom field to the schedule in the admin panel so that we could put the day of the week to the route. I added this field to the data base and to the file in the admin panel. It will not save in the admin panel for some reason. Can you steer me in the right direction?
Last reply by Nabeel, -
- 10 replies
- 2.5k views
how do I get the pilot ID variable? I think it's $pilotcode or something but I think you need a line of code to acctually get the pilot id and put it in the variable. plz help
Last reply by Aaron, -
- 1 follower
- 8 replies
- 2.5k views
Hi, I was wondering what are the consequences of removing schedules? Are the PIREPs in any way affected as a result?
Last reply by Parkho, -
- 1 follower
- 7 replies
- 2.5k views
Is the server down? I can't use the ICAO lookup function when adding an airport.
Last reply by servetas, -
- 8 replies
- 2.5k views
By looking at Jeff's "Phoenix" and Simpilot's "WestJet" systems, I'm wondering how to separate the statistics for separate hubs and Airlines. My site is more in the way of Jeff's Phoenix (having multiple airlines with their own realistic flight routes). Is there a simple solution to do that, or is it some kind of trade secret that they would rather not discuss for copying reasons? As I have said many times before, I know very little about coding, but am learning pretty fast by reading these forums. I'd appreciate any help on this, as I know more may be interested as well. -Thanx-
Last reply by Jeff, -
- 3 replies
- 2.5k views
G'day All, One area that my VA lacks realism is the fact that we cannot do multi leg flights like our real world counterpart. for example, Qantas 9 QFA9 has a stop over in Singapore WSSS, from Sydney YSSY, before continuing on to Heathrow EGLL, under the same callsign of Qantas 9 QFA9, is it possible to change a setting, or some coding to allow schedules to be added that have the same callsign ? Regards Tylor
Last reply by Tylor Eddy, -
- 6 replies
- 2.5k views
Is there a way to delete airports?
Last reply by freshJet, -
- 1 follower
- 9 replies
- 2.5k views
Any idea how to fix this? Warning: Cannot modify header information - headers already sent by (output started at /home/crossair/public_html/core/app.config.php:1) in /home/crossair/public_html/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /home/crossair/public_html/core/app.config.php:1) in /home/crossair/public_html/core/modules/Login/Login.php on line 154
Last reply by mattsmith, -
- 3 replies
- 2.5k views
Hello, Is there a way to have the LIDO come up in LBS and not KG as default? Thanks
Last reply by ln-asm,