Development Help
For help and support for the development of addons
515 topics in this forum
-
- 3 replies
- 1.9k views
I was trying to open a pilot store but i open a type of store and its adds it but does not show up in my system??? Why??? need help thank you
Last reply by TAV1702, -
- 2 replies
- 1.9k views
Hey everybody, is it possible to make a code , which generates a line in th signatur with "offline" or "in flight" like the tuifly virtual ? Can the signature change the background when a pilot is in the air for example ? Greets Tuifly VA signature :
Last reply by MBrown, -
- 2 replies
- 1.9k views
Hello friends ... After I installed the new version of phpvms, several errors were found ... One was about time I send a PIREP, did arrive at the site .. and the FSFK FSACARS not work because of that, I've reseted the Table ACARS at the maintenance and did not work! At the time of acceptance the PIREP, when I click Edit, the following error occurs ... PHP Warning: Invalid argument supplied for foreach() in E:\home\autopecasmilian\Web\kafly\do\admin\templates\pirep_edit.tpl on line 19 The list of Airlines nothing appears, even if I create an admin panel or by the VA phpmyadmin.Minha appears in the database and does not appear in the admin panel See the picture…
Last reply by simpilot, -
- 2 replies
- 1.9k views
Hello I should like to inquire whether it would at all be possible for us over at RAF No.2 Group to schedule some of our flights with the normal 0-6 (Sunday-Saturday) code, but also allow for days of the year numbers, ie 001, 140, 350 and so on. I don't see any similar solutions on the forum, but was hoping it'd be possible. As the VA is kind of in the cross between military and civil aviation, the irregularity of flights is difficult to show. It'd help us a lot if we could schedule some of our flights this way. Thank you in advance for any replies!
Last reply by scajolly, -
- 3 replies
- 1.9k views
Could anyone give me a code to put in my house for new riders? I searched the forum but found nothing, thanks for listening.
Last reply by Kairon, -
- 0 replies
- 1.9k 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, -
- 1 reply
- 1.9k views
Hello, I'm from cloud virtual airlines. I've already did one post but still have no cleu of how to make a dropdown menu. At the moment I'm using the skin "detachable" could anybody help me with starting a drop down menu from the beggining I already researched for 2 weeks so please help me and don't point me to aother topic, because I already saw every topic with the word drop down menu in it. www.cloudvairlines.com Vincent, ivinc@mac.com
Last reply by flyalaska, -
- 6 replies
- 1.9k views
Hello, i have one request. the center of the administrator, where we define the days of the week the route is available, add another option to add all the others, like "every day of the week." It will be easier for many people. Thanks
Last reply by Tom, -
- 3 replies
- 1.9k views
This idea has been in my head for a while now, because although there is phpBB modules which can automatically register people in, it'd be really cool if the forums connected to the same MySQL table for the pilots and users, so after you have installed it the users are on there and do not need to log in to the other forums. So this is my basic idea, a simple discussion board (which can be made more advanced as versions are updated) and the user database is simply connected to the exact table which phpVMS uses. Simple. Also the administrators, staff as well as pilots are automatically distinguished and ranks, flight hours, etc are displayed too. I think it'd be really co…
Last reply by goldenairways, -
- 1 follower
- 4 replies
- 1.9k views
I am trying to get the statsdata to show a count of how many flights have been completed by my custom kacars program. But it is not working and need help, maybe someone here has the answer. Here is the code I got: /** * Get the number of flights flown with macars */ public static function AcarsCount($airline_code = '') { $key = 'acars_count'; if($airline_code != '') { $key .= '_'.$airline_code; } $acars = "mACARS"; $total = CodonCache::read($key); if($total === false) { $sql = 'SELECT COUNT(*) AS `total` FROM `'.TABLE_PREFIX.'pireps` WHERE `source`='.$acars; if($airline_code != '') { $sql .= " AND `code`='{$airline_code}' GROUP BY `code`"; } $result = DB::get_row($…
Last reply by Strider, -
- 5 replies
- 1.9k views
I was thinking of adding to my PHPVMS the XACARS, I would like to know how to do. of already I am grateful for the help. Luiz Cortinhas (RICO VIRTUAL) www.ricovirtual.br.tp
Last reply by joeri, -
- 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, -
- 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, -
- 2 replies
- 1.9k 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, -
- 1 follower
- 3 replies
- 1.9k views
How to list my aircraft of VA in the profile of the pilot? I can not get the code used was the code below! Can someone help me? <?php foreach($allaircraft as $aircraft) { if($aircraft->registration == $schedule->registration) $sel = 'selected'; else $sel = ''; echo ''.$aircraft->fullname.''; } ?>
Last reply by Parkho, -
- 1 reply
- 1.9k 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, -
- 1 reply
- 1.9k views
Hey, Just wondering, is there a fuel planner for phpvms, Or like a fuel dispatcher. Lets us know J
Last reply by mark1million, -
- 1 reply
- 1.9k views
Hello People, i want get de last 5 flights with this iformations: Status( Is rejectd or acepetd) Thanks
-
- 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, -
- 2 replies
- 1.9k views
Im trying to manage my site, and make drop down menus here is my current site http://aevirtual.org and i need to have d/down menus, anyone got a code i can put into my core_navigation.tpl or .css? heres wat my .tpl looks like and here is my .css ONCE again thanks in advance!
Last reply by tylerj, -
- 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, -
- 1 reply
- 1.9k views
Okay so I've been playing around with the group permissions and trying to add in a few custom permissions of my own, And then I stumbled across something in the logic that had me stumped. So in a few moments I will ask the question but before I would like to explain how I'm understanding this to make sure I have it down right. If the following paragraph sounds too confusing just ignore it, It's still kinda hard for me to explain. Basically what I can get from this is that each permission is represented in binary format and it starts at 1 then 10, then 100, then 1000. and you just check to see if that bit is on when checking for a permission. for example if I'm wanting t…
Last reply by Oxymoron290, -
- 4 replies
- 1.9k 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, -
- 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.9k views
Hello .. good eh just wanted to tell that to successfully implement phpvms light box, I made it compatible totalmete .. soon open a test account to try the system .. I changed bstante .. Boxxer light of the bad is that when you leave a lot to be updated pe cuiddo with the files you have to upgrade.
Last reply by novamix, -
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($…
-
- 1 reply
- 1.8k views
Hello all, im a novice to skinning, so simple English would be appreciated! I would like to re-skin my flight status board under my flight map to something that looks like this - http://forum.phpvms.net/topic/8702-live-flightboard-just-wondering/ I have been searching around the forum for a while, and there was no, straight forward answer on how to do this. Could someone help please, it would look quite good on my website, and i just need help on how to do it! Regards
Last reply by Strider, -
- 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, -
- 3 replies
- 1.8k views
Hi and thanks for a nice piece off work. I have tried to install both versions and every thing works fine. Except for the aircraft location on google map It is either not there or 20 to 30 NM wrong placed on the map. I run FS2004 with Vista 64 bit system, could this be the reason?
Last reply by weitling, -
- 1 reply
- 1.8k views
Hi again... I currently working with an addon which I think will have to 'explode' the raw data from the pireps table in the database. When inspecting the database it seems like FSPassengers pirep's raw data goes to the field log, while fsfk's goes to the table source. Where the free Xacars goes I don't know, does any one know? Is this a bug, which I can expected to be fixed? It is no big issue, but it is nice to know when coding the addon. Regards
Last reply by Wingthor,