Releases
Subforums
This organization houses any published phpVMS Addons
82955 visits to this link
147 topics in this forum
-
- 3 replies
- 2.1k views
I would like some help finishing off my website for my VA and would like a custom pilot centre if someone would like to offer thee free services and time
Last reply by poole3003, -
- 1 follower
- 5 replies
- 5.6k views
Hello For the needs of my VA i created a Pilot badge with a modiefied version of signature function This is the code this is for users that do know a litle bit of php and because it is a litle complicated i will NOT provide any support on that the picture will be saved in the same folder as your signatures in the format id-PILOTID Below is a screenshot where i use it as a possible use for you and the code. The Name the rank and the date are coming dynamic from the database the picture above the name comes dynamic from the avatar that the user has selected if none is selected then the default will show the picture of the rank comes dynamic from the rank that you have…
Last reply by Miggel, -
- 1 follower
- 29 replies
- 12.2k 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.2k 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, -
- 2 replies
- 3.3k views
Thank you for taking the time to respond to this poll. Signatures are disabled to help keep identities private.
Last reply by C1971W, -
- 1 follower
- 22 replies
- 6.3k views
Hey guys! I am excited to share yet another release by me. This time it is the completely custom PilotShop addon, currently still work in progress but to be released soon. What is currently done is the admin panel part of the addon, complete with the database structure behind it. What is left to be done is the front-end bit, but I am satisfied with what I have now so I am gonna give you guys a teaser. The addon gives you the possibility of creating shop item categories, and then adding various items to them. Every item has a name, description, image and a price. Once completed, pilots will be able to purchase these items from the front end and have the purchases displa…
Last reply by McWilliams, -
- 90 replies
- 33.4k views
[move]New version being released this weekend on: 02-13-2010[/move] Current Un-stable Version: V.0.1 Latest Commit: 014 as of 02-04-2010 Nightly build: Click here Stable download: Click here Feature list: -add, edit, remove types -add, edit, remove shops -add, edit, remove products -full featured admin module -user side plugin -buy and list products -and more! Requested features: -associate downloads [ added ] -e-commerce -edit, remove purchases -sell products from user to user -simplified interface and functionality [ preview for the user side here] Do you have a bug? Well then, report that sucker to me at kritikdevelopment@gmail.com! …
Last reply by flyalaska, -
- 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, -
- 4 replies
- 3.5k views
This Mod Requires Simpilots Screenshot Center - http://forum.phpvms....nshotcenter-20/ This is a small mod that allows you to show a users uploaded photos in a jquery slideshow. It also lists each photo that the user uploaded in a table, including a jquery photo preview (Mouse over the file name) DEMO: http://d12hd.com/ind.../profile/view/1 Installation 1. Download the attached file and upload it to your server 2. Add the code below to core/common/ScreenshotsData.class.php public function get_pilots_screenshots($pilot_id) { $query = "SELECT * FROM screenshots WHERE pilot_id='$pilot_id'"; return DB::get_row($query); } 3. Add the code below in core/m…
Last reply by gian1992, -
Random Itineray Builder 1 2 3
by Guest lorathon- 2 followers
- 84 replies
- 35.4k views
This module will build a random itinerary of 5,10 or 15 flights in length. Starting from the pilots current location and linking each flight from the arrival airport. Once the itinerary is built it can then be bid on in whole. The entire itinerary add to the pilots current bids in the correct order. Options included are Skip over schedules that have disabled aircraft Skip over schedules with an aircraft of higher minrank than the searching pilot Download from my site www.fs-products.net
Last reply by ProAvia, -
- 39 replies
- 21.5k views
Hello every one ! I don 't know if someone got it but i figure it and i like to share with you Ok the basic idea was to display a list of all rank of the company and a list of all the awards of the company to separated pages: test/develop and works with phpvms version 2.1.934 Download the attachments To install: 1) upload the contents of modules to your phpvms module file on server 2) upload the contents of templates to your templates folder on phpvms server 3)to view your rank list make a link to http://www.yoursite.com/index.php/rank 4)to view your awards list make a link to http://www.yoursite.com/index.php/awards thats it ! you are ready ! How it …
Last reply by servetas, -
- 18 replies
- 7.2k 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, -
- 9 replies
- 6.5k 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, -
- 1 follower
- 9 replies
- 3.1k views
Hello everyone. I 'm looking for a module to display with a pop up (or any other way) a note to a pilot when he reaches X hours or X flights. Example: 1) When a pilot reaches 50 hours an exclamation mark appears in pilot center. 2) The pilot can click the exclamation mark and then a message appears (pop up or redirect to a specific page). It can be say: "Hello Captain. Now you are an experienced pilot and maybe it's time to use an exam. Click here to see the available exams." * The message need to be active until he click the exclamation mark. * I want to use this for several messages, not only one. * Admins can add messages and must have an option to display it to…
Last reply by Parkho, -
- 1 follower
- 17 replies
- 7.7k 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, -
- 1 follower
- 27 replies
- 10.9k 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, -
- 4 replies
- 3.6k views
Hello all, I'm a new user of the great phpvms. But the thing i was not happy with was the way to create a timetable in excel, everytime i was forgetting to put something between the comma. So i have created a new document where creating the timetable offline is working realy great and it makes it very easy. So i've add a download with a new excel sheet that can be imported. One tjhing to mention is that with importing you will recieve this message after the succesfull ones. Airline with code ;;;;;;;;;;;;;;;;;;; does not exist! Skipping... This is because he is trying to add about 800 flights with airline code ",,,,,," This is something i have done to make it easye…
Last reply by Strider, -
- 1 reply
- 1.7k views
I am using Simpilots Group Schedule Search. All of the airports show up, along with aircraft and that when on the menu page. I select the airline, or aircraft, or departure airport, don't matter which one, the results come up "No Routes Found"
Last reply by Strider, -
- 1 follower
- 2 replies
- 1.9k views
Dear, Worked to develop a system "SITA" using schedule_briefing page, the system populates all information and calculates the fuel used on the route. System Function The navigation is a navigation that SITA is intended to help the pilot in its own navigation and control fuel and time during the flight. Print I am by posting some pictures of my work so you can see how this development. * White = Written text * Yellow = Populated by the system
Last reply by Fernando, -
- 13 replies
- 5.4k views
Dear, Worked to develop a system "SITA" using schedule_briefing page, the system populates all information and calculates the fuel used on the route. System Function The navigation is a navigation that SITA is intended to help the pilot in its own navigation and control fuel and time during the flight. Print I am by posting some pictures of my work so you can see how this development. * White = Written text * Yellow = Populated by the system What is navigation SITA = SITA navigation is navigation that aims to assist the pilot in his own navigation as well as to control fuel, ZFW TOW TFW TPW, MTOW etc. all information of a flight, your virtual airlines more real I…
Last reply by mitcheinfo, -
- 0 replies
- 2.1k views
Hello guys, come on, I have a big question that comes to me taking the time, I have VA's almost two years and in all that time had big problems with the routes, after all, do everything by PHPvms but when someone reserves a scale that route is deactivated and can not be flown by another pilot you need large number of routes in the site all the time. Already tried using CSV for a while but it is very complicated, I'm doing some research on using cronjobs or crontags, but tell me how to do routes? use their own PHPVms, there is an easier way to get a large number of routes without much effort? I await replies from you friends And heaven CAVOKS everyone.
Last reply by gabrielfava, -
- 1 follower
- 10 replies
- 7.8k 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, -
- 2 replies
- 4k 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, -
- 0 replies
- 3k 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, -
- 2 followers
- 290 replies
- 89.8k views
I know that many of you where waiting for it, i would like to thank Ashley Jones from virtualthomson - TuiVirtual for the motivitation to make it. You are free to download it at http://baggelis.com/...mbrief-briefing What it does is adding a button to your briefing template and fetch all the info from the simbrief to your website. In order to use it you have to contact with simbrief via email at contact@simbrief.com in order to get an API key for free. Also your pilots need to be registered with simbrief in order to use their services. As it is free please consider buying me a coffee with the donate button Any questions will be answered throught the forum Download …
Last reply by swaluver480, -
- 1 follower
- 1 reply
- 1.5k views
trying to locate the latest simbrief module for phpvms, Thanks
Last reply by Vangelis, -
Having major issues, tried all the posts that i have searched,, still no joy.. http://www.va.knights-airways.org.uk/index.php/Simbrief Regards karl
Last reply by sev, -
- 3 followers
- 56 replies
- 20.7k views
Firstly, thank you to Vangelis for all the great work and support he gives to the community. I only wish I were half as capable! I have been using the community for a long time now and I am not often in the position to offer much back other than comments on posts. Hopefully, this will make up for it. Like many, I am using Vangelis' SimBrief addon, which creates a button that allows you to generate a SimBrief OFP. This worked great for a while on my airline site, but having used SimBrief itself, I wanted more control over the information used in my flight planning. I wanted something a little more like the Dispatch System used on SimBrief's website. I set about creating…
Last reply by xrb936, -
- 5 replies
- 1.9k views
Hi when i click the generate button on my va for simbrief it dosen't do anything i have edited the api, layout.php and schedule_briefing.php please help Kind Regards Kyle
Last reply by swaluver480, -
- 0 replies
- 1.5k views
Hello averyone, Need help again: I have installed SimBrief/Baggelis mod in PHPvms but it doesn't appear anywhere in PHPvms pages. Is there anything alse to do in order to activate this option in PHPvms ?? Thanks for your help. Alex
Last reply by Alexair,