Jump to content

Parkho

Moderators
  • Posts

    1381
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Parkho

  1. TopPilot_V2.0 Install: Download the repository at Github and unzip in a desired location. Upload files into coresponding folders on your website in the oreder. Include the following codes into your "layout.php" between <head></head> section. <script type="text/javascript" src="<?php echo fileurl('lib/js/toppilot.js');?>"></script> <link rel="stylesheet" href="<?php echo fileurl('lib/css/toppilot.css');?>" /> Access it using <?php echo url('/toppilot') ;?> Enjoy! Support: Visit www.parkho.ir and fill out "Contact Me" form. I will get back to you as soon as possible[/font][/color][/color] Demo: At my website www.parkho.ir Screenshot:
  2. layout.php in your top nav menu
  3. lol Ray, thanks for noticing the misspell. Actually, I do know that "Aiviation" is not correctly spelled and since we speak Farsi in Iran and it has nothing to do with English what so ever and as an ESL, I would like to apologize for making these mistakes once in a while and will try to avoid them as much as possible.
  4. I'll make the change. Thanks for the tip.
  5. Nice!
  6. Okay! In "core" folder you have 3 other folders "common", "modules", and "templates". Inside "common" there is php file which will go to your "root/core/common" folder. Inside "modules" there is another folder called "WTHR" with a php file inside it, copy the whole folder to your "root/core/modules" folder. Finally, inside "templates" there is a folder called "wthr" with 2 php files inside it, copy the folder to your "root/lib/skins/(name of the skin you're using)" folder and you're done. Same procedure goes with all of my modules.
  7. I have installed phpVMS-dev on Wampserver with php 7 and everything seems to be working just fine but I can't really tell until I test it on a real server.
  8. You can find the 5.5x version here for further instructions on how to upgrade.
  9. A new version is now available. Change Log: -Charts link added for each ICAO in result page. Powered by AirCharts.org Download and replace "modoules" & "templates" folders at Github. Screenshot:
  10. That means you haven't added "weather" folder to the root.
  11. I would ask this directly from the developer for support and FBS doesn't have anything to do with your ACAR software unless it uses FBS for booking the flight. PS: There might be a chance your browser's blocking popups or you have some kind of a popup blocker add-on installed.
  12. The most reliable phpVMS version is 5.5x by Simpilot. I would check my host's php version with my phpVMS version. There might be a chance your host's php was upgraded to 5.x version during the day. If that's the case then you'll need to upgrade your phpVMS to the mentioned one.
  13. I can't tell you what's wrong unless you're willing to give me access to your cpanel and website admin. If you want to do that, send me your log-in info via PM.
  14. Okay! I checked your codes in class file and everything seemed to be in order and calculation is also correct. What I can think of is the TABLE_PREFIX. There might be a slight chance at the time you adjusted pilot pay, it didn't read the prefix and that made the pilots table not to update correctly. I would check on DB to see if it's updated correctly but other than that your module should work fine.
  15. Did you upgrade your phpVMS?
  16. Are you using 5.5x phpVMS version?
  17. Can u email me the files to parkho@parkho.ir?
  18. Unfortunately I don't own this module and from what I'm seeing, all errors are from tourdata.class.php file. When you change functions to static do you get other sections with new errors? if that's the case, have you modified any core files when you first installed the module?
  19. Assuming you are in layout.php at the navigation section, simply replace the following code: <li><a href="<?php echo url('/schedules') ;?>">Book A Flight</a></li> With the one in install instruction like this: <li><a href="<?php echo url('/flightsearch');?>">Search Flights</a></li> And that's about it.
  20. I don't have the exam center installed so if you paste the codes I may be able to figure it out for you.
  21. Are these the only errors you get as of now or you have some other errors as well? Changing the function in your class file to static should not affect any other parts of your website unless they use the same class file. When you say more errors come up when changing to static, which parts mostly you get errors from?
  22. Parkho

    Downloads

    Check your host's php version if it's 5.5x then your phpVMS needs to be upgraded to 5.5x by Simpilot which is the most reliable version and doing that will resolve all the issues you might have. If you have already done that then check your codes with the originals here to see if there is a difference.
  23. Refer to its page at Github for further instructions.
  24. Thanks
  25. Okay! This for a specific pilot. I need their general publication data.
×
×
  • Create New...