Jump to content

hurkulez

Members
  • Posts

    66
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by hurkulez

  1. Announcing Flight Unlimited VA Web Hosting Coming to a VA near you! Flight Unlimited.Net is now offering hosting services to virtual airlines. Services can be purchased on a monthly or longer basis. Included are Free Domain, unlimited emails, unlimited bandwidth and unlimited storage. Virtual Airline Web Hosting: $5.00 - Month $10.00 - 3 Months $20.00 - 6 Months $40.00 - Year Includes: **Free Sub Domain w/Hosting Unlimited Emails Unlimited Band Width Unlimited Storage MySql FTP (opitional) 37,000+ Airports 70,000+ Routes Visit site for more details: http://www.flightunlimited.net Contact: ceo@flightunlimited.net THX, CEO FLIGHT UNLIMITED.NET **Active/Good Standing Accounts Only
  2. Codeshare: airlines.csv airports.csv 5700+ Airlines 37,500+ Airports Note: All airports enabled (1) has hubs may cause database performance issues on some servers....
  3. Additional Log Information: View Log smartCARS version 2.0.55.1, 2015/5/4 UTC-5 [20:51:08] Preflight started, flying on VATSIM [20:51:09] Flying PMDG 737-800NGX American Airlines (N809NN) Winglets [20:57:30] Pushing back with 45562 lb of fuel [20:58:17] Engine 1 is on [20:59:18] Engine 2 is on [21:00:29] Flaps set to position 1 [21:00:37] Flaps set to position 2 [21:00:41] Flaps set to position 3 [21:00:45] Flaps set to position 4 [21:02:31] Taxiing to runway [21:11:40] Taking off [21:12:10] Climbing, pitch: 11, roll: 0, 161 kts [21:12:13] Gear lever raised at 72 ft at 173 kts [21:12:14] Gear lever lowered at 83 ft at 174 kts [21:12:14] Gear lever raised at 95 ft at 174 kts [21:13:12] Flaps set to position 3 at 2626 ft at 153 kts [21:13:34] Flaps set to position 2 at 2997 ft at 185 kts [21:21:23] Flaps set to position 1 at 19139 ft at 228 kts [21:21:30] Flaps set to position 0 at 19435 ft at 226 kts [21:37:28] Simulator connection reestablished, 76 from before [21:37:28] Cruising at 32000ft, pitch: 2, 460 kts [22:37:02] Descending [22:51:12] Exceeded 250 KIAS below 10,000 feet MSL [22:51:26] Approaching [22:52:37] Speed corrected at 7182 ft after a max speed of 295 kts [22:59:18] Flaps set to position 1 at 1663 ft at 217 kts [22:59:34] Gear lever lowered at 1667 ft at 208 kts [22:59:34] Gear lever raised at 1666 ft at 208 kts [22:59:36] Gear lever lowered at 1661 ft at 207 kts [23:00:37] Final approach, 209 kts [23:01:18] Flaps set to position 2 at 1694 ft at 198 kts [23:01:22] Flaps set to position 3 at 1644 ft at 197 kts [23:01:52] Flaps set to position 4 at 1669 ft at 184 kts [23:01:58] Flaps set to position 6 at 1582 ft at 182 kts [23:02:02] Flaps set to position 7 at 1532 ft at 181 kts [23:02:55] Flaps set to position 8 at 550 ft at 152 kts [23:03:45] Touched down at -687 fpm, gear lever: down, pitch: 4, roll: 2, 143 kts [23:04:13] Landed in 4741 ft, fuel: 31806 lb, weight: 156329 lb [23:04:13] Taxiing to gate [23:04:30] Flaps set to position 7 [23:04:32] The flight may now be ended [23:04:32] Taxi time was less than 15 seconds [23:04:32] Arrived, flight duration: 01:41 [23:04:35] Flaps set to position 6 [23:04:38] Flaps set to position 5 [23:04:41] Flaps set to position 4 [23:04:44] Flaps set to position 3 [23:04:48] Flaps set to position 2 [23:04:52] Flaps set to position 1 [23:04:58] Engine 1 is off [23:04:59] Engine 2 is off [23:05:00] Flaps set to position 0
  4. 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
  5. Yes Drop phpvms_navdata table import sql file
  6. Sry for the long wait for a reply. Writing code for a new VA...
  7. I have 72,000 routes parsed from flight aware.... 41,000 airports parsed from flight aware.... phpvms navdata cycle 1501 parsed from FAA
  8. Follow this topic for updates, and Please like this post if you are using my file... phpvms_navdata 1902: UPDATED 20 February 2019 | 23:59 Hrs US Central Time | 05:59 Zulu PHPVMS_NAVDATA_1902.SQL Above Sql Link not working? Try Zip File Download Also available at Modding Unlimited Network (Requires an Account) Download the sql file from above links.... Empty phpvms_navdata table Import ".sql" file with database editor... (phpmyadmin, Navicat, Sqlite Lite, etc).... ---------------------------------------------------------------------------------------------------------------------------------------------------- Or you can also run the parse from a browser with file tree as SITE FILE STRUCTURE: your_site_root/navdata/fsbuild/required_fsbuild_.txt_files_here (See original airhaul post in this forum) RUN FROM BROWSER: http://site_url_here/navdata/fsbuildpharse.php ---------------------------------------------------------------------------------------------------------------------------------------------------- NOTE: PHPVMS_NAVDATA TABLE MUST BE EMPTY FOR SQL IMPORT, OR BROWSER PARSE TO WORK Follow this topic for updates, and Please like this post if you are using my file...
  9. Here Post this if you like.... phpvms_navdata_1601.zip
  10. Is there a way to get the data every hour, and have it post it to a DB @ phpvms_metars. Then call it from the local DB?
×
×
  • Create New...