Development Help
For help and support for the development of addons
515 topics in this forum
-
- 7 replies
- 2.5k views
Hello, I am looking for some help with phpvms - go figure right? Basically I want to add to each aircraft entry its ZFW and selcal. Ultimately I want to display a ZFW on a pilots bid but I want to walk before I can run. I tried to add selcal but I couldn't get it to update in the admin section or update. I could however get it to show in the aircraft list if I entered the field directly into the database via phpmyadmin. If anyone can point me in the direction of the files I need to alter to take this into account I would appreciate it. I have a local install for testing/building. I tried editing several different files - Operations.tpl it might have been but again c…
Last reply by freshJet, -
- 1 follower
- 3 replies
- 1.6k views
I am trying to pull the number of hours for an individual hub
Last reply by StartVM, -
- 7 replies
- 2.2k views
Hello guys, I'm a programmer and web designer, but my best side programming. To develop good modules, it is necessary to know what people want to see. I would ask the help of phpVMS community, what would you like to take phpVMS, so I can develop modules based on their suggestions. Grateful ____________________________ Buy Modules and Templates
Last reply by levicosta201, -
- 1 reply
- 1.4k views
I am trying to make pilots listed in one table instead of separated by hub. Have an idea of how to remove this separation? http://pastebin.com/EaUA169z http://i.gyazo.com/6...48ce0e920e5.png
Last reply by flyalaska, -
- 13 replies
- 3.9k 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
- 2k 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, -
- 8 replies
- 3.1k views
Anyone interested in a module that displays warning to the pilot? If interested I will be providing the module only $1. What the module does is basically: The administrator sends a warning to the pilot, the pilot receives this warning if the driver accumulates three reports the pilot is automatically removed from the Virtual Airline. What do you think?
Last reply by levicosta201, -
- 1 follower
- 5 replies
- 2.2k views
Hi folks I desperately need some assistance for the following - this is for a custom profile field (and it is populated in the table ) Here is the PilotData.Class.php function: public static function getFieldValue($pilotid, $title) { $sql = "SELECT f.fieldid, v.value FROM ".TABLE_PREFIX."customfields f, ".TABLE_PREFIX."fieldvalues v WHERE f.fieldid=v.fieldid AND f.title='$title' AND v.pilotid=$pilotid"; $res = DB::get_row($sql); return $res->value; } In the layout.tpl file, I am trying to display the data as follows: <strong>Pilot VID: </strong> <?php echo PilotData::getFieldValue($pilotid, 'IVAO'); ?> I am getting nothing I have al…
Last reply by clock, -
- 0 replies
- 2.4k views
Hello, I am returning to the design of an ACARS in C # language. It is hosted on GitHub. The software also makes direct connection to the MySQL database, if someone can please help me make a connection with XML I'd be grateful. This project there are still some bugs and errors. But I'll be posting updates periodically until you reach a release version. Below is a list of information that have been added in this version: Latitude of Aircraft; Longitude of Aircraft; Heading on the aircraft is located; Vertical Speed; Individual situation of the landing gear; Amount of fuel in each tank of the aircraft; Temperature; Atmosphere pressure; Wind Speed; Wind Directio…
Last reply by levicosta201, -
- 8 replies
- 3.4k views
The module will be removed from GitHub until there is an agreement.
Last reply by mseiwald, -
- 1 follower
- 29 replies
- 9.8k views
Hi, Have any ever thought of the idea of a Dispatch Center module. Where you pilots would be able to dispatch a flight and your server would email them a fight release with your flight plan, weather report and any NOTAMS? Just a idea
Last reply by SiedlerP, -
- 1 reply
- 1.8k views
Hi Guys, Just a quick question really, I was wondering if there is anyway of replicating the 'scroll up to see live map' on a phpvms system, I think it would be a pretty nifty thing to add for the ACARS system. Joe
Last reply by freshJet, -
- 5 replies
- 2.1k 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, -
- 1 follower
- 8 replies
- 2.1k views
Hello All! I am trying to develop a table like what is in the image below. I assume it will deal with if statements like if pilot lands KSFO display a checkmark. ELSE display a red x.
Last reply by StartVM, -
- 1 follower
- 4 replies
- 2.1k views
Oh boy two ideas in one night I'm on a role! Well...Maybe. I came up with this idea after having pilots complain about having to contact HR about everything via email. My idea is to create a Resignation Form so pilots can resign directly via the website. Basically it will be a page with their name and pilot ID, and a text area for the pilot to put their reason for resignation When they hit submit, it is submitted to a table in the database and appears in the admin panel in a table (like a list) An admin could simply push approve and it will delete the pilot account, or deny and the entry will be removed. I am thinking about using the LOA Request Form that Sava made and …
Last reply by ln-asm, -
- 2 replies
- 1.7k views
I am wanting to learn simple php development for phpVMS. As most programmers know of any language there is the "Hello World" very simple program for almost any programming language. But I do better with taking existing things and looking at them and changing them up or adding something simple. For example like I did on just one item. Added just a simple Fleet Home link to the fleet_view.tpl file on the Extended Fleet v1.0 module. That's another question, is just a page a module? Like the Pilot Center? Or does it have to have more components, like SimPilot's ScreenShots module? Which is where I saw the Previous/Next links when someone add's a new screen shot. SimPilot Scr…
Last reply by freshJet, -
- 0 replies
- 1.7k 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…
Last reply by rpalmer800, -
- 1 follower
- 15 replies
- 15.7k views
Greetings, This is just a quick note for those of you looking to add advanced dispatch and flight planning tools to your VA website. As of a few weeks ago, there is a new SimBrief API available which makes this easy! The SimBrief API has been designed to give you full control over the dispatch process by keeping your users on your site. When a flight plan request is made, the API will return a massive data file containing nearly every variable used to calculate the flight plan, including the OFP text, weather/NOTAM data, detailed fuel and time figures, and an assortment of flight maps and downloadable flight plan and FMS data formats. Using this data, one could create s…
Last reply by SimBrief, -
- 24 replies
- 7.5k views
Hi everyone, I am currently in the proccess of creating a new flight map that looks cleaner and nicer than the google one. It even automatically resizes just to show the routes that have been flown. To use it, I need to find a way to make a list of DEPICAO-ARRICAO,DEPICAO-ARRICAO,DEPICAO-ARRICAO,DEPICAO-ARRICAO. Example: KTPA-KMCO,KMCO-KMHT,KMHT-KMDW,KMDW-KLAS Then, I need to insert that info into an image tag. Example: <img src="http://www.gcmap.com/map?P=KTPA-KMCO,KMCO-KMHT,KMHT-KMDW,KMDW-KLAS&PM=pemr%3Adiamond7%2B%25U&MS=bm&DU=mi" border="0" title="Flight Map" alt="Flight Map" /> How can I go about calling up the info, putting in the KMCO-KTPA,K…
Last reply by Wildone, -
- 4 replies
- 1.7k views
Hey guys i had to do a reset on my domain and databases so i had to reinstall VMS to my website and now i get a fatal error anyone know how to fix
Last reply by RocketRod, -
- 1 follower
- 17 replies
- 10.9k views
Anyone know of some open source weather data, whether it be raw data or a PHP class/XML module? I'm looking specifically for temperature and wind data, particularly winds aloft at certain altitudes and waypoints. Grateful for any help.
Last reply by SimBrief, -
- 3 replies
- 2k views
I know that it has come up quite a lot in the past. I have already finished some of my projects (announcements will be published soon) and i am now in search of a new idea in order to develop a new module for phpVMS. This is an integrated Forum. Yes, an integrated forum into a phpVMS website. Some of the main ideas i have are: Of course a converter from phpBB and SMF forums to this forum (i have not checked how these forums core work but i think that it's not so difficult) User permissions (administrator, moderator, basic access, banned) All the forum administration will be included in the phpVMS admin center Board categories Threads User profile settings (signature…
Last reply by servetas, -
- 0 replies
- 1.5k views
Hello, I have two questions, Is it possible to print the error message and then kill the module if and error ocurres on a Module? Right now what is happening is that if something goes wrong on a Module it only shows the error and I'd like to have something that prints the error stops that module and continue with the rest of the website. Is it possible? Second question: if ((isset($_POST['Del'])) && (PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))) VirtualThaw2014Data::delete_mission(explode("Delete ", $_POST['Del'])[1]); this works just fine on my local server but when I move it to the host it gives me an error: Parse error: syntax erro…
Last reply by Joaogl, -
- 12 replies
- 3.4k views
I am currently updating Pilot Awards System. The next version will include an auto award system. Can you suggest me any criteria? Currently, i have already added the hours and flight criteria. (An award will be assigned after completing x hours or after completing y flights).
Last reply by servetas, -
- 3 replies
- 1.7k views
I want to make just an informational page, no fancy stuff needed, just to show a skin and that's it. I've got the subdomain created, but IDK what to put in that folder at all. Any help is appreciated! Thanks
Last reply by Taran, -
- 1 follower
- 1 reply
- 1.6k views
Came accross this and thought I would share. http://smallbusiness.chron.com/automatically-website-posts-facebook-status-updates-32368.html Follow the instructions and it uses an RSS feed that sends your pireps to facebook and twitter
Last reply by SkiesTheLimit, -
- 1 follower
- 2 replies
- 1.7k views
Hello Guys, I am creating 3 different pages called pilot list The first shows me the hours reported by the company kacars The second with the hours VATSIM The third with hours of IVAO I wanted to ask if you can see my page number 2 or 3 in which only the pilots IVAO (custom field) is populated by the number of VID? Or show the pilots by Group members I also created the appropriate module for each page I would like to see on the second page only drivers with custom field VATSIM populated, only in the third IVAO pilots with custom field populated. is it possible?
Last reply by simpilot, -
- 6 replies
- 2.3k views
?> </br> <table id="tabledlist" class="tablevar"> <td>Spilla</td> <td>Nome</td> <td>Piloti</td> </tr> <?php $query="SELECT * FROM vawards_awards f LEFT JOIN vawards_grants p ON p.grt_awdid = f.awd_id WHERE f.typ_id = '1'"; $list=DB::get_results($query); foreach ( $list as $ist) { ?> <tr> <th><img src="<?php echo $ist->awd_image ?>"</th> <th><div align="left"><?php echo $ist->awd_name ?> </div></th> <th><?php echo $ist->grt_pilotid ?></th> </tr> <?php } ?> </table> <br /> Hallo …
Last reply by Tato123, -
- 2 replies
- 1.6k views
Hello Guys, I would like to ask you for help. After a few unsuccessful attempts, I gave up. Basically what I was trying to do is make a loop statement to get pilots current booked flights values of depicao and arricao, so they display next to each pilot name in the pilot roster. Can anybody help?
Last reply by Wildone, -
- 3 replies
- 4k views
Hello Guys, I have created a page .htm via "add page" function in Admin Center. Then I have downloaded the schedule.htm from the ftp server and edited it(content of the file below) and reupload it on the server. But then the problem has occurred. Namely the schedule does appear below the disclaimer which is located in the footer div which is located at the very bottom. When it should be above the disclaimer and over the whole footer div...I have been wondering should I do that in other way, creating a tpl file or something. So if can anyone have a look at the code below and maybe suggest something what I did wrong? Your help would be greatly appreciated schedule.htm …
Last reply by Wildone,