Releases
Subforums
This organization houses any published phpVMS Addons
83164 visits to this link
147 topics in this forum
-
- 38 replies
- 19.4k views
A module to view the on line traffic on IVAO/VATSIM networks. One at a time you can't see both at one table. Currently data access only from IVAO, in case you use it for VATSIM without approval you should explain them why you did it and face the consequences. Developed and tested on: phpVMS v2.1.934-153-g822a0b9 Please read readme.txt for instructions. See post #17 for updated version. Thanks!
Last reply by buraktiftikci, -
- 1 follower
- 64 replies
- 18.4k views
This id a little module you could use to calculate fuel for your trip base on distance you're flying. Try it out and let me know if there is any problems. Install: 1- Download the zip file 2- Unzip and place the files in the order. (You need to make the folders in the specified roots exactly the same name or it won't work) 3- Create link to the module like this <!--?php echo url('FuelCalculator) ;?--> 4- Enjoy Pix: Download at Github: Github.com/parkho >>>>>>>>>>MODIFIED<<<<<<<<<<<<<
Last reply by Parkho, -
Here's something I created for my VA and I thought it might be useful for others. It displays your flight schedule as a timetable. Installation: Copy the Timetable folder to /core/modules Copy timetable.tpl to your skins folder Create a link: <a href="<?php echo url('/timetable'); ?>">Timetable</a> Note that much of the table style is hard-coded, so if you don't like the way it looks, you're SOL (just kidding, you just need to edit the timetable.tpl to your liking). timetable 1.1.zip
Last reply by poole3003, -
- 1 follower
- 44 replies
- 14.7k views
Hey guys, I have now released v1.00 of the cACARS Free flight tracking client. The module and client can be downloaded here: http://www.crazycreatives.com/cacars-free/ Also the first pack of custom options are available. You can find prices and available options here: http://www.crazycreatives.com/cacars-flight-tracker/ Further options will be added in the future.
Last reply by mseiwald, -
- 1 follower
- 19 replies
- 14.6k views
Email individual pilot. Current version: v1 Tested on: 2.1.93 Email individual pilot is a module that allow you to send a mail a a certain pilot to his email address from inside the phpVMS admin panel. Installation: 1. Upload mailer_mailpilot_form.tpl to your /admin/templates folder on ftp. 2. Insert the following lines at your MassMailer.php file located at /modules/MassMailer on your ftp. #------------Individual Pilot Mailing------------------------------------------------------------ #Copyrights dimitris phpvms forum public function mail_pilot() { $this->render('mailer_mailpilot_form.tpl'); } public function sendmail_pilot(){ echo '<h3>Sending em…
Last reply by ProAvia, -
- 1 follower
- 46 replies
- 12.7k views
Hey, I noticed that the "demand" for this thing seems to be quite "high". I created a tool that pulls data from flightaware's api and stores them into a csv file which phpvms can accept There is still plenty to do (I need to add so you can quickly change airline to pull data from). You need to create an account at fligthtaware and then change the variables in the index.php file, then you're good to go! How does it work? Well, unlike some other services, it doesn't use AirlineFlightSchedules query in the api since that is a paid service, we want to keep it completely free. It uses AirportBoards and then adds the parameter of only including t…
Last reply by bbuske, -
- 1 follower
- 29 replies
- 12.4k views
A little module in admin center for those who want to send a PIREP warning email. Install: 1- Unzip in the order of the folders. 2. Add this to your core_navigation.tpl in admin/templates for the access: <li><a href="<?php echo adminurl('/pilotmanager');?>">Pilot Manager</a></li> 3. Cahnge your local.config.php this part: Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 90); To your desire days like this: Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 3); 4. Access it by clicking on "Pilot Manager" under "site & settings" Pictures: *There's been an upd…
Last reply by Parkho, -
- 26 replies
- 12.3k views
Hey Everyone, Someone had requested me to show how to make a advanced pilot status so here's it is. Pilot Status - Advanced Follow this carefully so you don't hit a brick. AND BACK UP YOUR FILES BEFORE DOING IT! 1) Go to core/common/Auth.class and go to the following line /*if($userinfo->retired == 1) { self::$error_message = 'Your account was deactivated, please contact an admin'; return false; }*/ 2) Replace that to..... if($userinfo->retired == 1) { self::$error_message = 'Your account was marked inactive, please contact to Human Resources for more information.'; return false; } if($userinfo->retired =…
Last reply by Jonathan, -
Tourcalendar V1 1 2
by Strider- 1 follower
- 35 replies
- 12.3k views
This is just a mod for Simpilots Events module which is required for this to work. Demo: http://malaysiava.org/index.php/tourcalendar download: https://github.com/Strider2/Tcal
Last reply by skyguyt, -
- 39 replies
- 12k views
Hey guys! I've made a Weather module that shows you real time and instant weather informations of the current airport where the logged in pilot is. DEMO VIDEO: www.youtube.com/watch?v=Cx0HCaW-a5I #########INSTALLATION######### 1. Copy the "core/modules/InstantWeather"-folder into your "core/modules"-folder of your va 2. Copy the "core/templates/instantweather"-folder into your "core/templates"-folder of your va 3. To show the module in the navigation: <li><a href="<?php echo url('/instantweather'); ?>">InstantWeather</a></li> USE INFORMATION ON OTHER PAGES (v 1.9) --> More on github project README.md U…
Last reply by Karamellwuerfel, -
- 1 follower
- 27 replies
- 11.1k views
Developed and Tested on: phpVMS 2.1.934 php 5.2.6 By: dimitris | http://www.greeceairwaysva.com/ phpVMS module to allow pilots submit sceneries (hosted on other locations) to create a database. Each scenery need to be approved by an Admin before the public view. Create a link at: <?php echo url('/Scenery'); ?> To view the scenery list and admin. See post #4 for updated version
Last reply by Tato123, -
- 15 replies
- 10.4k views
Hello! A simple destination module has been created and published on Zumeweb. Have a look! Demo Link: http://zumeweb.com/e...et=Destinations Download Link: http://zumeweb.com/d...tionsModule.zip There's a credit link at the bottom of the module, however we take no harm if you remove it. How to change the style of the Map In the file destinations.tpl found in /core/templates look for the line containing var _styles = You can modify the options that are on there, or visit https://snazzymaps.com/ and pick a style you love. Then, Copy&Paste the style code right after the equal sign. How to change the airport icons The icons can be found in /lib/images/mapassets…
Last reply by SmarticleCo, -
- 25 replies
- 9.7k views
This addon shows the 3 latest NOTAMs of both your departure and arrival airport. A readme is included in the zip file. Its possible to display more NOTAMs than 3, for this, just check out the code of notamdep/arr.tpl.. Its self explaining. Download here
Last reply by DisposableHero, -
- 1 follower
- 15 replies
- 9.7k views
phpVMS REST API A basic REST API module for access to phpVMS data and functionality, for example in third party clients & other sites. Note: This is very much still in development. It isn't very thoroughly tested or remotely complete in functionality, however it is a start and I'm putting it up to allow others to contribute and speed up development. Use with caution. Current Features: Username/password user auth for all requests via Basic Auth Only available to confirmed registered users Removes sensitive information from responses (encrypted password, salt, emails, IP addresses) All PUT/POST data is expected to be JSON Get paginated news list (requires Simple…
Last reply by Nascoli, -
- 12 replies
- 9.6k views
Hey guys, I made a default rank icon for Nabeel yesterday and figured I'd put the PSD to good use here on the forums. The reason being, I have found most airlines used ripped or no rank images at all. So here is a complete template including both gold and silver bars as well as spheres for the highest rank. So attached you will find the .zip which has the Rank.PSD inside! Feel free to edit and re-distribute as you wish! Sample: Rank.zip
Last reply by edmundk, -
- 14 replies
- 9.6k views
module doesnt exist anymore
Last reply by Tom, -
- 22 replies
- 9.5k views
Okay this is what you have at the moment: a couple of weather maps but only for U.S. And this is what my script does: It recognizes, from what country you are flying and will output a weather map for the departure area and same for arrival area so if you fly from EDDF to KJFK, it will show a map of europe and its winds and same for U.S. (And in this case also a NAT map for westbound flights/on return flight, it will show NAT map for eastbound flights). With a bit php knowledge, it should be easy to customize this script to add other maps or whatever is required. I by myself work for a german airline and i try to improve it later so it looks like what we have. Instruct…
Last reply by Rickisani, -
SimpleNews
by Tom- 1 follower
- 21 replies
- 8.2k views
SimpleNews SimpleNews is a basic module which builds upon the default functionality of the phpVMS News system, allowing you to show a list of links to latest news items, a paginated view of news items and an individual page per item. No attribution or link back is required (see Licence). Installation To install, simply extract the contents of the zip archive and drag the contents into the root public folder of your phpVMS installation. Usage To display a list of latest news items anywhere on your site, call the following: <?php SimpleNews::NewsList(); ?> By default the list will show the 5 latest items, however you can configure it to show however many you w…
Last reply by Kapitan, -
- 19 replies
- 8.2k views
Hello, me and My Friend( Almost All My Friend ) Create A Little script for a VMS. He put a topic in forums but Not explained correctly. Discounts To Subtract From Pilot Salary V1.0 Well this addon remove the pilot's salary according to his flight log. For example, the limit of TD in his VA is -300 and the driver exceeds this limit, is much more constructive and interesting actually used the system's finances vms than simply delete the log. So if Exed the limit of touch, flaps, gear down or up, will be deducted from the pilot's account as follows: Every 100 FT / M Exed (Default is -300, but you can change) is removed - $ 1,200, the same way with the flaps and gear, bu…
Last reply by edmundk, -
- 18 replies
- 7.9k views
Hi All, This is my first post here - love the place and love the software and wanted to give you something that I have been working on this evening. Its a Custom Pilot Centre Layout. Nothing amazing, but it looks a lot better than the default. Hope you like it Instructions: - Download the attached file (Custom Pilot Centre) - Extract and upload icons folder to: lib/images/ - Make a backup of your profile_main.tpl (core/templates) - Upload the profile_main.tpl in the attached file If you have done it all correctly then it should look something like below: custompilotcentre.zip
Last reply by poole3003, -
- 1 follower
- 10 replies
- 7.9k views
Its nothing special but i think i may share with you. Download and edit attached schedules.php ( db name,user and pass) than upload to your server(for example create folder schedules). Navigate http://yoursite.com/schedules/schedules.php download will start automatically , open pfpx go to route db and import all schedules from downloaded .txt file. Schedules.php
Last reply by trussell, -
- 15 replies
- 7.8k views
I have made a neat little tweak I made to my site, it may come in handy if anyone wants to enable FS flight plan downloads like I did for each scheduled flight. Basically, I use vRoute to create MS Flight Sim flight plans, and then put them in a folder on my server. I wanted other member pilots to be able to download these, so they could just load them up in the flight sim. The way I done it is probably very rough and ready as I am a newcomer to PHP and SQL. First I added a new field to the phpvms_schedules table in the database. I called this table 'flplan'. The field type was set to text. Next I thought about how to add the flightplan to the database, and decided that…
Last reply by Angel Air, -
- 1 follower
- 17 replies
- 7.8k views
This one is a module for your pilots to directly search for their routes from your website rather than going to the actual website. Don't worry I checked that website and it's free to use. Install: 1. Unzip the folder anywhere you want. 2. Upload in the order of folders. 3. make a link to the module like this <?php echo url('/rfinder') ;?>. 4. Enjoy. Screenshot: Download at Github: Github.com/parkho
Last reply by TheVynysto, -
- 11 replies
- 7.5k views
Hello guys, since cACARS was discontinued a long time has passed and i still got lot of requests for it. As i found the coding of cACARS was not up to todays standards i have decided to code a new client from scratch and after several weeks of work and testing CCFTracker Free has now been released. At the moment there is only the Free version available. It is fully functional and has all the free features included and working. A payware version with more features and customization to appears in VA colors and logo, own client name and icon will be available soon and announced seperately in the paid services forum. I will support the free client only in our forum at h…
Last reply by AidasP, -
- 1 follower
- 21 replies
- 7.5k views
This is a flight duration calculator. The results are of course estimated but with this you could have an idea of how to manage your schedules when adding them. This is an open source module, so feel free if you want to make changes. Install: 1. Download the zip. 2. Unzip & upload in the order of folder structure. 3, Make a link to access it by <?php echo url('duration') ;?>. Pix: Download at Github: Github.com/parkho
Last reply by Parkho, -
- 18 replies
- 7.3k views
Hello everyone. It has been a while since I had joined the phpVMS community. While it is the best software out there for VAs by far, the lack of realistic flight tracking has always bothered me. I am considering creating this kind of module and I am interested in how many of you would like to use somthing like this. The "bad" news is that I will most probably be releasing the module as payware. I still haven't decided on the price but it will be around the price some of SimPilot's modules are selling for, depending on the amount of work it will take. how the module will function and what it will do has been described by me in an another topic. So, who would be int…
Last reply by ahughes3, -
- 20 replies
- 7.3k views
Hey everyone! I am still new to PHP but I will have some free time during the next few weeks and might just be able to contribute to the community and develop an addon or two. Nothing complex but some small staff rather. Leave your suggestions on what you would like and I will take a look and see if I can do it
Last reply by SouthwestVA, -
- 14 replies
- 7.2k views
Replace the simple default phpVMS text editor, with our advanced one! VMSEditor integrates tinyMCE into your virtual airline, to add an amazing and easy to use text editor 1.1 version adds the editor to Admin - Add a new page - Add news - Mass Mailer - Admin PIREP Comments Core - User PIREP Comments VMSEditor allows you to add: -Styles -Fonts -Colours -HTML -Images -Videos -Emoticons -Anchors -Custom Characters And Much More!
Last reply by Morgan, -
- 5 replies
- 7.2k views
Hi guys, this is flightplan V3.14159265 (yea, it really is pi... dont ask me why but i never released something with a version number before. now i did ;D ) it took me 1 hour to write that tutorial but it will take you between 1-5 hours or even much more to configure everything thats why dont expect a lot of people installing this, but if you do, you will have fun. if anyone has problems, i can help but i am not going to fully install it as it takes me too much time and i am currently very busy with my job and also my virtual job Okay first of all, here is a screenshot, so you actually know what this addon is. click me You see a graphic in the background of schedules…
Last reply by Tom, -
- 13 replies
- 6.6k views
Replace the simple default phpVMS text editor, with our advanced one! VMSEditor integrates tinyMCE into your virtual airline, to add an amazing and easy to use text editor 1.1 version adds the editor to Admin - Add a new page - Add news - Mass Mailer - Admin PIREP Comments Core - User PIREP Comments Please read the installation file enclosed in the downloaded file VMSEditor allows you to add: -Styles -Fonts -Colours -HTML -Images -Videos -Emoticons -Anchors -Custom Characters And Much More!
Last reply by warpennys,