Development Help
For help and support for the development of addons
515 topics in this forum
-
- 0 replies
- 1.5k views
Hello friends, This is a system-wide flight, there is no option to cancel the flight. When the pilot completes a flight, a picture appears green, red images shows that the flight has yet to be finalized. The system displays the total hours at the end of the scale, I wonder if it is possible develop a similar? Horas de voo (HRV): 12:00 = Hours of flight Média por trecho: 1.2h = Average per trip Suas horas ao fim da escala: 12:00 = His hours at the end of the scale
Last reply by CN@ndo, -
hey guys can someone make a addon like Delta Virtual Airlines has. When ever you file a pirep it updates it on facebook as well. Can someone make it?
Last reply by STARs, -
- 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, -
- 0 replies
- 1.3k views
Editied: Resolved!
Last reply by bunoire14, -
- 0 replies
- 1.3k views
Im hoping someone can help me out. Im wanting to add to the Reports center just a montly total per airline that were flown last month. Thanks Kyle
Last reply by kharms, -
- 0 replies
- 2.3k views
Hi everyone, I'm interested in creating a mod for my admin panel that allows my flight scheduling department to automatically generate random flight numbers via a script I set up. The only function the script serves is to generate a random flight number and store it in a MySQL database such that it can't be used again. However, right now that script is exposed and isn't apart of the phpVMS admin panel. Anyone can access it if they have the URL. To fix this, I'm interested in bringing it into the admin panel. The problem I'm afraid I'm going to have is figuring out which files I'll need to create/edit to bring this simple script in there. In advance, I appreciate your h…
Last reply by AGuyFawkesMask, -
- 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, -
- 0 replies
- 1.8k views
Hello everyone, I'm having problems sending my logs to the VA acars says that the error in the database that can be? webdesign, voemercosul, http://www.voemercosul.com.br
Last reply by levicosta201, -
- 0 replies
- 1.5k views
Hi; I have FlightBookingSystem by parko. And I have to do two modifications. In the schedule_resoults.tpl I have this code: <table width="100%" cellspacing="0" cellpadding="0" border="0"> <?php if(!$allroutes) { echo '<tr><td align="center">No routes have been found!</td></tr>'; return; } ?> <script src="http://skyvector.com/linkchart.js"></script> <thead> <tr style="height:12px; font-size:14px; font-weight:normal"> <th width="20%" align="center">N° de Vuelo</th> <th width="20%" align="center">Origen</th> <th width="20%" align="center">Destino</th> <th width="20%" alig…
Last reply by carlosuc99, -
- 0 replies
- 2.1k views
Hi; I have FlightBookingSystem by parko. And I have to do two modifications. In the schedule_resoults.tpl I have this code: <table width="100%" cellspacing="0" cellpadding="0" border="0"> <?php if(!$allroutes) { echo '<tr><td align="center">No routes have been found!</td></tr>'; return; } ?> <script src="http://skyvector.com/linkchart.js"></script> <thead> <tr style="height:12px; font-size:14px; font-weight:normal"> <th width="20%" align="center">N° de Vuelo</th> <th width="20%" align="center">Origen</th> <th width="20%" align="center">Destino</th> <th width="20%" alig…
Last reply by carlosuc99, -
- 0 replies
- 2.1k views
As you leave the ACARS map in full screen? As the image below:
Last reply by levicosta201, -
- 0 replies
- 2k views
Because my admin center does not appear the menus, only appears: sidebar_dashboard.tpl. As the image below: enviar.bmp Help me!
Last reply by levicosta201, -
- 0 replies
- 1.4k views
Any built in mechanism for accessing the DB( looked at the docs, but maybe missed it ) , or the usual php way? Thanks! Semir
Last reply by captainB, -
- 0 replies
- 2.4k views
Develop mobile applications for your VA Free (ANDROID and IPHONE) ! That's right you mount a aplicato the way you want, online, and studies it for free (But with limited resources, but there are plenty of resources)! You can also opt for the premium plan where you will have a higher application availability! Access the link: http://ibuildapp.com/ For more information and help please contact us by email: levi.costa1@gmail.com I hope I helped you all!!!! ;) ;)
Last reply by levicosta201, -
- 0 replies
- 1.4k views
Double post, sorry!
Last reply by TheFlyingDutchman, -
- 0 replies
- 1.7k views
I would like to display the last flight of my riders in the last 30 days! How can I do this?
Last reply by levicosta201, -
- 0 replies
- 1.5k views
I am looking to add additional fields to aircraft within the admin module, for instance the aircraft configuation of "29Y" which specifies 29 seats of economy. I have added another field within the ops_aircraftform.tpl file but now am not sure what to do in the php file. I have added the field to the database. Thanks,
Last reply by t_bergman, -
- 0 replies
- 1.9k views
Hello, Trying find solution... on profile_main.tpl in "Latset Flight" section code is: <?php echo $report->aircraft; ?> Its show me: number "18" and second... "Next Flight" on profile_main.tpl code inserted to table is: <td colspan="5" rowspan="2"><?php Template::Show('core_bids.tpl'); ?></td> and core_bids.tpl is: <style type="text/css"> .table_back { background-color: #CCC; } </style> <?php if(!$bids) { echo '<p align="center">You have not bid on any flights</p>'; return; } ?> <table> <thead> <tr class="table_back"> <th width="25%"><div align="center"><st…
Last reply by Jakubovsky, -
- 0 replies
- 1.4k views
Hi guys, this is my first post so sorry if its in the wrong place. But my VA is currently trying to find the rank/awards page module. I saw one for free and i was trying to download it but it was not working. I am wondering if there is any chance one of you guys can post it up or can redirect me to it. Thanks a lot for your time!
Last reply by MattSoares, -
- 0 replies
- 1.8k views
Just out of curiosity. I believe this will also help programmers phpVMS
Last reply by levicosta201, -
- 0 replies
- 1.7k 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, -
- 0 replies
- 1.6k views
Hi wanted to ask a question you may make charter flights are also paid? For example with a fixed amount or by the normal system. Thank you for your attention.
Last reply by tonkepen, -
- 0 replies
- 1.9k views
Hi guys, I am looking to add a search drop down to the Find a flight serach page that will allow me to use the data in the NOTES box of a flight schedule. The following code is for the search parameters that are concerned with searching by DEPARTURE AIRPORT <div id="depapttab"> <p>Select your departure airport:</p> <select id="depicao" name="depicao"> <option value="">Select All</option> <?php if(!$depairports) $depairports = array(); foreach($depairports as $airport) { echo '<option value="'.$airport->icao.'">'.$airport->icao …
Last reply by RichardRodgers, -
- 0 replies
- 2.5k 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, -
- 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, -
- 0 replies
- 1.3k views
hey guys i add few custom fields and i was trying to add them into /phpvms/admin/templates/pilots_list.tpl with no success, i'd like to see those custom fields in that table from admin view can you plz help me or show me where can i find docs about how to do that? tnx
Last reply by Ispanicuz, -
- 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…
-
- 0 replies
- 1.5k views
close topic tnks
Last reply by pedrobrandine, -
- 0 replies
- 2k views
Hello help me? I'm having trouble because my phpvms not this show the information in pafina / index / profile I already tried the tutotial (Getting variables in templates) more will not Tutorial:(http://forum.phpvms.net/page/index.html/_/skinning-and-customization-guides/getting-variables-in-templates-r34) <!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="<?php echo SITE_URL?>/lib/skins/flytam/style.css" rel="stylesheet" media="all" /> <?php /*Any custom Javascript should be placed below this line, afte…
Last reply by pedrobrandine, -
- 0 replies
- 2.2k views
I keep getting this could someone help please thanks Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/u738424892/public_html//lib/skins/crystal/<h3>Registration</h3>< p>Welcome to the registration form for FSNetwork. After you register, you will be notified by a staff member about your membership.</p>< form method="post" action="http://www.cpmgaming.net/index.php/registration">< dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd><input type="text" name="lastname" value=""…
Last reply by brandonlea,