ARV187
Members-
Posts
261 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ARV187
-
Price guide 2015 AENA (SAAN, Spanish Airports and Air Navigation) http://www.aena.es/csee/ccurl/861/788/Guia%20tarifas%20aena%20aeropuertos%202015%20ingles_ed%20marzo.pdf
-
Thanks by help, there much errors and I returned to old phpvms & php5.3 version.
-
Error 500 is solved, but I still having issues with skins and only options in admin page are Profile fields and About phpvms
-
I upgraded to phpvms 5, and I have several problems, if I change in the hosting of PHP5.3 native to php5.5 I have a 500 error. In php 5.3 native if I go to sites configuration I can not select the skin, only I have the options Profile fields and About phpvms
-
Accurate price per lbs for a cargo flight
ARV187 replied to STALKER1's topic in Virtual Airlines Discussion
I recomend you use kacars_free, Fsacars is obsolet. -
FAILED exporting PIREP No response from API server
ARV187 replied to ARV187's topic in General & Support
Yes, all system need a update, is absurd use phpvms with old php 5.3. -
I find this: http://www.statoilaviation.com/en_EN/pg1332347012104/SFRAviation/productsandprices/jeta1.html http://www.what2fly.com/operating_cost/cessna/172_skyhawk_sp.php http://www.what2fly.com/operating_cost/airbus/a-320.php http://aiglle.co.uk/fuel-prices/ http://www.what2fly.com/avunits.php
-
Accurate price per lbs for a cargo flight
ARV187 replied to STALKER1's topic in Virtual Airlines Discussion
I find this: http://www.ups.com/media/en/AF_Zones_Rates_Exp_US.pdf -
Yes i know, but not is clear to me about what is the real price.
-
Hi, i have doubt about the fuel cost, in phpvms default cost is: Config::Set('FUEL_DEFAULT_PRICE', '0.35'); I find in iata this: Then are 1.545 USD per Gal 1gal = 8.34 lbs Then 1.545USD/8.34lbs = 0,185USD per lb. Im right? How you calculate the fuel price and ticket price?
-
FAILED exporting PIREP No response from API server
ARV187 replied to ARV187's topic in General & Support
Ok, its solved to me. -
I get this error after that phpvms are back. FAILED exporting PIREP #13305 - No response from API server FAILED exporting PIREP #(nº of 115 pireps not sent) - No response from API server Any idea? Thanks!
-
Acars update take a time, you can "reset acars" in manteniment options, But im not sure about this.
-
Show last forum topics in frontpage_main (SOLVED)
ARV187 replied to ARV187's topic in Development Help
Yes, you are right, will not work with username and password. Thanks anyway Vangelis. I'm sorry to have wasted your time. -
Show last forum topics in frontpage_main (SOLVED)
ARV187 replied to ARV187's topic in Development Help
Hi Vangelis, I know, its only to va members is my fault. Try with this : http://www.mybbcentral.com/syndication.php?limit=5 Its same forum type. Thanks! -
Hi, i was finding about this, but i dont find nothing. I need put in my frontpage_main 5 last threads of my forum mybb. The forum let me this url to syndicate: http://argavirtual.com/foro/syndication.php?fid=&type=atom1.0&limit=5
-
What type of memory is? db memory or limit memory for table....
-
Yes, i think its fixed. I deleted all entries from phpvms_adminlog table, could be that table excess the size.
-
When i go to log administration option i view this error: Any idea about?
-
I did a progress, now try load the load.php, but now its named traffictable.php In frontpage_main.tpl i wrote this: <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.js"></script> <script> $(document).ready(function() { $("#traffictable").load("lib/skins/templatemo_254_agency/traffictable.php"); var refreshId = setInterval(function() { $("#traffictable").load('lib/skins/templatemo_254_agency/traffictable.php?randval='+ Math.random()); }, 9000); $.ajaxSetup({ cache: false }); }); </script> But i have a error: Fatal error: Class 'ACARSData' not found in /home/argavirt/public_html/lib/skins/templatemo_254_agency/traffictable.php on line 17 line 17 is: $results = ACARSData::GetACARSData(); This is the content in traffictable.php: <table> <table width="100%" border="5" bgcolor="#000000"> <thead> <tr> <td></td> <td align="center" bgcolor="#FFFF00"><strong>Estado </td> <td align="center" bgcolor="#FFFF00"><strong>Número de vuelo </td> <td align="center" bgcolor="#FFFF00"><strong>AerolÃnea </td> <td align="center" bgcolor="#FFFF00"><strong>Salida----> </td> <td align="center" bgcolor="#FFFF00"><strong>---->Llegada </td> <td align="center" bgcolor="#FFFF00"><strong>Piloto </td> <td align="center" bgcolor="#FFFF00"><strong>Avión </td> <?php $results = ACARSData::GetACARSData(); if (count($results) > 0) { foreach ($results as $flight) { if ($flight->client == 'FSACARS') { $plane = OperationsData::getAircraftInfo($flight->aircraft); } else { $plane = OperationsData::getAircraftByReg($flight->aircraft); } ?> <tr> <td align="center"> etc.................... ?> </thead> </table> </div> Solved!! http://forum.phpvms.net/topic/6261-auto-refresh-flight-boardsolved/page__hl__refresh
-
Re-edit next post.
-
I see this with firebug in http://argavirtual.com/index.php/schedules/view can anyone say me if this is the problem and how fix it? 1. TypeError: $(...).ajaxForm is not a function http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js Line 26 2. ReferenceError: Ez is not defined ...a.Cj){var b=null;P.A().dh&&(b=az(a.Ba));a.Cj=new Ez(a.Aa(),a.wa,a.Yo,}return a... id.html (lÃnea 923, col 264) 3. NS_ERROR_IN_PROGRESS: Component returned failure code: 0x804b000f (NS_ERROR_IN_PROGRESS) [nsICacheEntry.dataSize] netCacheReader.js (lÃnea 294) <Sistema> 4. NS_ERROR_IN_PROGRESS: Component returned failure code: 0x804b000f (NS_ERROR_IN_PROGRESS) [nsICacheEntry.dataSize] netCacheReader.js (lÃnea 270) <Sistema>
-
Thanks that was useful!! But i return to initial issue. I used this page http://www.nullskull...es/20060517.asp to convert html code to js code. This is the result: Now cookie control work, but have the initial problem, in /schedules/view not its showed as normaly: (normal view) With code its showed bad and show "No route passed" in bid action: (bad view)
-
I delete <script></script> tags?
-
Yes, i did that they said me, create a .js file with the code. The code its created to insert in a page, not a js file. I dont know about js tags.