Jump to content

levicosta201

Members
  • Posts

    186
  • Joined

  • Last visited

Everything posted by levicosta201

  1. Hello everyone, I come to share with you an issue that I did in my code Virtual Air Lines, this code snippet will remove the error: "no route passed". Hope that is useful to the community! First in: /core/modules/Schedules/Schedules.php search for: public function addbid() { inside this function search for the variable: $routeid = $this->get->id; Replace the variable above for: $routeid = $_GET['bid']; Then search for the file: /core/templates/schedule_results.tpl open this file and search for: <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo url('/schedules/addbid');?>">Add to Bid</a> Replace the above code by: <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo actionurl('/Schedules/addbid?bid='.$route->id);?>" target="_blank">Add to Bid</a> And voila, you will no longer see the error: "no route passed". I hope this tutorial has been helpful to the community!!!
  2. Yes, I looked at it too, and has reduced the average speed. I am now trying to improve the calculations of hours Why I wanted!
  3. Thank's for the feedback. I'll take that into consideration B737 B747 B748 B767 B777 A330 E195
  4. I am now looking at my code, that there is some mistake!
  5. Thank you for your feedback. As for level flight, my writing was a mistake, I've done the fix! Regarding flight times, I used an average speed to calculate the time of flight. For example: I used an average speed of 500 knots in cruise. This simply means that it will do 500 miles per hour, however, if I have a route 7317.88nm. The calculation would 7317.88/500 = + - 14.6 (The same than 14 hours and 40 minutes). I think my calculation is right. Even so I will look at my code again and see if there is something wrong! Thank you.
  6. -> BUY HERE <- The module: Route Generator; aims to create random schedules for your virtual airline based phpvms. You no longer need to create one by one Schedules. Main features of this module: You can replace the "Schedules" from phpVMS module; Eliminates the error "no route passed.". You no longer have problems with incompatible javascript; Automatically calculates the distance between the airports; Automatically calculates the arrival time at the destination airport; Automatically calculates the flight time; ​Updates to this module will be available to the customer for free.Recalling that the module is limited to routes DCT. For I have not had time to create a database with multiple routes of various airports, however, this function will be available in future versions of the module.​ -> SAMPLE HERE <-
  7. Hello friends, I am developing a module so you do not need to create schedules one by one for their pilot. It basically does everything automatically, generating data randomly. But the module is still in beta, I'm looking for users interested in being a Beta Tester for this module so that they can send me a feedback. If interested comment below. PS.: Yes, the module will be paid, with the exception of Beta Testers. It is not easy to develop a module like this. Thank you for understanding. _________________________ STORE LBX
  8. You want me to take a custom administration panel for your VA?
  9. ok, In this project should come out soon, for now I'm a little tight service.
  10. I see what I can do, I will develop some other free and paid skins.
  11. I am developing skins for phpVMS administration will soon be posting at my store. : P
  12. Excuse me, but have rather bought acarsmap.
  13. -> Shop with 50% off! <- From today until day 26, lbx the whole store will be 50% off. ENJOY! Simply enter the following coupon code in your shopping cart: 2713phpVMS. Take it for a limited time. I will also be giving some point that can be redeemed for modules and skins.
  14. Hello guys, I was developing some modules, but I want to develop more skins now. Anyone here would be interested in a new skin for the administration panel phpVMS?
  15. It really was that isso eu wanted to know. True, I guess I could see his mind, I will develop here and I will post when ready. Meanwhile every idea is welcome.
  16. Thanks for the feedback, could you give a more detailed explanation?
  17. Hello guys, I'm a programmer and web designer, but my best side programming. To develop good modules, it is necessary to know what people want to see. I would ask the help of phpVMS community, what would you like to take phpVMS, so I can develop modules based on their suggestions. Grateful ____________________________ Buy Modules and Templates
  18. -> BUY HERE <- Hi folks, I'm here again, For skin based on phpVMS systems. This skin is a low cost, so that it can be accessible to all users phpVMS. You can view the skin live HERE. This skin has a great acarsmap suspended on top. The intention of the acarsmap at the top of the page that the user is already entering the site will see the flights available at the time. Therefore, when using this skin you must remove the link live map of your phpvms. On live map link, you will not see the aircraft in flight, since this is an inactive section of my site. If you find any error in the script should, if possible, take your questions to the forum so everyone can benefit. Updates of this layout, should it be any, will be free to users who purchase the template. The price of this layout is for the default theme, if you want to make a change there is a fee according to the change order. PS.: If the skin show any mistake, please send me a feedback.
  19. Yes of course it can be done with some minor changes.
  20. I can adjust it to your site. I just leave full screen for better viewing.
  21. Thanks for the feedback, is fixed, link here
  22. -> BUY HERE <- Description: New module for systems based on phpVMS. This module is to display the Virtual Airline routes on a map. To display the routes you must enter the ICAO airport of departure and he exhibited routes inserting a marker at the airports of arrival. It also inserts a polyline for each airport. Clicking on any marker it displays a list with the names of all destination airports. There will be future updates of this map, and updates will be free to buy this module. You can view the live map here. PS.: On live map some routes in my virtual airline are: SBGL SBGR TNCM SBGO SBMO
×
×
  • Create New...