Jump to content

Parkho

Moderators
  • Posts

    1375
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Parkho

  1. Thanks. Noted and fixed. You're more than welcome to add to the module if you want but as we have this conversation, this version is in "AS IS" status.
  2. Have you altered or changed codes in pilot_information.php? Seems like you're missing an open <?php tag. At this time the warning email in PM is manual. I will look into it in the next update.
  3. Decode JSON first pulling the data and use it on the map.
  4. None taken. We're all here to learn things and thanks for using my modules.
  5. Well then I guess my server is outdated as it generated the sql when I exported it!!!
  6. Your php version is "4.0.10.7" the SQL file you're trying to import into your server is higher version(5.4.31) and that's why you get the error.
  7. If you have coding knowledge I can point you to the spot and you can make the change.
  8. You're using older version of phpVMS. This module is designed to work with phpVMS 5.5X by simpilot and you're gonna have to upgrade to 5.5x eventually.
  9. The fspax.php is the module. Your pilots need the config file. The default skin, in pilot profile, there should be the link to get the config file.
  10. There is already a setup for fspassengers in phpVMS all you need is to give your pilots the config file to add to their clients. There is no live map for fspassengers as the software doesn't provide its live data.
  11. What email address did u use when you first installed phpVMS? If you used yahoo or gmail then that's where the problem comes. You'll need to use an email address from your server like "info@yourairline.com"
  12. Have u changed the port and smtp before changing the email address? If yes then change them back to what they where.
  13. When u installed phpVMS, what did u use as your email address? If you used gmail or yahoo then that's where the problem is. Use instead an email from your server like "info@yourairline.com"
  14. Open the SQL file and delete the following lines:
  15. I had this problem before and found out if you use gmail or yahoo as your installation email then emails won't send but using an email like "yourname@yoursite.com" will work just fine.
  16. I suggest you check to see if your host server has updated php version to 5.5 and if that's the case then you're most likely to upgrade phpVMS to 5.5x by Simpilot as the server might no longer support earlier versions.
  17. I have added a new module for older versions of phpVMS. You can now download and install at the following link: PilotManager_V2.2_TPL
  18. <div class="item"><img src="http://i.imgur.com/x...851.jpg"></div> This will show your image inside a <div>
  19. <div class="item"><a href="http://i.imgur.com/x...851.jpg"></div> Depends on what you want to achieve?
  20. Change permission of the whole folder "fonts" that should do it. If you're missing the folder then upload it.
  21. You're using multiple functions in your .tpl I think that's where the problem is. The tpl is normally where you show results in a table or div what you have in there should all be inside your module file (yourfile.php in your module folder) then in your tpl in an HTML tag you show what you want by calling the functions. Your case should be calling the functions in your browser's address bar like the following: http://www.yourairline.com/index.php/yourmodule/yourfunction Note that "yourfunction" is the one you use to show your results.tpl
  22. @web541, I wouldn't mind you modifying my module but keep in mind that I have tried several times to achieve this using different methods but the main problem is the pirep submitting section. That function needs to be modified to lock the A/C registration in all schedules before it's accepted and unlock them once the pirep is accepted. I think this can be done by assigning routes to aircraft instead of aircraft to routes. We need a module to create a list of available aircraft and perhaps their original locations just like the pilot HUB then we assign one or multiple routes to each registration and lock them on bids until the pirep is submitted and pending. Once the pirep is accepted then the module releases the A/C for next pilot. We have to think about stranded pilots as well. My FBS right now is working based on pilot location but in this new way both pilots and aircraft need to have their own locations. I hope I made my point.
×
×
  • Create New...