Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Vangelis

  1. Ok i did a flight bid the schedule brief template is missing things some of them are <input type="hidden" name="airline" value="<?php echo $schedule->code?>"> <br> <input type="hidden" name="fltnum" value="<?php echo $schedule->flightnum?>"> <?php $today = date("dMy");?> <input type="hidden" name="date" value="<?php echo $today?>"> <?php $deptimes = explode(":", $schedule->deptime); ?> <input type="hidden" name="deph" value="<?php echo $deptimes[0]?>"> <input type="hidden" name="depm" value="<?php echo $deptimes[1]?>"> <?php $arrtimes = explode(":", $schedule->arrtime); ?> <input type="hidden" name="steh" value="<?php echo $arrtimes[0]?>"> <input type="hidden" name="stem" value="<?php echo $arrtimes[1]?>"> <input type="hidden" name="reg" value="<?php echo $schedule->registration?>"> <input type="hidden" name="navlog" value="1"> <input type="hidden" name="selcal" value="GR-FS"> <input type="hidden" name="planformat" value="lido"> Have a look at the default template and compare it with yours
  2. I cannot select an airplane during the booking also you have some template issues for example the search box is not working and keeps the page active , also the details page are to big ,the schedule brief template is missing things
  3. You need to add it to the form before you generate the simbrief flight plan
  4. if you do a print_r($this->get->page); what result do you get ? i do not remember if the modules started with a capital letter
  5. Try bellow code if($this->get->page == 'login' or $this->get->page == 'registration') { if(Auth::LoggedIn()) { Template::Show('app_top.php'); } else { Template::Show('app_top1.php'); } } <?php // var_dump($_SERVER['REQUEST_URI']); if($this->get->page == 'login' or $this->get->page == 'registration') { if(Auth::LoggedIn()) { Template::Show('app_top.php'); } } ?> <div id="content"> <?php echo $page_content; ?> </div> <?php if($this->get->page == 'login' or $this->get->page == 'registration') { if(Auth::LoggedIn()) { Template::Show('app_bottom.php'); } } ?>
  6. so if i understand well it is working
  7. no idea will need or the logs if you have enabled them or access to the ftp of your server
  8. ok so when you say it doesnt work that means it doesnt autoaccept the pireps, it accepts everything , it declines everything , anything else ? Because with this setup all the pireps should be accepted
  9. i need a screenshot of the criteria page in the admin menu and a pirep link
  10. did you read the readme file ?
  11. i will ask the obvious but here it goes. did you put the phpvms module in the modules folder ? Also what errors do you get ?
  12. I am still alive as you can see from my post's . the opensource that you can find on github is for phpvms 5 so i dont think you can make it work without a major rewriting
  13. Can you provide a screenshot of the insert New va form ?
  14. download xamp or wamp there are plenty of tutorials for both platforms
  15. New Version up Uninstall previous versions
  16. Wait 30 minutes i will upload new version
  17. There is no VMSAcars Module in the default phpvms 7 setup Do you have a link where i can download the VMSAcars so i can have a look at what you mean because i think you confused your self somewhere
  18. What do you mean VMSAcar module ? this is a Acars software for PHPVms 7 there is no need for a module
  19. can you provide a link of a working and a non working page ?
  20. there should be an error log in your ftp area . attach it here and maybe we can figure out what is happening
  21. The module reads the log and if the words are found then the points are applied, if it is written in the log i think it should work
  22. Cn you please tell me what fields where empty so i can adjust the error ? thanks
  23. Do you want to share with the rest how you made it work ?
×
×
  • Create New...