Jump to content

michael Kraan

Members
  • Posts

    133
  • Joined

  • Last visited

Everything posted by michael Kraan

  1. i have a problem when i add this module than i have that: what am I doing wrong? Greets michael Kraan
  2. Hello, i start today the first cron for my airliner, and i have this mail. is that good or not? i see many errors? <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent in <b>/home/flyairli/public_html/core/codon.config.php</b> on line <b>40</b><br /> <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/flyairli/public_html/core/codon.config.php:40) in <b>/home/flyairli/public_html/core/codon.config.php</b> on line <b>40</b><br /> <h3>Reset PIREP Counts</h3><br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/flyairli/public_html/admin/modules/Maintenance/Maintenance.php</b> on line <b>103</b><br /> Completed!<h3>Updating Total Hours Count</h3><p>Calculating hours for all pilots: <br />Pilots have a total of <strong>0 hours</strong><br /><br /><strong>Now counting from PIREPS</strong><br /><br /> <b>Notice</b>: Trying to get property of non-object in <b>/home/flyairli/public_html/core/common/SettingsData.class.php</b> on line <b>47</b><br /> Found total hours, updated<br /></p> greets Michael Kraan
  3. okay, misschien is het dan wat begrijpelijker haha. Mijn vraag is: wanneer je nu naar bijvoorbeeld frontschedules gaat dan krijg ik een lijstje met: Airliner vertrek aankomst vliegtuig Ik vul bij vertrek EHAM in dan krijg ik een hele lijst van allemaal airports bij aankomst. terwijl de helft niet naar die airport vliegt. is het mogelijk dat alleen de airports zichbaar worden waarvanaf EHAM wordt gevlogen. nog een voorbeeld ik vertrek van EHAM en wil naar andere airport. dan krijg je nu allemaal airports te zien ookal vliegt er geen 1 enkele schedule naar die airport. en ik wil juist dat alleen de airports zichtbaar worden waar ook echt schedules voor zijn. snapje? vriendelijke groet Michael kraan
  4. Thanks but that is not working. i will that when you departures airport: EHAM that only by arrival airport the airports from EHAM. not i full list of all the airports. greets michael
  5. i have a question. Is it possible that when I search on airports that when I choose EHAM that only the airports are visible from EHAM and not my Full airport list in arrival? Exmaple: Airliner: British airways Departures EHAM (Amsterdam) Arrival and now only the airports from EHAM. When you do now than have you the full airports list and that is a big list. haha Select aircraft B737-800 I hope that you understand me ïŠ Greets Michael Kraan
  6. Okay thank you! i go to install phpvms stable and open a seconde subdomain for beta.
  7. Hello, i have a small question can i install better phpvms stable version or beta? greets Michael Kraan
  8. (solved) (i dont now how i can remove this message) he, i have a problem with the schedule search system. example: Departure Airfield EGLL Arrival Airfield EHAM Than give the system all schedules from EGLL and not only EGLL to EHAM. when i search on airliner than i have the same problem that the system not search on the one airliner but of all my airliners. o hope that you can help me.
  9. its not working for my schedule result page. <thead> <tr style="height:12px; font-size:14px; font-weight:normal"> <th width="19%" align="center">logo</th> <th width="13%" align="center">Flight ID</th> <th width="16%" align="center">Origin</th> <th width="16%" align="center">Destination</th> <th width="13%" align="center">Aircraft</th> <th width="23%" colspan="2" align="center">Options</th> </tr> <tr> <td width="19%" align="center">------------</td> <td width="13%" align="center">------------</td> <td width="16%" align="center">------------</td> <td width="16%" align="center">------------</td> <td width="13%" align="center">------------</td> <td width="23%" colspan="2" align="center">------------</td> </tr> </thead> <tbody> <?php foreach($allroutes as $route) { if(Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0) { continue; } if(Config::Get('RESTRICT_AIRCRAFT_RANKS') === true && Auth::LoggedIn()) { if($route->aircraftlevel > Auth::$userinfo->ranklevel) { continue; } } ?> <tr style="height:12px; font-size:14px; font-weight:normal;"> <td width="19%" align="center" valign="middle"><img src="'.fileurl('images/airline/'.$pirep->code.'.jpg').'" alt="'.$airline->name.'" /></td> <td width="13%" align="center" valign="middle"><?php echo $route->code . $route->flightnum?></td> <td width="16%" align="center" valign="middle"><?php echo $route->depicao;?></td> <td width="16%" align="center" valign="middle"><?php echo $route->arricao;?></td> <td width="13%" align="center" valign="middle"><?php echo $route->aircraft;?></td> what in bold is, what I made. hope someone can help me greets Michael kraan
  10. Thanks simpilot, but i have that for my schedule search system. can i copy this link <img src="<?php echo fileurl('/images/airline/'.$airline->icao.'.gif'); ?>" alt="<?php echo $airline->name;?>" /> and than done? Thanks for you respons
  11. no in the schedule search system This is it now. (example) KLM1235 (EHAM - EGLL) Departure: 13:00 Arrival: 14:00 Equipment: A320 (KLA320) Distance: 0nm Days Flown: Su M T W Th F S View Details Pilot Brief Add to Bid and i will that: I hope someone can help me
  12. yes i know but where can i place the logo.. i have no option. can anybody help me for create that option
  13. sorry its airliners. example: KLM Transavia easyjet and than in schedules a logo from the airliners
  14. hello, im working for a new airliner, but i have many airliners and i will a image by the airliner for the schedule.. can anybody help me with a guestion? greets Michael
  15. Hi! there is no code more, can you send it to my or? Greets Michael kraan
  16. No problem! It never hurts to help each other
  17. And parkho i found a bug. When you push on search, than i see my schedule list. But when i scroll down. i see go back to your tour system. but this is a schedule system? Michael Kraan
  18. This is my airport_search.tpl : <?php //simpilotgroup addon module for phpVMS virtual airline system // //simpilotgroup addon modules are licenced under the following license: //Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) //To view full icense text visit http://creativecommo...s/by-nc-sa/3.0/ // //@author David Clark (simpilot) //@copyright Copyright © 2009-2010, David Clark //@license http://creativecommo...s/by-nc-sa/3.0/ $pilotid = Auth::$userinfo->pilotid; $last_location = RealScheduleLiteData::get_pilot_location($pilotid, 1); $last_name = OperationsData::getAirportInfo($last_location->arricao); ?> <script src="http://code.jquery.com/jquery-latest.js"></script> <script> $(document).ready(function(){ $("select").change(function () { var cost = ""; $("select option:selected").each(function (){ cost = $(this).attr("name"); airport = $(this).text(); }); $("input[name=cost]").val( cost ); $("input[name=airport]").val( airport ); }).trigger('change'); }); </script> <h3><b>Flight Dispatch</b></h3> <form action="<?php echo url('/FrontSchedules');?>" method="post" enctype="multipart/form-data"> <table width="100%" cellpadding="10px"> <tr> <td>Select An Airline</td> <td> <select class="search" name="airline"> <option value="">All</option> <?php foreach ($airlines as $airline) {echo '<option value="'.$airline->code.'">'.$airline->name.'</option>';} ?> </select> </td> </tr> <tr> <td>Select An Aircraft Type</td> <td> <select class="search" name="aircraft"> <option value="">All</option> <?php foreach ($aircrafts as $aircraft) {echo '<option value="'.$aircraft->icao.'">'.$aircraft->icao.'</option>';} ?> </select> </td> </tr> <tr> <td>Select An Arrival Airfield</td> <td> <select class="search" name="arricao"> <option value="">All</option> <?php foreach ($airports as $airport) {echo '<option value="'.$airport->icao.'">'.$airport->icao.' - '.$airport->name.'</option>';} ?> </select> </td> </tr> <tr> <td align="left">Current Location:</td> <td align="left"><select id="depicao" name="depicao"> <option value="<?php echo $last_location->arricao?>"><?php echo $last_location->arricao?> (<?php echo $last_name->name?>)</option> </td> </tr> <tr> <td align="center" colspan="2"> <input type="hidden" name="action" value="findflight" /> <input border="0" type="submit" name="submit" value="Search"> </td> </tr> <tr> <td align="center" colspan="2"><a href="http://alvandair.com/index.php/schedules/bids">Remove Bid</a></td> </tr> <br /> </table> </form> <h3><b>Pilot Transfer</b></h3> <form action="<?php echo url('/realschedulelite/purchase');?>" method="get"> <table border="0" width="100%"> <tr> <td align="center">Select An Airport to transfer:</td> <td align="left"> <select class="search" name="depicao" onchange="listSel(this,'cost')"> <option value="">--Select</option> <?php foreach ($airports as $airport){ $distance = round(SchedulesData::distanceBetweenPoints($last_name->lat, $last_name->lng, $airport->lat, $airport->lng), 0); $permile = Config::Get('JUMPSEAT_COST'); $cost = ($permile * $distance); $check = PIREPData::getLastReports(Auth::$userinfo->pilotid, 1,1); if($cost >= Auth::$userinfo->totalpay) { echo "<option>{$airport->icao} - {$airport->name} --Low Money!</option>"; } elseif($check->accepted == PIREP_ACCEPTED) { echo "<option name='{$cost}' value='{$airport->icao}'>{$airport->icao} - {$airport->name} /Cost - $ {$cost}</option>"; } ?> <hr> <?php } ?> </select> <INPUT TYPE="submit" VALUE="Go!"> </td> </select> </td> </tr> </table> <input type="hidden" name="cost"> <input type="hidden" name="airport"> </form> Than have you current location and Arrival Airfield. thats for me better maybe one for you also too Greets Michael Kraan
  19. im closing this airliner. to prevent further problems go to the next idea. Thanks for the friendly comments
  20. is an example. because I can not understand.
  21. Okay and now??? I'm just trying to make something fun. and I get this. but then maybe I should also ask permission. on lufthansa. however, downside is now my site from the air or what? Someone have tips or something? And this: http://www.klm-va.nl/ http://www.bavirtual.co.uk/about/ and much more airliners. why would lufthansa may not??? greets Michael Kraan
  22. Where can i read that? why is this site not closed? http://www.dlhva.com/ I do not understand completely.
  23. Hello, I am starting a new airliner. Lufthansa Virtual http://www.lufthansav.com I Am now trying to introduce all schedules. As in real life they are flown. - Flight numbers are really - Airplanes are really - Times are really Only i miss 1 thing. the real lufthansa live map. "see picture" Maybe can anyone help me with that? There are more than 10,000 schedules because I'm also doing all connection flights. (i have now more than 300 schedule. So a lot of work to do) soon more information. Michael Kraan
×
×
  • Create New...