Development Help
For help and support for the development of addons
515 topics in this forum
-
- 4 replies
- 4.5k views
Thought I would share this with you guys so that you dont have to put a support topic saying that the METARS dont work Departure: <iframe src="http://www.vatsim.net/data/metar.php?id=<?php echo $schedule->depicao; ?>" class="metar" width="350" height="75" frameborder="0" scrolling="no"></iframe> Arrival: <iframe src="http://www.vatsim.net/data/metar.php?id=<?php echo $schedule->arricao; ?>" class="metar" width="350" height="75" frameborder="0" scrolling="no"></iframe> Change it in the Schedule_brief.tpl -Thomas.
Last reply by Fly Star Alliance, -
- 6 replies
- 2.2k views
The module I am working on, display's the aircraft in your fleet. Sounds like it has been done before, but this breaks it up into the different airlines in your VA if you have multiple airlines, such as alliances. http://malaysiava.or...ex.php/Aircraft There is a preview of it. It will have an admin side to make it easier to add the aircraft into the DB. It is still early on in the development. It will be released when it is complete.
Last reply by Strider, -
- 1 reply
- 1.8k views
I am working on code to get the charts for the airports your VA arrives and departs from working, so you can always have in the schedule pilot brief a dep and arr charts. http://malaysiava.org/index.php/schedules/brief/91 Take a look there, the code is simple. <img border="0" src="<?php echo SITE_URL ?>/lib/images/charts/<?php echo $schedule->depicao?>.png" width="387px" height="594px" alt="No chart available" /> <img border="0" src="<?php echo SITE_URL ?>/lib/images/charts/<?php echo $schedule->arricao?>.png" width="387px" height="594px" alt="No chart available" /> All that is required is for you to create …
Last reply by mark1million, -
- 20 replies
- 7.9k views
WORLDACARS STATUS: FSUIPC and XML Development As some of you know I am currently working on a new ACARS program that fully integrates into phpVMS. Features: - XML provides quick and easy data transfer between phpVMS and WorldACARS - VA Flight Plan search - ***Software Development Kit*** - XML PIREP Saved when sent to server encase of failure. About the SDK: The WorldACARS SDK provides virtual airlines the choice to change the layout and design of WorldACARS through Visual Studio (2008 recommended). What the SDK Includes: - Original Project Files - Tutorials ACARS Requirements: - Microsoft Flight Simulator 2004 or X - FSUIPC - Latest Version of .NET Framew…
Last reply by mark1million, -
- 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,