Jump to content

ARV187

Members
  • Posts

    260
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ARV187

  1. I dont have that file in my ftp directory. # Page encoding options Config::Set('PAGE_ENCODING', 'UTF-8'); # Page time zone date_default_timezone_set('Europe/Madrid'); # Maintenance mode - this disables the site to non-admins Config::Set('MAINTENANCE_MODE', false); Not work to me.
  2. Hi, I dont have option to change server time. Support server answer: How i can change the phpvms time? may be in local.config.php? My time hour is (UTC+01:00) Bruselas, Copenhague, Madrid, París Regards!
  3. "MyBB" it's cool! Include it in the poll please!
  4. Ok, thanks, then I delete this code, not? var weatherLayer = new google.maps.weather.WeatherLayer({ temperatureUnits: google.maps.weather.TemperatureUnit.FAHRENHEIT }); WeatherLayer.setMap(map); var cloudLayer = new google.maps.weather.CloudLayer(); cloudLayer.setMap(map); Anybody know the cause of issue?
  5. What code must remove exactly? all and left it in blank?
  6. I did that yesterday at night. Not fix the problem.
  7. same problem with pay hosting, i will try servetas's link. map is showing, but not data, seems how if nobody are flying, but there are flights in course. P.S: I don't have "bootstrap.css" file...
  8. Hi, since yesterday my acars map not work, not is showing data over map or data about flight in course below of map. Any idea about this problem? how i fix it?
  9. ARV187

    kACARS-Free Guide

    A spanish vídeo tutorial. In case this can help someone:
  10. Hi lorathon, how can be fixed exactly?
  11. Thank you very much!! I needed that to admin pireps page, I wrote the code in pirep_viewreport.tpl, and in pireps_list.tpl to admin staff (accept, reject,...) In pireps_list.tpl its: <td><strong>Flight Time: </strong> <?php echo $pirep->flighttime_stamp; ?></td> <td><strong>Distance: </strong><?php echo $pirep->distance; ?> </td> <td><strong>Landing Rate: </strong><?php echo $pirep->landingrate; ?> </td> </tr> <tr> <td><strong>Rank Control: </strong> <?php $acinfo=(OperationsData::getAircraftByReg($pirep->registration)); $acrankname=RanksData::GetRankInfo($acinfo->minrank); $pilotInfo= PilotData::getPilotData($pirep->pilotid); $pilotrank=$pilotInfo->rank ; echo "Min rank for ",$pirep->aircraft," is ",$acrankname->rank," <br /> Pilots Rank is ",$pilotrank ;?></td> </tr> <tr> <td colspan="5"><strong>Route: </strong><?php echo $pirep->route;?>
  12. ARV187

    CAVacars

    In my subject is in XXXX for example: A001 Must contain five characters?
  13. Yes, but is set in 90 days to autoretire, system is sending emails to active pilots, is illogical, how last resource i will put the value in false.
  14. Hi servetas, That is to show pilot rank?, was working to my with first code, but my trouble is to show min aircraft rank. I dont know how make it.
  15. ARV187

    CAVacars

    When you select a aircraft in a schedule route this not show correctly:
  16. This monts aleatory the airline pilots are reciving a email with this topic: SITE_NAME: You've been marked as retired†Why is phpvms sending emails to active pilots?
  17. Don't worry, its a normal situation: Since this topic almost. http://forum.phpvms....showing-on-map/
  18. Hi there, 1- I want modify pireps_list.tpl to show pilot rank & aircraft rank. Its because that i want verify if the pilot used the right aircraft to their pilot rank. The pilot rank work, but not the aircraft rank. 2- By other side i think that i see a id number (corresponding with aircraft rank) i can show this rank in words and not in id number? How??? <tr> <td><strong>Rango de piloto: </strong><?php echo $pirep->pilots. " ($pirep->rank)";?></td> <td><strong>Rango de aeronave: </strong><?php echo $aircraft->minrank. " ($aircraft->minrank)";?></td> </tr> *rango de piloto= pilot rank. *rango de aeronave= aircraft rank. Click to see image attached:
  19. ARV187

    CAVacars

    How i finish a fly? I can send pirep correctly, but i see this message: P.D: Is possible use LBS instead of kg?
  20. ARV187

    Navdata Update

    Ok, navigraph, but Navdata table is confidential? if i search all routes in routefinder or public civil aviation authorities, not is the same? (with more work obvious). Is a eternal cuestion, public info packed by a private enterprise, is ethical? or is ethical take public info from enterprise without pay?, are complicate cuestions.
  21. ARV187

    Navdata Update

    Not, nobody, that i know at least. Its a pity.
×
×
  • Create New...