I’ve made the build scripts public:
https://github.com/n…/phpvms_navdata
There is a rudimentary README file. But yeah, fork it, download it. It has to be run on the command line. If you point the db.php to your phpVMS install, it’ll populate there.
I’ve made the build scripts public:
https://github.com/n…/phpvms_navdata
There is a rudimentary README file. But yeah, fork it, download it. It has to be run on the command line. If you point the db.php to your phpVMS install, it’ll populate there.
Hey Nabeel, I read the readme but I’m not sure if i’m following the right path. What I did is that I imported the navdata sql into the phpVMS but I’m trying to get the route to know what route was it used on one of the PIREPS. What I am missing?
I’m not sure what you mean
Here Post this if you like…
How do we actually use this ?
How do we actually use this ?
Just import into the “navdata” table of your DB.
My question would be whether its best to delete the old table first, then import the new???
Yes
Drop phpvms_navdata table
import sql file
Edit db.php
<?php
error_reporting(E_ALL & ~E_NOTICE);
$db = mysql_connect('localhost', 'edit_db_user_name', 'edit_db_password');
mysql_select_db('edit_db_name');
define('NAV_NDB', 2);
define('NAV_VOR', 3);
define('NAV_DME', 4);
define('NAV_FIX', 5);
As for the scripts. I put them in a site root
directory named “navdata” on my web server keeping file structure along with the fsbuild/fsbuild text files.
Then I ran it as a cron job…
or from browser run
http://site_url_goes_here/navadata/fsbuildparse.php
SQL File Updated to 1601:
http://fun.flightunlimited.net/navdata/phpvms_navdata_1601.zip
,
you may use this to update github…
Visit this topic for current .sql
phpvms_navdata 1607: UPDATED 22 June 2016 | 1330 Hrs US Central Time | 1830 Zulu
phpvms_navdata 1609: UPDATED 18 August 2016 | 06:58 Hrs US Central Time | 11:58 Zulu
phpvms_navdata 1809: UPDATED 6 September 2018 | 01:30 Hrs US Central Time | 06:30 Zulu
My PHPVMS Navdata Moved to http://moddingunlimited.net/index.php?topic=124.msg136;topicseen#new
The topic or board you are looking for appears to be either missing or off limits to you.
Please login below or register an account with Modding Unlimited.
How do I get the file?
<___base_url___>/topic/19993-navdata-update/?page=2&tab=comments&do=embed&comment=117743&embedComment=117743&embedDo=findComment#comment-117743