Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. Aaryan, I am sorry for this but there is no need to post in topics which are more than 6 months old. He must have found his developer otherwise he would have bump his topic after almost 8 months... I do not mean to offend you but it's a pity viewing old posts in the top of a forum... Just my personal opinion.
  2. Καλησπέρα! Although there is an option to transfer your data from phpVMS to VAM their is not any way to transfer them from VAM to phpVMS. This should be done either manually or via developing a transfer-migration script. I have developed a wide number of scripts in the past which transfer data from custom made systems to phpVMS with success. George
  3. Ok, you have not edited the correct files so the google maps in your website are not called with the api key you got from google. I do not know where are the google maps includes location but for your frontpage there should be somewhere inside your frontpage_main.tpl/.php file. If you open this file, you will find this: <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=weather&sensor=true"> </script> You will have to replace it with this: <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBorb_ELH8kXiXxDGpfbz1dgyQk5Gmo7NE&libraries=weather&sensor=true"> </script> Could you please check it and let us know how it works?
  4. In PHP-Mods we have decided to release a more advanced virtual airline partnership program. A program which will give you more abilities for virtual airlines which are entitled to receive a recognition for their offer in the flight simulation community. It is very easy to become part of our Virtual Airline Partnership program. More information can be found here. We will be glad to hear and cooperate with you. PHP-Mods Team
  5. What is your website url?
  6. This module has not been developed by PHP-Mods. You should reach its developer for support . The Pilot Shop Module developed by PHP-Mods can be found here: http://php-mods.eu/phpvms.php?module=pilot-shop
  7. You will have to navigate to Addons->PilotShop System and at the top left of this page there is a menu. The menu should include a link titled Financial Report. George
  8. As I said before, there are quiet a few tools which allow you to include the cookie notification just by placing a few lines of code inside your layout.php file. https://silktide.com/tools/cookie-consent/
  9. Where have you this set? Config::Set('PILOT_AUTO_RETIRE', false); Is it inside your local.config.php or app.config.php? Could you please check both files?
  10. As far as I know, phpVMS 5.5 does not have any default rank. Basically I cannot understand what is the issue exactly. When a new pilot is registered into your system his rank is marked as "New Hire"?
  11. Exactly. IVAO has an atc booking function but they do not offer any api to access these data. https://www.ivao.aero/atcss/schedule.asp?Date=23-01-2017
  12. Go to your admin/maintenance.php and let us know what you have on line #40? The should be something like this: if(Config::Get('PILOT_AUTO_RETIRE') == true) { /* Find any retired pilots and set them to retired */ PilotData::findRetiredPilots(); CronData::set_lastupdate('find_retired_pilots'); } Does it exist?
  13. Hello, In your PilotShop menu there should be a "Financial Report" menu. This page includes several statistics including the latest purchases. Can you see it? George
  14. I believe that there is an extended number of cookie notification plugins in the market both freeware and payware. They can be implemented very easily into any website. If I remember well, only the European websites are required to follow this.
  15. It does not have to do with the navdata table. Have you added the airports (LFMT, EIDW) into your database? Admin Center -> Airline Operations -> Add & Edit Airports?
  16. phpVMS3 has not been released yet. We will have to wait until everything gets ready.
  17. Can you open your app.config.php and check if PILOT_PAY_HOURLY and PILOT_PAY_SCHEDULE are defined? There should be something like: define('PILOT_PAY_HOURLY', 1); define('PILOT_PAY_SCHEDULE', 2);
  18. It would be great letting us know the way you solved it so others are able to do the same in case anyone comes up with the same requests. Thank you
  19. Can you try var dumping $cidvatsim after setting in on the first line? <?php $cidvatsim = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); var_dump($cidvatsim); ?> What do you get?
  20. Could you please go to your "database_prefix"pireps database table and let us now what is the value of paytype for this specific pirep you are referring to?
  21. Can you try redownloading the phpVMS from github and reuploading and reinstalling it? Also, a url would be very useful.
  22. Yes, their row is based on their class names not the links set on the NavBar. For example, if we have a module whose class is "Academy" and the link name is "Pilot Academy", the system will take into consideration "Academy" and the "Pilot Academy" menu link will be shown in the row of "Academy" accordingly.
  23. I believe that they are already alphabetized with the only difference that the "active" addon (the addon you are currently viewing) is shown at the bottom. This is what I see in my phpVMS.
  24. By default you are not able to do something like this. You can count me in in case you are interested for a custom module. Just email me.
×
×
  • Create New...