Development Help
For help and support for the development of addons
515 topics in this forum
-
- 1 reply
- 1.8k views
Hey Guys! So I am developing my pilots center, and I had successfully modified the search form and results form. I tried using Simpilot's addon, but it is not compatible with the current PHPvms. Because I have over 8000 routes, it takes over 30 seconds for it to load. Is there a way where I can limit how many routes it loads at first so it can load faster? I tried pagination, but it still does the same thing (loads all at first then puts it in order). Attached is a photo of my schedules/view page. Is there a way where I can have a search form first, then display the schedules instead of having the schedules and search form?
Last reply by servetas, -
- 1 follower
- 42 replies
- 10.8k views
Here's something I've released for beta testing at freshJet. It's a pilot calendar, a personal planner allowing pilots to plan what flights they want to fly and when they want to fly them. At the moment, it's fairly basic, and all it really does is allow pilots to add and remove flights from their calendars however I plan on making it book the flights 24 hours before departure time. If there's enough demand I might release it as a module. Preview:
Last reply by Fernando, -
- 20 replies
- 4.3k views
Does anybody know a way for me to get the stats for a certain region? We're wanting to run our airline by Regions instead of HUBS (our Regions would obviously consist of a large part of a continent). Is there a way for us to get the stats for different regions (like you can do with HUBs)? Maybe a code to get the stats for multiple airports and have them all add together? Please help! Thanks in advance, Taran
Last reply by Taran, -
- 4 replies
- 2.1k views
Hello actually i am trying to create flight board on which instead of all the text we can replace images of alphabets by using str_replace command. i do not have idea as from where to start i wanted to build a simple flight board on which instead of text for example getting flight number <?php echo $flight->flightnum?> instead it shows just text Dubai International Airport the text should replace the each alphabet with each alphabet image and full airport name will be display as image not as text so i just have idea we need to put replace command to achieve the final result i will appreciate if someone would help me in building this flight board i will be mo…
Last reply by IrfanKhan, -
- 2 replies
- 1.7k views
Is there a way to code something to pull flights that are created by the pilots when they use the charter button on ACARS? Like a long list of the routes and a/c they flew so that other pilots can use that as a tool to choose a flight?
Last reply by servetas, -
- 0 replies
- 1.8k 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, -
- 1 follower
- 3 replies
- 3k views
Hi Guys! I'm trying to implement on our 'View pilot profiles' the pilots last flight, and their next flight. Here's what I have so far, but the problem is, no information is displayed when on the site. Last Flight</h2> <table width="100%" border="0"> <tr> <th class="profile" align="left" width="20%" scope="row">Flight Number</th> <td class="profile" width="30%"><a href="<?php echo url('/pireps/view/'.$report->pirepid);?>"><?php echo $report->code . $report->flightnum; ?></a></td> </tr> <tr> <th class="profile" align="left" wid…
Last reply by Jakubovsky, -
- 3 replies
- 2.3k views
Hello, How would I go about adding an attachment such as a .zip file to my registration accepted email template? Thanks
Last reply by Tom, -
- 1 follower
- 33 replies
- 12.4k views
Hi guys. Maybe a year ago or so, a bunch of people requested something to spend pilot pay on and I saw it again today. Then the idea was being kicked around to come up with something. Suddenly, the author of the Pilot Shop came back and tossed out a quick release and then vanished. Too bad. I really think it would be great if we could get something similar to the pilot shop going as a module. Not only a pilot shop, but where pilots can buy shares of stock in the company as well as shares of stock in aircraft. The shares of stock could vary daily or what ever with many deciding factors such as active pilots to inactive ratio, pireps being filed etc etc. AS far as stock in…
Last reply by TAV1702, -
- 9 replies
- 4.1k views
Hello friends, I've gone a bit due to my work which is very intense. Some time ago I had made a poll to see if it was worth it or not a mobile app, the results were not very favorable, even so I decided to develop an app for my virtual Aera line, is not yet fully complete, but I'll post here first impressions to users wishing one mobile app for your virtual airline can give tips / suggestions that I need to put in the app. As I go forward in my work I will also be putting here the layout of yours. Please, I ask to constructive criticism, and not Child ATV criticism, such as "bad design", "I'd do better", "I'm wanting to protect the community", etc. Because I will not ans…
Last reply by levicosta201, -
- 1 follower
- 8 replies
- 4.4k views
Note:Forgive me I posted this in the Paid for services section, before realising it would be probably best suited in here. I'll see if it can be deleted in the other section. Hello, Does any body use a penalty system or aircraft maintenance option? Penalty system You might be thinking what do I mean? I've seen previous posts about landing rates and docking pilot pay, but is anybody using anything that affects the virtual airline reputation? On previous trackers we've used (which wasn't part of the phpvms system mind) each virtual airline had points and if a pilot makes mistakes on the flights it adjusts their pilot rating figure. Things that affected this are: - Ove…
Last reply by Longhaul444, -
- 1 follower
- 5 replies
- 2.4k views
Hi, i was finding about this, but i dont find nothing. I need put in my frontpage_main 5 last threads of my forum mybb. The forum let me this url to syndicate: http://argavirtual.com/foro/syndication.php?fid=&type=atom1.0&limit=5
Last reply by Vangelis, -
- 5 replies
- 3.6k views
Hello, inetersted help with code source. 1) schedule routes For exmp. We have flight ABC0001 from AAAA to BBBB only for one a/c, can its possible choise with wich one a/c operate this schedule route. 2) insert on schedule alternative airport with route. AAAA-BBBB with alternative CCCC and route from BBBB to CCCC is thx. Sergejs
Last reply by Kapitan, -
- 1 reply
- 1.8k views
Hello, I'm making an ACARS and I've came up with a question... I know that phpvms accepts coordinates and altitudes for the PIREP and that they show up on the Map but I'm not sure where I need to send those and in what format... I think its on the route_details field of the DB but not sure... Thank you, Joao Lourenco.
Last reply by levicosta201, -
- 2 replies
- 2k views
Hi there. now i'm working on the rjva but i want to know how to make this table. And thank u
Last reply by Tameem, -
- 1 follower
- 1 reply
- 1.6k views
[Content Removed]
Last reply by ChrisTaylor, -
- 4 replies
- 1.8k views
Hi there. I have a new design that contain a frontpage that is different in the component and the other pages are the same but not like the frontpage so I think that I must have multi layout file plz help Tameem melhem Technical support a royal jordania virtual airlines
Last reply by Tameem, -
- 2 followers
- 10 replies
- 2.6k 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
- 3.8k 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, -
- 4 replies
- 2.6k views
Hello friends, I am developing a module so you do not need to create schedules one by one for their pilot. It basically does everything automatically, generating data randomly. But the module is still in beta, I'm looking for users interested in being a Beta Tester for this module so that they can send me a feedback. If interested comment below. PS.: Yes, the module will be paid, with the exception of Beta Testers. It is not easy to develop a module like this. Thank you for understanding. _________________________ STORE LBX
Last reply by levicosta201, -
- 1 follower
- 6 replies
- 3.4k views
Hello guys, I put it aside for a while my other projects posted here, I am now completing two software that I have not named them. The first software has the following function: ACARS; Some of the aircraft controls; Pilot Info; Aircraft information; Chat; Send flight plan; The following software has the following functions: Radar aircraft; List of online pilots to the program; Pilots in online mutiplayer; Table of flight plans; Counting hours of air traffic controller; Chat; The project still needs some repairs and completions, but with a few days can make a Beta release. I would like to know the opnion of you in the comments. Soon I'll post some screens…
Last reply by Shepred, -
- 5 replies
- 2.7k views
Hey Guys, I am currently program at a Trackingsystem, but I have a problem. We use in our airline kACARS only. For the Tracker, I have to change the "kACARS_Free.php" Module that, when kACARS send the liveupdate, these data also insert into a second table called "tracker_daten". Here the Code from liveupdate only. Rest of the code is default: <?php case 'liveupdate': $pilotid = PilotData::parsePilotID($xml->verify->pilotID); $lat = str_replace(",", ".", $xml->liveupdate->latitude); $lon = str_replace(",", ".", $xml->liveupdate->longitude); # Get the distance remaining $depapt = OperationsData::GetAirportInfo($xml->liveupdate->depICAO)…
Last reply by JustinFHI, -
- 3 replies
- 2.3k 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, -
Forum Module
by Tom- 24 replies
- 6k views
I've been saying for quite some time (probably almost 2 years) in the VAForum thread that it needs rewriting and that I'll do it soon, so I had better make a start. I'm posting here to get an idea of what features people expect to see in a Forum module; what would make it worth using over an external forum such as phpBB etc. My thoughts so far are based on being an update of the current VAForum: Admin in the phpVMS admin section Permissions by pilot group Board categories, visibility set by pilot group Editable signature fields Per-user timezone for post time display Use of a WYSIWYG editor Codes to display useful things (latest posts) elsewhere on the site Indi…
Last reply by Toyuko, -
- 0 replies
- 1.8k 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, -
- 1 follower
- 8 replies
- 2.2k views
I've noticed that it's rare to see internal commentary in module releases. Is this because no one likes it, or is it just that no one bothers?
Last reply by Sava, -
- 0 replies
- 1.7k views
Just out of curiosity. I believe this will also help programmers phpVMS
Last reply by levicosta201, -
- 1 follower
- 4 replies
- 2.7k views
Hello everyone, today I was doing a test with APVacars and noticed the following error (do not know if this happens to me), but when I click GET Flight it does not return me the data flying there on my site (but does not return me any) error, and the module appears on my site. It returns only the information of the fsx. But when I click Start Flight it appears the following error: You Must Click on Get Flight. But the Start button changes to Log Log STop What could this be?
Last reply by levicosta201, -
- 1 follower
- 42 replies
- 8.1k views
Hey guys i`m currently developing an ACARS client for some of my website customers and am going to release a basic version of it for free. I`m now starting the Beta Test Phase of it and would need some guys who are interested in trying it and give me some feedback on what i need to improve before i can release it. If you are interested please PM me so that i can send you the required files. Here are some screenshots (WIP):
Last reply by mseiwald, -
- 1 follower
- 6 replies
- 3.1k views
Hi all, im trying make a progress tour table. My actual table is showing the results in vertical with this scheme: pilotid-nºflight-accepted arv187-f1-1 arv187-f2-1 arv187-f3-1 arv220-f1-1 arv220-f2-1 arv220-f3-1 You can see a example here: http://argavirtual.b...la de tours.php This is a bad table then i want show results in horizontal mode, as seen in the example image: But not work well, you can see in the first table (vertical table) that pilot id "307" only have complete the first flight "Ruta1"(HAW1), but in the image attachet he have put a "accepted=1" in "Ruta2"(HAW2). This point exceeds my knowledge and im blocked. This is the code: if (!functio…
Last reply by ARV187,