Jump to content

joeri

Moderators
  • Posts

    2222
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by joeri

  1. normaly all flightplans(you mean flightschedule correct) are standalone so iff you change a flight schedulle all previus filed pirep will stay the same. i think its normal iff you change a aircraft registration it will change all the rest ok not iff you are switshing between airlines but iff you use it in 1 airline and you change the reg it doenst mather.
  2. hey Nabeel i found maby a potentioal big bug in the system iff i delete a pilot who has flown it will also delete his flown hours so could it be possible to keep the hours
  3. first i would like to send you to this page http://forum.phpvms.net/index.php?action=search and than you would have found this http://forum.phpvms.net/index.php?topic=1665.0
  4. hey frans kijk in het changelog er zijn enkele tlp veranderd hey frans look at the changelog some tpl files changed
  5. you could do with this one its a verry nice one and it gives a ;lot off data. http://www.ewebcounter.com i also have it embedded in my website but i don't use a vissible counter i look at the data provided from from their website gr joeri
  6. me havin no problems using fskf and 689 look here http://www.tnt-virtual.be/index.php/acars
  7. on the first one its working fine fsflightkeeper and new beta second i don't konw and would be nabeel who will awnser this
  8. you can try to reupload the lib/images/inair folder. gr joeri
  9. i think you are on the wrong version your errors where in the 264 something like that don't remember the correct one
  10. firts off all i would like to say i am not complaining i am just telling what i get if you look here you wil see what i mean http://www.tnt-virtual.be/index.php/acars some flight are more than a month old and as nabeel told it was an error of him
  11. not complete no its givving me the whole acars table from the database even flights who aren't flying
  12. here is my update and the log again not populated the airways db Caller: DB::write_debug->DB::get_row->NavData::getAirway->NavData::getAllPoints->NavData::parseRoute->ACARSData::updateFlightData->include_once->ACARS->__call->ACARS->xacars->call_user_func_array->MainController::RunAllActions SELECT `name`, `points` FROM phpvms_airways WHERE `name`='EHAM' Table 'tntvirtua_phpvms.phpvms_airways' doesn't exist Caller: DB::write_debug->DB::get_results->NavData::getNavDetails->NavData::parseRoute->ACARSData::updateFlightData->include_once->ACARS->__call->ACARS->xacars->call_user_func_array->MainController::RunAllActions SELECT * FROM phpvms_navdb WHERE name IN ('EHAM') Table 'tntvirtua_phpvms.phpvms_navdb' doesn't exist Caller: DB::write_debug->DB::query->NavData::navDetailsFromServer->NavData::getNavDetails->NavData::parseRoute->ACARSData::updateFlightData->include_once->ACARS->__call->ACARS->xacars->call_user_func_array->MainController::RunAllActions INSERT INTO phpvms_navdb (`type`, `name`, `title`, `freq`, `lat`, `lng`) VALUES (0, 'EHAM', 'EHAM', '0', '0', '0') Table 'tntvirtua_phpvms.phpvms_navdb' doesn't exist Caller: DB::write_debug->DB::query SELECT * FROM phpvms_airways WHERE 1=1 LIMIT 1 Table 'tntvirtua_phpvms.phpvms_airways' doesn't exist Caller: DB::write_debug->DB::query SELECT * FROM phpvms_navdb WHERE 1=1 LIMIT 1 Table 'tntvirtua_phpvms.phpvms_navdb' doesn't exist Caller: DB::write_debug->DB::query->Installer::sql_file_update CREATE TABLE `phpvms_expenselog` ( `dateadded` INT NOT NULL , `name` VARCHAR( 25 ) NOT NULL , `type` VARCHAR( 2 ) NOT NULL , `cost` FLOAT NOT NULL , INDEX ( `dateadded` ) ) ENGINE = MYISAM ; Table 'phpvms_expenselog' already exists Caller: DB::write_debug->DB::query->Installer::sql_file_update ALTER TABLE `phpvms_pireps` ADD `gross` FLOAT NOT NULL AFTER `flighttype`; Duplicate column name 'gross' Caller: DB::write_debug->DB::query->Installer::sql_file_update ALTER TABLE `phpvms_pireps` ADD `route` TEXT NOT NULL AFTER `arricao` , ADD `route_details` TEXT NOT NULL AFTER `route`; Duplicate column name 'route' Caller: DB::write_debug->DB::query->Installer::sql_file_update ALTER TABLE `phpvms_acarsdata` ADD `route` TEXT NOT NULL AFTER `arrtime`, ADD `route_details` TEXT NOT NULL AFTER `route` ; Duplicate column name 'route' Caller: DB::write_debug->DB::query->Installer::sql_file_update ALTER TABLE `phpvms_schedules` ADD `route_details` TEXT NOT NULL AFTER `route`; Duplicate column name 'route_details'
  13. it is showing in the acars table but not on the map these are the logs Caller: DB::write_debug->DB::query->Installer::sql_file_update CREATE TABLE `phpvms_expenselog` ( `dateadded` INT NOT NULL , `name` VARCHAR( 25 ) NOT NULL , `type` VARCHAR( 2 ) NOT NULL , `cost` FLOAT NOT NULL , INDEX ( `dateadded` ) ) ENGINE = MYISAM ; Table 'phpvms_expenselog' already exists Caller: DB::write_debug->DB::query->Installer::sql_file_update ALTER TABLE `phpvms_pireps` ADD `gross` FLOAT NOT NULL AFTER `flighttype`; Duplicate column name 'gross' Caller: DB::write_debug->DB::query->Installer::sql_file_update ALTER TABLE `phpvms_pireps` ADD `route` TEXT NOT NULL AFTER `arricao` , ADD `route_details` TEXT NOT NULL AFTER `route`; Duplicate column name 'route' Caller: DB::write_debug->DB::query->Installer::sql_file_update ALTER TABLE `phpvms_acarsdata` ADD `route` TEXT NOT NULL AFTER `arrtime`, ADD `route_details` TEXT NOT NULL AFTER `route` ; Duplicate column name 'route' Caller: DB::write_debug->DB::query->Installer::sql_file_update ALTER TABLE `phpvms_schedules` ADD `route_details` TEXT NOT NULL AFTER `route`; Duplicate column name 'route_details' Caller: DB::write_debug->DB::get_row->NavData::getAirway->NavData::getAllPoints->NavData::parseRoute->ACARSData::updateFlightData->include_once->ACARS->__call->ACARS->xacars->call_user_func_array->MainController::RunAllActions SELECT `name`, `points` FROM phpvms_airways WHERE `name`='VHHH' Unknown column 'name' in 'field list' Caller: DB::write_debug->DB::get_row->NavData::getAirway->NavData::getAllPoints->NavData::parseRoute->ACARSData::updateFlightData->FSFK->acars->call_user_func_array->MainController::RunAllActions SELECT `name`, `points` FROM phpvms_airways WHERE `name`='VHHH' Unknown column 'name' in 'field list' Caller: DB::write_debug->DB::get_row->ACARSData::updateFlightData->FSFK->acars->call_user_func_array->MainController::RunAllActions SELECT `id` FROM phpvms_acarsdata WHERE `pilotid`= You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 and my xacars log /action.php/acars/xacars/acars a:4:{s:5:"DATA1";s:15:"XACARS_MSFS|2.0";s:5:"DATA2";s:4:"TEST";s:5:"DATA3";s:7:"TAY0001";s:5:"DATA4";s:0:"";} /action.php/acars/xacars/acars a:4:{s:5:"DATA1";s:15:"XACARS_MSFS|2.0";s:5:"DATA2";s:11:"BEGINFLIGHT";s:5:"DATA3";s:90:"TAY0001||TAY354|OO-THA||EBLG~LNO~VHHH|N50 37.6482 E5 25.701|659||||318|48|00000|13|IFR|0||";s:5:"DATA4";s:0:"";} BEGINFLIGHT Array ( [flightnum] => TAY354 [aircraft] => OO-THA [lat] => 50.62747 [lng] => 5.42835 [heading] => 48 [route] => VHHH [alt] => 659 [gs] => [depicao] => EBLG [arricao] => VHHH [deptime] => 1264612961 [phasedetail] => At the gate [online] => [client] => xacars ) Array ( [flightnum] => TAY354 [aircraft] => OO-THA [lat] => 50.62747 [lng] => 5.42835 [heading] => 48 [route] => VHHH [alt] => 659 [gs] => [depicao] => EBLG [arricao] => VHHH [deptime] => 1264612961 [phasedetail] => At the gate [online] => [client] => xacars [distremain] => 3510.83243324 [timeremaining] => 00:00 ) /action.php/acars/xacars/acars a:4:{s:5:"DATA1";s:15:"XACARS_MSFS|2.0";s:5:"DATA2";s:7:"MESSAGE";s:5:"DATA3";s:1:"1";s:5:"DATA4";s:236:"[01/27/2010 17:24Z] ACARS Mode: 2 Aircraft Reg: .N176CM Msg Label: PR Block ID: 01 Msg No: M01A Flight ID: TAY354 Message: POS N50 37.6482 E5 25.701 /ALT 659 /HDG 48 /HDT 45 /IAS 0 /TAS 0 /WND 00000 /OAT 13 /TAT 13 /FOB 318 /DST 0 - 0 ";} Flight data: Array ( [DATA1] => XACARS_MSFS|2.0 [DATA2] => MESSAGE [DATA3] => 1 [DATA4] => [01/27/2010 17:24Z] ACARS Mode: 2 Aircraft Reg: .N176CM Msg Label: PR Block ID: 01 Msg No: M01A Flight ID: TAY354 Message: POS N50 37.6482 E5 25.701 /ALT 659 /HDG 48 /HDT 45 /IAS 0 /TAS 0 /WND 00000 /OAT 13 /TAT 13 /FOB 318 /DST 0 - 0 ) PilotID: 1 Array ( [lat] => 50.62747 [lng] => 5.42835 [heading] => 48 [alt] => 659 [gs] => 0 [phasedetail] => Enroute [distremain] => 0 [timeremaining] => 00:00 ) /action.php/acars/xacars/acars a:4:{s:5:"DATA1";s:15:"XACARS_MSFS|2.0";s:5:"DATA2";s:7:"MESSAGE";s:5:"DATA3";s:1:"1";s:5:"DATA4";s:236:"[01/27/2010 17:25Z] ACARS Mode: 2 Aircraft Reg: .N176CM Msg Label: PR Block ID: 01 Msg No: M02A Flight ID: TAY354 Message: POS N50 37.6482 E5 25.701 /ALT 659 /HDG 48 /HDT 45 /IAS 0 /TAS 0 /WND 00000 /OAT 13 /TAT 13 /FOB 318 /DST 0 - 0 ";} Flight data: Array ( [DATA1] => XACARS_MSFS|2.0 [DATA2] => MESSAGE [DATA3] => 1 [DATA4] => [01/27/2010 17:25Z] ACARS Mode: 2 Aircraft Reg: .N176CM Msg Label: PR Block ID: 01 Msg No: M02A Flight ID: TAY354 Message: POS N50 37.6482 E5 25.701 /ALT 659 /HDG 48 /HDT 45 /IAS 0 /TAS 0 /WND 00000 /OAT 13 /TAT 13 /FOB 318 /DST 0 - 0 ) PilotID: 1 Array ( [lat] => 50.62747 [lng] => 5.42835 [heading] => 48 [alt] => 659 [gs] => 0 [phasedetail] => Enroute [distremain] => 0 [timeremaining] => 00:00 ) don't know what is wrong
  14. ok got the airways installed and updated the acarsmap.tpl connection to the db from xacars is there but still not showing up on the map. will take a look at the logs now gr joeri
  15. i droped the tebel and did the update tables where added but again empty gr joeri
  16. i didn't update to the last xacars so probably that wil be the error and i wil drop the table again.
  17. acarsmap not working using xacars did something change beside the tpl in the changelog just checked the data is in the database but was looking at the nav and airways db airways db has 0 enteries nav db 66 think this in not correct am i wright
  18. anny updates on this becouse this wasn't working for me. grjoeri
  19. as mentiont worked li!ke a charm
  20. just done it here same as simpilot and i am on shared hosting. gr joeri
  21. you can change it in your local.config
  22. This topic has been moved to Skinning. [iurl]http://forum.phpvms.net/index.php?topic=2037.0[/iurl]
×
×
  • Create New...