Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. Ok, can you please place it on your local.config.php file and let me know if it works?
  2. Ok, please check this... http://forum.phpvms.net/topic/17290-solvedpilot-list-empty/#entry93430
  3. Did you change any file in the admin panel?
  4. I managed to access my phpvms site and get some files on my mobile phone. Can you add this on your codon.config.php file and let me know if it works? Config::Set('PILOT_ORDER_BY', 'p.joindate ASC'); I have not tested it but it has to work from what i see on the phpvms files.
  5. Hello, You can get the pilot id using the following part of code on your .tpl file. <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid); ?> As for the password, i don't think that you are able to get the password as it has been encrypted on your database. From my point of you, i think that this is better because this is more secure for your users... That's all..
  6. This can be done via your PilotData.class.php file (i think). I will let you know the change specifically as soon as i get back home.
  7. Personally, i think that only your va's members can express their opinions about your va's future changes and operations as we are not able to know what does your va need. I think you understand my point of view.
  8. V1.1.1 has been released and its ready for download, for those who have bought the module, on our billing system. More information can be found here.
  9. Ok, so you can remove the pilot briefing from public and share it with the pilot as soon as he adds the flight on his bids. Pilot briefing can include a lot of information such as metars, notams, charts, weather charts, route etc...
  10. In reality, an airline pilot cannot fly any flight he/she wants. The flights are being "assigned" to the pilot by the airline dispatch center based on his (or her) capabilities, knowledge about the aircraft, etc. In phpvms, any pilot can bid a flight. Bidding the flight is like booking a flight. It means that he/she "says" that he/she is going to fly this specific flight. Of course, if he/she don't want to fly this flight, he/she can just remove from his/her bids. Also, bidding the flight gives your pilots the chance to access their boarding pass. As for the other questions, personally i have not understood what do you mean exactly and what kind of information do you want.
  11. Hello, I think that there is not any other module except Exam Center which can help you do this "job". Of course, you can get in touch a phpvms module developer and request from him to create a module which will do all this work. Personally, as part of PHP-Mods Team i can develop a payware module which will include all these functions. If you are interested, please let me know via pm.
  12. Create a php.ini on your public_html folder and use this: [DATE] date.timezone = date.timezone = "Europe/Madrid" PS: I haven't tested it.
  13. You are not correct. He can order them based on their joindate (db pilots table) which does not change when someone files a pirep.
  14. I think that this setting can be done via your php.ini file. Can you gain access to it?
  15. While listening to music i though about something ... Why don't you order them based on their submitdate?
  16. servetas

    HubStats Class

    For some reason, you don't call it correctly. Use the following code and let me know if it works. <?php echo HubStatsData::CountFlightsTo('LIMF'); ?>
  17. servetas

    HubStats Class

    Do you get any error?
  18. servetas

    HubStats Class

    Can you attach this here in order to check its functions?
  19. servetas

    HubStats Class

    Is the CountFlightsTo function included on the online version of HubStats module?
  20. During the last days, our team develops a new forum platform for phpVMS. Of course the development of this module is not very easy as we want to make it as good as possible via offering your virtual airline the same functions with any other forum platform (smf, phpbb etc). Of course, as we would like to create some converters, we would like to know whick forum platforms are being used by virtual airlines (the most). If your forum platform is not included in the above list, please let us know via posting in this thread. Thank you for voting.
  21. Yes, i do i agree with you but i am in search of the latest updated navdata file.
  22. During the last days, i read posts from a lot of members who are using phpVMS which have to do with the navdata database table. I think that there must be a website where anyone will be able to download this db table and do changes on the current navdata db table in order to share them with the other phpvms users. I would like to create a simple website where everyone will be able to update the navdata file. After that, a specific team will check if the changes are correct in order to edit the current navdata database table. What do you think about it? Of course, we have to find out a basic version of navdata database table. If anyone has anything to suggest to me, please let me know.
  23. Pilot Shop Module Give your pilot's the chance to spend the money they gain from the flights on your virtual airline via purchasing anything they want. Add as many product categories and as many products as your want on your system. A product can be an item or a download file (repaint, manual etc). The pilot is able to add a product on his wish list. Show the products which have been purchased by a pilot to his/her personal or public profile. Build in update check system. Create offers (add a discount price on a product). More information can be found on our website, here. The demo system can be found here. You can any time request support for this module by opening a support ticket on our own billing system. If you have any problem or question, do not hesitate to contact us. Last but not least, if you have any suggestion, please let us know as we are always trying to update the modules based on your own needs and requests.
×
×
  • Create New...