ChrisHD Posted August 21, 2015 Report Share Posted August 21, 2015 I will get that info to you ASAP..Thanks Quote Link to comment Share on other sites More sharing options...
ChrisHD Posted August 24, 2015 Report Share Posted August 24, 2015 Here is a complete Pirep with the criteria in brackets I need. smartCARS version 2.1.16.0, 2015/8/21 UTC [06:18:31] Preflight started, flying offline [06:18:32] Flying UNITED Airlines-POSKY Boeing 757-200WL (USING WRONG LIVERY or AIRCRAFT) [06:18:32] Engine 1 is on [06:18:32] Engine 2 is on [06:19:15] Flaps set to position 2 [06:19:27] Pushing back with 36063 lb of fuel [06:20:35] Taxiing to runway [06:24:01] Taking off [06:24:24] Climbing, pitch: 6, roll: level, 157 kts (REJECT IF CLIMB PITCH IS MORE THAT 12) [06:24:27] Gear lever raised at 41 ft at 167 kts [06:24:33] Flaps set to position 0 at 137 ft at 174 kts [06:48:56] Cruising at 34000ft, pitch: 2, 487 kts [11:59:51] Descending [12:12:10] Approaching [12:12:33] Exceeded 250 KIAS below 10,000 feet MSL (EXCEED OVER 250 KNOTS BELOW 10,000 FT) [12:15:03] Speed corrected at 6968 ft after a max speed of 309 kts [12:29:09] Flaps set to position 1 at 3232 ft at 196 kts [12:29:24] Flaps set to position 2 at 3273 ft at 181 kts [12:30:43] Flaps set to position 3 at 3406 ft at 186 kts [12:31:21] Sim paused [03:41:14] Simulator connection reestablished [03:41:29] Sim unpaused [03:49:46] Flaps set to position 5 at 5220 ft at 172 kts [03:49:58] Gear lever lowered at 5291 ft at 169 kts [03:51:03] Final approach, 165 kts [03:52:31] Touched down at -237 fpm, gear lever: down, pitch: 5, roll: 1 degrees right, 110 kts (LANDING PITCH MORE THAN 10) [03:52:45] Flaps set to position 6 [03:53:19] Flaps set to position 0 [03:53:28] Landed in 5232 ft, fuel: 0 lb, weight: 206850 lb (LANDED WITH 0 LBS FUEL OR OVER 12000 LBS OF FUEL) [03:53:28] Taxiing to gate [03:53:51] The flight may now be ended [03:53:51] Arrived, flight duration: 06:18 [03:54:15] Engine 1 is off [03:54:15] Engine 2 is off Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted August 24, 2015 Author Members Report Share Posted August 24, 2015 Unfortunatly pitch is not recorded as a seperate value in a pirep and that is why it cannot be done For the speed you can do it like the picture attached Quote Link to comment Share on other sites More sharing options...
camilovelandia04 Posted November 24, 2015 Report Share Posted November 24, 2015 hi, we use flight keeper like a pirep and we want to accept every autopireps with percentage, we want the minimum score 85% of flight keeper, how can to add this parameters in the module autopireps. Thank you. Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted November 27, 2015 Author Members Report Share Posted November 27, 2015 Unfortunatly the module only scans the log for keywords and if found it reject the pirep for that reason it cannot be done Quote Link to comment Share on other sites More sharing options...
danydj96 Posted December 5, 2015 Report Share Posted December 5, 2015 Hello, I have recently installed this module but once I submit the PIREP it says to me that: Could you please help me? Thanks a lot! Quote Link to comment Share on other sites More sharing options...
web541 Posted December 5, 2015 Report Share Posted December 5, 2015 Hello, I have recently installed this module but once I submit the PIREP it says to me that: Could you please help me? Thanks a lot! Was it working before you installed this module? Can you check to see if the PIREP actually filed and verify that your smartCARS web scripts have been installed in the appropriate location. Quote Link to comment Share on other sites More sharing options...
danydj96 Posted December 7, 2015 Report Share Posted December 7, 2015 Hello, Before installing the module it was working perfect. The PIREP is filed although it says to the pilot no. The scripts are correctly installed too. Thanks in advance. Best regards, Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted December 8, 2015 Author Members Report Share Posted December 8, 2015 I will have to see the pirepdata.class in order to see if there is any diference with mine as i never have used smart acars and as far as i know they do not use the incluted functions but their owns Quote Link to comment Share on other sites More sharing options...
danydj96 Posted December 8, 2015 Report Share Posted December 8, 2015 Here you have it. Thanks for you help. Regards, PIREPData.class.php Quote Link to comment Share on other sites More sharing options...
ArthurHetem Posted February 21, 2016 Report Share Posted February 21, 2016 i'm having errors in the panel Image: https://photos-1.dropbox.com/t/2/AACtbLnLDynVnI0kg1IjyAP0CoVE4CtQ_o9BpPz2yrtlvg/12/538208270/png/32x32/3/1456030800/0/2/Captura%20de%20tela%202016-02-20%2022.18.31.png/EPWylacEGAQgAigC/vEF9E-Zd8rs9Bz_W1EUSWKNav9drdroWNtG7TBeJPrQ?size_mode=3&size=1280x960 Quote Link to comment Share on other sites More sharing options...
polirom Posted March 10, 2016 Report Share Posted March 10, 2016 I have this error PirepAutoAccept/sidebar_PirepAutoAccept.tpl Strict Standards: Non-static method PirepAcData :: get_criteria () Should not be called statically, $ this from incompatible Assuming context in / home / mundoairlines / www / admin / modules / PirepAuto Accept / PirepAuto Accept.php on line 52 PirepAcData.class.php was the core / common the file sidebar_PirepAutoAccept.tpl I have not installed it I do not button appears ADD Criteria [/img] Quote Link to comment Share on other sites More sharing options...
RuiMiguel Posted March 10, 2016 Report Share Posted March 10, 2016 in core/common/PirepAcData.class.php change " public function" to 'public static function' Quote Link to comment Share on other sites More sharing options...
polirom Posted March 10, 2016 Report Share Posted March 10, 2016 I put this on line 27 and the error continues. Most curious, the menu does not appear add criteria public static function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); } Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted March 10, 2016 Moderators Report Share Posted March 10, 2016 Can you give it a try? static function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); } Quote Link to comment Share on other sites More sharing options...
polirom Posted March 10, 2016 Report Share Posted March 10, 2016 the problem continues change public static function by static function Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted March 10, 2016 Moderators Report Share Posted March 10, 2016 Replace this: public static function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); } with this one: static function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); } Quote Link to comment Share on other sites More sharing options...
polirom Posted March 10, 2016 Report Share Posted March 10, 2016 the problem continues /** * Pirep Auto Accept & Decline for PHPvms * For more information, visit www.baggelis.com * * Pirep Auto Accept & Decline is licenced under the following license: * Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) * View license.txt in the root, or visit http://creativecommons.org/licenses/by-nc-sa/3.0/ * * @author Vangelis Boulasikis * @copyright Copyright (c) 2014, Vangelis Boulasikis * @link http://www.baggelis.com * @license http://creativecommons.org/licenses/by-nc-sa/3.0/ * version released 7/5/2014 */ class PirepAcData extends Codondata { public function get_criteria() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep"; return DB::get_results($query); } static function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); } public static function getCriteriaById($id) { $criteria = DB::get_row('SELECT * FROM '.TABLE_PREFIX.'autopirep WHERE `id`=\''.$id.'\''); return $criteria; } public function editSettings($setting_id,$moduleenabled,$landing_rate, $send_mail_to_admin, $send_mail_to_pilot, $admin_code) { /* $sql = "UPDATE ".TABLE_PREFIX."autopirep_settings SET `landing_rate`='$landingrate', `sendmail_to_admin`='$sendmailtoadmin',`sendmail_to_pilot`='$sendmailtopilot', `admin_rejecting`=$admincode WHERE setting_id=1"; $res = DB::query($sql); if(DB::errno() != 0) return false; Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted March 10, 2016 Author Members Report Share Posted March 10, 2016 emm the error says about the function PirepAcData:get_criteria and not PirepAcData ::get_settings change this public function get_criteria() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep"; return DB::get_results($query); } to public static function get_criteria() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep"; return DB::get_results($query); } Quote Link to comment Share on other sites More sharing options...
polirom Posted March 10, 2016 Report Share Posted March 10, 2016 solved, but still not the ADD menu appear. It leaves a line that says "PirepAutoAccept / sidebar_PirepAutoAccept.tpl". Do not get the menu ADD Thanks for your help Quote Link to comment Share on other sites More sharing options...
web541 Posted March 10, 2016 Report Share Posted March 10, 2016 Go to admin/modules/PirepAutoAccept/PirepAutoAccept.php and on line 20 change this $this->set('sidebar', 'PirepAutoAccept/sidebar_PirepAutoAccept.tpl'); to this $this->set('sidebar', 'PirepAutoAccept/sidebar_PirepAutoAccept.php'); then change the file admin/templates/PirepAutoAccept/sidebar_PirepAutoAccept.tpl to admin/templates/PirepAutoAccept/sidebar_PirepAutoAccept.php PirepAutoAccept - PHP.zip Quote Link to comment Share on other sites More sharing options...
polirom Posted March 11, 2016 Report Share Posted March 11, 2016 Solved. Thank you so much. The two Quote Link to comment Share on other sites More sharing options...
ArthurHetem Posted March 11, 2016 Report Share Posted March 11, 2016 I have another error: https://onedrive.live.com/redir?resid=6C5BA69E4762EE68!1414&authkey=!AGZyCDejGmblvjo&v=3&ithint=photo%2cpng Quote Link to comment Share on other sites More sharing options...
OmerAslan Posted March 24, 2016 Report Share Posted March 24, 2016 hi i download this module with plugin manager but on the admin menu i don't see auto pirep like on the screenshot. i have phpvms 5.5.x can i have some help please Quote Link to comment Share on other sites More sharing options...
ercio Posted March 25, 2016 Report Share Posted March 25, 2016 really hard to install ! try manually and with simpilot plug in its says phpvms Is An Invalid Plugin - Missing Config File. Quote Link to comment Share on other sites More sharing options...
OmerAslan Posted March 25, 2016 Report Share Posted March 25, 2016 plugin manager, didn't give me any error. but i did try to download manually and it didn't work for me. i will try again and i'll let you know if it's worked or not. i am trying to install version 2... i think this is the right one. Quote Link to comment Share on other sites More sharing options...
ercio Posted March 25, 2016 Report Share Posted March 25, 2016 just managed to install!! under lading rate what should I put my VA has -450 rule Quote Link to comment Share on other sites More sharing options...
OmerAslan Posted March 25, 2016 Report Share Posted March 25, 2016 no not working. i give up Quote Link to comment Share on other sites More sharing options...
Patrick1246 Posted April 13, 2016 Report Share Posted April 13, 2016 any chance for a phpvms 5.5 version? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted April 13, 2016 Author Members Report Share Posted April 13, 2016 Just rename the tpl files to php and it will work Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.