Jump to content

Laurent

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Laurent

  1. in xampp: config / httpd.conf look for this line DocumentRoot "E:/xampp/htdocs" and changes to DocumentRoot "E:/xampp/htdocs/your folder/public" and restart xampp
  2. hello can someone help me with the Highcharts? i have this code and i wanted to implement it in my pireps view report <?php if(isset($pirep)) $pirep = $pirep; /* pull data from rawdata */ $res = @unserialize($pirep->rawdata); if($res !== false) { $pirep->rawdata = $res; unset($res); } $json = ''; if(is_array($pirep->rawdata['points'])) { foreach($pirep->rawdata['points'] as $point) { $time = str_replace('[', '', $point['time']); $time = str_replace(']', '', $time); $time = str_replace('l', '', $time); $alt = $point['alt']; $gs = $point['gs']; $json .= "['{$time}', {$alt}, {$gs}],"; } $json = rtrim($json, ','); } ?> thanks Laurent
  3. i use phpvms 5.5 simpilot do you want FTP access?
  4. smartCARS version 2.1.32.0, 2019/11/5 UTC [18:11:07] Preflight started, flying offline [18:11:07] Flying ERJ145XR - House - No Yoke [18:16:23] Pushing back with 5327 kg of fuel [18:17:23] Engine 2 is on [18:18:12] Engine 1 is on [18:19:26] Flaps set to position 1 [18:19:29] Flaps set to position 2 [18:20:29] Taxiing to runway [18:23:46] Taking off [18:24:14] Climbing, pitch: 16, roll: level, 138 kts [18:24:20] Gear lever raised at 138 ft at 134 kts [18:25:31] Flaps set to position 1 at 2092 ft at 173 kts [18:25:36] Flaps set to position 0 at 2205 ft at 177 kts [18:31:05] Sim paused [19:32:45] Sim unpaused [19:39:02] Cruising at 19000ft, pitch: 2, 392 kts [19:47:57] Descending [19:57:40] Approaching [20:04:31] Flaps set to position 1 at 4584 ft at 197 kts [20:06:04] Flaps set to position 2 at 3155 ft at 184 kts [20:06:29] Final approach, 173 kts [20:07:05] Gear lever lowered at 2575 ft at 154 kts [20:07:05] Flaps set to position 3 at 2573 ft at 154 kts [20:07:42] Flaps set to position 4 at 2294 ft at 159 kts [20:10:13] Touched down at -181 fpm, gear lever: down, pitch: 4, roll: level, 126 kts [20:10:29] Landed in 2307 ft, fuel: 4309 kg, weight: 22387 kg [20:10:29] Taxiing to gate [20:10:36] Flaps set to position 3 [20:11:03] The flight may now be ended [20:11:04] Arrived, flight duration: 00:44 [20:11:25] Flaps set to position 0 [20:15:44] Engine 1 is off [20:15:46] Engine 2 is off
  5. I did exactly like this # Update any pilot's information $pilotinfo = PilotData::getPilotData($pirepdata['pilotid']); $pilotcode = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid); PilotData::UpdateLastPIREPDate($pilotinfo->pilotid); PirepAcData::search($pirepid);
  6. hello I installed the module but it doesn't work does nothing I have installed phpvms 5.5 can someone help me please? my pirepdata.class Thanks PIREPData.class.zip
  7. Hello I have statsdata :: totalhours () on my site how can i put the time format like this 00:00? thanks
  8. see if all is well in the layout.php
×
×
  • Create New...