Moderators Parkho Posted November 1, 2015 Moderators Report Posted November 1, 2015 This is a new release compatible with phpVMS 5.5x by Simpilot. Install: 1.Create SQL table using the one provided in the folder(flightbookingsystem.sql) 2.Upload the files in the order into the PHPvms software. 3.Copy the following to core/local.config.php : Config::Set('JUMPSEAT_COST', '.25'); //0.25 is the cost. 4.Access it by: <?php echo url('/FBSV11") ;?> 5.Enjoy Download: FlightBookingSystem V1.1 Quote
Kishshey Posted November 1, 2015 Report Posted November 1, 2015 Thank you very much. Perfect timing though. I was scratching my head trying to get your v1 to work. =D Quote
Moderators Parkho Posted November 1, 2015 Author Moderators Report Posted November 1, 2015 Thank you very much. Perfect timing though. I was scratching my head trying to get your v1 to work. =D I saw you scratching your head, so I changed it before you finish !!!! 1 Quote
Kishshey Posted November 1, 2015 Report Posted November 1, 2015 I would never have finished it =D Btw I got this Fatal error: Class 'FBSV2Data' not found on several files(Module file, airport_search.php) I tried changing the class to FBSVData, currently testing. **EDIT Better yet, I renamed the class FBSVData.class.php to FBSV2Data.class.php and did the same to the line 2 of that file. It's working(sort of) now, however my template is missing. I think I'm doing something wrong. This is all I see Quote
Moderators Parkho Posted November 1, 2015 Author Moderators Report Posted November 1, 2015 Change to "FBSV" Quote
Kishshey Posted November 1, 2015 Report Posted November 1, 2015 On the source code of the page rendered I found Fatal error: Class 'RealScheduleLiteData' not found in /core/templates/fbsv/airport_search.php on line 49 I deleted the files from your previous release, I will try re uploading the RealScheduleLite file from your V1 Quote
Moderators Parkho Posted November 1, 2015 Author Moderators Report Posted November 1, 2015 Yeah I know I was fixing that Quote
Kishshey Posted November 1, 2015 Report Posted November 1, 2015 Yeah I know I was fixing that Sounds great. Also fix the line 29 on airport search. For action URL was incorrect. I will keep you posted if I come across anything Thanks for your good work Quote
Melli Posted December 17, 2016 Report Posted December 17, 2016 (edited) found a bug. if a aircraft is disabled, you can also book a flight :-( Edited December 21, 2016 by Melli Quote
Moderators Parkho Posted December 26, 2016 Author Moderators Report Posted December 26, 2016 Yes. It's possible. Quote
Rene Posted January 19, 2017 Report Posted January 19, 2017 (edited) and how Parkho? Please help us out.... Edited January 19, 2017 by Rene Quote
ncd200 Posted April 21, 2017 Report Posted April 21, 2017 when trying to search a flight I recieve the following error. How do I solve this? Quote Parse error: syntax error, unexpected '$route' (T_VARIABLE) in /home/silverwingsva/crew.silverwingsva.eu/core/templates/fbsv/schedule_results.php on line 118 Quote
web541 Posted April 21, 2017 Report Posted April 21, 2017 Change that line to this <td colspan="0" align="left" ><b><?php echo $route->distance . Config::Get('UNITS') ;?></b></td> and see if that works Quote
ncd200 Posted April 21, 2017 Report Posted April 21, 2017 3 hours ago, web541 said: Change that line to this <td colspan="0" align="left" ><b><?php echo $route->distance . Config::Get('UNITS') ;?></b></td> and see if that works yep,that did the trick. thank you very much Quote
Michael2015 Posted October 20, 2017 Report Posted October 20, 2017 (edited) Sorted Edited October 20, 2017 by Michael2015 Quote
Michael2015 Posted November 8, 2017 Report Posted November 8, 2017 i have got this issue on my VA All Virtual Air Leasing vEtihad Airways vJet2vUnited Airlines Select An Aircraft Type: All ( ! ) Deprecated: Non-static method FBSVData::routeaircraft() should not be called statically in /home/vairleas/pilotlounge.vairleasing.net/core/templates/fbsv/airport_search.php on line 49 Call Stack # Time Memory Function Location 1 0.0007 378488 {main}( ) .../index.php:0 2 0.0263 1963768 MainController::RunAllActions( ) .../index.php:70 3 0.0263 1963768 FBSV11->index( ) .../MainController.class.php:218 4 0.0285 2081920 FBSV11->show( ) .../FBSV11.php:26 5 0.0285 2081920 Template::show( ) .../CodonModule.class.php:88 6 0.0285 2081920 TemplateSet->showTemplate( ) .../Template.class.php:82 7 0.0285 2081920 TemplateSet->getTemplate( ) .../TemplateSet.class.php:181 8 0.0287 2120232 include( '/home/vairleas/pilotlounge.vairleasing.net/core/templates/fbsv/airport_search.php' ) .../TemplateSet.class.php:238 Select Arrival Airfield: All ( ! ) Deprecated: Non-static method FBSVData::arrivalairport() should not be called statically in /home/vairleas/pilotlounge.vairleasing.net/core/templates/fbsv/airport_search.php on line 75 Call Stack # Time Memory Function Location 1 0.0007 378488 {main}( ) .../index.php:0 2 0.0263 1963768 MainController::RunAllActions( ) .../index.php:70 3 0.0263 1963768 FBSV11->index( ) .../MainController.class.php:218 4 0.0285 2081920 FBSV11->show( ) .../FBSV11.php:26 5 0.0285 2081920 Template::show( ) .../CodonModule.class.php:88 6 0.0285 2081920 TemplateSet->showTemplate( ) .../Template.class.php:82 7 0.0285 2081920 TemplateSet->getTemplate( ) .../TemplateSet.class.php:181 Quote
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.