Releases
Subforums
This organization houses any published phpVMS Addons
82955 visits to this link
147 topics in this forum
-
- 3 replies
- 2.2k views
Hello, I am now receiving an error with cACARS. When I file me pirep at first I get a Bad Gateway error then I try again and get a operation has timed out error. What I find strange about this is that it successfully filed on the site but the program has not registered that. Also when I have completed a flight it dose not come out of my booked flights on my site or on the cACARS client.
Last reply by TechAttax, -
- 1 follower
- 6 replies
- 3.4k views
so i am entering <?php PopUpNews::PopUpNewsList(5); ?> and im getting this in a return from my site Notice: The template file "/public_html/phpvms//lib/skins/templatemo_362_gift_red/Screenshots/screenshots_random.tpl" doesn't exist in/home/phpvms/core/classes/TemplateSet.class.phpon line 248 ​Any bod ever had this error before im trying to get this skin all working correctly before i put it on my paid host? http://unitedstatesvirtual.netne.net/phpvms/
Last reply by Affix, -
CAVacars is acars/log software for phpVMS. CAVacars is heavily modified and improved version of APVacars. It uses modified module of kACARS_Free, It enables you to fly charter flights. More detalis and download on http://cavacars.net63.net Any feedback is wellcome. If you like it and want your VA logo in it, send me picture in dimension HxW-230x185 px and i'll put it in and send you installer for it.
Last reply by SmarticleCo, -
- 0 replies
- 1.5k views
to make flights below 10,000 ft? error if you change the altitude to below 10,000 feet
Last reply by GabrielILC101, -
Charter Flight System (Using PHP-VMS defult Temps and Modules) [updated V1.1.0] By Reza Farzam Hello dear webmaster; To be honest, just noticed that this madule is a developed version of the PHP-VMS defult temps and madules which used in order to add and edit SCHEDULES from the Admin Panel . So first of all I am going to admire the PHP-VMS Board! We all know that there is already a pay-module owned by PHP-VMS Board that worths more than any charter modules! But I believe this Charter Module is the Best Free-Module ever! I think this module covers 80 precent of your demands! This module works by giving access to your pilots to add and edit t…
Last reply by mikaelartur, -
- 2 followers
- 112 replies
- 39.3k views
I am releasing the codeshare module that will show all flights in your schedules that you are codesharing on. You are able to include an image of the airline, to do so you must change the img link in the codeshare.tpl file. change the skin_name to your skin name. This modules uses a modified simpilots events module admin side. This update has the following additions: -ajax controls to the flight number. You can download the module here Demo of the front of the module: http://malaysiava.or...x.php/codeshare
Last reply by Strider, -
- 56 replies
- 41.5k views
Afternoon Gents, Im stuck in a delma and I just dont know how Im going to go about solving it. Is there anyone with a complete SQL database for the airports by any chance? I could go in manually and add EVERY airport because Im just going to have a universal Flight number that everyone will use. But I REALLY dont feel like adding all the airports in but If thats what needs to happen I will but if anyone can contribute the file I would be GRATEFUL! Best Regards, Greg
Last reply by eliezerazevedo, -
- 1 follower
- 44 replies
- 14.5k views
Hey guys, I have now released v1.00 of the cACARS Free flight tracking client. The module and client can be downloaded here: http://www.crazycreatives.com/cacars-free/ Also the first pack of custom options are available. You can find prices and available options here: http://www.crazycreatives.com/cacars-flight-tracker/ Further options will be added in the future.
Last reply by mseiwald, -
- 0 replies
- 3.6k views
Hi All, So many people have been asking me for this after it's been on my site.Displays a small text-based output that shows the pilots callsign and name. You can adapt as you wish. PLEASE NOTE: The code may not be as short as it could be, just as long as that because I edited it from the live flights board. Enjoy! Jon <?php $results = ACARSData::GetACARSData(); if (count($results) > 0) { foreach($results as $flight) { if($flight->client == 'FSACARS') {$plane = OperationsData::getAircraftInfo($flight->aircraft);} else {$plane = OperationsData::getAircraftByReg($flight->aircraft);} ?> <?php echo $f…
Last reply by Jon, -
- 1 reply
- 3.2k views
While I was trying to find some old files on my server I came up to the awful 404 error page of Apache... Then I made my custom one which(I Think) looks much better Steps: If .htaccess not exist go to step 1.2 1)Edit .htaccess file and add the following line: ErrorDocument 404 http://www.yourdomainname.com/index.php/notfound404 Save, close and upload to your root directory. 1.2)Create a .htaccess with the following contents: ErrorDocument 404 http://www.yourdomainname.com/index.php/notfound404 Save, close and upload to your root directory. 2)create a folder in core/modules named "notfound404" and make a php file named "notfound404.php" with the following…
Last reply by mrredbeard, -
- 1 follower
- 0 replies
- 705 views
Since I'm currently working on JoinQuest I'm open to start projects of Custom Acars with your Brand And Your Logo and scheme colors etc... I've posted pictures below of what JoinQuest Looks like and features so far this will be for version 5.5 not version 7 just yet haven't conquered that just yet. If interested just send me a pm.
Last reply by smokey68, -
- 5 replies
- 3.2k views
Hi ALL, After reading a tutorial on creating flags I gave myself a try and the result became a complete replacement of the default phpVMS flags which I use on pilots page and on my airport list image is attached! and if you like to see more flags that are not shown on attached preview image you can do it LIVE on my Airport Info Page comments are more than welcome as I am not on Github so I have uploaded it to my VA's page http://www.flyeurope...ter/category/18
Last reply by web541, -
- 1 follower
- 0 replies
- 3.4k views
I have created a module to easily add a Discord Server widget to your VA It is very easy to use, saves you from having to create a page and get the iframe code and putting it in. You can download it here You can view a demo here
Last reply by Strider, -
- 19 replies
- 8.1k views
Hello, me and My Friend( Almost All My Friend ) Create A Little script for a VMS. He put a topic in forums but Not explained correctly. Discounts To Subtract From Pilot Salary V1.0 Well this addon remove the pilot's salary according to his flight log. For example, the limit of TD in his VA is -300 and the driver exceeds this limit, is much more constructive and interesting actually used the system's finances vms than simply delete the log. So if Exed the limit of touch, flaps, gear down or up, will be deducted from the pilot's account as follows: Every 100 FT / M Exed (Default is -300, but you can change) is removed - $ 1,200, the same way with the flaps and gear, bu…
Last reply by edmundk, -
- 14 replies
- 9.5k views
module doesnt exist anymore
Last reply by Tom, -
- 1 follower
- 19 replies
- 14.4k views
Email individual pilot. Current version: v1 Tested on: 2.1.93 Email individual pilot is a module that allow you to send a mail a a certain pilot to his email address from inside the phpVMS admin panel. Installation: 1. Upload mailer_mailpilot_form.tpl to your /admin/templates folder on ftp. 2. Insert the following lines at your MassMailer.php file located at /modules/MassMailer on your ftp. #------------Individual Pilot Mailing------------------------------------------------------------ #Copyrights dimitris phpvms forum public function mail_pilot() { $this->render('mailer_mailpilot_form.tpl'); } public function sendmail_pilot(){ echo '<h3>Sending em…
Last reply by ProAvia, -
- 6 replies
- 4.2k views
Hi guy Sorry for my stupidity but i modify my core_navigation.tpl and now i see the exam center but i I don't see the Admin Exame center menu. I report my text in file <li><a href="<?php echo url('/'); ?>">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/login'); ?>">Login</a></li> <li><a href="<?php echo url('/registration'); ?>">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>">Pilot…
Last reply by Tato123, -
- 0 replies
- 1.7k views
https://github.com/Strider2/export_pilot There you can export your pilots list.
Last reply by Strider, -
- 40 replies
- 20.4k views
Zumeweb.com is proud to release Extended Fleet v1.0 to the community, 100% Free. Extended Fleet is a module that goes beyond phpvms's capabilities to render a full fleet description page for each aircraft in your fleet, from the aircraft's physical characteristics to it's financial capabilities. The current available details of the aircrafts are available below: Type, weight, cargo, range, passengers, and cruise altitude. Fuel data incl. Average fuel use per flight, total fuel used, and fuel consumption rate. Average flight distance per flight, and total distance traveled. Listings of most recent flights with the aircraft Listings of routes the aircraft serves A ne…
Last reply by CFVA, -
Fleet Table 1 2 3 4
- 117 replies
- 54.1k views
Version 1.0 Outdated A table which contains your full fleet information. Preview: http://www.vhmrw.site90.com/index.php/fleet 1. Add the folder 'Fleet' to your core/modules folder 2. Add fleet_main.tpl to your coretemplate folder 3. Go to: www.yourvmssite.com/index.php/fleet (Replacing www.yourvmssite.com with your site URL of course) Download Link: http://downloads.vhmrw.site90.com/Fleet%20Module.zip (only download link as earlier version) ------------------------------------------------------------------------------------------ Version 1.1 Released 1.1 Features: All previous 1.0 information Total Hours Total Flights Custom SQL (FleetInfo) 1.1 Will come …
Last reply by chilemugriento, -
- 2 replies
- 3.4k views
Hi, i need help This is my code for Fleet Table <h1><?php echo SITE_NAME?>'s Fleet Information</h1> <table> <!-- Fleet Table Version 1.1 - fleet_table.tpl --> <table border="1"> <thead> <tr> <td><b>Image</b></td> <td><b>Type</b></td> <td><b>Range</b></td> <td><b>Empty Weight</b></td> <td><b>Cruise Alt</b></td> <td><b>Max Pax</b></td> <td><b>Max Cargo</b></td> <td><b>Total Hours</b></td> <td><b>Total Routes …
Last reply by Tato123, -
- 1 reply
- 1.5k views
What is the best real booking system out there thast would make phpvms flights more realistic
Last reply by shakamonkey88, -
- 2 replies
- 3.3k views
Show This: Pressing "Click to view Airport Charts" will open new Window with Following: You must insert the following line as shown in the next Picture in core/templates/schedule_briefing.tpl Cheers Nighthawk Here is the complete Code: <h3>Procedures and Information</h3><br> <table width="98%" align="center"> <tr style="background-color: #333; color: #FFF;"> <td>Charts for <?php echo $schedule->depicao?></td> <td>Charts for <?php echo $schedule->arricao?></td> </tr> <tr align="center"> <td width="50%" valign="top"> <a href="http://www.airnav.com/airport/<?php e…
Last reply by Nighthawk, -
- 0 replies
- 1.8k views
The following module will allow you to see a list of every pirep submitted throughout the history of your airline. It is under the Creative Commons Attribute. Enjoy!
Last reply by StartVM, -
- 1 follower
- 16 replies
- 6k views
This is a new release compatible with phpVMS 5.5x by Simpilot. Install: 1.Create SQL table using the one provided in the folder(flightbookingsystem.sql) 2.Upload the files in the order into the PHPvms software. 3.Copy the following to core/local.config.php : Config::Set('JUMPSEAT_COST', '.25'); //0.25 is the cost. 4.Access it by: <?php echo url('/FBSV11") ;?> 5.Enjoy Download: FlightBookingSystem V1.1
Last reply by Michael2015, -
- 1 follower
- 21 replies
- 7.4k views
This is a flight duration calculator. The results are of course estimated but with this you could have an idea of how to manage your schedules when adding them. This is an open source module, so feel free if you want to make changes. Install: 1. Download the zip. 2. Unzip & upload in the order of folder structure. 3, Make a link to access it by <?php echo url('duration') ;?>. Pix: Download at Github: Github.com/parkho
Last reply by Parkho, -
- 5 replies
- 7.1k views
Hi guys, this is flightplan V3.14159265 (yea, it really is pi... dont ask me why but i never released something with a version number before. now i did ;D ) it took me 1 hour to write that tutorial but it will take you between 1-5 hours or even much more to configure everything thats why dont expect a lot of people installing this, but if you do, you will have fun. if anyone has problems, i can help but i am not going to fully install it as it takes me too much time and i am currently very busy with my job and also my virtual job Okay first of all, here is a screenshot, so you actually know what this addon is. click me You see a graphic in the background of schedules…
Last reply by Tom, -
- 0 replies
- 3.1k views
This script displays a floating bar that sits at the top of the window, which glides back into view when the page is scrolled. The default script includes a Guest only view, that gives them a link to login/register. Demo 1 Demo 2 Download Floating Bar Mod For support, please visit www.simflightgen.com and ask your questions there. This script is fully customizable, to fit the needs of your website. www.simflightgen.com
Last reply by Jason, -
- 0 replies
- 1.4k views
GOOGLE CALENDER FOR PHPVMS 5.5x by php-skins.com Purpose of this module: list your events on your calender in you google account on the calender meant for your website and the calender will be embeded on your phpvms website it is great if you have a plenty of evnts that you may hold in your airline and edit the calender from your google personal account. Install: 1. Unzip the folder anywhere you want. 2. Upload in the order of folders. 3. Import sql to your sql main database 4. once complete see the admin panel and change id from 0000 to your google calender id 5. step 4 information can be found on your google calender details 3. make a link to…
Last reply by smokey68, -
- 1 follower
- 4 replies
- 3k views
So after tanking on my last few flights because of fuel prices im beginning to ask myself. Why cant we either buy fuel in bulk or use what was leftover from our flights prior? so lets say you fuel up a full tank in KSAN and pay the live fuel price there to fill the tank and pay one big sum of cash to the airport for the fuel and proceed to all the airports you want with out paying for fuel at each destination Or just buy like 2 million dollars of fuel for a bulk deal. Maybe i have missed a module release or something but if anybody has an idea on how this could be made that would be great. Now i have no knowledge on php coding just basic type html but if i see a large gr…
Last reply by mischka,