Jump to content

ARV187

Members
  • Posts

    260
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ARV187

  1. Thanks by help, there much errors and I returned to old phpvms & php5.3 version.
  2. Error 500 is solved, but I still having issues with skins and only options in admin page are Profile fields and About phpvms
  3. 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
  4. I recomend you use kacars_free, Fsacars is obsolet.
  5. Yes, all system need a update, is absurd use phpvms with old php 5.3.
  6. 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
  7. I find this: http://www.ups.com/media/en/AF_Zones_Rates_Exp_US.pdf
  8. Yes i know, but not is clear to me about what is the real price.
  9. 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?
  10. 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!
  11. Acars update take a time, you can "reset acars" in manteniment options, But im not sure about this.
  12. Yes, you are right, will not work with username and password. Thanks anyway Vangelis. I'm sorry to have wasted your time.
  13. 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!
  14. 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
  15. What type of memory is? db memory or limit memory for table....
  16. Yes, i think its fixed. I deleted all entries from phpvms_adminlog table, could be that table excess the size.
  17. When i go to log administration option i view this error: Any idea about?
  18. 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
  19. 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>
  20. 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)
  21. I delete <script></script> tags?
  22. 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.
  23. Where? in http://argavirtual.c...iescrittext.js ?
×
×
  • Create New...