Development Help
For help and support for the development of addons
515 topics in this forum
-
- 3 replies
- 21.9k views
Hey, I'm currently Running IPB as my forum and website but my vm uses phpVMS, so i, for the better part of today have been working on a module that uses IPB's user database for phpVMS's Authentication. there is a dev kit that links with their ipconnect setup so that when you log in on the remote user (phpvms) it go's ahead and checks the IPB database and authenticates, and then copies the user over to the phpvms database, and does this each time you login, except it updates the details so that you have a SSO enviroment. I was integrating this earlier and am having quite a lot of trouble with it because of the Codon Framework, i have never modified it before so i was re…
Last reply by GlobalOne, -
phpVMS Custom ACARS *Video Release* 1 2
by Guest N402KC- 30 replies
- 7.3k views
Hello All, As I told you A while back, I would be developing a Custom ACARS Strictly for phpVMS. The Video below is what the acars will look like and some of the features. Please post all the features you would like below or add me on msn. MSN: delta1420@comcast.net http://www.youtube.com/watch?v=zh3o-1NPe9Q - is the video.
Last reply by simpilot, -
- 3 replies
- 2.1k 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, -
- 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, -
- 2 replies
- 1.5k views
Hi All, How do i pair phpvms with IPB so when a user registers on my VA it makes them an account too?.
Last reply by Heliguy, -
- 1 follower
- 4 replies
- 4.3k views
Here's a quick bash script to update phpVMS to the latest version. It'll download the update version from the server, unzip it, delete the local.config.php, and then copy the files to where phpVMS is located. You need SSH access to your server (ask your host). You can either download the zip file, and extract the file to your server, or use vi, whatever to create this script: NOTE: The download URL has changed #!/bin/bash PHPVMS_PATH="/path/to/phpvms" echo "Retrieving update" rm phpvms.update.zip wget --no-cache --no-clobber http://downloads.phpvms.net/phpvms.update.zip rm -drf phpvms echo "Unzipping file" unzip -q phpvms.update.zip rm -f phpvms/core/local.config.…
Last reply by Nabeel, -
- 3 replies
- 2k views
Let's see how many of you are using phpVMS 5.5 and 2.1.
Last reply by magicflyer, -
- 2 replies
- 1.7k views
Hello folks. we are trying to downsize our MySQL database as the database is like 600 mb and our load times are absolute terrible. PHPVMS_SESSIONS is like 200MB alone. are we able to delete it? what will be lost
Last reply by SmarticleCo, -
Picture in download section
by Guest Henrikkir- 3 replies
- 2.2k views
I do not know if this script have been here before, but i have having some problems with my download pages. When I in my adminpanel making af new download, there is a line "Link to Image" it's dossent seems to work. No pictures showing on download pages. Here is the script and guides: 1. Open "downloads_list.tpl" in folder "core/templates". 2. Line 33 insert: <a href="<?php echo url('/downloads/dl/'.$download->id);?>"> <img src="<?php echo $download->image?>"></a><br /> Save and upload to site. You can now se pictures, and you can also clik at the picture for downloading files. Look here for an example. http://danis…
Last reply by Txmmy83, -
- 4 replies
- 2.5k views
Any body have a template or script I can add for Pilot and Staff applications? And if so, where and how do I put it in the website. I am very new to this (coding etc..)so please bear with me, LOL
Last reply by Steve Bartlett, -
- 1 reply
- 2k views
Ok trying to get the pilots awards on a seperate page instead of being on the main profile page. Having a bit of trouble as its not feching data at all and ive even added awards to my pilot profile aswell. Here is the code im using <div id="mainbox"> <div class="indent"> <p><?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?></p> <table> <tr> <td valign="top" nowrap> <p> <strong>My Awards</strong><br /> <?php if(!$allawards) { echo 'No awards yet'; } else { /* To show the image: <img src="<?php echo $award->image?>" alt="<?php echo $a…
Last reply by servetas, -
- 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, -
- 1 follower
- 42 replies
- 12.1k 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, -
- 1 reply
- 2k views
Ola Pessoal Eu Sou Novo Aqui Desculpem Si Estiver Fazendo Algo Errado Mas a Minha Duvida É .Tem Algum Modelo De Templete Para a Pagina Do Perfil Do Piloto??Pois Gostaria De Deixar Um Mais elegante.Desde Ja Agradeço
Last reply by magicflyer, -
- 7 replies
- 3.2k views
Ok so I am adding a pilot country field to the registration form and have already edited the registration_mainform.tpl, RegistrationData.class.php and the registration.php files. How I edited - The template- I added a drop down box, set the value of the box as country and entered the country data and the values aswell. The registration.php- <?php function ProcessRegistration() { // Yes, there was an error if(!$this->VerifyData()) { Template::Show('registration_mainform.tpl'); } else { $firstname = $this->post->firstname; $lastname = $this->post->lastname; $email = $this->post->email; $code = $this->post-…
Last reply by Nabeel, -
- 6 replies
- 2.7k views
Hello ! I want to display a table with the pilots forom every hub. For example i have a HUB the EDDF and i want to display only those pilots. Have someone a code for this ?
Last reply by simpilot, -
- 3 replies
- 2.5k views
Hello, For my VA i want to change the pilot list to show the pilots not by all of our hubs but by an Custom Field Value. The name of this field is Status and the three possible Values are "IVAO Pilot" "Active Pilot" and "Inactive Member". It would be great if you could help us. Thank you, Bastian Wagne (Cologne International VA)
Last reply by ctabuyo, -
- 4 replies
- 2.7k views
Is there a code to trigger an email to a pilot when they are awarded an award?
-
- 5 replies
- 3.4k views
Hi guys ! hope everyone is having a nice holiday ! I know this has come up before, but I cant find what I'm looking for. I've got the great circle mapper installed on my front page and working, but I want to install it in the pilot profile to show an individuals recent flights on the map. Anyone have this code ?
-
- 1 reply
- 1.5k views
Hey There! I was wondering if there is any free pilot profile page out there. I tried making one but that failed!!! So I was wondering if there is one out there anywhere?
Last reply by Jeff, -
- 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
-
- 2 replies
- 2.3k views
How come when my pilot roster pulls from all of the hubs, some of the rows are totally different widths when it runs off of one .tpl file? http://www.spark-jet.com/index.php/pilots
Last reply by Remington Box, -
- 0 replies
- 1.5k views
Hi to everybody, first of all, greatings for the great job with php VMS; I hope to post the message/request in the right forum place!! I'm wondering if is possible to create a php script with which organize a pilot score feature depending on the flown flight; I try to explain with an example: If the pilot do a scheduled flight or a free flight, he gains a score depending on the first words of the flight ID ( example flight : LIU012 -----> initial words are LIU) : flight with initial ID TRI-001 / TRI-002 etc. (init is TRI) ------> 10 points flight with initial ID KKU-001...KKU-002 etc. (init is KKU) ------> 5 points non scheduled flight (free flight) (not sc…
Last reply by vins, -
- 1 reply
- 1.6k views
Hi, i need some code to be made: i want to have the fspax scoring (in every flight) to be stored in the database and each pilot to have his personal score. Then, this score to be shown in pilot's profile, and in somehow in the toppilot utility if possible. This way, pilots will have to have their mind to fly "correct" as any mistake during flights will cost them points and reputation. Anyone who could provide code/template on this? thank you
Last reply by CN@ndo, -
- 1 reply
- 1.8k views
Have any of you messed with the pilots stats page? All it shows are the two graphs which is very boring..I was thinking of adding total miles flown, cargo, their best landing things like that..
Last reply by Jeff, -
- 17 replies
- 4.2k views
If any one is interested, and not sure if Pilot Shop is the same as Pilot Store. I was think of this for days and thought it be a good Idea, Pilot Store: pilots can use their Virtual money purchase like Repaints and scenery addons, Not sure ifs hard to make or not as though I dont have knowledge, But think its a great idea, cause pilots have money but they have no where to use it, so which means it will keep building up for no use, so think a pilot store will be the best thing to do, GREAT IDEA, Feedback would be great, maybe some one can handle coding it. Best Regards Allan
Last reply by Allan, -
- 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, -
- 4 replies
- 1.8k views
Hello friends, I have a problem pilot_list.tpl, when I installed the update some drivers disappear from the list of pilots. Only appear some riders, others not appear. What can it be? Thanks
Last reply by CN@ndo, -
- 1 reply
- 1.5k views
Hi, i need an hack, what can Export an complete List (with filter). Before i do the export, i can choose many filter, like ranking, flights, hub. Gives this, or can one create this? Regards Basti
Last reply by mark1million, -
- 3 replies
- 2.7k views
Hello everyone, my flights by pilots do not receive payments Kacars but what can it be?
Last reply by levicosta201,