Jump to content

Parkho

Moderators
  • Posts

    1375
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Parkho

  1. I think you can use phpvms not sure though.
  2. I know we've been attacked.
  3. That's right but I got the idea from it!
  4. Do you copy the entire code of fuelcalculator.tpl into your brief.tpl? if yes, make sure it's in the right place. What error do you get? Is it just that the aircraft doesn't show or are there any other error messages?
  5. I attached a new ZIP, so you get the module from the very first post on page 1.
  6. Yes there is. You could use the one i mixed up from the following link: http://forum.phpvms.net/topic/4498-flightbookingsystem/
  7. Ok try this: <option value="">-Select Aircraft-</option> <?php $aircrafts = FuelCalculatorData::findaircraft(); foreach ($aircrafts as $aircraft) { echo '<option value="'.$aircraft->name.'">'.$aircraft->name.'</option>'; } ?>
  8. It must be the foreach() tag. When you move it to somewhere else, it can't connect to read from DB. Open the fuelcalculator.tpl and go to line 23. Place the following in line 22 before the "<?php" tag: $aircrafts = FuelCalculatorData::findaircraft(); Let me know if it's fixed.
  9. I had the same thing before. I can't say it's an issue though. Clear your browser cache and it'll be fixed. You might be needed to enter your login data after the cache is cleared.
  10. Go back a few posts and download it from the post with red text color
  11. The way I did it was that I added the page via admin panel and then in the text area, I clicked on the source link and added my code there and it works great. Here is a link: http://alvandair.com/index.php/pages/flightboard/
  12. For people who're having problems downloading the module: Download here: Fuel Calculator
  13. For people who're having problems downloading the module: Download here: Route Finder
  14. Edit the corresponding .tpl, I think it's schedule_briefing. Just copy the content of rfinder.tpl and paste it in the right place.
  15. RouteFinder Here you can download it. Let me know if there is any problems.
  16. FuelCalculator Here you can download it. Let me know if there's any problems.
  17. Are you using the live fuel?
  18. It could be the skin. Ask them what browser they're using.
  19. Got you! I edited my last post . Sorry!
  20. In the acarsmap.tpl changing the number 10000 to 5000 should work just fine.
  21. Okay! I'm only accepting FSPAX at my VA and that's why I'm able to accommodate the pointing system knowing that the other ACARS won't do that for me. That's the reason I mentioned if you want to switch to FSPAX!
×
×
  • Create New...