Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 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.8k views
Hello, I am having trouble with the live map. We use KAcars to track flights and aeven after 12 hours after arrival and flight simulator and the KAcars application is shut down the flight still appear on the live map? Anyone any ideas? Regards
Last reply by joeri, -
- 1 reply
- 1.3k views
Hi again! I am trying to find the file on server side to translate de right upper corner of the main page (that one on index.php). The words still show in english, like: PilotID: ..., Rank: ... File a New Pirep, View My Bids, View Pilot Center... Can you please tell me where do I find the files(s) to translate it? Thanks! Regards, Roger
Last reply by Nabeel, -
Country Flags
by MAT- 1 reply
- 1.5k views
Hi all, I have just changed all my country flags but for some reason they are not showing up, they are showing up as all the old ones. I have cached my browser, and in the admin center I have gone to maintenance and cached it and its still not working, Does anybody know how to fix it? Thanks, Matthew
Last reply by Strider, -
- 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, -
- 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.4k views
Hi, I am programming my own ACARS Client and a new ACARS module on PHP too. The FilePIREP works fine to me, but I am having trouble to find out what are the minimum fields to send when calling ACARSData::UpdateFlightData($pilotid, $fields); When I begin logging the flight, still on the appron, for example, I am passing the following fields to an array: $macars = array ( 'flightnum'=>$datac[2], 'code'=>$datac[1], 'aircraft'=>$schd->registration, 'lat'=>$datac[3], 'lng'=>$datac[4], …
Last reply by Rogerox, -
- 1 reply
- 1.4k views
I am building a website at the moment for my virtual airline. It will be all done in PHP but I need to be pointed in the right direction. 1. What is the best 'framework' to build my site on (e.g Codon, CakePHP etc.) 2. Can I pull data from multiple phpVMS databases and display them on a single page? 3. Can I insert data into multiple phpVMS databases? You may say, why not just use phpVMS? Here is how my CEO wants it... - 'Australian Frontier' has three divisions: Pacific Frontier, Australian Frontier, Australian-Pacific Cargo all going to be separate sites (with the seperate sites powered by phpVMS). - There will be a main site which shows the user about the differe…
Last reply by Nabeel, -
- 1 reply
- 1.8k views
So here is what i did. I went to try and add flight bid everytime i get a failure. and says "No Route Passed" so i did some research and went through multipla options... Hmmm. still to no avail so i decided to run error console and in phpvms.js i am getting "success: function() {" is faulty . so naturally i did more googling and came up with thats a call for an API... Nabeel or any other have words of wisdom? fix? anything? I am up past midnight on an issue that started at 4pm.. please help. my website is www.flyvirginairways.com and if u need a login to support my problem then PM otherwise. help would be nice.
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Well before his template was closed down i downloaded it, no issues then i noticed when adding a bid it would mess up.. Found the fix yay! now my header is messed up... here is the code... and a screen shot. Code snipped by Nabeel
Last reply by Nabeel, -
- 1 reply
- 1.1k views
Anyone know how?
Last reply by mark1million, -
- 1 reply
- 1.1k views
Hi, wich is the code for pilot pay to show in the profile and in the public profile? Thanks
Last reply by Jeff, -
I have the Booking ad-don on my homepage, direct under the banner. I wanted the code however, above the main body, and the sidebar, which i was successful doing. All i need help with is, now the Booking form shows up on ever page, below the banner, which i dont want. So how do i set it up to show this addon only on the homepage, without moving it down to the body. Please help! THanks
Last reply by Nabeel, -
Hi Paul From AusAir Just set up phpVMS as my web site with the help of My son It is more than I had hoped for in all a very good system. As AusAir is Australian based I would like to get rid of the American Weather maps and add Australian Airport info I have added all the individual airport files to each airport entered, dut can't get them to shoe in the flight info. Can someone help Me. PaulD.
Last reply by Strider, -
- 1 reply
- 1.1k views
Is it possable for a green bar to come up on the home page saying how many live XACARS flights there are? | eg: There are 2 live XACAR flights. Click here to view. | But if there is no flights there would be no green bar showing up on the homepage? Thanks in advance, James
Last reply by James142, -
Hi Everyone! My name is Imanol Garcia Juarez, I am from Argentina and I'm the CEO of Air Argentina. I would like someone to help me, I wanna make two tables for my site home but I don't know how to do it. The exmaples of the tables I wanna make are here. Thanks!
Last reply by Vangelis, -
- 1 reply
- 2k views
This is probably answered in another thread somewhere but I have looked and I can't find it anywhere. I am making a .csv file for the routes and importing them. In the "aircraft" column I think it is looking for the registration of the aircraft instead of the actual aircraft icao. So instead of me having to put "N123AW" in for the aircraft is there a way i can put "A320" in and the phpVMS understands it. Also, when using XACARS, when clicking "flight data from ACARS" it will have "A320" in the aircraft field instead of "N123AW" This will make it so much easier to add the routes with the .csv template if I can do it this way. Thanks! Nick
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Hello friends, There are at least 1 month I am checking an error that is happening in my VA, what happens is that I froze in flight hours: 19,828.60, this happens in more than a month, now must have at least one hour 25,000.00, following in attached a picture of what happened ... Anyone know how to fix this problem? I would be very grateful if someone can ... Thanks!
Last reply by Nabeel, -
- 1 reply
- 1.1k views
Hey guys, Is it possible to add the rank picture to the live map page? Now you see the name, icao's and all the other defaults.. but is it possible to add the rank image to this? Hopefully you guys can help me out here. Regards Lucas
Last reply by simpilot, -
- 1 reply
- 1.2k views
Hello everybody, We pilots login with password and id, than change page. but don't go to pilot center. I show this error Warning: Cannot modify header information - headers already sent by (output started at /home/istanbu8/public_html/core/modules/staff/staff.php:41) in /home/istanbu8/public_html/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /home/istanbu8/public_html/core/modules/staff/staff.php:41) in /home/istanbu8/public_html/core/modules/Login/Login.php on line 154 How can i fix it thanks very much
Last reply by simpilot, -
- 1 reply
- 1.6k views
hi guys can you tell me how can i change my airlines' callsing? if it is possible
Last reply by Kyle, -
- 1 reply
- 1.4k views
Hello I changed my host to another company , but i can not generate signatures and i tried generate signatures from admin panel (Maintenance Options -> Reset Signatures) but hold on first pilot. signatures folder permission is 775 . Also cache folder always empty . cache folder permission is 775 . (core/cache/index.php 755) and (core/classes/CodonCache.class 755)
Last reply by joeri, -
a other Error
by Guest Kendo- 1 reply
- 859 views
This is teh new Error When i Finaly Fix it "i think So" Someone Help me
Last reply by simpilot, -
- 1 reply
- 995 views
Hey, I have a Quastion. I would show the groups, where the Pilot is, in the signature. I know where, but I dont know how. Abteilungen: $output[] = . $????; What must I add, where are the ???? When it have to show the membergroups where he is? Or is the complette code false? Basti
Last reply by BastiDE, -
- 1 reply
- 1.4k views
Good eve to all, well I´m still flying to Ben Gurion Int. Airport and while flying I thought about a statistic showing PAX and CARGO carried. Is there some code still available or is someone able to create that code? I would like to show those airline statistics on the frontpage. Thanks a ,lot for your reply, wish you a wonderful night!
Last reply by Nabeel, -
- 1 reply
- 1.1k views
how to add a extern link to the pilot center using crystal Skin?
Last reply by Nabeel, -
- 1 reply
- 2.4k views
I have noticed that I find no means of deleting an airline in the admin panel Add & Edit Airlines. This is also true with Edit Airports & Aircraft.
Last reply by C1971W, -
- 1 reply
- 928 views
Like if i want to add for expample, EDIT_PIREPS and in the tpl file, adds the group. Is there a list where i can add the gorup settings?
Last reply by simpilot, -
- 1 reply
- 1.8k views
HEy, i'm trying to add a serach airline tab, but i got it out but i seem can't get it working. Here's the pecie from the module's if($this->post->airline != '') { $params = array('c.airline' => $this->post->airline); } Is there something wrong with this code?
Last reply by Kyle, -
- 1 reply
- 1.4k views
Hoi maybe you can help me Live map wil now update every 59 seconds. Is there a way to set the update speed faster? Like 10 seconds. And if the answer is Yes how can i change it With frendy greetings Va-Surfcity® Fabian Hamans
Last reply by BastiDE,