Jump to content

ARV187

Members
  • Posts

    260
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ARV187

  1. UP! I want the data out horizontally, how I can do?
  2. I have the same issue. I can see the caribean airline now: BWA409 BWA017 Adriel Bonaparte MKJP - TTPP 35000' 112 465 Cruise 838:59:59 / 0:50 391 mi How was fixed?
  3. this issue was solved? i have same issue.
  4. Extended versión of simpilots groups, I seem to remember having to import export in *.csv, but not is the official phpvms, may be that some here give you the code to make that. I dont know.
  5. Then the VaCentral live map work with xml files? Im a noob with all this, my things are thanks at yours post in the forum, i want redesign my flights table to work with other independent airline, how do Livemap in Vacentral, so we could fly in same server, and see the flights in live but all in independent pages, as you said not is good idea have access to other server by security. ¿This work with xml file, or? About rss feed or xml file to finances etc is interesting, i need learn more. Thanks by answers I hope learn from the things you say to me, and i succes with the flight table.
  6. I think that need a sql host address, may be? well, my sql server address is localhost, then this idea not work with "localhost" address i think. How work the live map in VaCentral?
  7. Hi, we (argavirtual VA) want invite to join other friend VA to phpvms (they actually are in airlinesadmin). And for us would be wonderful to have a flights table and other tables where we shared our flight data, top pilots, finances, map etc. For example as in VaCentral: http://www.vacentral.net/livemap Actually our table start so: What code we must write to get data from two acarsdata table in different servers? If this isnt possible, then... to get data from two acarsdata table in different database but same server? (two phpvms installations with their own database on the same server) Thanks. P.D: We have pay server since may. (if you do not answer you for that reason). xD
  8. I believed so, because this topic http://forum.phpvms....3-sluggishness/ Then, only best performance, not new features...
  9. Will VaCentral update? If is yes, what we can hope in the future? What news features? I would like to know this, is interesting.
  10. To me work well, some vor or dme wrongs, but work. Try to created a new blank table with same name (phpvms_navdata) and import the navdata.sql
  11. And If make a php page with petitions to diferents database (diferent airline database), for example, a finances.php, where you get data from phpvms finances from two companies, and make comparations between they. Or similar something, im not programmer. P.D: on second thought that's what makes VaCentral.
  12. Hi there, I have doubts about phpvms modules in Fs-Products page. What is it and what is it used "Navdata phpvms"? Where i can instructions to install? Any picture? Thanks! DELETE THIS TOPIC MODERATOR, PLEASE, DOUBT WAS SOLVED.
  13. To multiple airlines, is possible with this data from core/modules/Acars.php? Could be $flight->pilotcode instead of $flight->flightnum? public function data() { $flights = ACARSData::GetACARSData(); if(!$flights) $flights = array(); $this->acarsflights = array(); foreach($flights as $flight) { if($flight->route == '') { $flight->route_details = array(); } else { $flight->route_details = NavData::parseRoute($flight->route); } $c = (array) $flight; // Convert the object to an array $c['pilotid'] = PilotData::[color=#b22222][u][b]GetPilotCode($c['code'][/b][/u][/color], $c['pilotid']); // Normalize the data if($c['timeremaining'] == '') { $c['timeremaining'] == '-'; } if(trim($c['phasedetail']) == '') { $c['phasedetail'] = 'Enroute'; } /* If no heading was passed via ACARS app then calculate it P.D: I get it: <?php $code = substr($flight->code, 0,3); ?> <img src="<?php echo fileurl('/lib/skins/templatemo_254_agency/images/airlines/'.$code.'.png'); ?>" alt="<?php echo $airline->name;?>" />
  14. What is the code to make the same but in live flight table? P.D: may be this? <td align="center" bgcolor="#FFFF00"><strong><?php echo $flight->flightnum;?></td> if($airline->icao == "AIRLINE CODE") { echo "<img style='padding-left:3px;' src='URL_IMAGE.gif'>"; }
  15. FsPassengerX support up 7 characters in flight number. APVA only show 6. If you are connected already to fsuipc and you go to APVA menu "flight simulatior connection" and click in connect, you recive a error: its not a mayor problem, you can contine normally. A good thing to be added may be: -select the actual aircraft from DB or similar. -the log not regist the true airplane used, if the VA have prohibited fly 100nm with a 747, the admins can't check this. -when you have landed and after put parking brake your status change to boarding, not to arrived or similar. -when you stay in ground and put off parking brakes your status change to landed, not taxi to runway or similar. -the status word "desending" is wrong, may be "descending". -When you are "aproaching" the status show "departing". Good luck with the program. Regards.
  16. Why if I select php5.4 in Cpanelx i have this issue? Another question, what options i must select to phpvms?
  17. The Va was founded this year in January. Then, its all money that VA have, 32k. We only have one airline. To add prices is in "admin/add & edit Fleet", right? we have 50 aircraft, I only put price to one to try it & only bought a plane that had the price set. -In readme file: Readme is update? i can see this filename "Step 1 Aircraft buying Mod Version 1.00" then the current version is 1.00? Its still necessary set "0" to finish repair?, and the price of an aircraft still not substracted from the VA? Thanks again by the answers
  18. Hi I found this page: http://www.aircraftc...bus-Industrie/2 I hope it is helpful for prices of aircraft. 1- I have a doubt, the discount cost in Va money isnt implemented yet? 2- And my Va have a money... but in Buy aircraft page there other:
  19. Ok, then is if i have Va money negative, if not, not is necessary.
  20. When you are ready to make a flight board see this: http://forum.phpvms....a();#entry58186 http://forum.phpvms....getacarsdata(); To skinning pages and learn, i recommend you a software where you can see, in split screen, the code and preview page in graphic interface. P.S: this is the that I used to make mine: http://forum.phpvms.net/topic/4969-live-flight-board-problem-solved/page__st__20#entry33478
  21. Yes, I did that calculations too, in teory that price is correct. 1 Mar 2013 - 322.4 cts$ /gal http://www.iata.org/publications/economics/fuel-monitor/Pages/price-analysis.aspx 322,4 cts $---> 2.50407767 € /gal 1 U.S Gal = 6,7 lbs http://www.airliners.net/aviation-forums/tech_ops/read.main/47675/ 2,50€ / 6,7 lbs = 0,37 € la libra (lbs).
  22. Readme file in #1 post is outdated? I read about v0.9 I dont understand this part from readme file: The VA have 32.200.931 € I will upload aircraft prices in the future.
×
×
  • Create New...