Development Help
For help and support for the development of addons
515 topics in this forum
-
- 0 replies
- 1.8k views
Hello .. good eh just wanted to tell that to successfully implement phpvms light box, I made it compatible totalmete .. soon open a test account to try the system .. I changed bstante .. Boxxer light of the bad is that when you leave a lot to be updated pe cuiddo with the files you have to upgrade.
Last reply by novamix, -
- 2 replies
- 2.4k views
A little modification I made to the rank editing page on the Admin panel I thought I would share. 1. Open "/admin/templates/ranks_allranks.tpl" 2. Find this code: <tr> <th>Rank Title</th> <th>Minimum Hours</th> <th>Pay Rate</th> <th>Total Pilots</th> <th>Options</th> </tr> 3. Replace with: <tr> <th>Rank Title</th> <th>Minimum Hours</th> <th>Rank Image</th> <th>Pay Rate</th> <th>Total Pilots</th> <th>Options</th> </tr> 4. Find the following code: <td align="center"><?php echo $rank->rank…
Last reply by homer09001, -
- 8 replies
- 3.3k views
Dear All, I have created this post at a long shot and was looking to see how it went. People have asked me recently what is the best software to use for airlines without needing a web master. I believe that phpVMS is far superior for its kind, yet one thing that have turned many people away are its lack of add ons. As many people may have noticed various virtual airlines are now in call for a 'Training Academy'. I myself cannot code PHP but I have pretty good knowledge of working in Virtual Airlines to find what they need. I believe more airlines would begin to use the software if this was available. I am therefore asking if there is anybody who has good knowledge of p…
Last reply by homer09001, -
- 1 follower
- 4 replies
- 4.1k views
Here's a quick bash script to update phpVMS to the latest version. It'll download the update version from the server, unzip it, delete the local.config.php, and then copy the files to where phpVMS is located. You need SSH access to your server (ask your host). You can either download the zip file, and extract the file to your server, or use vi, whatever to create this script: NOTE: The download URL has changed #!/bin/bash PHPVMS_PATH="/path/to/phpvms" echo "Retrieving update" rm phpvms.update.zip wget --no-cache --no-clobber http://downloads.phpvms.net/phpvms.update.zip rm -drf phpvms echo "Unzipping file" unzip -q phpvms.update.zip rm -f phpvms/core/local.config.…
Last reply by Nabeel, -
- 0 replies
- 880 views