... using TMU to join TMNF server (Xaseco 1) but after initialization, got some errors:
Code: Select all
###############################################################################
XASECO v1.16 running on 127.0.0.1:5010
Name : Test Server - Do not use ! Thks. - My_TM_server
Game : TmForever United - Stadium - TimeAttack
Version: 2.11.26 / 2011-02-21
Authors: Florian Schnell & Assembler Maniac
Re-Authored: Xymph
###############################################################################
Begin Challenge
[XASECO Warning] Could not get challenge info! (Unknown column 'r.ChallengeId' in 'on clause')
sql = SELECT c.Id AS ChallengeId, r.Score, p.NickName, p.Login, r.Date, r.Checkpoints
FROM challenges c
LEFT JOIN records r ON (r.ChallengeId=c.Id)
LEFT JOIN players p ON (r.PlayerId=p.Id)
WHERE c.Uid='Ns_UJnRS48POrKiA4H5PZZNP7VO'
GROUP BY r.Id
ORDER BY r.Score ASC,r.Date ASC
LIMIT 50
[12/05,15:26:14] track changed [undefined] >> [My_TM_server]
[12/05,15:26:14] currently no record on My_TM_server
End Round
End Challenge
[12/05,15:35:13] [RASP] Calculating ranks...
[PHP Warning] Missing argument 1 for mysql_insert_id(), called in ../xaseco/plugins/plugin.rasp.php on line 252 and defined on line 100 in file ../xaseco/includes/modernizer.inc.php
[12/05,15:35:13] [RASP] ...Done!
Begin Challenge
[XASECO Warning] Could not get challenge info! (Unknown column 'r.ChallengeId' in 'on clause')
sql = SELECT c.Id AS ChallengeId, r.Score, p.NickName, p.Login, r.Date, r.Checkpoints
FROM challenges c
LEFT JOIN records r ON (r.ChallengeId=c.Id)
LEFT JOIN players p ON (r.PlayerId=p.Id)
WHERE c.Uid='Ns_UJnRS48POrKiA4H5PZZNP7VO'
GROUP BY r.Id
ORDER BY r.Score ASC,r.Date ASC
LIMIT 50
[12/05,15:35:15] track changed [My_TM_server] >> [My_TM_server]
[12/05,15:35:15] currently no record on My_TM_server
Begin Round
[12/05,17:33:32] << player 249 joined the game [My_TM_user : $w$o$f30[Admin] $0C3$o$iMy_TM_user : Belgium : 1988400 : xxx.xxx.xxx.xxx]
[XASECO Warning] Could not insert connecting player! (Field 'Id' doesn't have a default value)
sql = INSERT INTO players
(Login, Game, NickName, Nation, TeamName, UpdatedAt)
VALUES
('My_TM_user', 'TMF', '$w$o$f30[Admin] $0C3$o$iMy_TM_user', 'BEL', '', NOW())
[XASECO Warning] Could not get player's CPs! ()
sql = SELECT cps, dedicps FROM players_extra
WHERE playerID=0
[PHP Warning] mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given on line 123 in file ../xaseco/includes/modernizer.inc.php
[PHP Warning] mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given on line 96 in file ../xaseco/includes/modernizer.inc.php
[PHP Warning] mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given on line 123 in file ../xaseco/includes/modernizer.inc.php
[PHP Warning] mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given on line 96 in file ../xaseco/includes/modernizer.inc.php
[XASECO Warning] Could not get player's style! ()
sql = SELECT style FROM players_extra
WHERE playerID=0
[XASECO Warning] Could not get player's panels! ()
sql = SELECT panels FROM players_extra
WHERE playerID=0
[PHP Warning] mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given on line 123 in file ../xaseco/includes/modernizer.inc.php
[PHP Warning] mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given on line 96 in file ../xaseco/includes/modernizer.inc.php
[XASECO Warning] Could not insert/update record! (1054: Unknown column 'ChallengeId' in 'field list')
sql = INSERT INTO records
(ChallengeId, PlayerId, Score, Date, Checkpoints)
VALUES
(0, 0, 194880, NOW(), '16960,23210,56920,169080,176600,194880') ON DUPLICATE KEY UPDATE Score=VALUES(Score), Date=VALUES(Date), Checkpoints=VALUES(Checkpoints)
[12/05,17:37:00] [LocalDB] player My_TM_user finished with 194880 and took the 1. LR place!
[12/05,17:37:00] [Dedimania] player My_TM_user finished with 194880 and took the 1. WR place!
[XASECO Warning] {RASP_ERROR} Could not get Player ID for My_TM_user !
[XASECO Warning] Could not insert/update record! (1054: Unknown column 'ChallengeId' in 'field list')
sql = INSERT INTO records
(ChallengeId, PlayerId, Score, Date, Checkpoints)
VALUES
(0, 0, 72700, NOW(), '13470,19990,40860,63260,71150,72700') ON DUPLICATE KEY UPDATE Score=VALUES(Score), Date=VALUES(Date), Checkpoints=VALUES(Checkpoints)
[12/05,17:39:15] [LocalDB] player My_TM_user finished with 72700 and took the 1. LR place!
[12/05,17:39:15] [Dedimania] player My_TM_user finished with 72700 and took the 1. WR place!
[XASECO Warning] {RASP_ERROR} Could not get Player ID for My_TM_user !
[12/05,17:40:48] player My_TM_user clicked command "/admin endround"
[12/05,17:40:48] MasterAdmin [My_TM_user] forces round end!
[12/05,17:41:03] player My_TM_user clicked command "/admin endround"
[12/05,17:41:03] MasterAdmin [My_TM_user] forces round end!
[12/05,17:41:17] player My_TM_user clicked command "/admin pass"
[12/05,17:41:44] player My_TM_user used chat command "/help "
[12/05,17:42:03] player My_TM_user used chat command "/toprecs "
[PHP Warning] mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given on line 68 in file ../xaseco/includes/modernizer.inc.php
[PHP Warning] mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given on line 96 in file ../home/TMServers/GCInaugural/xaseco/includes/modernizer.inc.php
[12/05,17:43:30] >> player 249 left the game [My_TM_user : $w$o$f30[Admin] $0C3$o$iMy_TM_user : 00:09:58]
Thanks for help...