Development Help
For help and support for the development of addons
515 topics in this forum
-
- 5 replies
- 3.1k views
Hi guys ! hope everyone is having a nice holiday ! I know this has come up before, but I cant find what I'm looking for. I've got the great circle mapper installed on my front page and working, but I want to install it in the pilot profile to show an individuals recent flights on the map. Anyone have this code ?
-
- 0 replies
- 1.8k views
Hello All, I am wanting to put together a way that will allow for pilots to look at an Airport on the fly. I see already there is some information already added when the airport list is created. I would like to add the following information, longest Runway, Runway Type (Asphalt, Concrete, etc.), Elevation, City, State. I know there is the link they can use to get more information of a particular Airport, but was looking at having something at a glance. I searched the forums and I didn't see this being asked or even mentioned before so I was wondering has anybody done this already. I am a rookie when it comes to PHP and MySQL but am willing to give it a try. I am want…
Last reply by BLA0001, -
- 16 replies
- 4.5k views
Go to core/common/TouchdownStatsData.class.php Add this to the file: public function get_planemd11_stats($howmany) { $query = "SELECT pilotid, code, flightnum, depicao, arricao, aircraft, landingrate, submitdate FROM `".TABLE_PREFIX."pireps` WHERE landingrate < '0' AND Aircraft = '2' ORDER BY landingrate DESC LIMIT $howmany"; return DB::get_results($query); } planemd11 can be edited to the plane that you would like to show. AND Aircraft = '2' the 2 can be changed to the aircraft that you would like to show. (See the phpvms_aircraft table) So in my…
Last reply by MrAmsterdam, -
- 1 reply
- 1.3k views
I had an idea a while back and don't think I ever posted it, and I suck at coding so me doing it is out of the question..LOL My idea: Have a module for pop up for important messages in the pilot profile section when they log in. You could have a separate message for each pilot or make a general message for all pilots. This would be cool using jquery or something of the like.
Last reply by joeri, -
- 4 replies
- 4.2k views
Thought I would share this with you guys so that you dont have to put a support topic saying that the METARS dont work Departure: <iframe src="http://www.vatsim.net/data/metar.php?id=<?php echo $schedule->depicao; ?>" class="metar" width="350" height="75" frameborder="0" scrolling="no"></iframe> Arrival: <iframe src="http://www.vatsim.net/data/metar.php?id=<?php echo $schedule->arricao; ?>" class="metar" width="350" height="75" frameborder="0" scrolling="no"></iframe> Change it in the Schedule_brief.tpl -Thomas.
Last reply by Fly Star Alliance, -
- 3 replies
- 2.5k views
Dear Community I came up with an idear about an add-on for phpvms, well to be honest i saw this on another va - it was called "on time index" The Script should compare the sheduled departure and arrival time (in phpvms) and the real departure an arrival time (system time). If the sheduled and the real departure or arrival time is like the one insert in the phpvms shedule it gaves you 100% on time (viewable in your profile or on a special side) If you departed to late or arrived to early the script will decrease or increase your on time percentage. Hope you get what i mean:-) Thank you and good night
Last reply by Mysterious Pilot, -
- 17 replies
- 3.9k views
If any one is interested, and not sure if Pilot Shop is the same as Pilot Store. I was think of this for days and thought it be a good Idea, Pilot Store: pilots can use their Virtual money purchase like Repaints and scenery addons, Not sure ifs hard to make or not as though I dont have knowledge, But think its a great idea, cause pilots have money but they have no where to use it, so which means it will keep building up for no use, so think a pilot store will be the best thing to do, GREAT IDEA, Feedback would be great, maybe some one can handle coding it. Best Regards Allan
Last reply by Allan, -
Validation of the pirep by the pilot
by Guest djetdail- 0 replies
- 1.8k views
Texte Francais : Bonjour; Pour une utilisation de phpvms comme carnet de vol, j'ai modifié le script ~/admin/templates/pireps_list.tpl Chaque pilote peut editer, valider, supprimer son rapport de vol. phpvms est un excellent travail, bravo et merci Ici le début du script modifie, le rajout est en rouge : Texte Anglais (Traduction online sorry ): Hello; For a use of phpvms like notebook of flight, I modified script ~/admin/templates/pireps_list.tpl Each pilot can publish, validate, remove his report of vol. phpvms is an excellent work, cheer and thank you Here the beginning of script modifies, the addition is in red: <div id="pireplist"> <?php if($…
-
- 2 replies
- 1.6k views
Hi guys, has it been created by any chance? Maybe i searched badly the forum. And in case not, has anyone thought of creating a monthly assignment based also on rank and hub? Thanks, Simon
Last reply by servetas, -
- 0 replies
- 4k views
I have modified the template to display the results of passengers booking. The option "Add to bid" is permitted only if the flight type is for passengers ("P"). For Cargo or other flight types the "Add to bid" link is replaced with a message "Not for Pax". Ciao Here is the entire code to replace in the file core/templates/booking_results.tpl --------------------------------------------------------------------------------- <p><a href="<?php echo SITE_URL?>/index.php/booking">Search for Flights</a> <b><a href="<?php echo SITE_URL?>/index.php/booking/results">Search Results</a></b></p> <table width="100…
Last reply by CVV001, -
- 6 replies
- 2.1k views
Hello, is there any code to make some registration Fields Necessary like IVAO or VATSIM id? George
Last reply by simpilot, -
- 7 replies
- 4.3k views
Hello together, I was looking for a bridge between Woltlab Burning Board and phpVMS but I couldnt find something like that. If you know, or develop one I would be very happy. Martin
Last reply by BastiDE, -
- 3 replies
- 2.9k views
Hey Guys, Anyway to get a small table that shows how many pilots from each country? For example: Germany -------- 23 USA ------------21 Spain -----------11
Last reply by CPC900, -
- 3 replies
- 2.1k views
Ok I know I am getting ready to be a victim of my own words... Search Ray just use the search function!! Trust me I have used it. I know we have discussed it in the past and I just can not find it now. I want to add the aircraft registration number to the Pilot Briefing page where it lists the aircraft for that flight. The area I am talking about is when you go to bid on a flight it has 3 links: View Details Pilot Brief Add to Bid The Pilot Brief is where I am talking about. The problem I am having is we have multiples of the same aircraft but with different registration numbers. It would be sweet to show the aircraft reg number for that flight as well. Can an…
Last reply by TAV1702, -
- 6 replies
- 2.6k views
Hello ! I want to display a table with the pilots forom every hub. For example i have a HUB the EDDF and i want to display only those pilots. Have someone a code for this ?
Last reply by simpilot, -
- 4 replies
- 2.5k views
Hey, How to put in each profile pilot a Medium Landig rate? Thanks
Last reply by simpilot, -
- 1 reply
- 1.3k views
Hello, I would suggest a code to the staff of vms that the list of riders showed a line of information with the date of registration of the pilot. Thanks.
-
- 3 replies
- 2k views
I coded up an entire ATC system for my site. THe problem is, I can not do sql work worth talking about. My idea is to have a module that consisted of a simple form for an ATC to fill out for login. Once logged in, they would accumulate time on the atc roster and get paid pilot cash for doing so. The nest thing need would be a way to call the information up from the database to show up on the ATC roster which I have coded up already. I will include a screenie of that in the end. Another part that would be most excellent would be if a admin created a ATC group on their site, it would automagically add them to the controller roster that I am gonna show you. From there it w…
Last reply by TAV1702, -
- 0 replies
- 1.5k views
Hello, does anyone have the code so I can place a pie chart in the pilot centre that shows the pilot the amount of time aircraft flown in percentage. regards
Last reply by david thompson, -
- 13 replies
- 4.6k views
Hi, looks like i am simultaneously working on several projects but actually, they are all just a part of what i will show you now. When i was flying, i had to keep my browser open to get all necessary informations and i couldnt print them out because of some style issues (it just looked bad and i hate bad looking things) So i am currently working on a huge addon, which outputs a complete flight briefing for you guys. It includes the complete flightplan, weather informations and maps, EET (currently working heavily on it so those EETs will be generated automatically) Aircraft weight and fuel plannings, ETOPS information, Alternate Airport + Enroute Alternates (including f…
Last reply by Nout - Zon Executive, -
- 8 replies
- 2.7k views
I was trying to open the menu pilotshop panel of my va ai appeared this error below, anyone know how to solve?
Last reply by Daniel, -
- 1 reply
- 1.9k views
I currently have just one airline running on my site. I've received a lot of requests to add a charter division. The problem is I don't want pilots going crazy and just flying charter 24/7. It would be great if someone could make an addon where it extracts pilot pay if they fly charter flights. Once their balance is gone they have to fly scheduled flights again. thanks !
Last reply by TAV1702, -
- 19 replies
- 5.6k views
Hey guys, i'm currently toying with developing my own ACARS in conjunction with FSTools. The purpose of this ACARS is to have user input reduced to a minimum, to reduce the amount that can go wrong.. That is of course unless you, the user, would want more input? Now my aim is to produce a piece of software completely free (apart from de-branding etc, being optional) with maximum features, bug free and hopefully the best ACARS out there. It's not guaranteed that I will complete the ACARS, but I'd very much like to give something back to the guys here, and everywhere else across the aviation spectrum. So this is mainly for you to request any features that you'd like t…
Last reply by TAV1702, -
Req: Pilot Table Like AALVirtual
by Guest Kendo- 2 replies
- 2.7k views
Hello guys i Looking for a Pilot Table like in http://www.aavirtual.net/index.php/pilots
-
[Request] Live Flight Board
by Guest nedra- 0 replies
- 1.5k views
Hi all, I've been looking at Phoenix VA's website, and I saw a Live Flight board on there which I'd rather like to replicate on my own VA's site. I did a search on these forums, and the only thing similar to this which i could find was one which tracked information from the flight schedules. Phoenix VA's appears to be a CURRENT flight board, rather than a SCHEDULED flight board, and looks like it actually tracks flight information from their live map, as i counted the entries on the table, and the number of flights on the map and they were the same. Can anyone help with this please? Thanks in advance!
-
- 4 replies
- 1.9k views
Hi i just had an idea not sure if it would work but i dont see why not, i have various request to add routes in to my VA that currently are not there, this is because i dont have access to the realworld schedules, however what i was looking to do is create a form pilots could fill in the information and post pending moderation and that data could be imported in to the system. The form would need to contain all the correct fields required for a csv import or even a direct sql import once moderated. The data could be stored directly in to the database, i suppose another table could be created for this and once moderated a click could be put in to the correct phpvms table f…
Last reply by mark1million, -
- 0 replies
- 1.2k views
hi, how I can create in my airline, submenu? now the skin of my airline is: obssesblue regards
Last reply by El Macara, -
- 2 replies
- 1.5k views
hi as I can know the statistics of the pilots per month? I would like to know how I can find the different statistics of the pilots in different months. can anyone help me find this please? thanks for your help
Last reply by El Macara, -
- 5 replies
- 4.5k views
hello. I have a question. as I can put on my virtual page, this board I saw on the page of virtual phoenix all flights in real time.
Last reply by Vangelis, -
- 1 reply
- 1.8k views
Hey there, This is not really a request, it´s a question. Is it possible, to add informations like dep Airport, Arr Airport or maybe even online Status (IVAO) inside the dynamic Signature? I didn´t find the Script creating the Signature so maybe you can help me with that? Thank you very much!
Last reply by Gabriel Fernandez,