Development Help
For help and support for the development of addons
515 topics in this forum
-
- 11 replies
- 3.5k views
Sorry - This didn't work.
Last reply by Tom, -
- 11 replies
- 3.3k views
Hi guys, right now i am working on a script which will automatically output a real flightplan. It will look like the picture below and it will be included in the schedules_briefing.tpl - i am also working on a script where you can print out that flightplan but nothing else from that page. i think, i will need about 2-3 days until its done.
Last reply by JohnMck93, -
- 11 replies
- 3.9k views
Hi i was wondering if anyone out there would be able to create a script so that i can set the landing rate limit to say -500fpm and if the landing rate is higher than this it deducts the pilot pay as maintainance charge or fine look forward to your ideas regards Craig
Last reply by Kyle, -
- 11 replies
- 4k views
I've always wanted pilots to have the option of choosing whether they want to book their flights or be assigned to them. Could this work? So, for example, the pilot would select their preferences (days of week, max. distance etc...), and then the system would automatically generate flights to be flown. Get it?
Last reply by mseiwald, -
This is a system that calculates the T/D pilot's average for its last flight. Pilots not flying Pilots with record flight Installation Manual 1° Download of the File (TouchdownStats) 2° Send the folder of the module to your website. within the system PHPVMS 3° Enter the code within the pages Profile_main.tpl and pilot_public_profile Download of the MODULE here Code to TPL <?php $somar = mysql_query("SELECT SUM(landingrate) as landingrate FROM `phpvms_pireps` WHERE pilotid=$userinfo->pilotid"); $total = mysql_fetch_array($somar); $v_total = $total['landingrate']; $linha = mysql_query("SELECT * FROM `phpvms_pireps` WHER…
Last reply by mattia, -
- 11 replies
- 4.4k views
Hey, I understand someone has a list of the airports in FSX for PHPVMS? Would I be able to pick this file up as I haven't been able to find it in my hunting around. Thanks
Last reply by simpilot, -
- 11 replies
- 4.7k views
Well there's my first template! I'll be creating multiple templates, so if you do not like this wait until I create one to your liking! I will also be doing custom templates custom something more advanced! I had no time to take lots of screen, just took the main page! Then download and test on your website so they can test it and see if it was to your liking! Any questions regarding the template, send an email to: levi.costa1 @ gmail.com with the subject: Template VaAdm001. And send your questions. Contact may also be made ​​by the site! Please let their credits! The templates can be changed at will! Always visit my website! Because I'm always posting something new!…
Last reply by levicosta201, -
During the last days, i read posts from a lot of members who are using phpVMS which have to do with the navdata database table. I think that there must be a website where anyone will be able to download this db table and do changes on the current navdata db table in order to share them with the other phpvms users. I would like to create a simple website where everyone will be able to update the navdata file. After that, a specific team will check if the changes are correct in order to edit the current navdata database table. What do you think about it? Of course, we have to find out a basic version of navdata database table. If anyone has anything to suggest to me, plea…
Last reply by hurkulez, -
- 10 replies
- 3k views
I am nearly done coding an internal forum board system that runs within phpVMS but had something cross my mind about it. I have designed it that only members of the airline can post in it, does anyone allow non-pilots to post in their forum boards, is this option needed?
Last reply by llju1, -
- 10 replies
- 2.8k views
I am looking for a couple of folks to help test a forum board I am working on that runs inside of phpVMS prior to the beta release. Would prefer folks with some php MVC and sql knowledge, and also running at least beta 785 or newer. Post a reply or pm me. Thanks!
Last reply by simpilot, -
- 10 replies
- 3.7k views
Hello phpVMS community! My name is Jacob and I have been working on an addon for Nabeel's wonderful system for the past few weeks and I decided to go ahead and make an announcement towards its expected completion date. The addon is something of a first for phpVMS, as we have yet to see a well structured admin plugin (if any at all) that interacts with the database and the client side fluently. This addon provides the ability for an airline's administration to add three different types of data (spanning three tables) to the database. Now before we get down and dirty with the details, let me start with a short introduction as to what it is and how it got started. What is…
-
- 10 replies
- 5k views
I have a shout cast server for broadcasting to the internet. We use it to play music on the air so During ATC sessions, we can give out live METAR info to pilots, we have an automated request line and all. I am creating a module to integrate my shoutcast server into phpVMS. So it will work like any of the side boxes like latest flights , etc etc. It will give a complete radio status such as if the radio is on the air or off the air. Current DJ, current song playing, and a couple other things. I have a module put together and a tpl file. For some reason, I can not get it to put out any info at all. I have never tried to create a module or addon. I am not sure where I am …
Last reply by TAV1702, -
- 10 replies
- 4.3k views
Hello i will be much appreciate if someone can make a tour reporting system. (leg list, pilots signup, accept/reject flight report etc.) i like something separate from phpvms schedules. Thank you in advance !
Last reply by TAV1702, -
- 10 replies
- 3.9k views
hi, as I can post all the stats of my airline? example: total flights, total hours, total miles, total passengers, total money, total pilots, flight plans total. all these statistics I have them in my control panel, but I want to publish as everyone else can see them. how I can do this please thanks for the help they can give me ...
Last reply by freshJet, -
- 10 replies
- 7.1k views
Working on IVAO/VATSIM live flights board for phpvms see here: and here: I wonder if you are interested in such a project ? The difference from the current build in acars map is that this one is getting direct data from IVAO or VATSIM either a pilot have an acars open or not It doesn 't matter. Regards,
Last reply by dimitris, -
- 2 followers
- 10 replies
- 3k views
I have some code to put the vatsim id into a txt file and need some help. I have put the following code into the pilots_list.tpl where the vatsim id is place, and it works, but only puts one vatsim id into the text file. $vroute = fopen("vroute.txt", "w") or die("Unable to open file!"); $txt = $fieldvalue."\n"; fwrite($vroute, $txt); fclose($vroute); I have created the vroute.txt file and it has write permission. I need some help in creating this file, as it will make it easier to get my pilots into my VA's vroute community.
Last reply by Strider, -
- 10 replies
- 4.1k views
Hello guys, I was developing some modules, but I want to develop more skins now. Anyone here would be interested in a new skin for the administration panel phpVMS?
Last reply by poole3003, -
- 9 replies
- 3.3k views
Has anyone created a module that creates an account in phpbb3 when signing up with the VA that they would be willing to share or would be willing to give some pointers on how to create a module that I could create and share with everyone. Many thanks Karl
Last reply by novamix, -
Fleet List
by llju1- 9 replies
- 3.3k views
I am sure this is simple and may have already been asked But, How do you set up a page with the Listing of your fleet? ;D thanks
Last reply by AFVA | Mitchell, -
- 9 replies
- 3.6k views
**** ENGLISH **** Hello friends, I wonder if there is a possibility that the pilot script to randomly generate a range of 5 flights automatically starting from the last airport and forced the pilot to finish the 5 flights in order to perform a new scale. **** Portugues **** Ola amigos, Gostaria de saber se há possibilidade de um script que o piloto possa gerar uma escala aleatoria de 5 voos automaticamente partindo do ultimo aeroporto, e que obrigada o piloto finalizar os 5 vôos para poder realizar uma nova escala.
Last reply by CN@ndo, -
- 9 replies
- 8k views
Hi guys, I will release a dispatch system in some days. This system is mainly for smaller airlines (i cannot use it for my own because we have over 1000 schedules). This script gives you a new interface for a new position.. the dispatcher. He can select what pilot is flying what route (so like in real). Also, it is possible to have for example one flight which goes on monday with flightnumber 18 and the next day, the same flight has different aircraft. There will be some statistics as well which can be printed out via inbuild pdf function. This addon will remove the function for pilots to book a flight. The pilot also can only fly the flights from the day its assigned to.…
Last reply by Yash, -
- 9 replies
- 6.3k views
- Live Timetable - Arrivals and Departures! - Nice addition to ANY virtual airline - (I guess!) As always, searching the net I found this, http://www.utr-online.com/Software.asp?page=5 that it might look appealing for a few of you guys! you want to see it in action? Check our site: http://skymex.eu5.org You can check IVAO and/or VATSIM traffic, or maybe decide to watch your OWN traffic. then see this: http://www.utr-online.com/Software.asp?page=7 Have a nice day, and a good flight! SK
Last reply by francis, -
- 9 replies
- 4.1k views
hello how poso add these hours and minutes on Add Schedule minutes or hours will not enter anyone know <tr> <td valign="top"><strong>Horário de Partida</strong> </td> <td><select gtbfieldid="47" name="deptime" id="<?php echo $schedule->deptime?>" /> <option selected="selected">-</option> <option>01</option> <option>02</option> <option>03</option> <option>04</option> <option>05</option> <option>06</option> <option>07</option> <option>08</option> <optio…
Last reply by Kyle, -
- 9 replies
- 9.5k views
sry for my bad english skills.. mates, unfortunately i'm new in this php thing and I just need a little help. Is there any script that we can use to add more registrations in one aircraft? my va will operate a lot of airlines and its kinda hard to add 20x777's, 56x737's, etc. Someone said to me in this forum I have to add in the database but I dont want mess up the database so how can I do that? does someone have a script to add only registrations for the same type of a/c? thanks for your support - take care all - cheers!
Last reply by iafhq, -
- 9 replies
- 4.8k views
Hi guys, Forgive me if I have missed it anywhere but I was just wondering if there was an addon or code that could produce a pop up window once a user loads the homepage? I've seen a few virtual airlines on phpvms using such a thing and that's why I ask if there's an openly available tool for this as such? Thanks for your help in advance, and don't laugh at me too much I'm not overly clever with coding
Last reply by hizo4749, -
- 9 replies
- 3.2k views
Hello all Just thinking that is there any addon in which Members can upload there flight sim videos if not can someone build something like this.
Last reply by PIAS2011, -
- 9 replies
- 3.9k views
Hi Guys, Anyone tell me if PHPvms has built in pagination? Cheers,
Last reply by Jhony300, -
- 9 replies
- 3k views
Page schedules/view not appear routes and appears this error .. please help me!
Last reply by freshJet, -
- 9 replies
- 4k views
Would it be possible for anyone to create a Module to better administrate the Finances of Vairlines more realistically. I was wondering if someone would be up for making an Admin module that will allow you to: Manually set expenses and revenue streams for each flight you have in your schedules. So for example. I can make several Expenses such as Duty free, Food and drink and Landing Fee in the module. Then I can select the flights that the expense apply to, because lets face it you aren't going to sell food and drink on a 45nm island hop, especially when the aircraft flying is a 9 seater. Then again there could be an option to apply expenses to different aircraft. T…
Last reply by Oxymoron290, -
- 9 replies
- 4.2k views
Hello guys, I'm here with news about the new program that I'm developing! Below is the news: 1. The program will have a different name, no longer VaAdm, but Virtual Airline Manager (VAM)! 2. The software does not need any php module for its operation. 3. The first version of the software [beta (1.0)], is available only to administrators, not making it possible for a standard user, because as promised changes your VA can be made directly from the software. 4. From version [release (2.0)] it will be available for both standard users and for administrators. 5. The software will interact with FSX yes! I added some information and features with the interaction between the…
Last reply by levicosta201,