Releases
Subforums
This organization houses any published phpVMS Addons
82587 visits to this link
147 topics in this forum
-
- 21 replies
- 5.9k views
Is it a bit like the simpilot mod for the news?
Last reply by Tom, -
- 1 reply
- 2.5k views
This module is for those who have multiple airlines. What it does? It lists PIREPS based on the chosen airline rather than listing the long list of all pireps. Install: 1. Unzip in the order of folders(If you have different skin, copy . tpl files into skin folder). 2. Access by <?php echo url('/airline') ;?>. 3. Enjoy Pictures: Download at Github: Github.com/parkho
Last reply by STARs, -
- 12 replies
- 9.3k 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, -
- 2 replies
- 3.2k views
Thank you for taking the time to respond to this poll. Signatures are disabled to help keep identities private.
Last reply by C1971W, -
- 9 replies
- 6.3k views
Realistic Flight Booking Module ------------------------------------------------- VERSION 1.0 - Released This module is a realistic flight booking module. http://forum.phpvms.net/topic/1966-phpvmsbooking-release/
Last reply by druptown, -
- 2 replies
- 3.2k views
Show This: Pressing "Click to view Airport Charts" will open new Window with Following: You must insert the following line as shown in the next Picture in core/templates/schedule_briefing.tpl Cheers Nighthawk Here is the complete Code: <h3>Procedures and Information</h3><br> <table width="98%" align="center"> <tr style="background-color: #333; color: #FFF;"> <td>Charts for <?php echo $schedule->depicao?></td> <td>Charts for <?php echo $schedule->arricao?></td> </tr> <tr align="center"> <td width="50%" valign="top"> <a href="http://www.airnav.com/airport/<?php e…
Last reply by Nighthawk, -
- 7 replies
- 3.4k views
Hi all, Just a quick post to ask does anyone know if there is an Aircraft Order or 'Lease' module available for phpVMS? - Ie. an admin can place an order (based on current VA financials and then after a set amount of time the aircraft then displays and can have routes assigned to it) If not I think I will create a set of modules (or separate system to integrate with this fantastic software) the reason behind this is that I have a couple of friends who would personally love the whole aspect of running a VA but don't actually have the hardware or any intention of actually flying any aircraft but would want to make decisions such as ordering new aircraft, signing contracts…
Last reply by bobsta63, -
- 0 replies
- 3.5k views
Hi All, So many people have been asking me for this after it's been on my site.Displays a small text-based output that shows the pilots callsign and name. You can adapt as you wish. PLEASE NOTE: The code may not be as short as it could be, just as long as that because I edited it from the live flights board. Enjoy! Jon <?php $results = ACARSData::GetACARSData(); if (count($results) > 0) { foreach($results as $flight) { if($flight->client == 'FSACARS') {$plane = OperationsData::getAircraftInfo($flight->aircraft);} else {$plane = OperationsData::getAircraftByReg($flight->aircraft);} ?> <?php echo $f…
Last reply by Jon, -
- 19 replies
- 7.9k 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, -
- 2 replies
- 3.3k views
Hi, i need help This is my code for Fleet Table <h1><?php echo SITE_NAME?>'s Fleet Information</h1> <table> <!-- Fleet Table Version 1.1 - fleet_table.tpl --> <table border="1"> <thead> <tr> <td><b>Image</b></td> <td><b>Type</b></td> <td><b>Range</b></td> <td><b>Empty Weight</b></td> <td><b>Cruise Alt</b></td> <td><b>Max Pax</b></td> <td><b>Max Cargo</b></td> <td><b>Total Hours</b></td> <td><b>Total Routes …
Last reply by Tato123, -
- 14 replies
- 4.5k views
People do not understand. Module removed.
Last reply by mark1million, -
- 2 replies
- 4.6k views
Dear All I'm to proudly announce that I have completed a new form of flight booking system for the great PHPvms software. I actually combined 3 Addons (simpilot realschedulelite, frontschedule and lorathon random itineray builder) to create this new method of flight booking. Attached, you can see how it looks and if interested let me know so I can tell you what to do. Thanks Parkho
Last reply by Parkho, -
Airport Tables 1 2
by Adamm- 33 replies
- 21.5k views
I suppose this could be called version 1.0? Basically this will generate a table which contains all your airport details. A readme file is included and it's pretty simple to set up. - Preview - I'll more than likely make some changes to this in the coming days, make it more interactive and add some new features, etc... So please post feedback and anything suggestions below. Cheers, Adam. Airport List Module.zip
Last reply by flyalaska, -
- 14 replies
- 9.3k views
module doesnt exist anymore
Last reply by Tom, -
- 22 replies
- 9.1k 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, -
- 15 replies
- 7.7k 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 reply
- 2k views
Im looking to do this but I am a noob and no coding knowledge........We operate FBO's which has 3 airports for each region, So what I am looking to do is insert 3 airports for each stat ,I am willing to pay for some one to do this.... West Coast Region Central Region East Coast Region thanks in advance Regards, Allan
Last reply by flyalaska, -
- 5 replies
- 7k 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, -
- 8 replies
- 5.9k views
Download IVAO Flight Plan the IVAP EN ADD This serves to save a flight plan to be opened by IVAP he will fill in the fields of its plan to Ivao. If you can customize with your data from your VA. BR Este ADD Serve para salvar um plano de voo para ser aberto pelo Ivap ele vai preencher os campos do seu plano de para a Ivao. Se você pode personalizar com seus dado de sua VA. core/templates/schedule_briefing.tpl <!-- Flight ID --> <tr style="background-color: #333; color: #FFF;"> <td>Numero do Voo</td> <td>Download IVAO Flight Plan</td> </tr> <tr> <td width="50%" > <?php echo $schedule->code.$sch…
Last reply by Industrialshadow, -
- 0 replies
- 3.1k views
This script displays a floating bar that sits at the top of the window, which glides back into view when the page is scrolled. The default script includes a Guest only view, that gives them a link to login/register. Demo 1 Demo 2 Download Floating Bar Mod For support, please visit www.simflightgen.com and ask your questions there. This script is fully customizable, to fit the needs of your website. www.simflightgen.com
Last reply by Jason, -
- 5 replies
- 3.7k views
Well I managed to do mine first php addon to phpvms. Its really helpful tool for over Atlantic Flights. Its showing Current NAT's using RSS Feed server. How to add ? Simply put line in schedule_briefing.tpl : <?php include('nats.tpl'); ?> How it looks ? Where to get ? Well Simply Click Here ! The NAT's are showing only if route is +3000nm Well i am proud of myself because its my first contact with php in that way, i will bring next version about tuesday ! Happy Pond Crossing !! Maciej
Last reply by MaciejO, -
- 6 replies
- 4.1k views
Hi guy Sorry for my stupidity but i modify my core_navigation.tpl and now i see the exam center but i I don't see the Admin Exame center menu. I report my text in file <li><a href="<?php echo url('/'); ?>">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/login'); ?>">Login</a></li> <li><a href="<?php echo url('/registration'); ?>">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>">Pilot…
Last reply by Tato123, -
- 0 replies
- 4.1k views
Hello! Becouse i am just setting my VA on phpvms and Notam's page are outdated so have created small thing which keeps your NOTAMs Alive. Just find the lines 19-27(schedule_briefing)and swap them with this code : <tr> <td width="50%" ><?php echo "{$schedule->depname} ($schedule->depicao)"; ?><br /> <a href="http://ourairports.mobi/airports/<?php echo $schedule->depicao?>/notams.html" target="_blank">Click here to check the NOTAM's</a></td> <td width="50%" ><?php echo "{$schedule->arrname} ($schedule->arricao)"; ?><br /> <a href="http://ourairports.mobi/airports/<?php echo…
Last reply by MaciejO, -
- 2 replies
- 3.9k views
Hi everyone ! The auto-retire system was not enough for our VA since some people resigned and we don't want to loose their hours for the company... We had to include one more status to pilot profile : Active Inactive Resigned The hack consist of editing 3 files : /admin/templates/pilots_details.tpl Find : 156 <tr> 157 <td>Pilot active?</td> 158 <td><?php 159 if(intval($pilotinfo->retired) == 1) 160 { 161 $retsel='selected'; 162 $activesel = ''; 163 } 164 …
Last reply by Kieran, -
- 6 replies
- 4k views
Hello friends, log on the FS Flight Keeper was perfect, now we have created an FTP account and a directory /images/ the site of the company, and the images are sent correctly to the server ... I do provide the aqruivos for you to edit the VA of you .. The archive should be linked on the "Profile_main.tpl" session of the links FSFK .... and create an FTP to your site to a directory on your site ..... Preview http://www.kafly.net/index.php/pireps/viewreport/27 Please edit the to your Virtual Airlines... ---> Web.txt , LiveAcars.txt , VA-templates.txt configs.zip
Last reply by Nabeel, -
- 5 replies
- 3.7k views
INSTALLATION 1 - Modify the values of the file "profile_main.tpl" located in "coretemplates" or in your template directory "libskins**your skim **" 2 - Save and send to the server. 3 - Do not forget to make a backup of the original file if you want to have the file back. 4 - Be Happy ... ~ <strong>My Awards</strong> </p> <p> <?php if(is_array($allawards)) { ?> </p> <ul style="margin-top: 0px; margin-left: 5px;"> <?php foreach($allawards as $award){ ?> <img src="<?php echo ($award->image);?>" alt="<?php echo ($award->descrip);?>" /> <?php…
Last reply by joeri, -
- 0 replies
- 2.9k views
This is an example addon for manipulating PIREPs. In this, it adds a field called "load" to the PIREP form, and then on submit, checks to see the entered load is withing the constraints of the aircraft selected, based on whether it is a passenger or cargo flight. This also serves as an example of how a VA can add their own custom checks for PIREPs to ensure data is entered the way they want it to be. Of course, this isn't a substitute for the admin checking the PIREP. You'll have to add this to your pirep_new.tpl: <input type="text" name="load" value="<?php echo $_POST['load'];?>" /> Then placed the contents of the attached zip file into your core/m…
Last reply by Nabeel,