Jump to content

ProSkyDesign

Moderators
  • Posts

    207
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ProSkyDesign

  1. 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!
  2. [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 =)
  3. But in that module can I bid by aircraft ragistration or by aircraft type?
  4. 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.
  5. 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
  6. 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!!
  7. 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".
  8. It is possible with smart cars? I could pay for it.
  9. 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?
  10. Yes, I did, but the error still appear
  11. 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
  12. If you solved it, can you share the solution pls?
  13. Ok I'll do it, thanks you a lot!... I'll come back with news
  14. Ok, I'll do it, but can I upgrade the version without missing my files?
  15. I asked smartacars site but they think it could be an phpvms error or a module error but i unistalled the add-ons and the issues continue
  16. I have the same problem, please help!
  17. Hi I had this problem. I use Smart Acars... Help pls!! [01-Nov-2016 16:25:22 UTC] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/travelsk/public_html/php/core/classes/ezdb/ezdb_mysql.class.php on line 99 [01-Nov-2016 16:25:29 UTC] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/travelsk/public_html/php/core/classes/ezdb/ezdb_mysql.class.php on line 99 [01-Nov-2016 16:25:46 UTC] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/travelsk/public_html/php/core/classes/ezdb/ezdb_mysql.class.php on line 99 [01-Nov-2016 16:51:15 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337 [01-Nov-2016 16:51:27 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337 [01-Nov-2016 16:52:16 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337 [01-Nov-2016 17:56:31 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337 [01-Nov-2016 17:57:39 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337 [01-Nov-2016 17:57:54 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337 [01-Nov-2016 17:59:18 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337 [01-Nov-2016 17:59:49 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337 [01-Nov-2016 18:02:27 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337 [01-Nov-2016 18:02:47 UTC] PHP Warning: Creating default object from empty value in /home/travelsk/public_html/php/core/common/PIREPData.class.php on line 337
×
×
  • Create New...