Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. I think that introbb is correct. Also, i my website, i have to place index.php on my url in order to be logged in on the website.
  2. Open your Login.php file and find this: $this->post->redir = str_replace('index.php/', '', $this->post->redir); header('Location: '.url('/'.$this->post->redir)); replace it with this: $redir = "http://google.gr/"; header("Location: $redir"); you can replace http://google.gr/ with the page url you would like to redirect your pilots to.
  3. <?php require('the directory of your codon.config.php file'); // Call the phpVMS config file if(Auth::LoggedIn()) { //the data you want to show if he is logged in } else { //the data you want to show if he is not logged in ?>
  4. It is the first thing you have to check if you have any problem. You're welcome
  5. I can see that you have not installed the module on the phpvms website which is on the sub-domain. If you don't install it, it is not going to work.
  6. Does your smf database tables have "smf_" as table prefix?
  7. Hello, I am the one who removed the github link from your previous thread. I have already got in touch with Manuel. He told me that this part of code has been written for you by him in order to do the "job" you want to do for your virtual airline. Based on your github commits, you can just edited the functions names and you have removed the copyright notice. I do remove again the link. Please get in touch with Manuel in order to find a solution privately. Until then, please do not post again this part of code in this forum. George
  8. Have you tried to use this? <?php require('codon.config.php directory'); // Call the phpVMS config file ?>
  9. Personally, i do not offer support to poole not because of his grammar but because he has removed the powered by phpvms link from his website. So, let's keep this in topic as our discussion has not anything to do with the topic.
  10. You could just translate it to us without irony. Nevermind, back in topic now.
  11. poole's posts do not make sense at all. At least, i can understand PilotChase's posts. Back in topic now
  12. There was not need to create a new topic for the same problem. Topic merged
  13. phpVMS does not work correctly on free webhosts. I would suggest you to use a payware hosting provider. Also, check what is the php version of your server and let us know. As for the last error, i can say that it can be solved based on this
  14. You must have a software you are using in order to upload files on your server. It might be FileZilla. Go to your public_html/phpvms folder get all the files from this folder and put them inside your public_html folder. After that go to public_html/core/local.config.php download this file and edit the website url. Replace it with the one on your server and it will work...
  15. Move the website files from the phpvms folder to the main folder. Also, open your local.config.php file and edit the website url (called as SITE_URL).
  16. The development of the new version has been completed and it is now available. I would like to thank Pan Lalas (VATGOV14, VATSIM VP Pilot Training) who helped us a lot via offering login credentials and the API key to test the system. The new version includes: Pilot Academy v2.4 Module is now integrated with VATSIM PTD. You can now assign automatically a specific VATSIM Rating as soon as a training is being completed. If you are not a VATSIM ATO, you can just disable the above system via the settings page. Added the option to disable the version check system on the settings page for the servers which does not support its function. Other minor changes.
  17. First of all i would like to suggest you to read this. Personally, as a member of phpVMS Support Forum, i am not going to offer support to those you do not respect Nabeel who has devoted a lot of hours and the community. Of course, there might be members who maybe do not mind about it but i do. Also, i would like to see more relevant titles on your topics... The discussion about the music on your website can be continued here. George
×
×
  • Create New...