Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. Hello, Can you send a pm to me in order to let me know what do you need exactly? I think that i can help. George
  2. Hello, I had already answered on the support ticket you opened. As Eddie said, it can be check via the main page of the module on the admin center. You can see a notice which let's you know if you have the latest version or you should update your module. George
  3. We would like to inform you that v1.3 has been released. The changelog is: - Updated the product purchase function. - Updated the product refund function. - An email is being sent to the pilot when he purchases a product. - An email is being sent to the pilot when he is given a product. - An email is being sent to the Staff when a pilot purchases a product. - All the money (products prices, pilot money etc) have been updated using the phpVMS pilot money function. - Added the last 20 purchases on the main page of the PilotShop. - An item which has been refunded in not shown on the pilot's purchased products on his personal or public profile. - Updated the PilotShop financial report on the admin center. - Other minor changes. Our PilotShop module can be found here. It is one of the greatest module we have ever built. It allows your pilots to use their money as they want. Why don't you try it? Visit our demo site to take a look now.
  4. Hello, It has come up a lot of times during the past. Do a search and i think that you will find a solution. Here is an example http://forum.phpvms.net/topic/21162-solved-fatal-error/
  5. We would like to inform you that version 1.1 has been released. Our Team decided to release its next version as freeware. The module can be downloaded via our github account. In the new version (v1.1) we have done the following: - Updated the editor used from the module. - Stylizing changed on the admin part of the module. - File structure correction. - Files clean-up. - Added Version Check System. - Other minor changes. More information about the module can be found here. For those who have already purchased it, we will offer to you a 10$ discount coupon code in order to use it on your next purchase. More information will be sent to you via email. PHP-Mods
  6. I think that what they do is obvious. After that you can "echo" these fields on the user part of your phpvms website.
  7. ΚaλησπέÏa ΓιώÏγο, No one else has reported any problem like this before. I think that it should be a problem with your web hosting provider. Have you tried to use another hosting provider? Personally, i do not have any problem with the ip banning and i am using more than one phpvms website on the same plan. George
  8. You should create a simple if statement: <?php if($flight->code == 'SIL') {echo 'the image you want to display for SIL flights';} elseif($flight->code == 'SBM') {echo 'the image you want to display for SBM flights';} ?>
  9. Hello, I wish you all the best with this. I have previously seen your work and it is pretty good. For your information i can't get into your website for some reason... George
  10. Ok, i do agree with you but where is it based finally? For example, simpilot's module is based on the acars data and you can understand it. Nevermind, let the users decide on their own. I can't deal with it.
  11. Sorry but it is not competition. Personally, i do not mind at all. I just want to protect all the other phpVMS users because when you sell something you should let the customers know how your product works. It seems that you do not want to answer and that is really strange. Why don't you tell us where the data are based? Are the data based on pilot's status on IVAO or VATSIM network, online using an ACARS program or online on the phpvms website? You just state what the module shows, you don't state where the pilot's online status is based...
  12. Are you kidding now? Is that a logical answer you are giving to someone who is might interested on your module? I just want to know how does it works. I mean, in which data is the pilot status based. When you want to sell something, you let your new customers know how your product works. I am sorry but if you do not give these information, you will not succeed. Personally, based on your answers, i would NOT suggest to anyone to buy any of your products.
  13. I just can't understand where the pilot status is based...
  14. Where is the pilot status (offline-online) based? Where can the users download this module?
  15. I wouls suggest you to write your question on the module's main thread. Ehat is your website and what can you understand from the error?
  16. Always write down your website url...
  17. Unfortunately, the sql data can't be translated. As for the rules and regulations module, you can install a second one using different names and database tables in order to use anothr language. If you want i can do this for you. Please pm me.
  18. Open the file you wish to edit and just replace the message with this: <img src="the image link" alt="status" />
  19. You can create a new folder of your phpvms website with the same files and just translate the one of them. After that, you can connect these two website with the same database and voilà . JAL Virtual has done something like this. They have two different phpvms website (the first phpvms on the en folder and the second one on the ja folder). These two website have been connected with the same database and they have just changed the files...
  20. Can you translate all the website to the language you want on your own?
  21. Have you checked this? http://forum.phpvms.net/topic/20730-auto-incrament/page__hl__+phpmyadmin%20+operations#entry111378
  22. Ok, after that add the following: $email1 = 'the hr email'; Util::SendEmail($email1, $sub, $message);Â I have not tested it but it should work. Please let us know if it is ok.
×
×
  • Create New...