Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. The above part of code is incomplete. Can you please explain what are you willing to do?
  2. For the airport lookup issue, check this http://forum.phpvms.net/topic/22757-vacentral-status-and-updates/page__hl__+icao%20+lookup#entry120870 For the CrazyCreatives module issue, you will have to get in touch with CrazyCreatives. Also, please give some time and write your posts correctly... it's not poor english. Spaces and letters are missing...
  3. Unfortunately it is not possible to add new permissions in the phpVMS system if you do not have the required knowledge to do so.
  4. Which template are you using?
  5. Did you change the database prefix? Are you able to access the admin center? http://a.aalvirtual.com/admin
  6. What is your website url? It is probably a database connection issue.
  7. It seems to me like a database connection problem. Did the database exists? Is the database user and its password valid? Does the database user have permissions for your systems database?
  8. In most cases, both variables are workable. I do not know what happens with captcha but the data on the 5.5 version are parsed through two different variables. The problem if mainly when using a template for phpVMS 5.5 on an older phpVMS version. Then you would need to change the variables.
  9. It should be on your lib/skins/mod1 folder.
  10. Considering that this is a paid template (as it was stated by its developer). I am transferring the thread to the Paid Services forum. Edit: I agree with flyaka. Even if you have purchased the Extended license of the template, you are not allowed to resell it as per the product's license.
  11. There are two different versions of phpVMS in public. The first version is using .tpl on its template file extensions while the second one (which is the latest and currently in development) is using .php on its template file extensions. The first version is compatible with PHP 5.3 while the second one (as it is currently in development) is compatible with PHP 5.5 and so one. If you are starting your virtual airline now, it is suggested to download the latest version which can be found here. Bare in mind that some templates/modules are not compatible with this version. If you find any issues, get in touch with the developer and in most cases he will be able to assist you although the changes between the two versions are minor. If you wish to make a template compatible, just change it's files extentions from .tpl (which was used on the latest version) to .php and everything should work fine.
  12. Your pilots roster can be found here: http://armedforcesvirtual.us/index.php/pilots What is your problem exactly?
  13. If this problem does not get resolved, you will not be able to use any other template. You are not even able to access the admin because it returns other errors too. Please check your PM.
  14. JFI, this is the correct url. Waiting for the result
  15. Try redownloading phpVMS from github and reuploading the website on your server.
  16. What is your website url?
  17. The latest version of phpVMS which is compatible with PHP 5.5 (and 5.6-as far as I know) is this.
  18. There are two options in that case. As soon as the user submit a password request, an email will be send with a confirmation link in order to proceed with the password update. After the use of this email, a random password can be either send to the user via email or a password update form will be shown. Alternatively, security questions can be implemented which adds much more security to the system and ensure that even if the hacker has access to the user's email, he will not be able to access the website.
  19. Unfortunately phpVMS does not support that option. You can only set a specific value per passenger.
  20. Hello, Search the forum. It has been already replied hundreds of times...
  21. Hello, What system do you use for the jumpseat option? How many schedules do you have? What cronjob are you trying to add? What is your website url?
  22. Topic locked Discussion is being continued here.
  23. JFI, ensure that the mysql and php versions are equal on both old and new web hosting provider. You new web hosting provider might have a latest php version installed on your web hosting plan and this might affect your phpVMS.
  24. Following the following steps and you should be able to transfer phpVMS. 1. Download the phpVMS from the old web hosting provider using ftp or the panel they offer to you if it offers a file manager. 2. Export the database from the old web hosting provider (probably using phpmyadmin). 3. Login to your new web hosting provider cpanel. 4. Upload the phpVMS files using ftp or cpanel's file manager. 5. Go to Mysql Database Wizard and create a new database. Create the database, create the user of the database and add the required permissions to the user over the database. Most users forget or miss to add the required permissions. http://prnt.sc/b06nlm Just select "All Priviledges". 6. Go to the phpVMS files on the new server and navigate to core. Open local.config.php file and find the following settings: define('DBASE_USER', 'the-database-user-name'); define('DBASE_PASS', 'the-database-user-password'); define('DBASE_NAME', 'the-database-name'); define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysql'); define('TABLE_PREFIX', 'do-not-edit-this-leave-it-as-it-is-on-your-current-phpvms'); define('SITE_URL', 'the-new-phpvms-url-if-it-has-changed-after-the-web-hosting-provider-change'); I hope that you will manage to transfer it.
×
×
  • Create New...