Development Help
For help and support for the development of addons
515 topics in this forum
-
- 0 replies
- 1.9k views
Hello, My name is Ryan, lead developer at startmyva.net. Long story short, were looking for developers, so I will put a list of benefits below, and if your interested please send a letter of intent to ryan@startmyva.net! We would be happy to have you on our team! Being a developer at startmyva.net offers you endless benefits, such as: -Use of an extensive billing/project management system. (WHMCS) -85% of all project profit which you generate. -Access to a pre-built and growing client base. -The oppurtunity to explore and create custom Virtual Airline solutions. -The oppurtunity to work with highly skilled, friendly developers. Thanks, Ryan Palmer Lead Developer…
-
- 3 replies
- 2.5k views
With the following script <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> it displays the last 5 pireps submitted. I am trying to modify the frontpage_reports.tpl file so it displays that users last 5 fives flights instead of everyones. http://pastebin.com/zNkYd8tF Can someone please help me out with this? Thanks
Last reply by Tom, -
- 5 replies
- 2.3k views
Is there any way to easily add code (does it have to be bootstrap), to a Mail navigation like the shout box indicator here on the forums? See image below: http://screencast.com/t/fy5Lasts I am using SimPilot's AirMail module and want to add a Navigation Link, (see below) to show the number of AirMail to be read! I want to add it to a none bootstrap skin I am working on. http://screencast.com/t/uA39Shbw But a smaller number indicator like the ShoutBox one! Is this difficult to add to his AirMail module? Thanks!
Last reply by in2tech, -
- 6 replies
- 3.9k views
Hi, I've seen similar topics to this on the forum, but nothing exactly like this one. Is there a way to have ranking changes be completely manual, and you receive an alert whenever someone reaches an hours requirement for their next ranking? My reasoning: I have the Exam Center module integrated in my website. As a sample, to get to the PIC CAT I rank, I'd like for a pilot to first reach 50 hours, then take an exam, and upon passing, get a promotion. I'm not very good with php code, so any bits of code to get this working would be awesome! Thanks for all of your help
Last reply by freshairceo, -
- 1 reply
- 1.9k views
Hello guys, does any of you know how to make that you can change a pilots rank via the Admin Panel? And make so it wont upgrade automaticly
Last reply by simpilot, -
- 23 replies
- 7.5k views
Can someone pass me the HTML of the statement of the last flights of the pilot? Example: http://www.easyjetva.com/index.php/profile/view/1001 (Pilots Recent Flights)
Last reply by Blu-Express VA, -
- 0 replies
- 2.3k views
Add to pilot_public_profile.tpl(It is in public_html / Core / Templates) <?php if(!$pireps) { echo '<p>Sorry No recent flights have been found</p></div>'; return; } $flights = PIREPData::getLastReports($userinfo->pilotid, '5'); $string = ""; foreach($flights as $flight) { $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+'; } ?> <p align="center"><strong>Pilots Recent Flights</strong><br /><img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=685x360&PM=pemr:star10:red%2b%22%25I%22:white&PC=blue" /><br /> Maps generated by the <a href="http:…
Last reply by Rafael, -
- 16 replies
- 4.2k views
Has anyone ever made a marquee for phpVMS that automatically pulls data from the database? Say for example, I hit my mark and gain a new rank. It would add it to todays marquee and say Congrats TAV0001 for recent promotion to Captain..............Happy 45th Birthday Oscar the Grouch........Congrats TAV0001 on your 1 year anniversay I used to belong to a va ( Livewire Airlines) that actually has something like that. I enquired about it once and they told me in simple words that it runs a cron or something of the such and querys the database for new updated info that is preset and inserts it when necessary. It would NOT need to pull every single little detail. Simply …
Last reply by Matthew Talbot, -
- 4 replies
- 2.7k views
Hey, How to put in each profile pilot a Medium Landig rate? Thanks
Last reply by simpilot, -
- 2 replies
- 1.8k views
can't seem to get it to work....sometimes is works sometimes it doesn't also when i go directly to the randomflights module, the transfer done through the schedule search doesnt propagate over http://www.flytroposphereva.net/index.php/frontschedules http://www.flytroposphereva.net/index.php/randomflights
Last reply by twincessna340a, -
- 4 replies
- 2.4k views
Do we have a mission module here at phpvms? Where we can create missions for the pilots to fly.. Aka fly this route then the next and at the end they will get an award for compleating it?
Last reply by edmundk, -
- 0 replies
- 2.1k views
I've modified some finance datas so i can use finances and profits in the finance system but when i insert an "profit" i get an Error: There are the codes that i modified Modified.zip
Last reply by ArthurHetem, -
- 2 replies
- 2k views
Hello friend Anyone know where I can download the module Discounts To Subtract From Pilot Salary, the link with the topic: http://forum.phpvms..../page__p__28736 Not working, anyone can post? thank you
Last reply by CN@ndo, -
- 5 replies
- 2.6k views
Good morning all, I wondered if anyone is wanting any modules making? I'm wanting to make a few and just looking for some ideas on what to make. Anyone have any ideas? Thanks. Jordan.
Last reply by freshJet, -
- 13 replies
- 5k views
Hey everyone, I just recently released a module and I ran out of ideas of what other modules I could make and free for phpVMS users. If anyone has a good module idea, please let me know. Not something that is too complex to work on. Something not too much. Let know if you are looking for something and then I'll consider your ideas. Thanks!
Last reply by pachaleke, -
- 0 replies
- 2.1k views
Module news feed for Virtual Airlines based phpvms ================================================== #twMerco is licenced Creative Commons: #View license.txt in the root, or visit http://creativecommo...icenses/by/4.0/ #@author Levi Costa #@copyright Copyright © 2014, Mercosul Network Devlopement #@license http://creativecommo...icenses/by/4.0/ URL for the module ------------------ To call the module URL is as follows: www.yoursite.com/index.php/feed URL for the module (Call JSON) ------------------------------ Json callable url: www.yoursite.com/index.php/feed/getjson The JSON was integrated into the module so that it was possible to interact with mobile a…
Last reply by levicosta201, -
- 1 reply
- 1.9k views
I am creating a module and i am wondering if there is a way to only allow a specific group (admin) to use the module created.
Last reply by mark1million, -
- 2 replies
- 1.8k views
How do i get sim pilots addons like top pilot to show on my homepage Thanks Jacob
Last reply by avdesigns, -
- 20 replies
- 12k views
en Good evening I wonder how it would create a module that works with the VAFS to book the flight hours of pilots and PIREPs have pilots who use the system but the PIREPs go to the database and the time the pilots are separated wanted to gather with those of phpVMS as the fsacars, pax. br Boa noite eu gostaria de saber se teria como criar um modulo que trabalha se com o VAFS para contabilizar as horas de voo dos pilotos e pireps tenho pilotos que utilizam o sistema mas os pireps vão para o banco de dados e as horas dos pilotos ficam separadas queria ajuntar com as do phpVMS como do fsacars,pax. arquivo vafs mysql vafs.zip
Last reply by CrashGordon, -
- 2 replies
- 1.7k 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, -
- 1 reply
- 1.9k views
Hello all, i would like to know if someone could create a module that sends via email every 1th of month 6-8 routes to be flown by the captain as monthly assignment. The best would be to have a module on pilot center that shows the monthly assignments. These routes must be flown on the same aircraft (for example Airbus 320 and in case if the pilot has two choices - also for example B738, maybe he can choose at the beginning on a checkbox?). If it's always possible it could be great to sort the routes to assign randomly based on the flight numbers. For example, a junior captain would do only local flights (in my case only Italy) a higher officer could start receivi…
Last reply by Simon VVair, -
- 11 replies
- 3k views
hey guys, would it be easy to add further information to the latest pirep report on the frontpage, for example adding departure and arrival ICAO's, duration and if the pirep has been approved or not. i am just looking into doing this myself but im a relative newbie to php so it might take me some time, feel free to help me cheers Darren
Last reply by Nabeel, -
- 4 replies
- 2.4k views
Hey all, I am wondering if it's possible to create a code that can show the top 10 most flown routes. I know i can see it in the admin panel but i would like it to be available as information for my pilots as well... just a thought, hopefully someone knows the answer? :-) Regards, Lucas
Last reply by CPC900, -
- 0 replies
- 1.3k views
This topic has been moved to Support Forum. [iurl]http://forum.phpvms.net/index.php?topic=1883.0[/iurl]
Last reply by TennShadow, -
- 0 replies
- 988 views
This topic has been moved to Releases. [iurl]http://forum.phpvms.net/index.php?topic=1177.0[/iurl]
Last reply by Nabeel, -
- 0 replies
- 1.2k views
This topic has been moved to Skinning. [iurl]http://forum.phpvms.net/index.php?topic=2037.0[/iurl]
Last reply by joeri, -
- 0 replies
- 9k views
Gentlemen and ladies, I have been browsing on here for a while and have not seen a module that will let me have 1st class, Business Class, and Economy Class seating on my AC as well as being able to set waybills for cargo. My questions to you all are...1)Is there a module that will let me have that flexibility? 2)If not is there a developer that would be willing to take on this task. I do have the ability to pay a reasonable price for development, and would be willing to post a link to your development company on my website. I would also offer a link to host the finished product to be downloaded on my server. Please respond here or via PM if you are interested o…
Last reply by NWA1847, -
- 8 replies
- 4.3k views
Does somebody know from you FSAirlines.net? There one can also select with the flight schedule choice which airplane one would like to take. Could one insert also with phpvms? Example: I have the possibility to make the flight KMIA-KBOS with a B738, A320, B753. I can choose this with the flight schedule choice?
Last reply by Jiko, -
- 13 replies
- 4.3k views
I will provide this acarsmap system for sale if anyone is interested. I will be selling for a price of $ 10, I think it fair. Link: HERE Hello guys, take a look at my acars map, and please give suggestions of what found. LINK: acarsmap
Last reply by levicosta201, -
- 0 replies
- 1.1k views
Hi all i write this code for the SUM of a aircraft flight hours,for single pilot, from two mysql tables <?php $query = 'SELECT SUM(flighttime)FROM ( SELECT flighttime AS flighttime FROM '.TABLE_PREFIX.'pireps WHERE aircraft = 26 AND accepted = 1 AND pilotid = '.Auth::$userinfo->pilotid.' UNION ALL SELECT flighttime FROM '.TABLE_PREFIX.'pireps_OLD WHERE aircraft = 26 AND accepted = 1 AND pilotid = '.Auth::$userinfo->pilotid.' ) AS total'; $result=DB::get_row($query); { } ?> <?php echo Util::FormatDuration($result->total); ?> but dont work in the profile_stats.tpl can someone help me thanks
Last reply by mattia,