Development Help
For help and support for the development of addons
515 topics in this forum
-
- 7 replies
- 3.8k views
Hello auguem have a php or html code of statistics for the total value of the home riders, acrafit total, total hours, total flights, all logs,
Last reply by g3r84, -
- 7 replies
- 3.5k views
Hello guys, Im trying to create a drop down menu, however, failing, BADLY. i was wondering if anybody had a code for a simple drop down menu that can be used with phpVMS? Thanks, Thomas.
Last reply by Tom, -
can somebody help me on this i want to have a plane page but i cant seem to get it working. here is how i want it to look like.
Last reply by joeri, -
- 7 replies
- 3.3k views
How i can add the ivao and vatsim status in the pilot list ?
Last reply by vicente, -
- 7 replies
- 2.8k views
Hello, well I use the latest version of phpvms and noticed that both adimim center, as in the statics that I Enser, the field is blank, nothing appears? what can it be? Thank you. Link Web Site: http://absacargovirtual.freetzi.com Link Do Site: Website
Last reply by Gabriel Fernandez, -
Double Logged In Pilots
by Guest lorathon- 7 replies
- 2.4k views
I also posted this in my kACARS forum It is still possible for a pilot to be logged in twice while using kACARS. This is from a pilot being logged in with there browser (using Cookie "A") and logged in with kACARS (using Cookie "B") To clean up your code on your frontpage you can use this snippet. This will ensure that a pilots name is only shown once. $shown = array(); foreach($usersonline as $pilot) { if(in_array($pilot->pilotid, $shown)) continue; else $shown[] = $pilot->pilotid; echo " {$pilot->firstname} {$pilot->lastname}<br />"; }
Last reply by mark1million, -
- 7 replies
- 4.8k views
What do I have to add where to get a status of the active flight (like: Boarding, Crusing etc ) in my signature (badge).
Last reply by ProSkyDesign, -
- 7 replies
- 4.5k views
Hello together, I was looking for a bridge between Woltlab Burning Board and phpVMS but I couldnt find something like that. If you know, or develop one I would be very happy. Martin
Last reply by BastiDE, -
- 7 replies
- 2.8k views
Hello together, How can I create an "Typerating"-Center for phpVMS? I dont need a big system or something like that. The only thing I need is a button to accept the new rank before the pilot will get the next rang. Example: 100h -> Flight Officer -> I must accept -> The pilot will be Flight Officer Thanks for help Martin
Last reply by Airport, -
- 7 replies
- 2.3k views
Ok, i'm not sure what is the php code JUST! to display a template. Does anyone know what it is, please. Thanks!
-
- 7 replies
- 4.3k views
Is there a file containing pilot rank pictures like this one I attached (The default new hire rank picture). Only need a few let me know where i can find these pictures
-
- 7 replies
- 5.8k views
Can someone pass me the code to make the Map Live This Way?
Last reply by flyalaska, -
- 7 replies
- 2.5k views
Hey all! I m re-making a manual add-on to an easier db based add-on. Currently I have make the SELECT * FROM db but how I can make the INSERT INTO ? Please an example would be very helpful. I know exactly how to make it with simple php but not with that type from the phpVMS inside the functions. Thanks, Dimitris
Last reply by mark1million, -
- 7 replies
- 3k views
I would love to have one for my new VA FedEx Virtual. I am new to scripting and trying to figure out code. It really hurts my head. If anyone can help a fellow member out would be great.
Last reply by TAV1702, -
- 1 follower
- 7 replies
- 8.4k views
Hi All I have created a set of pilot rank images based on FSPassengers pilot ranks (c0 - c23). If you're interested just download the ZIP file and place it in root directory of your site and just use the image links in Pilot Ranks inside Admin Center. Cheers Parkho Ranks.zip
Last reply by Parkho, -
- 7 replies
- 2.5k views
Hey guys, I was wondering any one have the codes for this type of staff list, http://www.flyaka.com/index.php/pages/staff http://virginatlanticva.co.uk/index.php/staff It looks really professional and good, ive tried to contact the coder.. Thanks
Last reply by truemo9, -
Next and previous page button
by Guest- 7 replies
- 2.1k views
Hello! How to add the next and previous page button?? Best regards and thanks for the help
-
Flight Map
by Guest- 7 replies
- 3k views
As I leave my map as well?
Last reply by Serrador, -
- 7 replies
- 3.4k views
Hello Just saw a addon used at flyalaska site of Flight Delays can someone share the code or a bit information on it? Wanted to use that addon. Thanks & Regards Ahad Imran PIAS Virtual Group PIASVIRTUAL.ORG
Last reply by STARs, -
- 1 follower
- 7 replies
- 4.4k views
Hi all, I am looking for a bit of help please. I have the live flight board from this forum but i would like it to auto refresh. I have only managed to refresh the whole page by using <!-- n = seconds --> <meta http-equiv="refresh" content="n" /> Can anyone help Thanks
Last reply by Industrialshadow, -
- 1 follower
- 7 replies
- 2.7k views
Hi all Could someone please help me out, I think the solution is so simple but I just can't see it with limited PHP skills. Ok I have multiple airlines but my schedules all come under the airline code "NEX" as the other airlines are for charters, code share etc. so I have filtered my NEX schedules on the results.tpl like so which works a treat: <?php foreach($allroutes as $route) { if ($route->code != 'NEX') continue; But I wanted to show two or more airline codes in the schedule results.tpl like "NEX" and"3XE" but not any others how would I adjust the code? I've tried a few things but with no success. Many thanks
Last reply by nexissair, -
- 7 replies
- 2.6k 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, -
- 7 replies
- 2.8k 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, -
- 7 replies
- 3.7k views
Sorry is this is posted OT. I purchased Crazy Creatives Download Center and installed it per instructions. I had to modify it for compatibility with phpVMS 5.5.x and php 5.5.45, most static functions. However, whenever I try to upload a file through admin I get the following errors: I sent a note to Crazy Creatives, however they stated earlier they were busy right now. Anyone find a solution to this error? Thank you, -Ken
Last reply by KenG, -
- 7 replies
- 2.9k views
Firstly, I'd like to start by saying my coding knowledge is non-existent, but I'd very much like to learn! How would I go about displaying a custom profile field, which is just text, on another page? Any help with code snippets or links to the right section of the documentation would be really helpful! Thanks!
Last reply by web541, -
- 6 replies
- 2.9k views
Hello, I'm looking for a small tool which I can make pictures galery?
Last reply by Nabeel, -
- 6 replies
- 3.2k views
I Did a new pilot list adapted of the FSACARS code. This code need conect_db.Example <?php $hostName = "localhost"; $userName = "XXXXX"; $password = "XXXX"; $dbName = "XXXXX"; /* make connection to database */ mysql_connect($hostName, $userName, $password) or die("Unable to connect to host $hostName"); mysql_select_db($dbName) or die("Unable to select database $dbName"); ?> <?php /* Constants */ @define ("MYSQL_CONNECT_INCLUDE", "connect_db.php"); // MySQL database connection (a sample file is included) /* Database connection */ include(MYSQL_CONNECT_INCLUDE); /* Select all pilots */ $query = "SELECT * FROM phpvms_pilots ORDER BY pilotid ASC"; $r…
-
- 6 replies
- 2.6k views
Okay i just got 2 ideas but dont know how to make the code for. 1. Pilots will get a regular salary (like 3500$), if they fly or not. After 3 month without flying, they will get an email like "You didnt fly, how bad, now you have one month left or we delete your account" ooor the admin gets some msg in the admin panel and can write the email by himself.. 2. Lets change the rules and turn this into something realistic.. The pilot can have the choice to choose the routes by himself or let the flight operation officer do that task (he will choose the flights for the pilot and the pilot is not able to book flights by himself anymore) Maybe adding something like a switch w…
Last reply by vancouverA380, -
- 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, -
- 6 replies
- 2.5k views
Hi to all! I know is possible but, anbody have will to do it, cause im empty board on coding. I want that schedule is only shown from town the plane from schedule is in...got it...If plane is in KMEM then only schedule is shown for that registartion and KMEM...So if last logged place is KMEM next pilot if he want to use that same registration will be only be able to bid schedule from KMEM...cmon coders, this is code worth it for any serious VA. Thanx a lot!!!
Last reply by Thomas,