Jump to content

michael Kraan

Members
  • Posts

    133
  • Joined

  • Last visited

Everything posted by michael Kraan

  1. Hi, how can i update my navdata. the last version is 2 years old. and there is a lot of waypoints changed. I hope there is a way to update that Michael
  2. this is one of the pireps: [22:46] Aircraft Title - EMBRAER ERJ190-LR_USAIR [22:46] Aircraft Model - [22:46] Flight Number FYA737 [22:46] Departure EBOS [22:46] Destination EGGP [22:46] Boarding [22:47] Taxiing to Runway [22:47] Taking Off [22:48] Taking Off [22:48] 179kts [22:48] pitch angle 0 degrees [22:48] 28692 (lbs) of fuel onboard [22:49] Climbing [23:01] TOC Reached [23:01] Cruise 20000 [23:25] TOD Reached [23:25] Descending [23:34] On Approach [23:37] Landing Rate 0fpm [23:37] 25443 (lbs) of fuel onboard [23:37] pitch angle 0 degrees [23:38] Taxiing to Gate [23:39] Arrived [23:39] Max Sim Rate: 1x [23:39] kACARS_Free Version 1.0.1.1
  3. Hi,, one of my pilots have a problem: the problem is that on every pirep landing rate 0 is, (only 1 person has this problem) does anyone know how this can be solved? Greets, michael
  4. hi everyone, How can i connect flightaware to my schedule systeem? and how much is that? or is that free? i whant a real schedules systeem. and i read here that flightaware being supported for that. i hope that anyone can help me! greets michael kraan
  5. haha sorry i have CHA.. i change that to CH and its working good! thanks
  6. yes, i have the same problem and error:( i think that the problem is: flight type: why? that field is empty
  7. i go to test that. but i it possible that flight number automatic add ? then there come no problems with flight numbers update: have it removed. and look what it was. I can not find the problem. i think that the problem is flight type: is that possible?
  8. i have a big problem, when i add a schedule than say he this: All of the requierd fields must be filled out See the image, I filled everything what needed.
  9. Hi, i hope that anyone can help me. i search for a code that pilots can schedules on time. example: Select An Airline Select your departure airport: Select your arrival airport: Select aircraft: and than: schedule time: i hope that anyone can help greets michael kraan
  10. thank you its look very nice!
  11. Thank you very much. i add the code and is now working. i change nothing. only add the code to my pirep_viewreport. and when the schedule is delayd. say the pirep delayd! really nice! Greets Michael Kraan i have one other question. i add the code,, en that is all? or must i change something? (schedule times or in local config?)
  12. look that:) http://forum.phpvms.net/topic/6893-fspassengers-pirep-system/page__hl__%2Bfspassengers+%2Bpirep+%2Bsystem__fromsearch__1 greets Michael Kraan
  13. okay you see that i must first change the time? the schedules times? but than is one hour 60 minutes. but make the schedule than not 60 hours?
  14. i have one little question, i use more airliners on one site. but is it possible that i see under airliner stats the 4 airliners? and not one stats for the ailriner. see screenshots, Its a idea, let me know Greets Michael Kraan
  15. Hi thank you for the respons, but where can i past that? <h3>Flight <?php echo $pirep->code . $pirep->flightnum; ?></h3> <table width="100%"> <tr> <td width="50%"> <ul> <li><strong>Submitted By: </strong><a href="<?php echo SITE_URL.'/index.php/profile/view/'.$pirep->pilotid?>"> <?php echo $pirep->firstname.' '.$pirep->lastname?></a></li> <li><strong>Departure Airport: </strong><?php echo $pirep->depname?> (<?php echo $pirep->depicao; ?>)</li> <li><strong>Arrival Airport: </strong><?php echo $pirep->arrname?> (<?php echo $pirep->arricao; ?>)</li> <li><strong>Aircraft: </strong><?php echo $pirep->aircraft . " ($pirep->registration)"?></li> <li><strong>Flight Time: </strong> <?php echo $pirep->flighttime; ?></li> <li><strong>Date Submitted: </strong> <?php echo date(DATE_FORMAT, $pirep->submitdate);?></li> <?php if($pirep->route != '') { echo "<li><strong>Route: </strong>{$pirep->route}</li>"; } ?> <li><strong>Status: </strong> <?php if($pirep->accepted == PIREP_ACCEPTED) echo 'Accepted'; elseif($pirep->accepted == PIREP_REJECTED) echo 'Rejected'; elseif($pirep->accepted == PIREP_PENDING) echo 'Approval Pending'; elseif($pirep->accepted == PIREP_INPROGRESS) echo 'Flight in Progress'; ?> </li> </ul> </td> <td width="50%" valign="top" align="right"> <table class="balancesheet" cellpadding="0" cellspacing="0" width="100%"> <tr class="balancesheet_header"> <td align="" colspan="2">Flight Details</td> </tr> <tr> <td align="right">Gross Revenue: <br /> (<?php echo $pirep->load;?> load / <?php echo FinanceData::FormatMoney($pirep->price);?> per unit <br /> <td align="right" valign="top"><?php echo FinanceData::FormatMoney($pirep->load * $pirep->price);?></td> </tr> <tr> <td align="right">Fuel Cost: <br /> (<?php echo $pirep->fuelused;?> fuel used @ <?php echo $pirep->fuelunitcost?> / unit)<br /> <td align="right" valign="top"><?php echo FinanceData::FormatMoney($pirep->fuelused * $pirep->fuelunitcost);?></td> </tr> </table> </td> </tr> </table> <?php if($fields) { ?> <h3>Flight Details</h3> <ul> <?php foreach ($fields as $field) { if($field->value == '') { $field->value = '-'; } ?> <li><strong><?php echo $field->title ?>: </strong><?php echo $field->value ?></li> <?php } ?> </ul> <?php } ?> <?php if($pirep->log != '') { ?> <h3>Additional Log Information:</h3> <p> <?php /* If it's FSFK, don't show the toggle. We want all the details and pretty images showing up by default */ if($pirep->source != 'fsfk') { ?> <p><a href="#" onclick="$('#log').toggle(); return false;">View Log</a></p> <p id="log" style="display: none;"> <?php } else { echo '<p>'; } ?> <div> <?php # Simple, each line of the log ends with * # Just explode and loop. $log = explode('*', $pirep->log); foreach($log as $line) { echo $line .'<br />'; } ?> </div> </p> </p> <?php } ?> <?php if($comments) { echo '<h3>Comments</h3> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Commenter</th> <th>Comment</th> </tr> </thead> <tbody>'; foreach($comments as $comment) { ?> <tr> <td width="15%" nowrap><?php echo $comment->firstname . ' ' .$comment->lastname?></td> <td align="left"><?php echo $comment->comment?></td> </tr> <?php } echo '</tbody></table>'; } ?> i look for that code and i see that the code is use for a flight board. and i need it for the pirep view hihi greets Michael Kraan
  16. its working good now! thanks for this nice addon Kyle! Greets michael Kraan
  17. Hi everyone, i search for a code, example: This is the schedule info Depp: EHAM 12:00 PM Arrivel: EGLL 13:00 PM This is the flight info Depp: EHAM 12:00 PM Arrivel: EGLL 14:00 PM and my arrivel time is 1 hour delay. Is it possible that pirep(view) than say delay and than the hours or to early and the hours? ( that after 15 minutes or later, he say in the pirep delay or 15 earlier or more say to early? its more realistic. i don't know of that possible is. Greets Michael Kraan
  18. Yes where? does anyone know that? Michael Kraan
  19. Hi Kyle, the landing rate is not working for now. i see nothing. Greets michael Kraan ---------------------------------------------------------------------------------------------------------------------- And i see a other problem, when you refresh the page than is the date, first month of your airliner. and not a month from now. is it possible? the current month is on top? (select month)
  20. Thank you!, that is the fix for the problem! greets Michael Kraan
  21. Sorry, but i have the error agian. see the screenshot and the link that you have send to me Greets michael Kraan
×
×
  • Create New...