Jump to content

ProSkyDesign

Moderators
  • Posts

    207
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ProSkyDesign

  1. For example penalty the following: -Overspeed (-5%) -Exceded 250 kias below 10000 ft (-5%) -exhausted fuel supply (-25%) -landing at wrong airport (-30%) -landing lights on above 10000 ft (-5%) -landing lights off below 1000 ft (-5%) -overspeed taxi (-5%)
  2. A real booking system as Fsairlines has, where you can bid by aircraft type in a same schedule (for example In flight SKU103 I can bid with an A320 and a B767 and each other, including all registration of these aircraft if the aircraft Was in the same position that I'm... If the aircraft wasn't in the same Location as me I can't bid a flight with that aircraft). And the pilot can use the jumpseat ticket. And the last one a option to translate an aircraft to other location (Admin) and the translate could duration as a real flight.
  3. I have the following error when I added a expense: Strict Standards: Non-static method FinanceData::setExpensesforMonth() should not be called statically, assuming $this from incompatible context in /home1/mcfilmsp/public_html/php/admin/modules/Finance/Finance.php on line 325 Pls help!
  4. Help!! Strict Standards: Non-static method PirepAcData::editSettings() should not be called statically, assuming $this from incompatible context in /home1/mcfilmsp/public_html/php/admin/modules/PirepAutoAccept/PirepAutoAccept.php on line 135 Settings Are Saved Strict Standards: Non-static method PirepAcData::get_criteria() should not be called statically, assuming $this from incompatible context in /home1/mcfilmsp/public_html/php/admin/modules/PirepAutoAccept/PirepAutoAccept.php on line 145 Strict Standards: Non-static method PirepAcData::get_settings() should not be called statically, assuming $this from incompatible context in /home1/mcfilmsp/public_html/php/admin/modules/PirepAutoAccept/PirepAutoAccept.php on line 147 When I put landing rate 800 and enabled the module (I'm using php 5.3)
  5. hi , as I explained in the manuall, you have to ...Put the codes below in your SchedulesData.class (make a backup first!). /** * Get the total number of schedules based on criterea for charters * * @param array $params key => value list * @return int Returns the total number * */ public static function CountCharterSchedules($icao, $price) { //Count schedules $query = "SELECT * FROM ".TABLE_PREFIX."schedules WHERE price = '".$price."' AND code = '".$icao."'"; $results = DB::get_results($query); return DB::num_rows($results); } you can find SchedulesData.class here: YOUR WEBSITE ROOT/core/common/... this code will count the charter flights of each pilot!
  6. [02:21:27] Engine 2 is on[02:22:23] Engine 1 is on[02:24:40] Flaps set to position 3 How can I delete the time ([xx:xx:xx]) from the pirep log of pirep_viewreport.tpl ?? I'm using SmartCars... Thanks you =)
  7. But in that module can I bid by aircraft ragistration or by aircraft type?
  8. Well for example... If I went since SCEL to SCSE with an A319 (CC-AJG), the aircraft (CC-AJG) must be in SCSE, but when I go to book a flight, the aircraft still appear in SCEL and in all flights and aiport of the airline.
  9. Can you make a custom module as a real schedule? Incluide real aircraft position, jumpseat, diferent registration for the same flight, diferent types go aircraft for the dame flight, etc. Please contact me: ceo@travelskyalliance.cl
  10. Hi, I have a problem... The aircraft location doesn't work as a realschedulelite, how can I fix it? For example, On SCEL are the same aircraft (registration) as SCSE. Help!!
  11. I'm looking for a module: schedule to a type of aircraft, for example 737-400, instead of a registration? to do an "Real schedule".
  12. It is possible with smart cars? I could pay for it.
  13. It is possible? schedule to a type of aircraft, for example 737-400, instead of a registration? Or Is there a module that does that? (free or paid). Is there a module that does that?
  14. Yes, I did, but the error still appear
  15. Well.. Still fails:(. I think the error could be with sql, don't you think so? Because throw error with "rowdata" columm of phpvms_pireps table. Here's my hosting services: Version PHP 5.5.38 Version MySQL 5.6.33
  16. If you solved it, can you share the solution pls?
  17. Ok I'll do it, thanks you a lot!... I'll come back with news
  18. Ok, I'll do it, but can I upgrade the version without missing my files?
×
×
  • Create New...