Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. This does not help a lot. What do you have on your /core/common/StatsData.class.php on line 171? Can you paste the whole function which has line 171?
  2. Yes, go to Admin Center->Site & Settings->Maintenance Options->Clear Cache. This should work for you.
  3. Replace this: <?php echo $userinfo->rank; ?> with this: <img src="<?php echo $userinfo->rankimage; ?>" alt="<?php echo $userinfo->rank; ?>" title="<?php echo $userinfo->rank; ?>" /> If you are using Auth to parse the data to $userinfo, it is going to work.
  4. By default you are allowed to select one aircraft per schedule but the pilots are able to change the aircraft when they file new pirep form.
  5. I cannot understand what are you trying to do. The modules in phpVMS are placed on the core/modules folder for the user-part and in the admin/modules folder for the admin-part. The modules are in reality classes (just like Java) which extend CodonModule class. The module file should be placed in his folder in the modules folder in order to be shown correctly in your phpVMS system. You can check this for more information: http://forum.phpvms.net/page/index.html/_/developers-guides/creating-modules-and-add-ons-r25
  6. Something like that had already being started through vaCentral. I do not know what's the current progress but it seems closed now. http://www.vacentral.net/info
  7. You are able to run it as an administrator through the properties. It should be the last option of the panel you can see on the screenshot. There is an extra setting to "Run is as administrator".
  8. What auto accept have you set to true? Have you tried disabling it?
  9. Your question is too general... There are thousands of airports and millions of schedules over the world. Where is your virtual airline based? Is it a functional or a real one? What kind of fleet does it have? I believe that virtual airline's schedules is part of the virtual airline development.
  10. It's nice to see reviews like this without even requesting them before. Thank you very much Mark! Regarding the support, I am always trying to do my best both for payware and freeware products as part of this community.
  11. Trying to view your website in order to check the module but it seems to be down. It seems to me that RuleregsData.class.php file has not been uploaded correctly. Does it exist on your core/common folder?
  12. How did you check that it does not exist in the datatase? Can you check the "table_prefix"ranks table through your phpmyadmin and post a screenshot of its data?
  13. There is not any difference between pilots and admins. Did you make any change?
  14. I assume that virgin is using a custom made module for the points calculation. There is a pilot rewards module by Simpilotgroup but it does not affect the pilot's rank.
  15. SMF has a build in function which parses the posts from bbcode to html, this function is used by the migration script.
  16. The SMF migration script is not available on the Forum System package because it needs some extra editing for each VA. For that reason, it is sent to those who request it via support ticket free of charge. Just an extra note on it, in case there is anyone who uses this module and another forum platform (than SMF which has a migration script available) and wants to migrate, you can request the development of the migration script which will be developed free of charge based on the current workload.
  17. v1.0.2 has been released today. I have made several changes to the core files in order to solve some specific bugs reported by the users. Also, a script to transfer the data (categories, boards, posts, polls etc) from your SMF forum has been developed and it is available after your request for free. Other transfer scripts can be developed as per your requests.
  18. Not all web hosting providers allow you to change your phpVMS version if your website is hosted on shared hosting plans. Which php version have you installed on your server?
  19. Today version 1.0.1 has been released. I have implemented some bug fixed reported by Keith. @Sava thank you very much for your kind words. @TAV1702 you can always give it a try through the public demo system. Let me know if you have any question regarding this.
  20. There are both positives and negatives for this. It is based on the level of simulation you want to enhance in your virtual airline operations.My personal opinion is that flying from current location makes the "game" a little more interesting as soon as you have the ability to go somewhere else without flying.
  21. Thank you for sharing. Just my two cents. It's impossible to hide your HTML source code. If the browser can read it, which it needs to be able to render a webpage, then so can a user. Of course, this is a basic way to strict users who don't know what to do. If someone knows, he will be able to access your source code without anything special effort.
  22. It seems that the js files which are called in the end of the layout file are missing.
  23. Finally, it's here! Waiting for your feedback & suggestions!
  24. Can you give it a try and let us know if you get any error? https://github.com/DavidJClark/phpvms_5.5.x
×
×
  • Create New...