David-Clark.net

Category Archives: phpVMS

phpVMS Individual Aircraft Stats

Users of the phpVMS virtual airline system may want to display individual aircraft stats. An addition to the system follows to add this feature to your site. Create a file named Airframestatsdata.php in your /core/common/ folder and insert the following code. Then in the module function that you want to display the stats assign them [...]

Leave a comment

phpVMS Content Module

Some users of phpVMS often look for a way to add pages within the system without using the pages editor as sometimes it will break php code you are trying to use in the page. It can be done easily by creating a quick module to show the pages. For this example we will create [...]

1 Comment

If your phpVMS site is slow to respond during phpvms.net outage

If your site phpVMS based virtual airline is experiencing issues with timeouts and kACARS disconnects during the unfortunate outage of the phpVMS and VaCentral servers you can disable the functions in the framework that is calling back to the api server(s).   In the /core/local.config.php file change the following code;   so it looks like [...]

Leave a comment