· 9 years ago · Jul 31, 2017, 09:54 AM
1[10:26:54] [DEBUG] mysql_connect - host: "sql.play-sa.com", user: "wrdwe1_playsa", database: "wrdwe1_playsa", password: "****", port: 3306, autoreconnect: true, pool_size: 2
2[10:26:54] [DEBUG] CMySQLHandle::Create - creating new connection..
3[10:26:54] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
4[10:26:54] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
5[10:26:54] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
6[10:26:54] [DEBUG] CMySQLConnection::Connect - connection was successful
7[10:26:54] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
8[10:26:54] [DEBUG] mysql_errno - connection: 1
9[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `playersdata` (`ID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
10[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Maps` (`MapName` varchar(68) NOT NUL", callback: "(null)", format: "(null)"
11[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Property` (`ID` int(11) NOT NULL def", callback: "(null)", format: "(null)"
12[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Houses` (`ID` int(11) NOT NULL,`Hous", callback: "(null)", format: "(null)"
13[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseGuns` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
14[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseVisitors` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
15[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseKeys` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
16[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseSafeLogs` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
17[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Vehicles` (`vehID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
18[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Attachments` (`ID` int(5) NOT NULL,`", callback: "(null)", format: "(null)"
19[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BannedPlayers` (`PlayerName` varchar", callback: "(null)", format: "(null)"
20[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Weapons` (`ID` int(5) NOT NULL, `Wea", callback: "(null)", format: "(null)"
21[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `SkinData` ( `ID` int(5) NOT NULL, `S", callback: "(null)", format: "(null)"
22[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `FriendsData` ( `ID` int(5) NOT NULL,", callback: "(null)", format: "(null)"
23[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `OfflinePMs` ( `PlayerName` varchar(2", callback: "(null)", format: "(null)"
24[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Market` (`Seller` varchar(25) NOT NU", callback: "(null)", format: "(null)"
25[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `PlayerLogs` (`PlayerName` varchar(25", callback: "(null)", format: "(null)"
26[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Property", callback: "LoadProperties", format: "(null)"
27[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Houses", callback: "LoadHouses", format: "(null)"
28[10:26:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '-'", callback: "LoadDealerVehicles", format: "(null)"
29[10:26:54] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
30[10:26:54] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
31[10:26:54] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
32[10:26:54] [DEBUG] CMySQLConnection::Connect - connection was successful
33[10:26:54] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
34[10:26:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
35[10:26:54] [DEBUG] CMySQLConnection::Connect - connection was successful
36[10:26:54] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
37[10:26:54] [DEBUG] CMySQLConnection::Connect - connection was successful
38[10:26:54] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
39[10:26:55] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
40[10:26:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Demon' OR `I", callback: "OnBanCheck", format: "i"
41[10:26:55] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
42[10:26:55] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Demo", callback: "(null)", format: "(null)"
43[10:26:55] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
44[10:26:55] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Demon'", use_cache: true
45[10:26:55] [DEBUG] CMySQLQuery::Execute - starting query execution
46[10:26:55] [ERROR] CMySQLQuery::Execute - (error #1146) Table 'wrdwe1_playsa.playersdata' doesn't exist
47[10:26:55] [DEBUG] cache_get_row_count - connection: 1
48[10:26:55] [WARNING] cache_get_row_count - no active cache
49[10:26:55] [DEBUG] cache_delete - cache_id: 0, connection: 1
50[10:26:55] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0')
51[10:26:55] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
52[10:26:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Demon'", callback: "GiveHouseKeys", format: "i"
53[10:26:56] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 2264.242 milliseconds
54[10:26:56] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
55[10:26:56] [DEBUG] CMySQLQuery::Execute[] - starting query execution
56[10:26:56] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 44.422 milliseconds
57[10:26:56] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
58[10:26:56] [DEBUG] CMySQLQuery::Execute[] - starting query execution
59[10:26:57] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 92.540 milliseconds
60[10:26:57] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
61[10:26:57] [DEBUG] CMySQLQuery::Execute[] - starting query execution
62[10:26:57] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 152.870 milliseconds
63[10:26:57] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
64[10:26:57] [DEBUG] CMySQLQuery::Execute[] - starting query execution
65[10:26:57] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 160.927 milliseconds
66[10:26:57] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
67[10:26:57] [DEBUG] CMySQLQuery::Execute[] - starting query execution
68[10:26:57] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 147.607 milliseconds
69[10:26:57] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
70[10:26:57] [DEBUG] CMySQLQuery::Execute[] - starting query execution
71[10:26:57] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 212.902 milliseconds
72[10:26:57] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
73[10:26:57] [DEBUG] CMySQLQuery::Execute[] - starting query execution
74[10:26:57] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 133.55 milliseconds
75[10:26:57] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
76[10:26:57] [DEBUG] CMySQLQuery::Execute[] - starting query execution
77[10:26:57] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 56.815 milliseconds
78[10:26:57] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
79[10:26:57] [DEBUG] CMySQLQuery::Execute[] - starting query execution
80[10:26:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 136.193 milliseconds
81[10:26:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
82[10:26:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
83[10:26:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 181.82 milliseconds
84[10:26:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
85[10:26:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
86[10:26:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 222.499 milliseconds
87[10:26:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
88[10:26:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
89[10:26:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 50.652 milliseconds
90[10:26:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
91[10:26:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
92[10:26:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 223.552 milliseconds
93[10:26:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
94[10:26:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
95[10:26:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 38.125 milliseconds
96[10:26:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
97[10:26:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
98[10:26:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 95.557 milliseconds
99[10:26:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
100[10:26:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
101[10:26:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 51.83 milliseconds
102[10:26:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
103[10:26:58] [DEBUG] CMySQLQuery::Execute[LoadProperties] - starting query execution
104[10:26:58] [DEBUG] CMySQLQuery::Execute[LoadProperties] - query was successfully executed within 22.123 milliseconds
105[10:26:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
106[10:26:58] [DEBUG] CMySQLQuery::Execute[LoadHouses] - starting query execution
107[10:26:58] [DEBUG] Calling callback "LoadProperties"..
108[10:26:58] [DEBUG] cache_get_row_count - connection: 1
109[10:26:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
110[10:26:58] [DEBUG] CMySQLQuery::Execute[LoadHouses] - query was successfully executed within 21.513 milliseconds
111[10:26:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
112[10:26:58] [DEBUG] CMySQLQuery::Execute[LoadDealerVehicles] - starting query execution
113[10:26:58] [DEBUG] Calling callback "LoadHouses"..
114[10:26:58] [DEBUG] cache_get_row_count - connection: 1
115[10:26:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
116[10:26:58] [DEBUG] CMySQLQuery::Execute[LoadDealerVehicles] - query was successfully executed within 23.766 milliseconds
117[10:26:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
118[10:26:58] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
119[10:26:58] [DEBUG] Calling callback "LoadDealerVehicles"..
120[10:26:58] [DEBUG] cache_get_row_count - connection: 1
121[10:26:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
122[10:26:59] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 68.717 milliseconds
123[10:26:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
124[10:26:59] [DEBUG] CMySQLQuery::Execute[] - starting query execution
125[10:26:59] [DEBUG] Calling callback "OnBanCheck"..
126[10:26:59] [DEBUG] cache_get_row_count - connection: 1
127[10:26:59] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
128[10:26:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
129[10:26:59] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
130[10:26:59] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Demon'", callback: "(null)", format: "(null)"
131[10:26:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
132[10:26:59] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 23.92 milliseconds
133[10:26:59] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
134[10:26:59] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
135[10:26:59] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 110.111 milliseconds
136[10:26:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
137[10:26:59] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
138[10:26:59] [DEBUG] Calling callback "GiveHouseKeys"..
139[10:26:59] [DEBUG] cache_get_row_count - connection: 1
140[10:26:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
141[10:26:59] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.547 milliseconds
142[10:26:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
143[10:26:59] [DEBUG] CMySQLQuery::Execute[] - starting query execution
144[10:26:59] [DEBUG] Calling callback "OnAccountCheck"..
145[10:26:59] [DEBUG] cache_get_data - connection: 1
146[10:26:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
147[10:26:59] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.444 milliseconds
148[10:26:59] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
149[10:27:04] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
150[10:27:04] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
151[10:27:05] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
152[10:27:05] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 22.704 milliseconds
153[10:27:05] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
154[10:27:05] [DEBUG] Calling callback "OnAccountRegister"..
155[10:27:05] [DEBUG] cache_insert_id - connection: 1
156[10:27:05] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
157[10:27:09] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
158[10:27:09] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '_RsK]Invalid", callback: "OnBanCheck", format: "i"
159[10:27:09] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
160[10:27:09] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '_RsK", callback: "(null)", format: "(null)"
161[10:27:09] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
162[10:27:09] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '_RsK]Invali", use_cache: true
163[10:27:09] [DEBUG] CMySQLQuery::Execute - starting query execution
164[10:27:09] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
165[10:27:09] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.632 milliseconds
166[10:27:09] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
167[10:27:09] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
168[10:27:09] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.365 milliseconds
169[10:27:09] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
170[10:27:09] [DEBUG] CMySQLQuery::Execute[] - starting query execution
171[10:27:09] [DEBUG] cache_get_row_count - connection: 1
172[10:27:09] [DEBUG] cache_delete - cache_id: 1, connection: 1
173[10:27:09] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
174[10:27:09] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
175[10:27:09] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
176[10:27:09] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = '_RsK]Invalid.'", callback: "GiveHouseKeys", format: "i"
177[10:27:09] [DEBUG] Calling callback "OnBanCheck"..
178[10:27:09] [DEBUG] cache_get_row_count - connection: 1
179[10:27:09] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
180[10:27:09] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
181[10:27:09] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
182[10:27:09] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '_RsK]Invalid.'", callback: "(null)", format: "(null)"
183[10:27:09] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
184[10:27:09] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.615 milliseconds
185[10:27:09] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
186[10:27:09] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
187[10:27:09] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.489 milliseconds
188[10:27:09] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
189[10:27:09] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
190[10:27:09] [DEBUG] Calling callback "GiveHouseKeys"..
191[10:27:09] [DEBUG] cache_get_row_count - connection: 1
192[10:27:09] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
193[10:27:09] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.707 milliseconds
194[10:27:09] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
195[10:27:09] [DEBUG] CMySQLQuery::Execute[] - starting query execution
196[10:27:09] [DEBUG] Calling callback "OnAccountCheck"..
197[10:27:09] [DEBUG] cache_get_data - connection: 1
198[10:27:09] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
199[10:27:09] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.523 milliseconds
200[10:27:09] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
201[10:27:15] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
202[10:27:15] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Virus' OR `I", callback: "OnBanCheck", format: "i"
203[10:27:15] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
204[10:27:15] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Viru", callback: "(null)", format: "(null)"
205[10:27:15] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
206[10:27:15] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Virus'", use_cache: true
207[10:27:15] [DEBUG] CMySQLQuery::Execute - starting query execution
208[10:27:15] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
209[10:27:15] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.585 milliseconds
210[10:27:15] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
211[10:27:15] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
212[10:27:15] [DEBUG] cache_get_row_count - connection: 1
213[10:27:15] [DEBUG] cache_delete - cache_id: 1, connection: 1
214[10:27:15] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
215[10:27:15] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
216[10:27:15] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
217[10:27:15] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Virus'", callback: "GiveHouseKeys", format: "i"
218[10:27:15] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.460 milliseconds
219[10:27:15] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
220[10:27:15] [DEBUG] CMySQLQuery::Execute[] - starting query execution
221[10:27:15] [DEBUG] Calling callback "OnBanCheck"..
222[10:27:15] [DEBUG] cache_get_row_count - connection: 1
223[10:27:15] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
224[10:27:15] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
225[10:27:15] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
226[10:27:15] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Virus'", callback: "(null)", format: "(null)"
227[10:27:15] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
228[10:27:15] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.493 milliseconds
229[10:27:15] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
230[10:27:15] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
231[10:27:15] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.482 milliseconds
232[10:27:15] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
233[10:27:15] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
234[10:27:15] [DEBUG] Calling callback "GiveHouseKeys"..
235[10:27:15] [DEBUG] cache_get_row_count - connection: 1
236[10:27:15] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
237[10:27:15] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.428 milliseconds
238[10:27:15] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
239[10:27:15] [DEBUG] CMySQLQuery::Execute[] - starting query execution
240[10:27:15] [DEBUG] Calling callback "OnAccountCheck"..
241[10:27:15] [DEBUG] cache_get_data - connection: 1
242[10:27:15] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
243[10:27:15] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.379 milliseconds
244[10:27:15] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
245[10:27:21] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
246[10:27:21] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
247[10:27:21] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
248[10:27:21] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 21.983 milliseconds
249[10:27:21] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
250[10:27:21] [DEBUG] Calling callback "OnAccountRegister"..
251[10:27:21] [DEBUG] cache_insert_id - connection: 1
252[10:27:21] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
253[10:27:25] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
254[10:27:25] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'FrozenRS' OR", callback: "OnBanCheck", format: "i"
255[10:27:25] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
256[10:27:25] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Froz", callback: "(null)", format: "(null)"
257[10:27:25] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
258[10:27:25] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'FrozenRS'", use_cache: true
259[10:27:25] [DEBUG] CMySQLQuery::Execute - starting query execution
260[10:27:25] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
261[10:27:25] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 18.310 milliseconds
262[10:27:25] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
263[10:27:25] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
264[10:27:25] [DEBUG] cache_get_row_count - connection: 1
265[10:27:25] [DEBUG] cache_delete - cache_id: 1, connection: 1
266[10:27:25] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
267[10:27:25] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
268[10:27:25] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
269[10:27:25] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'FrozenRS'", callback: "GiveHouseKeys", format: "i"
270[10:27:25] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 18.31 milliseconds
271[10:27:25] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
272[10:27:25] [DEBUG] CMySQLQuery::Execute[] - starting query execution
273[10:27:25] [DEBUG] Calling callback "OnBanCheck"..
274[10:27:25] [DEBUG] cache_get_row_count - connection: 1
275[10:27:25] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
276[10:27:25] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
277[10:27:25] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
278[10:27:25] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'FrozenRS'", callback: "(null)", format: "(null)"
279[10:27:25] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
280[10:27:25] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.685 milliseconds
281[10:27:25] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
282[10:27:25] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
283[10:27:25] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.763 milliseconds
284[10:27:25] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
285[10:27:25] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
286[10:27:25] [DEBUG] Calling callback "GiveHouseKeys"..
287[10:27:25] [DEBUG] cache_get_row_count - connection: 1
288[10:27:25] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
289[10:27:25] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.772 milliseconds
290[10:27:25] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
291[10:27:25] [DEBUG] CMySQLQuery::Execute[] - starting query execution
292[10:27:25] [DEBUG] Calling callback "OnAccountCheck"..
293[10:27:25] [DEBUG] cache_get_data - connection: 1
294[10:27:25] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
295[10:27:25] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.814 milliseconds
296[10:27:25] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
297[10:27:27] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
298[10:27:27] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
299[10:27:27] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
300[10:27:27] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 20.356 milliseconds
301[10:27:27] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
302[10:27:27] [DEBUG] Calling callback "OnAccountRegister"..
303[10:27:27] [DEBUG] cache_insert_id - connection: 1
304[10:27:27] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
305[10:27:31] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
306[10:27:31] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
307[10:27:31] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
308[10:27:31] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 20.550 milliseconds
309[10:27:31] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
310[10:27:31] [DEBUG] Calling callback "OnAccountRegister"..
311[10:27:31] [DEBUG] cache_insert_id - connection: 1
312[10:27:31] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
313[10:27:31] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
314[10:27:31] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Viru", callback: "(null)", format: "(null)"
315[10:27:31] [DEBUG] CMySQLQuery::Execute[] - starting query execution
316[10:27:31] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.604 milliseconds
317[10:27:31] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
318[10:27:52] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
319[10:27:52] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'psst.' OR `I", callback: "OnBanCheck", format: "i"
320[10:27:52] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
321[10:27:52] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'psst", callback: "(null)", format: "(null)"
322[10:27:52] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
323[10:27:52] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'psst.'", use_cache: true
324[10:27:52] [DEBUG] CMySQLQuery::Execute - starting query execution
325[10:27:52] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
326[10:27:52] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.472 milliseconds
327[10:27:52] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
328[10:27:52] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
329[10:27:52] [DEBUG] cache_get_row_count - connection: 1
330[10:27:52] [DEBUG] cache_delete - cache_id: 1, connection: 1
331[10:27:52] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
332[10:27:52] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
333[10:27:52] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
334[10:27:52] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'psst.'", callback: "GiveHouseKeys", format: "i"
335[10:27:52] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.507 milliseconds
336[10:27:52] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
337[10:27:52] [DEBUG] CMySQLQuery::Execute[] - starting query execution
338[10:27:52] [DEBUG] Calling callback "OnBanCheck"..
339[10:27:52] [DEBUG] cache_get_row_count - connection: 1
340[10:27:52] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
341[10:27:52] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
342[10:27:52] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
343[10:27:52] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'psst.'", callback: "(null)", format: "(null)"
344[10:27:52] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
345[10:27:52] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.366 milliseconds
346[10:27:52] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
347[10:27:52] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
348[10:27:52] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.376 milliseconds
349[10:27:52] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
350[10:27:52] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
351[10:27:52] [DEBUG] Calling callback "GiveHouseKeys"..
352[10:27:52] [DEBUG] cache_get_row_count - connection: 1
353[10:27:52] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
354[10:27:52] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.481 milliseconds
355[10:27:52] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
356[10:27:52] [DEBUG] CMySQLQuery::Execute[] - starting query execution
357[10:27:52] [DEBUG] Calling callback "OnAccountCheck"..
358[10:27:52] [DEBUG] cache_get_data - connection: 1
359[10:27:52] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
360[10:27:52] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.474 milliseconds
361[10:27:52] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
362[10:27:54] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
363[10:27:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '_Rsk]Sasuke'", callback: "OnBanCheck", format: "i"
364[10:27:54] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
365[10:27:54] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '_Rsk", callback: "(null)", format: "(null)"
366[10:27:54] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
367[10:27:54] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '_Rsk]Sasuke", use_cache: true
368[10:27:54] [DEBUG] CMySQLQuery::Execute - starting query execution
369[10:27:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
370[10:27:54] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.518 milliseconds
371[10:27:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
372[10:27:54] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
373[10:27:54] [DEBUG] cache_get_row_count - connection: 1
374[10:27:54] [DEBUG] cache_delete - cache_id: 1, connection: 1
375[10:27:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
376[10:27:54] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
377[10:27:54] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
378[10:27:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = '_Rsk]Sasuke'", callback: "GiveHouseKeys", format: "i"
379[10:27:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.419 milliseconds
380[10:27:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
381[10:27:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
382[10:27:54] [DEBUG] Calling callback "OnBanCheck"..
383[10:27:54] [DEBUG] cache_get_row_count - connection: 1
384[10:27:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
385[10:27:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
386[10:27:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
387[10:27:54] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '_Rsk]Sasuke'", callback: "(null)", format: "(null)"
388[10:27:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
389[10:27:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.455 milliseconds
390[10:27:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
391[10:27:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
392[10:27:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.411 milliseconds
393[10:27:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
394[10:27:54] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
395[10:27:54] [DEBUG] Calling callback "GiveHouseKeys"..
396[10:27:54] [DEBUG] cache_get_row_count - connection: 1
397[10:27:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
398[10:27:54] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.387 milliseconds
399[10:27:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
400[10:27:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
401[10:27:54] [DEBUG] Calling callback "OnAccountCheck"..
402[10:27:54] [DEBUG] cache_get_data - connection: 1
403[10:27:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
404[10:27:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.330 milliseconds
405[10:27:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
406[10:28:02] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
407[10:28:02] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
408[10:28:02] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
409[10:28:02] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 21.614 milliseconds
410[10:28:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
411[10:28:02] [DEBUG] Calling callback "OnAccountRegister"..
412[10:28:02] [DEBUG] cache_insert_id - connection: 1
413[10:28:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
414[10:28:06] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
415[10:28:06] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
416[10:28:06] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
417[10:28:06] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 19.527 milliseconds
418[10:28:06] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
419[10:28:06] [DEBUG] Calling callback "OnAccountRegister"..
420[10:28:06] [DEBUG] cache_insert_id - connection: 1
421[10:28:06] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
422[10:28:23] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
423[10:28:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Bumpty' OR `", callback: "OnBanCheck", format: "i"
424[10:28:23] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
425[10:28:23] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Bump", callback: "(null)", format: "(null)"
426[10:28:23] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
427[10:28:23] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Bumpty'", use_cache: true
428[10:28:23] [DEBUG] CMySQLQuery::Execute - starting query execution
429[10:28:23] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
430[10:28:23] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.482 milliseconds
431[10:28:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
432[10:28:23] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
433[10:28:23] [DEBUG] cache_get_row_count - connection: 1
434[10:28:23] [DEBUG] cache_delete - cache_id: 1, connection: 1
435[10:28:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
436[10:28:23] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
437[10:28:23] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
438[10:28:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Bumpty'", callback: "GiveHouseKeys", format: "i"
439[10:28:23] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.352 milliseconds
440[10:28:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
441[10:28:23] [DEBUG] CMySQLQuery::Execute[] - starting query execution
442[10:28:23] [DEBUG] Calling callback "OnBanCheck"..
443[10:28:23] [DEBUG] cache_get_row_count - connection: 1
444[10:28:23] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
445[10:28:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
446[10:28:23] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
447[10:28:23] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Bumpty'", callback: "(null)", format: "(null)"
448[10:28:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
449[10:28:23] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.724 milliseconds
450[10:28:23] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
451[10:28:23] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
452[10:28:23] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.892 milliseconds
453[10:28:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
454[10:28:23] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
455[10:28:23] [DEBUG] Calling callback "GiveHouseKeys"..
456[10:28:23] [DEBUG] cache_get_row_count - connection: 1
457[10:28:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
458[10:28:23] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.741 milliseconds
459[10:28:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
460[10:28:23] [DEBUG] CMySQLQuery::Execute[] - starting query execution
461[10:28:23] [DEBUG] Calling callback "OnAccountCheck"..
462[10:28:23] [DEBUG] cache_get_data - connection: 1
463[10:28:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
464[10:28:23] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.667 milliseconds
465[10:28:23] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
466[10:28:30] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
467[10:28:30] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Virus' OR `I", callback: "OnBanCheck", format: "i"
468[10:28:30] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
469[10:28:30] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Viru", callback: "(null)", format: "(null)"
470[10:28:30] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
471[10:28:30] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Virus'", use_cache: true
472[10:28:30] [DEBUG] CMySQLQuery::Execute - starting query execution
473[10:28:30] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
474[10:28:30] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.863 milliseconds
475[10:28:30] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
476[10:28:30] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
477[10:28:30] [DEBUG] cache_get_row_count - connection: 1
478[10:28:30] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
479[10:28:30] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '130.105.236.249' WHERE `PlayerN", callback: "(null)", format: "(null)"
480[10:28:30] [DEBUG] cache_delete - cache_id: 1, connection: 1
481[10:28:30] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
482[10:28:30] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
483[10:28:30] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
484[10:28:30] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Virus'", callback: "GiveHouseKeys", format: "i"
485[10:28:30] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.405 milliseconds
486[10:28:30] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
487[10:28:30] [DEBUG] CMySQLQuery::Execute[] - starting query execution
488[10:28:30] [DEBUG] Calling callback "OnBanCheck"..
489[10:28:30] [DEBUG] cache_get_row_count - connection: 1
490[10:28:30] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
491[10:28:30] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
492[10:28:30] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
493[10:28:30] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Virus'", callback: "(null)", format: "(null)"
494[10:28:30] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
495[10:28:30] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 24.809 milliseconds
496[10:28:30] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
497[10:28:30] [DEBUG] CMySQLQuery::Execute[] - starting query execution
498[10:28:30] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.751 milliseconds
499[10:28:30] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
500[10:28:30] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
501[10:28:30] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.559 milliseconds
502[10:28:30] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
503[10:28:30] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
504[10:28:30] [DEBUG] Calling callback "GiveHouseKeys"..
505[10:28:30] [DEBUG] cache_get_row_count - connection: 1
506[10:28:30] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
507[10:28:30] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.409 milliseconds
508[10:28:30] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
509[10:28:30] [DEBUG] CMySQLQuery::Execute[] - starting query execution
510[10:28:30] [DEBUG] Calling callback "OnAccountCheck"..
511[10:28:30] [DEBUG] cache_get_data - connection: 1
512[10:28:30] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
513[10:28:30] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "130.105.236.249"
514[10:28:30] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
515[10:28:30] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "31"
516[10:28:30] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
517[10:28:30] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "19FA61D75522A4669B44E39C1D2E1726C530232130D407F89AFEE0964997F7A73E83BE698B288FEBCF88E3E03C4F0757EA8964E59B63D93708B138CC42A66EB3"
518[10:28:30] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
519[10:28:30] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "3"
520[10:28:30] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
521[10:28:30] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.822 milliseconds
522[10:28:30] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
523[10:28:40] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
524[10:28:40] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
525[10:28:40] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
526[10:28:40] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 19.983 milliseconds
527[10:28:40] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
528[10:28:40] [DEBUG] Calling callback "OnAccountRegister"..
529[10:28:40] [DEBUG] cache_insert_id - connection: 1
530[10:28:40] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
531[10:28:45] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
532[10:28:45] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
533[10:28:45] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
534[10:28:45] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Froz", callback: "(null)", format: "(null)"
535[10:28:45] [DEBUG] CMySQLQuery::Execute[] - starting query execution
536[10:28:45] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.512 milliseconds
537[10:28:45] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
538[10:28:45] [DEBUG] CMySQLQuery::Execute[] - starting query execution
539[10:28:45] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.450 milliseconds
540[10:28:45] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
541[10:28:55] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
542[10:28:55] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Viru", callback: "(null)", format: "(null)"
543[10:28:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
544[10:28:56] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 19.934 milliseconds
545[10:28:56] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
546[10:29:22] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
547[10:29:22] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 5", callback: "OnWeaponLoad", format: "i"
548[10:29:22] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
549[10:29:22] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 33.226 milliseconds
550[10:29:22] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
551[10:29:22] [DEBUG] Calling callback "OnWeaponLoad"..
552[10:29:22] [DEBUG] cache_get_row_count - connection: 1
553[10:29:22] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
554[10:29:22] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 5", callback: "(null)", format: "(null)"
555[10:29:22] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
556[10:29:22] [DEBUG] CMySQLQuery::Execute[] - starting query execution
557[10:29:22] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.433 milliseconds
558[10:29:22] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
559[10:29:39] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
560[10:29:39] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen' OR `", callback: "OnBanCheck", format: "i"
561[10:29:39] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
562[10:29:39] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Raus", callback: "(null)", format: "(null)"
563[10:29:39] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
564[10:29:39] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Rausen'", use_cache: true
565[10:29:39] [DEBUG] CMySQLQuery::Execute - starting query execution
566[10:29:39] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
567[10:29:39] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.760 milliseconds
568[10:29:39] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
569[10:29:39] [DEBUG] CMySQLQuery::Execute[] - starting query execution
570[10:29:39] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.732 milliseconds
571[10:29:39] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
572[10:29:39] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 90.622 milliseconds
573[10:29:39] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
574[10:29:39] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
575[10:29:39] [DEBUG] cache_get_row_count - connection: 1
576[10:29:39] [DEBUG] cache_delete - cache_id: 1, connection: 1
577[10:29:39] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
578[10:29:39] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
579[10:29:39] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
580[10:29:39] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Rausen'", callback: "GiveHouseKeys", format: "i"
581[10:29:39] [DEBUG] Calling callback "OnBanCheck"..
582[10:29:39] [DEBUG] cache_get_row_count - connection: 1
583[10:29:39] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
584[10:29:39] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
585[10:29:39] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
586[10:29:39] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen'", callback: "(null)", format: "(null)"
587[10:29:39] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
588[10:29:39] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
589[10:29:39] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 18.16 milliseconds
590[10:29:39] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
591[10:29:39] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
592[10:29:39] [DEBUG] Calling callback "GiveHouseKeys"..
593[10:29:39] [DEBUG] cache_get_row_count - connection: 1
594[10:29:39] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
595[10:29:39] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.670 milliseconds
596[10:29:39] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
597[10:29:39] [DEBUG] CMySQLQuery::Execute[] - starting query execution
598[10:29:39] [DEBUG] Calling callback "OnAccountCheck"..
599[10:29:39] [DEBUG] cache_get_data - connection: 1
600[10:29:39] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
601[10:29:39] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.722 milliseconds
602[10:29:39] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
603[10:29:42] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
604[10:29:42] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'r.n.m.' OR `", callback: "OnBanCheck", format: "i"
605[10:29:42] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
606[10:29:42] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'r.n.", callback: "(null)", format: "(null)"
607[10:29:42] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
608[10:29:42] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'r.n.m.'", use_cache: true
609[10:29:42] [DEBUG] CMySQLQuery::Execute - starting query execution
610[10:29:42] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
611[10:29:42] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.565 milliseconds
612[10:29:42] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
613[10:29:42] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
614[10:29:42] [DEBUG] cache_get_row_count - connection: 1
615[10:29:42] [DEBUG] cache_delete - cache_id: 1, connection: 1
616[10:29:42] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
617[10:29:42] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
618[10:29:42] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
619[10:29:42] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'r.n.m.'", callback: "GiveHouseKeys", format: "i"
620[10:29:42] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 18.227 milliseconds
621[10:29:42] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
622[10:29:42] [DEBUG] CMySQLQuery::Execute[] - starting query execution
623[10:29:42] [DEBUG] Calling callback "OnBanCheck"..
624[10:29:42] [DEBUG] cache_get_row_count - connection: 1
625[10:29:42] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
626[10:29:42] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
627[10:29:42] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
628[10:29:42] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'r.n.m.'", callback: "(null)", format: "(null)"
629[10:29:42] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
630[10:29:42] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.876 milliseconds
631[10:29:42] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
632[10:29:42] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
633[10:29:42] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 18.122 milliseconds
634[10:29:42] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
635[10:29:42] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
636[10:29:42] [DEBUG] Calling callback "GiveHouseKeys"..
637[10:29:42] [DEBUG] cache_get_row_count - connection: 1
638[10:29:42] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
639[10:29:43] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.769 milliseconds
640[10:29:43] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
641[10:29:43] [DEBUG] CMySQLQuery::Execute[] - starting query execution
642[10:29:43] [DEBUG] Calling callback "OnAccountCheck"..
643[10:29:43] [DEBUG] cache_get_data - connection: 1
644[10:29:43] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
645[10:29:43] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.487 milliseconds
646[10:29:43] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
647[10:29:57] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
648[10:29:57] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
649[10:29:57] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
650[10:29:57] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 19.632 milliseconds
651[10:29:57] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
652[10:29:57] [DEBUG] Calling callback "OnAccountRegister"..
653[10:29:57] [DEBUG] cache_insert_id - connection: 1
654[10:29:57] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
655[10:30:02] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
656[10:30:02] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
657[10:30:02] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
658[10:30:02] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 22.856 milliseconds
659[10:30:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
660[10:30:02] [DEBUG] Calling callback "OnAccountRegister"..
661[10:30:02] [DEBUG] cache_insert_id - connection: 1
662[10:30:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
663[10:30:16] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
664[10:30:16] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
665[10:30:16] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
666[10:30:16] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Raus", callback: "(null)", format: "(null)"
667[10:30:16] [DEBUG] CMySQLQuery::Execute[] - starting query execution
668[10:30:16] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.366 milliseconds
669[10:30:16] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
670[10:30:16] [DEBUG] CMySQLQuery::Execute[] - starting query execution
671[10:30:16] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.577 milliseconds
672[10:30:16] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
673[10:30:27] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
674[10:30:27] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen' OR `", callback: "OnBanCheck", format: "i"
675[10:30:27] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
676[10:30:27] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Raus", callback: "(null)", format: "(null)"
677[10:30:27] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
678[10:30:27] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Rausen'", use_cache: true
679[10:30:27] [DEBUG] CMySQLQuery::Execute - starting query execution
680[10:30:27] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
681[10:30:27] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.545 milliseconds
682[10:30:27] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
683[10:30:27] [DEBUG] CMySQLQuery::Execute[] - starting query execution
684[10:30:27] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.446 milliseconds
685[10:30:27] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
686[10:30:27] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 87.837 milliseconds
687[10:30:27] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
688[10:30:27] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
689[10:30:27] [DEBUG] cache_get_row_count - connection: 1
690[10:30:27] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
691[10:30:27] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '176.41.97.12' WHERE `PlayerName", callback: "(null)", format: "(null)"
692[10:30:27] [DEBUG] cache_delete - cache_id: 1, connection: 1
693[10:30:27] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
694[10:30:27] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
695[10:30:27] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
696[10:30:27] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Rausen'", callback: "GiveHouseKeys", format: "i"
697[10:30:27] [DEBUG] Calling callback "OnBanCheck"..
698[10:30:27] [DEBUG] cache_get_row_count - connection: 1
699[10:30:27] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
700[10:30:27] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
701[10:30:27] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
702[10:30:27] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen'", callback: "(null)", format: "(null)"
703[10:30:27] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
704[10:30:27] [DEBUG] CMySQLQuery::Execute[] - starting query execution
705[10:30:27] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.658 milliseconds
706[10:30:27] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
707[10:30:27] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
708[10:30:27] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.392 milliseconds
709[10:30:27] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
710[10:30:27] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
711[10:30:27] [DEBUG] Calling callback "GiveHouseKeys"..
712[10:30:27] [DEBUG] cache_get_row_count - connection: 1
713[10:30:27] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
714[10:30:27] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.862 milliseconds
715[10:30:27] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
716[10:30:27] [DEBUG] CMySQLQuery::Execute[] - starting query execution
717[10:30:27] [DEBUG] Calling callback "OnAccountCheck"..
718[10:30:27] [DEBUG] cache_get_data - connection: 1
719[10:30:27] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
720[10:30:27] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "176.41.97.12"
721[10:30:27] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
722[10:30:27] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
723[10:30:27] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
724[10:30:27] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "70B98178E5EDF5C5C6C351E270767342913DD378D0F8861E38842D769B0D590920AF4BDD29DA143FE208D414BDA714D1DBB75BFD5015890A99012DC283323DFF"
725[10:30:27] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
726[10:30:27] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "8"
727[10:30:27] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
728[10:30:27] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.298 milliseconds
729[10:30:27] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
730[10:30:31] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
731[10:30:31] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Rausen' LIMIT ", callback: "OnAccountLoad", format: "i"
732[10:30:31] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
733[10:30:31] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 17.946 milliseconds
734[10:30:31] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
735[10:30:31] [DEBUG] Calling callback "OnAccountLoad"..
736[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
737[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "8"
738[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
739[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
740[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
741[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "5000"
742[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
743[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
744[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
745[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
746[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
747[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
748[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
749[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
750[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
751[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "0"
752[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
753[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "14"
754[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
755[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
756[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
757[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
758[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
759[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
760[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
761[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
762[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
763[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
764[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
765[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
766[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
767[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
768[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
769[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
770[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
771[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
772[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
773[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
774[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
775[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
776[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
777[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
778[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
779[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
780[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
781[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "0"
782[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
783[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
784[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
785[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
786[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
787[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
788[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
789[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
790[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
791[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
792[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
793[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rfSkills", data: "0"
794[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
795[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "255"
796[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
797[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "2"
798[10:30:31] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
799[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "1479.69"
800[10:30:31] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
801[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-1685.79"
802[10:30:31] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
803[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "15.047"
804[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
805[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
806[10:30:31] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
807[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "0"
808[10:30:31] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
809[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
810[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
811[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
812[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
813[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
814[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
815[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
816[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
817[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
818[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
819[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
820[10:30:31] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
821[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0xFFFFFFFF"
822[10:30:31] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
823[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "FFFFFF"
824[10:30:31] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
825[10:30:31] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
826[10:30:31] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
827[10:30:31] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Rausen'", callback: "LoadPlayerVehicles", format: "i"
828[10:30:31] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
829[10:30:31] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 8", callback: "OnAttachmentLoad", format: "i"
830[10:30:31] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
831[10:30:31] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 8", callback: "OnWeaponLoad", format: "i"
832[10:30:31] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
833[10:30:31] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 8", callback: "OnFriendsLoad", format: "i"
834[10:30:31] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
835[10:30:31] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Rausen'", callback: "OnOfflinePMsLoad", format: "i"
836[10:30:31] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
837[10:30:31] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
838[10:30:31] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.942 milliseconds
839[10:30:31] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
840[10:30:31] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
841[10:30:31] [DEBUG] Calling callback "LoadPlayerVehicles"..
842[10:30:31] [DEBUG] cache_get_row_count - connection: 1
843[10:30:31] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
844[10:30:31] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 35.400 milliseconds
845[10:30:31] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
846[10:30:31] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
847[10:30:31] [DEBUG] Calling callback "OnAttachmentLoad"..
848[10:30:31] [DEBUG] cache_get_row_count - connection: 1
849[10:30:31] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
850[10:30:31] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.620 milliseconds
851[10:30:31] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
852[10:30:31] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
853[10:30:31] [DEBUG] Calling callback "OnWeaponLoad"..
854[10:30:31] [DEBUG] cache_get_row_count - connection: 1
855[10:30:31] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
856[10:30:31] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 8", callback: "(null)", format: "(null)"
857[10:30:31] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
858[10:30:31] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 62.190 milliseconds
859[10:30:31] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
860[10:30:31] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
861[10:30:31] [DEBUG] Calling callback "OnFriendsLoad"..
862[10:30:31] [DEBUG] cache_get_row_count - connection: 1
863[10:30:31] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
864[10:30:31] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 22.207 milliseconds
865[10:30:31] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
866[10:30:31] [DEBUG] CMySQLQuery::Execute[] - starting query execution
867[10:30:31] [DEBUG] Calling callback "OnOfflinePMsLoad"..
868[10:30:31] [DEBUG] cache_get_row_count - connection: 1
869[10:30:31] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
870[10:30:31] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.513 milliseconds
871[10:30:31] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
872[10:30:51] [DEBUG] mysql_format - connection: 1, len: 128, format: "INSERT INTO `Weapons` (ID, Weapon, Ammo) VALUES (%d, %d, %d) ON DUPLICATE KEY UPDATE `Ammo` = %d"
873[10:30:51] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `Weapons` (ID, Weapon, Ammo) VALUES (7, 26, 198) ON ", callback: "(null)", format: "(null)"
874[10:30:51] [DEBUG] CMySQLQuery::Execute[] - starting query execution
875[10:30:51] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.58 milliseconds
876[10:30:51] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
877[10:30:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
878[10:30:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 2", callback: "OnWeaponLoad", format: "i"
879[10:30:59] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
880[10:30:59] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.672 milliseconds
881[10:30:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
882[10:30:59] [DEBUG] Calling callback "OnWeaponLoad"..
883[10:30:59] [DEBUG] cache_get_row_count - connection: 1
884[10:30:59] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
885[10:30:59] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 2", callback: "(null)", format: "(null)"
886[10:30:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
887[10:30:59] [DEBUG] CMySQLQuery::Execute[] - starting query execution
888[10:30:59] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.620 milliseconds
889[10:30:59] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
890[10:31:18] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
891[10:31:18] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
892[10:31:18] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
893[10:31:18] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Raus", callback: "(null)", format: "(null)"
894[10:31:18] [DEBUG] CMySQLQuery::Execute[] - starting query execution
895[10:31:18] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.909 milliseconds
896[10:31:18] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
897[10:31:18] [DEBUG] CMySQLQuery::Execute[] - starting query execution
898[10:31:18] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.331 milliseconds
899[10:31:18] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
900[10:31:40] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
901[10:31:40] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Ivan_Sarmat'", callback: "OnBanCheck", format: "i"
902[10:31:40] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
903[10:31:40] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Ivan", callback: "(null)", format: "(null)"
904[10:31:40] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
905[10:31:40] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Ivan_Sarmat", use_cache: true
906[10:31:40] [DEBUG] CMySQLQuery::Execute - starting query execution
907[10:31:40] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
908[10:31:40] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.691 milliseconds
909[10:31:40] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
910[10:31:40] [DEBUG] CMySQLQuery::Execute[] - starting query execution
911[10:31:40] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.476 milliseconds
912[10:31:40] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
913[10:31:40] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 87.501 milliseconds
914[10:31:40] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
915[10:31:40] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
916[10:31:40] [DEBUG] cache_get_row_count - connection: 1
917[10:31:40] [DEBUG] cache_delete - cache_id: 1, connection: 1
918[10:31:40] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
919[10:31:40] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
920[10:31:40] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
921[10:31:40] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Ivan_Sarmat'", callback: "GiveHouseKeys", format: "i"
922[10:31:40] [DEBUG] Calling callback "OnBanCheck"..
923[10:31:40] [DEBUG] cache_get_row_count - connection: 1
924[10:31:40] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
925[10:31:40] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
926[10:31:40] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
927[10:31:40] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Ivan_Sarmat'", callback: "(null)", format: "(null)"
928[10:31:40] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
929[10:31:40] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
930[10:31:40] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.631 milliseconds
931[10:31:40] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
932[10:31:40] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
933[10:31:40] [DEBUG] Calling callback "GiveHouseKeys"..
934[10:31:40] [DEBUG] cache_get_row_count - connection: 1
935[10:31:40] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
936[10:31:40] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.523 milliseconds
937[10:31:40] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
938[10:31:40] [DEBUG] CMySQLQuery::Execute[] - starting query execution
939[10:31:40] [DEBUG] Calling callback "OnAccountCheck"..
940[10:31:40] [DEBUG] cache_get_data - connection: 1
941[10:31:40] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
942[10:31:40] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.384 milliseconds
943[10:31:40] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
944[10:31:41] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
945[10:31:41] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 6", callback: "OnWeaponLoad", format: "i"
946[10:31:41] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
947[10:31:41] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.698 milliseconds
948[10:31:41] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
949[10:31:41] [DEBUG] Calling callback "OnWeaponLoad"..
950[10:31:41] [DEBUG] cache_get_row_count - connection: 1
951[10:31:41] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
952[10:31:41] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 6", callback: "(null)", format: "(null)"
953[10:31:41] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
954[10:31:41] [DEBUG] CMySQLQuery::Execute[] - starting query execution
955[10:31:41] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.622 milliseconds
956[10:31:41] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
957[10:32:01] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
958[10:32:01] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen' OR `", callback: "OnBanCheck", format: "i"
959[10:32:01] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
960[10:32:01] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Raus", callback: "(null)", format: "(null)"
961[10:32:01] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
962[10:32:01] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Rausen'", use_cache: true
963[10:32:01] [DEBUG] CMySQLQuery::Execute - starting query execution
964[10:32:01] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
965[10:32:01] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.888 milliseconds
966[10:32:01] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
967[10:32:01] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
968[10:32:01] [DEBUG] cache_get_row_count - connection: 1
969[10:32:01] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
970[10:32:01] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '176.41.97.12' WHERE `PlayerName", callback: "(null)", format: "(null)"
971[10:32:01] [DEBUG] cache_delete - cache_id: 1, connection: 1
972[10:32:01] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
973[10:32:01] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
974[10:32:01] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
975[10:32:01] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Rausen'", callback: "GiveHouseKeys", format: "i"
976[10:32:01] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 19.317 milliseconds
977[10:32:01] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
978[10:32:01] [DEBUG] CMySQLQuery::Execute[] - starting query execution
979[10:32:01] [DEBUG] Calling callback "OnBanCheck"..
980[10:32:01] [DEBUG] cache_get_row_count - connection: 1
981[10:32:01] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
982[10:32:01] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
983[10:32:01] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
984[10:32:01] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen'", callback: "(null)", format: "(null)"
985[10:32:01] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
986[10:32:01] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 29.882 milliseconds
987[10:32:01] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
988[10:32:01] [DEBUG] CMySQLQuery::Execute[] - starting query execution
989[10:32:01] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 27.300 milliseconds
990[10:32:01] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
991[10:32:01] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
992[10:32:01] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.562 milliseconds
993[10:32:01] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
994[10:32:01] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
995[10:32:01] [DEBUG] Calling callback "GiveHouseKeys"..
996[10:32:01] [DEBUG] cache_get_row_count - connection: 1
997[10:32:01] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
998[10:32:01] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 18.236 milliseconds
999[10:32:01] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1000[10:32:01] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1001[10:32:01] [DEBUG] Calling callback "OnAccountCheck"..
1002[10:32:01] [DEBUG] cache_get_data - connection: 1
1003[10:32:01] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
1004[10:32:01] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "176.41.97.12"
1005[10:32:01] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
1006[10:32:01] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
1007[10:32:01] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
1008[10:32:01] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "70B98178E5EDF5C5C6C351E270767342913DD378D0F8861E38842D769B0D590920AF4BDD29DA143FE208D414BDA714D1DBB75BFD5015890A99012DC283323DFF"
1009[10:32:01] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
1010[10:32:01] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "8"
1011[10:32:01] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1012[10:32:01] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 19.542 milliseconds
1013[10:32:01] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1014[10:32:04] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1015[10:32:04] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Crumpty' OR ", callback: "OnBanCheck", format: "i"
1016[10:32:04] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1017[10:32:04] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Crum", callback: "(null)", format: "(null)"
1018[10:32:04] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1019[10:32:04] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Crumpty'", use_cache: true
1020[10:32:04] [DEBUG] CMySQLQuery::Execute - starting query execution
1021[10:32:04] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.574 milliseconds
1022[10:32:04] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1023[10:32:04] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1024[10:32:04] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.741 milliseconds
1025[10:32:04] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1026[10:32:04] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1027[10:32:04] [DEBUG] cache_get_row_count - connection: 1
1028[10:32:04] [DEBUG] cache_delete - cache_id: 1, connection: 1
1029[10:32:04] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1030[10:32:04] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1031[10:32:04] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1032[10:32:04] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Crumpty'", callback: "GiveHouseKeys", format: "i"
1033[10:32:04] [DEBUG] Calling callback "OnBanCheck"..
1034[10:32:04] [DEBUG] cache_get_row_count - connection: 1
1035[10:32:04] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1036[10:32:04] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1037[10:32:04] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1038[10:32:04] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Crumpty'", callback: "(null)", format: "(null)"
1039[10:32:04] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1040[10:32:04] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.139 milliseconds
1041[10:32:04] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1042[10:32:04] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1043[10:32:04] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.393 milliseconds
1044[10:32:04] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1045[10:32:04] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
1046[10:32:04] [DEBUG] Calling callback "GiveHouseKeys"..
1047[10:32:04] [DEBUG] cache_get_row_count - connection: 1
1048[10:32:04] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1049[10:32:04] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.495 milliseconds
1050[10:32:04] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1051[10:32:04] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1052[10:32:04] [DEBUG] Calling callback "OnAccountCheck"..
1053[10:32:04] [DEBUG] cache_get_data - connection: 1
1054[10:32:04] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1055[10:32:04] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.426 milliseconds
1056[10:32:04] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1057[10:32:05] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1058[10:32:05] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Rausen' LIMIT ", callback: "OnAccountLoad", format: "i"
1059[10:32:05] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
1060[10:32:05] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 17.737 milliseconds
1061[10:32:05] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1062[10:32:05] [DEBUG] Calling callback "OnAccountLoad"..
1063[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
1064[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "8"
1065[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
1066[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
1067[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
1068[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "4000"
1069[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
1070[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
1071[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
1072[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
1073[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
1074[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
1075[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
1076[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
1077[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
1078[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "0"
1079[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
1080[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "54"
1081[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
1082[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
1083[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
1084[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
1085[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
1086[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
1087[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
1088[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
1089[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
1090[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
1091[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
1092[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
1093[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
1094[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
1095[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
1096[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
1097[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
1098[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
1099[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
1100[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
1101[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
1102[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
1103[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
1104[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
1105[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
1106[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
1107[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
1108[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "0"
1109[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
1110[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
1111[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
1112[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
1113[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
1114[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
1115[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
1116[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
1117[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
1118[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
1119[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
1120[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rfSkills", data: "0"
1121[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
1122[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "255"
1123[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
1124[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "2"
1125[10:32:05] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
1126[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "1433.29"
1127[10:32:05] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
1128[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-1620.13"
1129[10:32:05] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
1130[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "13.383"
1131[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
1132[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
1133[10:32:05] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
1134[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "100"
1135[10:32:05] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
1136[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
1137[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
1138[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
1139[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
1140[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
1141[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
1142[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
1143[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
1144[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
1145[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
1146[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
1147[10:32:05] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
1148[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0xFFFFFFFF"
1149[10:32:05] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
1150[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "FFFFFF"
1151[10:32:05] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
1152[10:32:05] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
1153[10:32:05] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
1154[10:32:05] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Rausen'", callback: "LoadPlayerVehicles", format: "i"
1155[10:32:05] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
1156[10:32:05] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 8", callback: "OnAttachmentLoad", format: "i"
1157[10:32:05] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
1158[10:32:05] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 8", callback: "OnWeaponLoad", format: "i"
1159[10:32:05] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
1160[10:32:05] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 8", callback: "OnFriendsLoad", format: "i"
1161[10:32:05] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
1162[10:32:05] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Rausen'", callback: "OnOfflinePMsLoad", format: "i"
1163[10:32:05] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1164[10:32:05] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
1165[10:32:05] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.679 milliseconds
1166[10:32:05] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1167[10:32:05] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
1168[10:32:05] [DEBUG] Calling callback "LoadPlayerVehicles"..
1169[10:32:05] [DEBUG] cache_get_row_count - connection: 1
1170[10:32:05] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1171[10:32:05] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.341 milliseconds
1172[10:32:05] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1173[10:32:05] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
1174[10:32:05] [DEBUG] Calling callback "OnAttachmentLoad"..
1175[10:32:05] [DEBUG] cache_get_row_count - connection: 1
1176[10:32:05] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1177[10:32:05] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.720 milliseconds
1178[10:32:05] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1179[10:32:05] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
1180[10:32:05] [DEBUG] Calling callback "OnWeaponLoad"..
1181[10:32:05] [DEBUG] cache_get_row_count - connection: 1
1182[10:32:05] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
1183[10:32:05] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 8", callback: "(null)", format: "(null)"
1184[10:32:05] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1185[10:32:05] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.499 milliseconds
1186[10:32:05] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1187[10:32:05] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
1188[10:32:05] [DEBUG] Calling callback "OnFriendsLoad"..
1189[10:32:05] [DEBUG] cache_get_row_count - connection: 1
1190[10:32:05] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1191[10:32:05] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.401 milliseconds
1192[10:32:05] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1193[10:32:05] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1194[10:32:05] [DEBUG] Calling callback "OnOfflinePMsLoad"..
1195[10:32:05] [DEBUG] cache_get_row_count - connection: 1
1196[10:32:05] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1197[10:32:05] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.336 milliseconds
1198[10:32:05] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1199[10:32:13] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
1200[10:32:13] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
1201[10:32:13] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
1202[10:32:13] [ERROR] CMySQLQuery::Execute[OnAccountRegister] - (error #1146) Table 'wrdwe1_playsa.playersdata' doesn't exist
1203[10:32:13] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - error will be triggered in OnQueryError
1204[10:32:15] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
1205[10:32:15] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
1206[10:32:15] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
1207[10:32:15] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 234.408 milliseconds
1208[10:32:15] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1209[10:32:15] [DEBUG] Calling callback "OnAccountRegister"..
1210[10:32:15] [DEBUG] cache_insert_id - connection: 1
1211[10:32:15] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1212[10:32:49] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
1213[10:32:49] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
1214[10:32:49] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
1215[10:32:49] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Ivan", callback: "(null)", format: "(null)"
1216[10:32:49] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1217[10:32:49] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
1218[10:32:49] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
1219[10:32:49] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1220[10:32:49] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.957 milliseconds
1221[10:32:49] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1222[10:32:50] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
1223[10:32:50] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Crum", callback: "(null)", format: "(null)"
1224[10:32:50] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1225[10:32:50] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.884 milliseconds
1226[10:32:50] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1227[10:33:03] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
1228[10:33:03] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 7", callback: "OnWeaponLoad", format: "i"
1229[10:33:03] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
1230[10:33:03] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.765 milliseconds
1231[10:33:03] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1232[10:33:03] [DEBUG] Calling callback "OnWeaponLoad"..
1233[10:33:03] [DEBUG] cache_get_row_count - connection: 1
1234[10:33:03] [DEBUG] cache_get_row_int - row: 0, field_idx: 0, connection: 1
1235[10:33:03] [DEBUG] CMySQLResult::GetRowData - row: '0', field: '0', data: "26"
1236[10:33:03] [DEBUG] cache_get_row_int - row: 0, field_idx: 1, connection: 1
1237[10:33:03] [DEBUG] CMySQLResult::GetRowData - row: '0', field: '1', data: "198"
1238[10:33:03] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
1239[10:33:03] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 7", callback: "(null)", format: "(null)"
1240[10:33:03] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1241[10:33:03] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1242[10:33:03] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 24.734 milliseconds
1243[10:33:03] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1244[10:33:06] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
1245[10:33:06] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 5", callback: "OnWeaponLoad", format: "i"
1246[10:33:06] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
1247[10:33:06] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.788 milliseconds
1248[10:33:06] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1249[10:33:06] [DEBUG] Calling callback "OnWeaponLoad"..
1250[10:33:06] [DEBUG] cache_get_row_count - connection: 1
1251[10:33:06] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
1252[10:33:06] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 5", callback: "(null)", format: "(null)"
1253[10:33:06] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1254[10:33:06] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1255[10:33:06] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.477 milliseconds
1256[10:33:06] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1257[10:33:15] [DEBUG] mysql_format - connection: 1, len: 128, format: "INSERT INTO `Weapons` (ID, Weapon, Ammo) VALUES (%d, %d, %d) ON DUPLICATE KEY UPDATE `Ammo` = %d"
1258[10:33:15] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `Weapons` (ID, Weapon, Ammo) VALUES (7, 26, 198) ON ", callback: "(null)", format: "(null)"
1259[10:33:15] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1260[10:33:15] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.292 milliseconds
1261[10:33:15] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1262[10:33:17] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1263[10:33:17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Crumpty' OR ", callback: "OnBanCheck", format: "i"
1264[10:33:17] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1265[10:33:17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Crum", callback: "(null)", format: "(null)"
1266[10:33:17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1267[10:33:17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1268[10:33:17] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Crumpty'", use_cache: true
1269[10:33:17] [DEBUG] CMySQLQuery::Execute - starting query execution
1270[10:33:17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 18.206 milliseconds
1271[10:33:17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1272[10:33:17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1273[10:33:17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.134 milliseconds
1274[10:33:17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1275[10:33:17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 86.948 milliseconds
1276[10:33:17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1277[10:33:17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1278[10:33:17] [DEBUG] cache_get_row_count - connection: 1
1279[10:33:17] [DEBUG] cache_delete - cache_id: 1, connection: 1
1280[10:33:17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1281[10:33:17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1282[10:33:17] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1283[10:33:17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Crumpty'", callback: "GiveHouseKeys", format: "i"
1284[10:33:17] [DEBUG] Calling callback "OnBanCheck"..
1285[10:33:17] [DEBUG] cache_get_row_count - connection: 1
1286[10:33:17] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1287[10:33:17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1288[10:33:17] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1289[10:33:17] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Crumpty'", callback: "(null)", format: "(null)"
1290[10:33:17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1291[10:33:17] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1292[10:33:17] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.495 milliseconds
1293[10:33:17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1294[10:33:17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
1295[10:33:17] [DEBUG] Calling callback "GiveHouseKeys"..
1296[10:33:17] [DEBUG] cache_get_row_count - connection: 1
1297[10:33:17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1298[10:33:17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.838 milliseconds
1299[10:33:17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1300[10:33:17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1301[10:33:17] [DEBUG] Calling callback "OnAccountCheck"..
1302[10:33:17] [DEBUG] cache_get_data - connection: 1
1303[10:33:17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1304[10:33:17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.530 milliseconds
1305[10:33:17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1306[10:33:32] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
1307[10:33:32] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
1308[10:33:32] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
1309[10:33:32] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 19.891 milliseconds
1310[10:33:32] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1311[10:33:32] [DEBUG] Calling callback "OnAccountRegister"..
1312[10:33:32] [DEBUG] cache_insert_id - connection: 1
1313[10:33:32] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1314[10:34:34] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
1315[10:34:34] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '_Rsk", callback: "(null)", format: "(null)"
1316[10:34:34] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1317[10:34:34] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 86.919 milliseconds
1318[10:34:34] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1319[10:35:08] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1320[10:35:08] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'R3kT' OR `IP", callback: "OnBanCheck", format: "i"
1321[10:35:08] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1322[10:35:08] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'R3kT", callback: "(null)", format: "(null)"
1323[10:35:08] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1324[10:35:08] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'R3kT'", use_cache: true
1325[10:35:08] [DEBUG] CMySQLQuery::Execute - starting query execution
1326[10:35:08] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1327[10:35:08] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 87.189 milliseconds
1328[10:35:08] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1329[10:35:08] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1330[10:35:08] [DEBUG] cache_get_row_count - connection: 1
1331[10:35:08] [DEBUG] cache_delete - cache_id: 1, connection: 1
1332[10:35:08] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1333[10:35:08] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1334[10:35:08] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1335[10:35:08] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'R3kT'", callback: "GiveHouseKeys", format: "i"
1336[10:35:08] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 87.467 milliseconds
1337[10:35:08] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1338[10:35:08] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1339[10:35:08] [DEBUG] Calling callback "OnBanCheck"..
1340[10:35:08] [DEBUG] cache_get_row_count - connection: 1
1341[10:35:08] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1342[10:35:08] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1343[10:35:08] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1344[10:35:08] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'R3kT'", callback: "(null)", format: "(null)"
1345[10:35:08] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1346[10:35:08] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.242 milliseconds
1347[10:35:08] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1348[10:35:08] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1349[10:35:08] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.484 milliseconds
1350[10:35:08] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1351[10:35:08] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
1352[10:35:08] [DEBUG] Calling callback "GiveHouseKeys"..
1353[10:35:08] [DEBUG] cache_get_row_count - connection: 1
1354[10:35:08] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1355[10:35:08] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 18.932 milliseconds
1356[10:35:08] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1357[10:35:08] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1358[10:35:08] [DEBUG] Calling callback "OnAccountCheck"..
1359[10:35:08] [DEBUG] cache_get_data - connection: 1
1360[10:35:08] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1361[10:35:08] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.744 milliseconds
1362[10:35:08] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1363[10:35:15] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
1364[10:35:15] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
1365[10:35:15] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
1366[10:35:15] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 20.124 milliseconds
1367[10:35:15] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1368[10:35:15] [DEBUG] Calling callback "OnAccountRegister"..
1369[10:35:15] [DEBUG] cache_insert_id - connection: 1
1370[10:35:15] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1371[10:36:07] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1372[10:36:07] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '$Ammar$' OR ", callback: "OnBanCheck", format: "i"
1373[10:36:07] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1374[10:36:07] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '$Amm", callback: "(null)", format: "(null)"
1375[10:36:07] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1376[10:36:07] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '$Ammar$'", use_cache: true
1377[10:36:07] [DEBUG] CMySQLQuery::Execute - starting query execution
1378[10:36:07] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1379[10:36:08] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 91.399 milliseconds
1380[10:36:08] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1381[10:36:08] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1382[10:36:08] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 94.63 milliseconds
1383[10:36:08] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1384[10:36:08] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1385[10:36:08] [DEBUG] cache_get_row_count - connection: 1
1386[10:36:08] [DEBUG] cache_delete - cache_id: 1, connection: 1
1387[10:36:08] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1388[10:36:08] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1389[10:36:08] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1390[10:36:08] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = '$Ammar$'", callback: "GiveHouseKeys", format: "i"
1391[10:36:08] [DEBUG] Calling callback "OnBanCheck"..
1392[10:36:08] [DEBUG] cache_get_row_count - connection: 1
1393[10:36:08] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1394[10:36:08] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1395[10:36:08] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1396[10:36:08] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '$Ammar$'", callback: "(null)", format: "(null)"
1397[10:36:08] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1398[10:36:08] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.554 milliseconds
1399[10:36:08] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1400[10:36:08] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1401[10:36:08] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.373 milliseconds
1402[10:36:08] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1403[10:36:08] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
1404[10:36:08] [DEBUG] Calling callback "GiveHouseKeys"..
1405[10:36:08] [DEBUG] cache_get_row_count - connection: 1
1406[10:36:08] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1407[10:36:08] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.639 milliseconds
1408[10:36:08] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1409[10:36:08] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1410[10:36:08] [DEBUG] Calling callback "OnAccountCheck"..
1411[10:36:08] [DEBUG] cache_get_data - connection: 1
1412[10:36:08] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1413[10:36:08] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.628 milliseconds
1414[10:36:08] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1415[10:36:15] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
1416[10:36:15] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
1417[10:36:15] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
1418[10:36:15] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 22.732 milliseconds
1419[10:36:15] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1420[10:36:15] [DEBUG] Calling callback "OnAccountRegister"..
1421[10:36:15] [DEBUG] cache_insert_id - connection: 1
1422[10:36:15] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1423[10:37:14] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1424[10:37:14] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'DimitRi' OR ", callback: "OnBanCheck", format: "i"
1425[10:37:14] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1426[10:37:14] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Dimi", callback: "(null)", format: "(null)"
1427[10:37:14] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1428[10:37:14] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'DimitRi'", use_cache: true
1429[10:37:14] [DEBUG] CMySQLQuery::Execute - starting query execution
1430[10:37:14] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1431[10:37:14] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 87.907 milliseconds
1432[10:37:14] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1433[10:37:14] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1434[10:37:14] [DEBUG] cache_get_row_count - connection: 1
1435[10:37:14] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
1436[10:37:14] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '176.232.173.168' WHERE `PlayerN", callback: "(null)", format: "(null)"
1437[10:37:14] [DEBUG] cache_delete - cache_id: 1, connection: 1
1438[10:37:14] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1439[10:37:14] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1440[10:37:14] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1441[10:37:14] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'DimitRi'", callback: "GiveHouseKeys", format: "i"
1442[10:37:14] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 88.305 milliseconds
1443[10:37:14] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1444[10:37:14] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1445[10:37:14] [DEBUG] Calling callback "OnBanCheck"..
1446[10:37:14] [DEBUG] cache_get_row_count - connection: 1
1447[10:37:14] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1448[10:37:14] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1449[10:37:14] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1450[10:37:14] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'DimitRi'", callback: "(null)", format: "(null)"
1451[10:37:14] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1452[10:37:14] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.334 milliseconds
1453[10:37:14] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1454[10:37:14] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1455[10:37:14] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.905 milliseconds
1456[10:37:14] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1457[10:37:14] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1458[10:37:14] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.258 milliseconds
1459[10:37:14] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1460[10:37:14] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
1461[10:37:14] [DEBUG] Calling callback "GiveHouseKeys"..
1462[10:37:14] [DEBUG] cache_get_row_count - connection: 1
1463[10:37:14] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1464[10:37:14] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.192 milliseconds
1465[10:37:14] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1466[10:37:14] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1467[10:37:14] [DEBUG] Calling callback "OnAccountCheck"..
1468[10:37:14] [DEBUG] cache_get_data - connection: 1
1469[10:37:14] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
1470[10:37:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "176.232.173.168"
1471[10:37:14] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
1472[10:37:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
1473[10:37:14] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
1474[10:37:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "68BDD1A67C8D26614660D0BF014F2D54EEAEA5DDFFD831D6115FC4C084CB1E77A7CB1A3A96BA0ED86C3F67555EC561A811441AFA5C716BBE1212FAADA1141367"
1475[10:37:14] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
1476[10:37:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "21"
1477[10:37:14] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1478[10:37:14] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.902 milliseconds
1479[10:37:14] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1480[10:37:18] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1481[10:37:18] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'DimitRi' LIMIT", callback: "OnAccountLoad", format: "i"
1482[10:37:18] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
1483[10:37:18] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 18.285 milliseconds
1484[10:37:18] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1485[10:37:18] [DEBUG] Calling callback "OnAccountLoad"..
1486[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
1487[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "21"
1488[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
1489[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "1"
1490[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
1491[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "142607"
1492[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
1493[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
1494[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
1495[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "3"
1496[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
1497[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "5"
1498[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
1499[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
1500[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
1501[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "28"
1502[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
1503[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "26"
1504[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
1505[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
1506[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
1507[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
1508[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
1509[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
1510[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
1511[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
1512[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
1513[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
1514[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
1515[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
1516[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
1517[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
1518[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
1519[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
1520[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
1521[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "100"
1522[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
1523[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
1524[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
1525[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
1526[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
1527[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
1528[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
1529[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
1530[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
1531[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "1"
1532[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
1533[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "3"
1534[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
1535[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
1536[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
1537[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
1538[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
1539[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
1540[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
1541[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
1542[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
1543[10:37:18] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
1544[10:37:18] [ERROR] cache_get_field_content_int - invalid datatype
1545[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
1546[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "3"
1547[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
1548[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "268"
1549[10:37:18] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
1550[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "1354.87"
1551[10:37:18] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
1552[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-1259.35"
1553[10:37:18] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
1554[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "13.383"
1555[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
1556[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
1557[10:37:18] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
1558[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "100"
1559[10:37:18] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
1560[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "100"
1561[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
1562[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
1563[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
1564[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
1565[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
1566[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "1"
1567[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
1568[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
1569[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
1570[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
1571[10:37:18] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
1572[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0xFFCC00FF"
1573[10:37:18] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
1574[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "FFCC00"
1575[10:37:18] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
1576[10:37:18] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
1577[10:37:18] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
1578[10:37:18] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'DimitRi'", callback: "LoadPlayerVehicles", format: "i"
1579[10:37:18] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
1580[10:37:18] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 21", callback: "OnAttachmentLoad", format: "i"
1581[10:37:18] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
1582[10:37:18] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 21", callback: "OnWeaponLoad", format: "i"
1583[10:37:18] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
1584[10:37:18] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 21", callback: "OnFriendsLoad", format: "i"
1585[10:37:18] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
1586[10:37:18] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'DimitRi'", callback: "OnOfflinePMsLoad", format: "i"
1587[10:37:18] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1588[10:37:18] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
1589[10:37:18] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.653 milliseconds
1590[10:37:18] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1591[10:37:18] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
1592[10:37:18] [DEBUG] Calling callback "LoadPlayerVehicles"..
1593[10:37:18] [DEBUG] cache_get_row_count - connection: 1
1594[10:37:18] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1595[10:37:18] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.551 milliseconds
1596[10:37:18] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1597[10:37:18] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
1598[10:37:18] [DEBUG] Calling callback "OnAttachmentLoad"..
1599[10:37:18] [DEBUG] cache_get_row_count - connection: 1
1600[10:37:18] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1601[10:37:18] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.466 milliseconds
1602[10:37:18] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1603[10:37:18] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
1604[10:37:18] [DEBUG] Calling callback "OnWeaponLoad"..
1605[10:37:18] [DEBUG] cache_get_row_count - connection: 1
1606[10:37:18] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
1607[10:37:18] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 21", callback: "(null)", format: "(null)"
1608[10:37:18] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1609[10:37:18] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.440 milliseconds
1610[10:37:18] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1611[10:37:18] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
1612[10:37:18] [DEBUG] Calling callback "OnFriendsLoad"..
1613[10:37:18] [DEBUG] cache_get_row_count - connection: 1
1614[10:37:18] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1615[10:37:18] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.551 milliseconds
1616[10:37:18] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1617[10:37:18] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1618[10:37:18] [DEBUG] Calling callback "OnOfflinePMsLoad"..
1619[10:37:18] [DEBUG] cache_get_row_count - connection: 1
1620[10:37:18] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1621[10:37:18] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.661 milliseconds
1622[10:37:18] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1623[10:39:51] [DEBUG] mysql_connect - host: "sql.play-sa.com", user: "wrdwe1_playsa", database: "wrdwe1_playsa", password: "****", port: 3306, autoreconnect: true, pool_size: 2
1624[10:39:51] [DEBUG] CMySQLHandle::Create - creating new connection..
1625[10:39:51] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
1626[10:39:51] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
1627[10:39:51] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
1628[10:39:51] [DEBUG] CMySQLConnection::Connect - connection was successful
1629[10:39:51] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
1630[10:39:51] [DEBUG] mysql_errno - connection: 1
1631[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `playersdata` (`ID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
1632[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Maps` (`MapName` varchar(68) NOT NUL", callback: "(null)", format: "(null)"
1633[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Property` (`ID` int(11) NOT NULL def", callback: "(null)", format: "(null)"
1634[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Houses` (`ID` int(11) NOT NULL,`Hous", callback: "(null)", format: "(null)"
1635[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseGuns` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
1636[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseVisitors` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
1637[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseKeys` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
1638[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseSafeLogs` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
1639[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Vehicles` (`vehID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
1640[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Attachments` (`ID` int(5) NOT NULL,`", callback: "(null)", format: "(null)"
1641[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BannedPlayers` (`PlayerName` varchar", callback: "(null)", format: "(null)"
1642[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Weapons` (`ID` int(5) NOT NULL, `Wea", callback: "(null)", format: "(null)"
1643[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `SkinData` ( `ID` int(5) NOT NULL, `S", callback: "(null)", format: "(null)"
1644[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `FriendsData` ( `ID` int(5) NOT NULL,", callback: "(null)", format: "(null)"
1645[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `OfflinePMs` ( `PlayerName` varchar(2", callback: "(null)", format: "(null)"
1646[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Market` (`Seller` varchar(25) NOT NU", callback: "(null)", format: "(null)"
1647[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `PlayerLogs` (`PlayerName` varchar(25", callback: "(null)", format: "(null)"
1648[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Property", callback: "LoadProperties", format: "(null)"
1649[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Houses", callback: "LoadHouses", format: "(null)"
1650[10:39:51] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '-'", callback: "LoadDealerVehicles", format: "(null)"
1651[10:39:51] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
1652[10:39:51] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
1653[10:39:51] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
1654[10:39:51] [DEBUG] CMySQLConnection::Connect - connection was successful
1655[10:39:51] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
1656[10:39:51] [DEBUG] CMySQLConnection::Connect - connection was successful
1657[10:39:51] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
1658[10:39:51] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1659[10:39:51] [DEBUG] CMySQLConnection::Connect - connection was successful
1660[10:39:51] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
1661[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1662[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen' OR `", callback: "OnBanCheck", format: "i"
1663[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1664[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Raus", callback: "(null)", format: "(null)"
1665[10:39:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1666[10:39:53] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Rausen'", use_cache: true
1667[10:39:53] [DEBUG] CMySQLQuery::Execute - starting query execution
1668[10:39:53] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.968 milliseconds
1669[10:39:53] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1670[10:39:53] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1671[10:39:53] [DEBUG] cache_get_row_count - connection: 1
1672[10:39:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
1673[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '176.41.97.12' WHERE `PlayerName", callback: "(null)", format: "(null)"
1674[10:39:53] [DEBUG] cache_delete - cache_id: 1, connection: 1
1675[10:39:53] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1676[10:39:53] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1677[10:39:53] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1678[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Rausen'", callback: "GiveHouseKeys", format: "i"
1679[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1680[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'r.n.m.' OR `", callback: "OnBanCheck", format: "i"
1681[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1682[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'r.n.", callback: "(null)", format: "(null)"
1683[10:39:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1684[10:39:53] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'r.n.m.'", use_cache: true
1685[10:39:53] [DEBUG] CMySQLQuery::Execute - starting query execution
1686[10:39:53] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 18.212 milliseconds
1687[10:39:53] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1688[10:39:53] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1689[10:39:53] [DEBUG] cache_get_row_count - connection: 1
1690[10:39:53] [DEBUG] cache_delete - cache_id: 1, connection: 1
1691[10:39:53] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1692[10:39:53] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1693[10:39:53] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1694[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'r.n.m.'", callback: "GiveHouseKeys", format: "i"
1695[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1696[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '_RsK]Invalid", callback: "OnBanCheck", format: "i"
1697[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1698[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '_RsK", callback: "(null)", format: "(null)"
1699[10:39:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1700[10:39:53] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '_RsK]Invali", use_cache: true
1701[10:39:53] [DEBUG] CMySQLQuery::Execute - starting query execution
1702[10:39:53] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 18.18 milliseconds
1703[10:39:53] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1704[10:39:53] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1705[10:39:53] [DEBUG] cache_get_row_count - connection: 1
1706[10:39:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
1707[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '38.95.109.108' WHERE `PlayerNam", callback: "(null)", format: "(null)"
1708[10:39:53] [DEBUG] cache_delete - cache_id: 1, connection: 1
1709[10:39:53] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1710[10:39:53] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1711[10:39:53] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1712[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = '_RsK]Invalid.'", callback: "GiveHouseKeys", format: "i"
1713[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1714[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '$Ammar$' OR ", callback: "OnBanCheck", format: "i"
1715[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1716[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '$Amm", callback: "(null)", format: "(null)"
1717[10:39:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1718[10:39:53] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '$Ammar$'", use_cache: true
1719[10:39:53] [DEBUG] CMySQLQuery::Execute - starting query execution
1720[10:39:53] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.563 milliseconds
1721[10:39:53] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1722[10:39:53] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1723[10:39:53] [DEBUG] cache_get_row_count - connection: 1
1724[10:39:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
1725[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '1.32.72.241' WHERE `PlayerName`", callback: "(null)", format: "(null)"
1726[10:39:53] [DEBUG] cache_delete - cache_id: 1, connection: 1
1727[10:39:53] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1728[10:39:53] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1729[10:39:53] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1730[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = '$Ammar$'", callback: "GiveHouseKeys", format: "i"
1731[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1732[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Bumpty' OR `", callback: "OnBanCheck", format: "i"
1733[10:39:53] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1734[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Bump", callback: "(null)", format: "(null)"
1735[10:39:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1736[10:39:53] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Bumpty'", use_cache: true
1737[10:39:53] [DEBUG] CMySQLQuery::Execute - starting query execution
1738[10:39:53] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 2139.205 milliseconds
1739[10:39:53] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1740[10:39:53] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1741[10:39:53] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.891 milliseconds
1742[10:39:53] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1743[10:39:53] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1744[10:39:53] [DEBUG] cache_get_row_count - connection: 1
1745[10:39:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
1746[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '89.238.177.20' WHERE `PlayerNam", callback: "(null)", format: "(null)"
1747[10:39:53] [DEBUG] cache_delete - cache_id: 1, connection: 1
1748[10:39:53] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1749[10:39:53] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1750[10:39:53] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1751[10:39:53] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Bumpty'", callback: "GiveHouseKeys", format: "i"
1752[10:39:53] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 22.718 milliseconds
1753[10:39:53] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1754[10:39:53] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1755[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.741 milliseconds
1756[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1757[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1758[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.776 milliseconds
1759[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1760[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1761[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 22.390 milliseconds
1762[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1763[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1764[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 69.690 milliseconds
1765[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1766[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1767[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.504 milliseconds
1768[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1769[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1770[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 73.931 milliseconds
1771[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1772[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1773[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.624 milliseconds
1774[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1775[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1776[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.390 milliseconds
1777[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1778[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1779[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.435 milliseconds
1780[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1781[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1782[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.357 milliseconds
1783[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1784[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1785[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.671 milliseconds
1786[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1787[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1788[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.435 milliseconds
1789[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1790[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1791[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.465 milliseconds
1792[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1793[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1794[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.133 milliseconds
1795[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1796[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1797[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.392 milliseconds
1798[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1799[10:39:54] [DEBUG] CMySQLQuery::Execute[LoadProperties] - starting query execution
1800[10:39:54] [DEBUG] CMySQLQuery::Execute[LoadProperties] - query was successfully executed within 17.649 milliseconds
1801[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1802[10:39:54] [DEBUG] CMySQLQuery::Execute[LoadHouses] - starting query execution
1803[10:39:54] [DEBUG] Calling callback "LoadProperties"..
1804[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1805[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1806[10:39:54] [DEBUG] CMySQLQuery::Execute[LoadHouses] - query was successfully executed within 17.429 milliseconds
1807[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1808[10:39:54] [DEBUG] CMySQLQuery::Execute[LoadDealerVehicles] - starting query execution
1809[10:39:54] [DEBUG] Calling callback "LoadHouses"..
1810[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1811[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1812[10:39:54] [DEBUG] CMySQLQuery::Execute[LoadDealerVehicles] - query was successfully executed within 17.684 milliseconds
1813[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1814[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1815[10:39:54] [DEBUG] Calling callback "LoadDealerVehicles"..
1816[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1817[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1818[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.677 milliseconds
1819[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1820[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1821[10:39:54] [DEBUG] Calling callback "OnBanCheck"..
1822[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1823[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1824[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1825[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1826[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen'", callback: "(null)", format: "(null)"
1827[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1828[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 19.993 milliseconds
1829[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1830[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1831[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.941 milliseconds
1832[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1833[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1834[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.724 milliseconds
1835[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1836[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1837[10:39:54] [DEBUG] Calling callback "GiveHouseKeys"..
1838[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1839[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1840[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.650 milliseconds
1841[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1842[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1843[10:39:54] [DEBUG] Calling callback "OnBanCheck"..
1844[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1845[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1846[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1847[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1848[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'r.n.m.'", callback: "(null)", format: "(null)"
1849[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1850[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.969 milliseconds
1851[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1852[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1853[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.530 milliseconds
1854[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1855[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1856[10:39:54] [DEBUG] Calling callback "GiveHouseKeys"..
1857[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1858[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1859[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.589 milliseconds
1860[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1861[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1862[10:39:54] [DEBUG] Calling callback "OnBanCheck"..
1863[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1864[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1865[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1866[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1867[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '_RsK]Invalid.'", callback: "(null)", format: "(null)"
1868[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1869[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.586 milliseconds
1870[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1871[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1872[10:39:54] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
1873[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Crumpty' OR ", callback: "OnBanCheck", format: "i"
1874[10:39:54] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
1875[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Crum", callback: "(null)", format: "(null)"
1876[10:39:54] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
1877[10:39:54] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Crumpty'", use_cache: true
1878[10:39:54] [DEBUG] CMySQLQuery::Execute - starting query execution
1879[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.934 milliseconds
1880[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1881[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1882[10:39:54] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.668 milliseconds
1883[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1884[10:39:54] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
1885[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1886[10:39:54] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
1887[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '89.238.166.148' WHERE `PlayerNa", callback: "(null)", format: "(null)"
1888[10:39:54] [DEBUG] cache_delete - cache_id: 1, connection: 1
1889[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1890[10:39:54] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
1891[10:39:54] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
1892[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Crumpty'", callback: "GiveHouseKeys", format: "i"
1893[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 20.272 milliseconds
1894[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1895[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1896[10:39:54] [DEBUG] Calling callback "GiveHouseKeys"..
1897[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1898[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1899[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.786 milliseconds
1900[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1901[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1902[10:39:54] [DEBUG] Calling callback "OnBanCheck"..
1903[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1904[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1905[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1906[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1907[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '$Ammar$'", callback: "(null)", format: "(null)"
1908[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1909[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 144.875 milliseconds
1910[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1911[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1912[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.43 milliseconds
1913[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1914[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1915[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.405 milliseconds
1916[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1917[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1918[10:39:54] [DEBUG] Calling callback "GiveHouseKeys"..
1919[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1920[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1921[10:39:54] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.834 milliseconds
1922[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1923[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1924[10:39:54] [DEBUG] Calling callback "OnBanCheck"..
1925[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1926[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1927[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1928[10:39:54] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1929[10:39:54] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Bumpty'", callback: "(null)", format: "(null)"
1930[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1931[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.500 milliseconds
1932[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1933[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1934[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 19.509 milliseconds
1935[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1936[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
1937[10:39:54] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.328 milliseconds
1938[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1939[10:39:54] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
1940[10:39:54] [DEBUG] Calling callback "GiveHouseKeys"..
1941[10:39:54] [DEBUG] cache_get_row_count - connection: 1
1942[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1943[10:39:54] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.424 milliseconds
1944[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1945[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1946[10:39:54] [DEBUG] Calling callback "OnAccountCheck"..
1947[10:39:54] [DEBUG] cache_get_data - connection: 1
1948[10:39:54] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
1949[10:39:54] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "176.41.97.12"
1950[10:39:54] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
1951[10:39:54] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
1952[10:39:54] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
1953[10:39:54] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "70B98178E5EDF5C5C6C351E270767342913DD378D0F8861E38842D769B0D590920AF4BDD29DA143FE208D414BDA714D1DBB75BFD5015890A99012DC283323DFF"
1954[10:39:54] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
1955[10:39:54] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "2"
1956[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1957[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.339 milliseconds
1958[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1959[10:39:54] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
1960[10:39:54] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 24.815 milliseconds
1961[10:39:54] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1962[10:39:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1963[10:39:54] [DEBUG] Calling callback "OnAccountCheck"..
1964[10:39:54] [DEBUG] cache_get_data - connection: 1
1965[10:39:54] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1966[10:39:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.471 milliseconds
1967[10:39:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1968[10:39:54] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
1969[10:39:55] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.629 milliseconds
1970[10:39:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1971[10:39:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1972[10:39:55] [DEBUG] Calling callback "OnAccountCheck"..
1973[10:39:55] [DEBUG] cache_get_data - connection: 1
1974[10:39:55] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
1975[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "38.95.109.108"
1976[10:39:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
1977[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
1978[10:39:55] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
1979[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "2ADB03589CEEF774AE778A7371993A0435F5CC1AC1A28C23FBEA128E3AB3039E0EA2FF243138E832F87D7F2CF04BCF8A2C84E826B0715114BB01212F9346555B"
1980[10:39:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
1981[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "62"
1982[10:39:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1983[10:39:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.391 milliseconds
1984[10:39:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1985[10:39:55] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
1986[10:39:55] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.602 milliseconds
1987[10:39:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
1988[10:39:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1989[10:39:55] [DEBUG] Calling callback "OnBanCheck"..
1990[10:39:55] [DEBUG] cache_get_row_count - connection: 1
1991[10:39:55] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
1992[10:39:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
1993[10:39:55] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
1994[10:39:55] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Crumpty'", callback: "(null)", format: "(null)"
1995[10:39:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
1996[10:39:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 27.881 milliseconds
1997[10:39:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
1998[10:39:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
1999[10:39:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.763 milliseconds
2000[10:39:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2001[10:39:55] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
2002[10:39:55] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.636 milliseconds
2003[10:39:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2004[10:39:55] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
2005[10:39:55] [DEBUG] Calling callback "GiveHouseKeys"..
2006[10:39:55] [DEBUG] cache_get_row_count - connection: 1
2007[10:39:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2008[10:39:55] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.860 milliseconds
2009[10:39:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2010[10:39:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2011[10:39:55] [DEBUG] Calling callback "OnAccountCheck"..
2012[10:39:55] [DEBUG] cache_get_data - connection: 1
2013[10:39:55] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
2014[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "1.32.72.241"
2015[10:39:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
2016[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "31"
2017[10:39:55] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
2018[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "D9137A73BC87D391F7B4DFC2B03ADE23415BD86D53629D33B0DE5BE18915F9B5423A267FBA06142DF8165117C57D872AF852A5F739F314C74ED23ED85A239759"
2019[10:39:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2020[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "115"
2021[10:39:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2022[10:39:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.613 milliseconds
2023[10:39:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2024[10:39:55] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
2025[10:39:55] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.840 milliseconds
2026[10:39:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2027[10:39:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2028[10:39:55] [DEBUG] Calling callback "OnAccountCheck"..
2029[10:39:55] [DEBUG] cache_get_data - connection: 1
2030[10:39:55] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
2031[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "89.238.177.20"
2032[10:39:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
2033[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
2034[10:39:55] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
2035[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "51E52D3FE93EB42FBB7DED3A54D42EC6ABB3B510621393DCB21E69527BC7409BA9F1A80A710BD0054F3F5BD6621ED85D3A7379E71D57608A966BC61F36C08180"
2036[10:39:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2037[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "16"
2038[10:39:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2039[10:39:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.427 milliseconds
2040[10:39:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2041[10:39:55] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
2042[10:39:55] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.649 milliseconds
2043[10:39:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2044[10:39:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2045[10:39:55] [DEBUG] Calling callback "OnAccountCheck"..
2046[10:39:55] [DEBUG] cache_get_data - connection: 1
2047[10:39:55] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
2048[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "89.238.166.148"
2049[10:39:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
2050[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "31"
2051[10:39:55] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
2052[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "E4646D066BDE8F66A4780A022350D2470E5A78673D12B4326E9C36CBCBCD673A4A5DE4F29CF8C9E8956480B73B79E2F800347A03F9739EA241BC4EA7FCC1357C"
2053[10:39:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2054[10:39:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "113"
2055[10:39:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2056[10:39:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.859 milliseconds
2057[10:39:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2058[10:39:58] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
2059[10:39:58] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = '$Ammar$' LIMIT", callback: "OnAccountLoad", format: "i"
2060[10:39:58] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
2061[10:39:58] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 18.554 milliseconds
2062[10:39:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2063[10:39:58] [DEBUG] Calling callback "OnAccountLoad"..
2064[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2065[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "115"
2066[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
2067[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
2068[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
2069[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
2070[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
2071[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
2072[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
2073[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
2074[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
2075[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
2076[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
2077[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
2078[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
2079[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "0"
2080[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
2081[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "0"
2082[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2083[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2084[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
2085[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
2086[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
2087[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
2088[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
2089[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
2090[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
2091[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
2092[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
2093[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
2094[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
2095[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "0"
2096[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
2097[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
2098[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
2099[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
2100[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2101[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2102[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
2103[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
2104[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
2105[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
2106[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
2107[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
2108[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
2109[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "0"
2110[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
2111[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
2112[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
2113[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
2114[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
2115[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
2116[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
2117[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
2118[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
2119[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
2120[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
2121[10:39:58] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
2122[10:39:58] [ERROR] cache_get_field_content_int - invalid datatype
2123[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
2124[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "255"
2125[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
2126[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"
2127[10:39:58] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
2128[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "0"
2129[10:39:58] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
2130[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "0"
2131[10:39:58] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
2132[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "0"
2133[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
2134[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
2135[10:39:58] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
2136[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "0"
2137[10:39:58] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
2138[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
2139[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
2140[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
2141[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
2142[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
2143[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
2144[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
2145[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
2146[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
2147[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
2148[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "0"
2149[10:39:58] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
2150[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: ""
2151[10:39:58] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
2152[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: ""
2153[10:39:58] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
2154[10:39:58] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
2155[10:39:58] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
2156[10:39:58] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '$Ammar$'", callback: "LoadPlayerVehicles", format: "i"
2157[10:39:58] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
2158[10:39:58] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 115", callback: "OnAttachmentLoad", format: "i"
2159[10:39:58] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
2160[10:39:58] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 115", callback: "OnWeaponLoad", format: "i"
2161[10:39:58] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
2162[10:39:58] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 115", callback: "OnFriendsLoad", format: "i"
2163[10:39:58] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
2164[10:39:58] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '$Ammar$'", callback: "OnOfflinePMsLoad", format: "i"
2165[10:39:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2166[10:39:58] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
2167[10:39:58] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.598 milliseconds
2168[10:39:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2169[10:39:58] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
2170[10:39:58] [DEBUG] Calling callback "LoadPlayerVehicles"..
2171[10:39:58] [DEBUG] cache_get_row_count - connection: 1
2172[10:39:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2173[10:39:58] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.522 milliseconds
2174[10:39:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2175[10:39:58] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
2176[10:39:58] [DEBUG] Calling callback "OnAttachmentLoad"..
2177[10:39:58] [DEBUG] cache_get_row_count - connection: 1
2178[10:39:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2179[10:39:58] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.727 milliseconds
2180[10:39:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2181[10:39:58] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
2182[10:39:58] [DEBUG] Calling callback "OnWeaponLoad"..
2183[10:39:58] [DEBUG] cache_get_row_count - connection: 1
2184[10:39:58] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
2185[10:39:58] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 115", callback: "(null)", format: "(null)"
2186[10:39:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2187[10:39:58] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.620 milliseconds
2188[10:39:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2189[10:39:58] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
2190[10:39:58] [DEBUG] Calling callback "OnFriendsLoad"..
2191[10:39:58] [DEBUG] cache_get_row_count - connection: 1
2192[10:39:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2193[10:39:58] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.642 milliseconds
2194[10:39:58] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2195[10:39:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2196[10:39:58] [DEBUG] Calling callback "OnOfflinePMsLoad"..
2197[10:39:58] [DEBUG] cache_get_row_count - connection: 1
2198[10:39:58] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2199[10:39:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.340 milliseconds
2200[10:39:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2201[10:39:59] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
2202[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Rausen' LIMIT ", callback: "OnAccountLoad", format: "i"
2203[10:39:59] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
2204[10:39:59] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 17.861 milliseconds
2205[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2206[10:39:59] [DEBUG] Calling callback "OnAccountLoad"..
2207[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2208[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "2"
2209[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
2210[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "4"
2211[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
2212[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "3936680"
2213[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
2214[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "100"
2215[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
2216[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
2217[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
2218[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
2219[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
2220[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "1"
2221[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
2222[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "4"
2223[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
2224[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "53"
2225[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2226[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2227[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
2228[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
2229[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
2230[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
2231[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
2232[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
2233[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
2234[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "1"
2235[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
2236[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "1509210170"
2237[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
2238[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
2239[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
2240[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
2241[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
2242[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
2243[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2244[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2245[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
2246[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
2247[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
2248[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
2249[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
2250[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
2251[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
2252[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "3"
2253[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
2254[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
2255[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
2256[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
2257[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
2258[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
2259[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
2260[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
2261[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
2262[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
2263[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
2264[10:39:59] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
2265[10:39:59] [ERROR] cache_get_field_content_int - invalid datatype
2266[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
2267[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "3"
2268[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
2269[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "217"
2270[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
2271[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "1822.89"
2272[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
2273[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-2249.86"
2274[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
2275[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "26.604"
2276[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
2277[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
2278[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
2279[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "80"
2280[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
2281[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
2282[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
2283[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
2284[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
2285[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
2286[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
2287[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
2288[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
2289[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
2290[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
2291[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
2292[10:39:59] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
2293[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0xFFCC00FF"
2294[10:39:59] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
2295[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "FFCC00"
2296[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
2297[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
2298[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
2299[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Rausen'", callback: "LoadPlayerVehicles", format: "i"
2300[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
2301[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 2", callback: "OnAttachmentLoad", format: "i"
2302[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
2303[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 2", callback: "OnWeaponLoad", format: "i"
2304[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
2305[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 2", callback: "OnFriendsLoad", format: "i"
2306[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
2307[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Rausen'", callback: "OnOfflinePMsLoad", format: "i"
2308[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2309[10:39:59] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
2310[10:39:59] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.751 milliseconds
2311[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2312[10:39:59] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
2313[10:39:59] [DEBUG] Calling callback "LoadPlayerVehicles"..
2314[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2315[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2316[10:39:59] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.432 milliseconds
2317[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2318[10:39:59] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
2319[10:39:59] [DEBUG] Calling callback "OnAttachmentLoad"..
2320[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2321[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2322[10:39:59] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.296 milliseconds
2323[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2324[10:39:59] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
2325[10:39:59] [DEBUG] Calling callback "OnWeaponLoad"..
2326[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2327[10:39:59] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
2328[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 2", callback: "(null)", format: "(null)"
2329[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2330[10:39:59] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.297 milliseconds
2331[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2332[10:39:59] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
2333[10:39:59] [DEBUG] Calling callback "OnFriendsLoad"..
2334[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2335[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2336[10:39:59] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.353 milliseconds
2337[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2338[10:39:59] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2339[10:39:59] [DEBUG] Calling callback "OnOfflinePMsLoad"..
2340[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2341[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2342[10:39:59] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.467 milliseconds
2343[10:39:59] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2344[10:39:59] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
2345[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Crumpty' LIMIT", callback: "OnAccountLoad", format: "i"
2346[10:39:59] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
2347[10:39:59] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 18.492 milliseconds
2348[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2349[10:39:59] [DEBUG] Calling callback "OnAccountLoad"..
2350[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2351[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "113"
2352[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
2353[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
2354[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
2355[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
2356[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
2357[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
2358[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
2359[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
2360[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
2361[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
2362[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
2363[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
2364[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
2365[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "0"
2366[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
2367[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "0"
2368[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2369[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2370[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
2371[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
2372[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
2373[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
2374[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
2375[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
2376[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
2377[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
2378[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
2379[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
2380[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
2381[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "0"
2382[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
2383[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
2384[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
2385[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
2386[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2387[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2388[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
2389[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
2390[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
2391[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
2392[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
2393[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
2394[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
2395[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "0"
2396[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
2397[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
2398[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
2399[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
2400[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
2401[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
2402[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
2403[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
2404[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
2405[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
2406[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
2407[10:39:59] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
2408[10:39:59] [ERROR] cache_get_field_content_int - invalid datatype
2409[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
2410[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "255"
2411[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
2412[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"
2413[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
2414[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "0"
2415[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
2416[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "0"
2417[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
2418[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "0"
2419[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
2420[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
2421[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
2422[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "0"
2423[10:39:59] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
2424[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
2425[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
2426[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
2427[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
2428[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
2429[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
2430[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
2431[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
2432[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
2433[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
2434[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "0"
2435[10:39:59] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
2436[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: ""
2437[10:39:59] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
2438[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: ""
2439[10:39:59] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
2440[10:39:59] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
2441[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
2442[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Crumpty'", callback: "LoadPlayerVehicles", format: "i"
2443[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
2444[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 113", callback: "OnAttachmentLoad", format: "i"
2445[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
2446[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 113", callback: "OnWeaponLoad", format: "i"
2447[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
2448[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 113", callback: "OnFriendsLoad", format: "i"
2449[10:39:59] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
2450[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Crumpty'", callback: "OnOfflinePMsLoad", format: "i"
2451[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2452[10:39:59] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
2453[10:39:59] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.737 milliseconds
2454[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2455[10:39:59] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
2456[10:39:59] [DEBUG] Calling callback "LoadPlayerVehicles"..
2457[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2458[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2459[10:39:59] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.590 milliseconds
2460[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2461[10:39:59] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
2462[10:39:59] [DEBUG] Calling callback "OnAttachmentLoad"..
2463[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2464[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2465[10:39:59] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.926 milliseconds
2466[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2467[10:39:59] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
2468[10:39:59] [DEBUG] Calling callback "OnWeaponLoad"..
2469[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2470[10:39:59] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
2471[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 113", callback: "(null)", format: "(null)"
2472[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2473[10:39:59] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 19.250 milliseconds
2474[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2475[10:39:59] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
2476[10:39:59] [DEBUG] Calling callback "OnFriendsLoad"..
2477[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2478[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2479[10:39:59] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.785 milliseconds
2480[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2481[10:39:59] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2482[10:39:59] [DEBUG] Calling callback "OnOfflinePMsLoad"..
2483[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2484[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2485[10:39:59] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 22.471 milliseconds
2486[10:39:59] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2487[10:39:59] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
2488[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Demon' OR `I", callback: "OnBanCheck", format: "i"
2489[10:39:59] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
2490[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Demo", callback: "(null)", format: "(null)"
2491[10:39:59] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
2492[10:39:59] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Demon'", use_cache: true
2493[10:39:59] [DEBUG] CMySQLQuery::Execute - starting query execution
2494[10:39:59] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
2495[10:39:59] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.833 milliseconds
2496[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2497[10:39:59] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
2498[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2499[10:39:59] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
2500[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '103.48.57.200' WHERE `PlayerNam", callback: "(null)", format: "(null)"
2501[10:39:59] [DEBUG] cache_delete - cache_id: 1, connection: 1
2502[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2503[10:39:59] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
2504[10:39:59] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
2505[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Demon'", callback: "GiveHouseKeys", format: "i"
2506[10:39:59] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.481 milliseconds
2507[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2508[10:39:59] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2509[10:39:59] [DEBUG] Calling callback "OnBanCheck"..
2510[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2511[10:39:59] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
2512[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
2513[10:39:59] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
2514[10:39:59] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Demon'", callback: "(null)", format: "(null)"
2515[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2516[10:39:59] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.147 milliseconds
2517[10:39:59] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2518[10:39:59] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2519[10:39:59] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.685 milliseconds
2520[10:39:59] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2521[10:39:59] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
2522[10:39:59] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.468 milliseconds
2523[10:39:59] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2524[10:39:59] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
2525[10:39:59] [DEBUG] Calling callback "GiveHouseKeys"..
2526[10:39:59] [DEBUG] cache_get_row_count - connection: 1
2527[10:39:59] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2528[10:40:00] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.674 milliseconds
2529[10:40:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2530[10:40:00] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2531[10:40:00] [DEBUG] Calling callback "OnAccountCheck"..
2532[10:40:00] [DEBUG] cache_get_data - connection: 1
2533[10:40:00] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
2534[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "103.48.57.200"
2535[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
2536[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
2537[10:40:00] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
2538[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "37BAB3D0DB517261C0BBD0AF7FD388AE9E37DE780C2FC33BCEAC17EBE8A845CC99834D8953EEFB5D645CC345CDAE2A4E0C43F0C7B59C41F9556FD46FBC9567BD"
2539[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2540[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "4"
2541[10:40:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2542[10:40:00] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.502 milliseconds
2543[10:40:00] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2544[10:40:00] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
2545[10:40:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Bumpty' LIMIT ", callback: "OnAccountLoad", format: "i"
2546[10:40:00] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
2547[10:40:00] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 17.898 milliseconds
2548[10:40:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2549[10:40:00] [DEBUG] Calling callback "OnAccountLoad"..
2550[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2551[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "16"
2552[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
2553[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
2554[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
2555[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
2556[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
2557[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
2558[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
2559[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "9"
2560[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
2561[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "23"
2562[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
2563[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "2"
2564[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
2565[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "18"
2566[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
2567[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "56"
2568[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2569[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2570[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
2571[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
2572[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
2573[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
2574[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
2575[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
2576[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
2577[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
2578[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
2579[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
2580[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
2581[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
2582[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
2583[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
2584[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
2585[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "100"
2586[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2587[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2588[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
2589[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
2590[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
2591[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
2592[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
2593[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
2594[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
2595[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "5"
2596[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
2597[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
2598[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
2599[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
2600[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
2601[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
2602[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
2603[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
2604[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
2605[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
2606[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
2607[10:40:00] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
2608[10:40:00] [ERROR] cache_get_field_content_int - invalid datatype
2609[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
2610[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "3"
2611[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
2612[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "268"
2613[10:40:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
2614[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "1346.68"
2615[10:40:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
2616[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-1282"
2617[10:40:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
2618[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "13.383"
2619[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
2620[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
2621[10:40:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
2622[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "100"
2623[10:40:00] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
2624[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
2625[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
2626[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
2627[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
2628[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
2629[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
2630[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
2631[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
2632[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
2633[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
2634[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
2635[10:40:00] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
2636[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0xFFCC00FF"
2637[10:40:00] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
2638[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "FFCC00"
2639[10:40:00] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
2640[10:40:00] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
2641[10:40:00] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
2642[10:40:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Bumpty'", callback: "LoadPlayerVehicles", format: "i"
2643[10:40:00] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
2644[10:40:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 16", callback: "OnAttachmentLoad", format: "i"
2645[10:40:00] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
2646[10:40:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 16", callback: "OnWeaponLoad", format: "i"
2647[10:40:00] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
2648[10:40:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 16", callback: "OnFriendsLoad", format: "i"
2649[10:40:00] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
2650[10:40:00] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Bumpty'", callback: "OnOfflinePMsLoad", format: "i"
2651[10:40:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2652[10:40:00] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
2653[10:40:00] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 18.40 milliseconds
2654[10:40:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2655[10:40:00] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
2656[10:40:00] [DEBUG] Calling callback "LoadPlayerVehicles"..
2657[10:40:00] [DEBUG] cache_get_row_count - connection: 1
2658[10:40:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2659[10:40:00] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.479 milliseconds
2660[10:40:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2661[10:40:00] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
2662[10:40:00] [DEBUG] Calling callback "OnAttachmentLoad"..
2663[10:40:00] [DEBUG] cache_get_row_count - connection: 1
2664[10:40:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2665[10:40:00] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.469 milliseconds
2666[10:40:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2667[10:40:00] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
2668[10:40:00] [DEBUG] Calling callback "OnWeaponLoad"..
2669[10:40:00] [DEBUG] cache_get_row_count - connection: 1
2670[10:40:00] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
2671[10:40:00] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 16", callback: "(null)", format: "(null)"
2672[10:40:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2673[10:40:00] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.495 milliseconds
2674[10:40:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2675[10:40:00] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
2676[10:40:00] [DEBUG] Calling callback "OnFriendsLoad"..
2677[10:40:00] [DEBUG] cache_get_row_count - connection: 1
2678[10:40:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2679[10:40:00] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.383 milliseconds
2680[10:40:00] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2681[10:40:00] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2682[10:40:00] [DEBUG] Calling callback "OnOfflinePMsLoad"..
2683[10:40:00] [DEBUG] cache_get_row_count - connection: 1
2684[10:40:00] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2685[10:40:00] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.720 milliseconds
2686[10:40:00] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2687[10:40:02] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
2688[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Demon' LIMIT 1", callback: "OnAccountLoad", format: "i"
2689[10:40:02] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
2690[10:40:02] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
2691[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = '_RsK]Invalid.'", callback: "OnAccountLoad", format: "i"
2692[10:40:02] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 17.977 milliseconds
2693[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2694[10:40:02] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
2695[10:40:02] [DEBUG] Calling callback "OnAccountLoad"..
2696[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2697[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "4"
2698[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
2699[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "2"
2700[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
2701[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "5256863"
2702[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
2703[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "1000"
2704[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
2705[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
2706[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
2707[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
2708[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
2709[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "1"
2710[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
2711[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "35"
2712[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
2713[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "33"
2714[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2715[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2716[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
2717[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
2718[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
2719[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
2720[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
2721[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
2722[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
2723[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "1"
2724[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
2725[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "1532977099"
2726[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
2727[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
2728[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
2729[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
2730[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
2731[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
2732[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2733[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2734[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
2735[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
2736[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
2737[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
2738[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
2739[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
2740[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
2741[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "3"
2742[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
2743[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "777"
2744[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
2745[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
2746[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
2747[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
2748[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
2749[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
2750[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
2751[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
2752[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
2753[10:40:02] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
2754[10:40:02] [ERROR] cache_get_field_content_int - invalid datatype
2755[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
2756[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "4"
2757[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
2758[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "191"
2759[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
2760[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "2671.13"
2761[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
2762[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-1433.61"
2763[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
2764[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "30.516"
2765[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
2766[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
2767[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
2768[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "100"
2769[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
2770[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
2771[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
2772[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
2773[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
2774[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
2775[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
2776[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
2777[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
2778[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
2779[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
2780[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
2781[10:40:02] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
2782[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0x00FFFFFF"
2783[10:40:02] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
2784[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "00FFFF"
2785[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
2786[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
2787[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
2788[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Demon'", callback: "LoadPlayerVehicles", format: "i"
2789[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
2790[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 4", callback: "OnAttachmentLoad", format: "i"
2791[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
2792[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 4", callback: "OnWeaponLoad", format: "i"
2793[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
2794[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 4", callback: "OnFriendsLoad", format: "i"
2795[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
2796[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Demon'", callback: "OnOfflinePMsLoad", format: "i"
2797[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2798[10:40:02] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 17.979 milliseconds
2799[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2800[10:40:02] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
2801[10:40:02] [DEBUG] Calling callback "OnAccountLoad"..
2802[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
2803[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "62"
2804[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
2805[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
2806[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
2807[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
2808[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
2809[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
2810[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
2811[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
2812[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
2813[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
2814[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
2815[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
2816[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
2817[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "0"
2818[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
2819[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "0"
2820[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2821[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2822[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
2823[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
2824[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
2825[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
2826[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
2827[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
2828[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
2829[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
2830[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
2831[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
2832[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
2833[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "0"
2834[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
2835[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
2836[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
2837[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
2838[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
2839[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
2840[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
2841[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
2842[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
2843[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
2844[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
2845[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
2846[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
2847[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "0"
2848[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
2849[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
2850[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
2851[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
2852[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
2853[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
2854[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
2855[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
2856[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
2857[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
2858[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
2859[10:40:02] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
2860[10:40:02] [ERROR] cache_get_field_content_int - invalid datatype
2861[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
2862[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "255"
2863[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
2864[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"
2865[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
2866[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "0"
2867[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
2868[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "0"
2869[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
2870[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "0"
2871[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
2872[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
2873[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
2874[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "0"
2875[10:40:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
2876[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
2877[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
2878[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
2879[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
2880[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
2881[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
2882[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
2883[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
2884[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
2885[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
2886[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "0"
2887[10:40:02] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
2888[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: ""
2889[10:40:02] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
2890[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: ""
2891[10:40:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
2892[10:40:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
2893[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
2894[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '_RsK]Invalid.'", callback: "LoadPlayerVehicles", format: "i"
2895[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
2896[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 62", callback: "OnAttachmentLoad", format: "i"
2897[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
2898[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 62", callback: "OnWeaponLoad", format: "i"
2899[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
2900[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 62", callback: "OnFriendsLoad", format: "i"
2901[10:40:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
2902[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '_RsK]Invalid.'", callback: "OnOfflinePMsLoad", format: "i"
2903[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2904[10:40:02] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.817 milliseconds
2905[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2906[10:40:02] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
2907[10:40:02] [DEBUG] Calling callback "LoadPlayerVehicles"..
2908[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2909[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2910[10:40:02] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.468 milliseconds
2911[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2912[10:40:02] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
2913[10:40:02] [DEBUG] Calling callback "OnAttachmentLoad"..
2914[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2915[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2916[10:40:02] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.549 milliseconds
2917[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2918[10:40:02] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
2919[10:40:02] [DEBUG] Calling callback "OnWeaponLoad"..
2920[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2921[10:40:02] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
2922[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 4", callback: "(null)", format: "(null)"
2923[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2924[10:40:02] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.506 milliseconds
2925[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2926[10:40:02] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
2927[10:40:02] [DEBUG] Calling callback "OnFriendsLoad"..
2928[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2929[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2930[10:40:02] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.729 milliseconds
2931[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2932[10:40:02] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
2933[10:40:02] [DEBUG] Calling callback "OnOfflinePMsLoad"..
2934[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2935[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2936[10:40:02] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 18.834 milliseconds
2937[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2938[10:40:02] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
2939[10:40:02] [DEBUG] Calling callback "LoadPlayerVehicles"..
2940[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2941[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2942[10:40:02] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.764 milliseconds
2943[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2944[10:40:02] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
2945[10:40:02] [DEBUG] Calling callback "OnAttachmentLoad"..
2946[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2947[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2948[10:40:02] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.825 milliseconds
2949[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2950[10:40:02] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
2951[10:40:02] [DEBUG] Calling callback "OnWeaponLoad"..
2952[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2953[10:40:02] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
2954[10:40:02] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 62", callback: "(null)", format: "(null)"
2955[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2956[10:40:02] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.754 milliseconds
2957[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2958[10:40:02] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
2959[10:40:02] [DEBUG] Calling callback "OnFriendsLoad"..
2960[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2961[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2962[10:40:02] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.781 milliseconds
2963[10:40:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2964[10:40:02] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2965[10:40:02] [DEBUG] Calling callback "OnOfflinePMsLoad"..
2966[10:40:02] [DEBUG] cache_get_row_count - connection: 1
2967[10:40:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2968[10:40:02] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.464 milliseconds
2969[10:40:02] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2970[10:40:02] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2971[10:40:02] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.514 milliseconds
2972[10:40:02] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
2973[10:40:14] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
2974[10:40:14] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'R3kT' OR `IP", callback: "OnBanCheck", format: "i"
2975[10:40:14] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
2976[10:40:14] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'R3kT", callback: "(null)", format: "(null)"
2977[10:40:14] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
2978[10:40:14] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'R3kT'", use_cache: true
2979[10:40:14] [DEBUG] CMySQLQuery::Execute - starting query execution
2980[10:40:14] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
2981[10:40:14] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.608 milliseconds
2982[10:40:14] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2983[10:40:14] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
2984[10:40:14] [DEBUG] cache_get_row_count - connection: 1
2985[10:40:14] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
2986[10:40:14] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '162.254.207.68' WHERE `PlayerNa", callback: "(null)", format: "(null)"
2987[10:40:14] [DEBUG] cache_delete - cache_id: 1, connection: 1
2988[10:40:14] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
2989[10:40:14] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
2990[10:40:14] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
2991[10:40:14] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'R3kT'", callback: "GiveHouseKeys", format: "i"
2992[10:40:14] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.583 milliseconds
2993[10:40:14] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
2994[10:40:14] [DEBUG] CMySQLQuery::Execute[] - starting query execution
2995[10:40:14] [DEBUG] Calling callback "OnBanCheck"..
2996[10:40:14] [DEBUG] cache_get_row_count - connection: 1
2997[10:40:14] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
2998[10:40:14] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
2999[10:40:14] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
3000[10:40:14] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'R3kT'", callback: "(null)", format: "(null)"
3001[10:40:14] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3002[10:40:14] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.410 milliseconds
3003[10:40:14] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3004[10:40:14] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3005[10:40:14] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.851 milliseconds
3006[10:40:14] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3007[10:40:14] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
3008[10:40:14] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.535 milliseconds
3009[10:40:14] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3010[10:40:14] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
3011[10:40:14] [DEBUG] Calling callback "GiveHouseKeys"..
3012[10:40:14] [DEBUG] cache_get_row_count - connection: 1
3013[10:40:14] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3014[10:40:14] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.544 milliseconds
3015[10:40:14] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3016[10:40:14] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3017[10:40:14] [DEBUG] Calling callback "OnAccountCheck"..
3018[10:40:14] [DEBUG] cache_get_data - connection: 1
3019[10:40:14] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
3020[10:40:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "162.254.207.68"
3021[10:40:14] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
3022[10:40:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "31"
3023[10:40:14] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
3024[10:40:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "050E09F6039610A992E80F3AF104049CD09DEE8A204F4A326835CC9AEA3C8C405066176252251A932FDD16FAB7EDCA667F9C5765B8A441DEBB572046B83DA959"
3025[10:40:14] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3026[10:40:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "114"
3027[10:40:14] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3028[10:40:14] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.510 milliseconds
3029[10:40:14] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3030[10:40:16] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
3031[10:40:16] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'psst.' OR `I", callback: "OnBanCheck", format: "i"
3032[10:40:16] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
3033[10:40:16] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'psst", callback: "(null)", format: "(null)"
3034[10:40:16] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
3035[10:40:16] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'psst.'", use_cache: true
3036[10:40:16] [DEBUG] CMySQLQuery::Execute - starting query execution
3037[10:40:16] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
3038[10:40:16] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.676 milliseconds
3039[10:40:16] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3040[10:40:16] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
3041[10:40:16] [DEBUG] cache_get_row_count - connection: 1
3042[10:40:16] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
3043[10:40:16] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '130.105.236.249' WHERE `PlayerN", callback: "(null)", format: "(null)"
3044[10:40:16] [DEBUG] cache_delete - cache_id: 1, connection: 1
3045[10:40:16] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3046[10:40:16] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
3047[10:40:16] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
3048[10:40:16] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'psst.'", callback: "GiveHouseKeys", format: "i"
3049[10:40:16] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.526 milliseconds
3050[10:40:16] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3051[10:40:16] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3052[10:40:16] [DEBUG] Calling callback "OnBanCheck"..
3053[10:40:16] [DEBUG] cache_get_row_count - connection: 1
3054[10:40:16] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
3055[10:40:16] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
3056[10:40:16] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
3057[10:40:16] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'psst.'", callback: "(null)", format: "(null)"
3058[10:40:16] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3059[10:40:16] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.264 milliseconds
3060[10:40:16] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3061[10:40:16] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3062[10:40:16] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.111 milliseconds
3063[10:40:16] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3064[10:40:16] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
3065[10:40:16] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 18.182 milliseconds
3066[10:40:16] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3067[10:40:16] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
3068[10:40:16] [DEBUG] Calling callback "GiveHouseKeys"..
3069[10:40:16] [DEBUG] cache_get_row_count - connection: 1
3070[10:40:16] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3071[10:40:16] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.828 milliseconds
3072[10:40:16] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3073[10:40:16] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3074[10:40:16] [DEBUG] Calling callback "OnAccountCheck"..
3075[10:40:16] [DEBUG] cache_get_data - connection: 1
3076[10:40:16] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
3077[10:40:16] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "130.105.236.249"
3078[10:40:16] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
3079[10:40:16] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
3080[10:40:16] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
3081[10:40:16] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "5A2E16604A49E80845BC735DA4708BD5B9DCF7336FDFE55A03AB86F03FEBD7B083AC6804798DE84EC7680126563584503214C76C0EF05393009A4E02875B68CD"
3082[10:40:16] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3083[10:40:16] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "50"
3084[10:40:16] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3085[10:40:16] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.829 milliseconds
3086[10:40:16] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3087[10:40:19] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
3088[10:40:19] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'FrozenRS' OR", callback: "OnBanCheck", format: "i"
3089[10:40:19] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
3090[10:40:19] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Froz", callback: "(null)", format: "(null)"
3091[10:40:19] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
3092[10:40:19] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'FrozenRS'", use_cache: true
3093[10:40:19] [DEBUG] CMySQLQuery::Execute - starting query execution
3094[10:40:19] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
3095[10:40:19] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 18.805 milliseconds
3096[10:40:19] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3097[10:40:19] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
3098[10:40:19] [DEBUG] cache_get_row_count - connection: 1
3099[10:40:19] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
3100[10:40:19] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '85.95.196.182' WHERE `PlayerNam", callback: "(null)", format: "(null)"
3101[10:40:19] [DEBUG] cache_delete - cache_id: 1, connection: 1
3102[10:40:19] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3103[10:40:19] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
3104[10:40:19] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
3105[10:40:19] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'FrozenRS'", callback: "GiveHouseKeys", format: "i"
3106[10:40:19] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 19.851 milliseconds
3107[10:40:19] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3108[10:40:19] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3109[10:40:19] [DEBUG] Calling callback "OnBanCheck"..
3110[10:40:19] [DEBUG] cache_get_row_count - connection: 1
3111[10:40:19] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
3112[10:40:19] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
3113[10:40:19] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
3114[10:40:19] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'FrozenRS'", callback: "(null)", format: "(null)"
3115[10:40:19] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3116[10:40:19] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.422 milliseconds
3117[10:40:19] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3118[10:40:19] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3119[10:40:19] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.961 milliseconds
3120[10:40:19] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3121[10:40:19] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
3122[10:40:19] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.366 milliseconds
3123[10:40:19] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3124[10:40:19] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
3125[10:40:19] [DEBUG] Calling callback "GiveHouseKeys"..
3126[10:40:19] [DEBUG] cache_get_row_count - connection: 1
3127[10:40:19] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3128[10:40:19] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.638 milliseconds
3129[10:40:19] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3130[10:40:19] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3131[10:40:19] [DEBUG] Calling callback "OnAccountCheck"..
3132[10:40:19] [DEBUG] cache_get_data - connection: 1
3133[10:40:19] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
3134[10:40:19] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "85.95.196.182"
3135[10:40:19] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
3136[10:40:19] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
3137[10:40:19] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
3138[10:40:19] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "62A3AE25FD6547517B0C2648952B647DB5A94613864B30F12F959461CF48F3C635EF29A88A35BBBD05A6A5A46A3B2EA00DA1F576D7DB60D0E324E3371F7B1577"
3139[10:40:19] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3140[10:40:19] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "8"
3141[10:40:19] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3142[10:40:19] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.404 milliseconds
3143[10:40:19] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3144[10:40:19] [DEBUG] mysql_format - connection: 1, len: 140, format: "SELECT `SkinID` FROM `SkinData` WHERE `ID` = %d ORDER BY `SkinID` ASC"
3145[10:40:19] [DEBUG] mysql_query - connection: 1, query: "SELECT `SkinID` FROM `SkinData` WHERE `ID` = 4 ORDER BY `SkinID`", use_cache: true
3146[10:40:19] [DEBUG] CMySQLQuery::Execute - starting query execution
3147[10:40:19] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.736 milliseconds
3148[10:40:19] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3149[10:40:19] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
3150[10:40:19] [DEBUG] cache_get_row_count - connection: 1
3151[10:40:19] [DEBUG] cache_delete - cache_id: 1, connection: 1
3152[10:40:19] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3153[10:40:19] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
3154[10:40:20] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
3155[10:40:20] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
3156[10:40:20] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
3157[10:40:20] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 35.217 milliseconds
3158[10:40:20] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3159[10:40:20] [DEBUG] Calling callback "OnAccountRegister"..
3160[10:40:20] [DEBUG] cache_insert_id - connection: 1
3161[10:40:20] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3162[10:40:23] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
3163[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'psst.' LIMIT 1", callback: "OnAccountLoad", format: "i"
3164[10:40:23] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
3165[10:40:23] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 18.506 milliseconds
3166[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3167[10:40:23] [DEBUG] Calling callback "OnAccountLoad"..
3168[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3169[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "50"
3170[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
3171[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
3172[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
3173[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "780000"
3174[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
3175[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "200"
3176[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
3177[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
3178[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
3179[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
3180[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
3181[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
3182[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
3183[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "0"
3184[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
3185[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "0"
3186[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3187[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3188[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
3189[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
3190[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
3191[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
3192[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
3193[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
3194[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
3195[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
3196[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
3197[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
3198[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
3199[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "0"
3200[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
3201[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
3202[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
3203[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
3204[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3205[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3206[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
3207[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
3208[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
3209[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
3210[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
3211[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
3212[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
3213[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "0"
3214[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
3215[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
3216[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
3217[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
3218[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
3219[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
3220[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
3221[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
3222[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
3223[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
3224[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
3225[10:40:23] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
3226[10:40:23] [ERROR] cache_get_field_content_int - invalid datatype
3227[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
3228[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "255"
3229[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
3230[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "270"
3231[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
3232[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "0"
3233[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
3234[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "0"
3235[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
3236[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "0"
3237[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
3238[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
3239[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
3240[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "0"
3241[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
3242[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
3243[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
3244[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
3245[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
3246[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
3247[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
3248[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
3249[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
3250[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
3251[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
3252[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "0"
3253[10:40:23] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
3254[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: ""
3255[10:40:23] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
3256[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: ""
3257[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
3258[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
3259[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
3260[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'psst.'", callback: "LoadPlayerVehicles", format: "i"
3261[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
3262[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 50", callback: "OnAttachmentLoad", format: "i"
3263[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
3264[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 50", callback: "OnWeaponLoad", format: "i"
3265[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
3266[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 50", callback: "OnFriendsLoad", format: "i"
3267[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
3268[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'psst.'", callback: "OnOfflinePMsLoad", format: "i"
3269[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3270[10:40:23] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
3271[10:40:23] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 18.143 milliseconds
3272[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3273[10:40:23] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
3274[10:40:23] [DEBUG] Calling callback "LoadPlayerVehicles"..
3275[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3276[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3277[10:40:23] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 18.77 milliseconds
3278[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3279[10:40:23] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
3280[10:40:23] [DEBUG] Calling callback "OnAttachmentLoad"..
3281[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3282[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3283[10:40:23] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.722 milliseconds
3284[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3285[10:40:23] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
3286[10:40:23] [DEBUG] Calling callback "OnWeaponLoad"..
3287[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3288[10:40:23] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
3289[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 50", callback: "(null)", format: "(null)"
3290[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3291[10:40:23] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 18.43 milliseconds
3292[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3293[10:40:23] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
3294[10:40:23] [DEBUG] Calling callback "OnFriendsLoad"..
3295[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3296[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3297[10:40:23] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 19.118 milliseconds
3298[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3299[10:40:23] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3300[10:40:23] [DEBUG] Calling callback "OnOfflinePMsLoad"..
3301[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3302[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3303[10:40:23] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.798 milliseconds
3304[10:40:23] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3305[10:40:23] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
3306[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'R3kT' LIMIT 1", callback: "OnAccountLoad", format: "i"
3307[10:40:23] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
3308[10:40:23] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 18.487 milliseconds
3309[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3310[10:40:23] [DEBUG] Calling callback "OnAccountLoad"..
3311[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3312[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "114"
3313[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
3314[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
3315[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
3316[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
3317[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
3318[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
3319[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
3320[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
3321[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
3322[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
3323[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
3324[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
3325[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
3326[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "0"
3327[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
3328[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "0"
3329[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3330[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3331[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
3332[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
3333[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
3334[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
3335[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
3336[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
3337[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
3338[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
3339[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
3340[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
3341[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
3342[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "0"
3343[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
3344[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
3345[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
3346[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
3347[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3348[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3349[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
3350[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
3351[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
3352[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
3353[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
3354[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
3355[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
3356[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "0"
3357[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
3358[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
3359[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
3360[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
3361[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
3362[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
3363[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
3364[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
3365[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
3366[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
3367[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
3368[10:40:23] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
3369[10:40:23] [ERROR] cache_get_field_content_int - invalid datatype
3370[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
3371[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "255"
3372[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
3373[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"
3374[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
3375[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "0"
3376[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
3377[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "0"
3378[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
3379[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "0"
3380[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
3381[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
3382[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
3383[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "0"
3384[10:40:23] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
3385[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
3386[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
3387[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
3388[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
3389[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
3390[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
3391[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
3392[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
3393[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
3394[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
3395[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "0"
3396[10:40:23] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
3397[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: ""
3398[10:40:23] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
3399[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: ""
3400[10:40:23] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
3401[10:40:23] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
3402[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
3403[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'R3kT'", callback: "LoadPlayerVehicles", format: "i"
3404[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
3405[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 114", callback: "OnAttachmentLoad", format: "i"
3406[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
3407[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 114", callback: "OnWeaponLoad", format: "i"
3408[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
3409[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 114", callback: "OnFriendsLoad", format: "i"
3410[10:40:23] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
3411[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'R3kT'", callback: "OnOfflinePMsLoad", format: "i"
3412[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3413[10:40:23] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
3414[10:40:23] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 22.735 milliseconds
3415[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3416[10:40:23] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
3417[10:40:23] [DEBUG] Calling callback "LoadPlayerVehicles"..
3418[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3419[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3420[10:40:23] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.764 milliseconds
3421[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3422[10:40:23] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
3423[10:40:23] [DEBUG] Calling callback "OnAttachmentLoad"..
3424[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3425[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3426[10:40:23] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.640 milliseconds
3427[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3428[10:40:23] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
3429[10:40:23] [DEBUG] Calling callback "OnWeaponLoad"..
3430[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3431[10:40:23] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
3432[10:40:23] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 114", callback: "(null)", format: "(null)"
3433[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3434[10:40:23] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.827 milliseconds
3435[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3436[10:40:23] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
3437[10:40:23] [DEBUG] Calling callback "OnFriendsLoad"..
3438[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3439[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3440[10:40:23] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 18.491 milliseconds
3441[10:40:23] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3442[10:40:23] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3443[10:40:23] [DEBUG] Calling callback "OnOfflinePMsLoad"..
3444[10:40:23] [DEBUG] cache_get_row_count - connection: 1
3445[10:40:23] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3446[10:40:24] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.533 milliseconds
3447[10:40:24] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3448[10:40:24] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
3449[10:40:24] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'FrozenRS' LIMI", callback: "OnAccountLoad", format: "i"
3450[10:40:24] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
3451[10:40:24] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 17.925 milliseconds
3452[10:40:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3453[10:40:24] [DEBUG] Calling callback "OnAccountLoad"..
3454[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3455[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "8"
3456[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
3457[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "6"
3458[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
3459[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "23000"
3460[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
3461[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "3000"
3462[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
3463[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
3464[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
3465[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "2"
3466[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
3467[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "1"
3468[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
3469[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "17"
3470[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
3471[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "35"
3472[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3473[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3474[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
3475[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
3476[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
3477[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
3478[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
3479[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
3480[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
3481[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "1"
3482[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
3483[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "1631062195"
3484[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
3485[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
3486[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
3487[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
3488[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
3489[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
3490[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3491[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3492[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
3493[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
3494[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
3495[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
3496[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
3497[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
3498[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
3499[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "0"
3500[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
3501[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
3502[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
3503[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
3504[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
3505[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
3506[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
3507[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
3508[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
3509[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
3510[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
3511[10:40:24] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
3512[10:40:24] [ERROR] cache_get_field_content_int - invalid datatype
3513[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
3514[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "5"
3515[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
3516[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"
3517[10:40:24] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
3518[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "1217.9"
3519[10:40:24] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
3520[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-1339.29"
3521[10:40:24] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
3522[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "13.492"
3523[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
3524[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
3525[10:40:24] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
3526[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "100"
3527[10:40:24] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
3528[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
3529[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
3530[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
3531[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
3532[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
3533[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
3534[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "1"
3535[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
3536[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
3537[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
3538[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
3539[10:40:24] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
3540[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0x595959FF"
3541[10:40:24] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
3542[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "595959"
3543[10:40:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
3544[10:40:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
3545[10:40:24] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
3546[10:40:24] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'FrozenRS'", callback: "LoadPlayerVehicles", format: "i"
3547[10:40:24] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
3548[10:40:24] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 8", callback: "OnAttachmentLoad", format: "i"
3549[10:40:24] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
3550[10:40:24] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 8", callback: "OnWeaponLoad", format: "i"
3551[10:40:24] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
3552[10:40:24] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 8", callback: "OnFriendsLoad", format: "i"
3553[10:40:24] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
3554[10:40:24] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'FrozenRS'", callback: "OnOfflinePMsLoad", format: "i"
3555[10:40:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3556[10:40:24] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
3557[10:40:24] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.779 milliseconds
3558[10:40:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3559[10:40:24] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
3560[10:40:24] [DEBUG] Calling callback "LoadPlayerVehicles"..
3561[10:40:24] [DEBUG] cache_get_row_count - connection: 1
3562[10:40:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3563[10:40:24] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.491 milliseconds
3564[10:40:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3565[10:40:24] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
3566[10:40:24] [DEBUG] Calling callback "OnAttachmentLoad"..
3567[10:40:24] [DEBUG] cache_get_row_count - connection: 1
3568[10:40:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3569[10:40:24] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.363 milliseconds
3570[10:40:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3571[10:40:24] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
3572[10:40:24] [DEBUG] Calling callback "OnWeaponLoad"..
3573[10:40:24] [DEBUG] cache_get_row_count - connection: 1
3574[10:40:24] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
3575[10:40:24] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 8", callback: "(null)", format: "(null)"
3576[10:40:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3577[10:40:24] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.433 milliseconds
3578[10:40:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3579[10:40:24] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
3580[10:40:24] [DEBUG] Calling callback "OnFriendsLoad"..
3581[10:40:24] [DEBUG] cache_get_row_count - connection: 1
3582[10:40:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3583[10:40:24] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.442 milliseconds
3584[10:40:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3585[10:40:24] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3586[10:40:24] [DEBUG] Calling callback "OnOfflinePMsLoad"..
3587[10:40:24] [DEBUG] cache_get_row_count - connection: 1
3588[10:40:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3589[10:40:24] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.863 milliseconds
3590[10:40:24] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3591[10:40:31] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
3592[10:40:31] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
3593[10:40:31] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
3594[10:40:31] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'r.n.", callback: "(null)", format: "(null)"
3595[10:40:31] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3596[10:40:31] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
3597[10:40:31] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
3598[10:40:31] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3599[10:40:31] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.613 milliseconds
3600[10:40:31] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3601[10:40:43] [DEBUG] mysql_format - connection: 1, len: 320, format: "SELECT `PlayerName`, `IP` FROM `playersdata` WHERE `IP` = '%e'"
3602[10:40:43] [DEBUG] mysql_query - connection: 1, query: "SELECT `PlayerName`, `IP` FROM `playersdata` WHERE `IP` = '89.23", use_cache: true
3603[10:40:43] [DEBUG] CMySQLQuery::Execute - starting query execution
3604[10:40:43] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.461 milliseconds
3605[10:40:43] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3606[10:40:43] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
3607[10:40:43] [DEBUG] cache_get_row_count - connection: 1
3608[10:40:43] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 16
3609[10:40:43] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "89.238.166.148"
3610[10:40:43] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 24
3611[10:40:43] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "Crumpty"
3612[10:40:43] [DEBUG] cache_delete - cache_id: 1, connection: 1
3613[10:40:43] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3614[10:40:43] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
3615[10:40:52] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
3616[10:40:52] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
3617[10:40:52] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
3618[10:40:52] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'R3kT", callback: "(null)", format: "(null)"
3619[10:40:52] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3620[10:40:52] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
3621[10:40:52] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
3622[10:40:52] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3623[10:40:52] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.702 milliseconds
3624[10:40:52] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3625[10:40:56] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
3626[10:40:56] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Virus' OR `I", callback: "OnBanCheck", format: "i"
3627[10:40:56] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
3628[10:40:56] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Viru", callback: "(null)", format: "(null)"
3629[10:40:56] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
3630[10:40:56] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Virus'", use_cache: true
3631[10:40:56] [DEBUG] CMySQLQuery::Execute - starting query execution
3632[10:40:56] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
3633[10:40:56] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.945 milliseconds
3634[10:40:56] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3635[10:40:56] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
3636[10:40:56] [DEBUG] cache_get_row_count - connection: 1
3637[10:40:56] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
3638[10:40:56] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '130.105.236.249' WHERE `PlayerN", callback: "(null)", format: "(null)"
3639[10:40:56] [DEBUG] cache_delete - cache_id: 1, connection: 1
3640[10:40:56] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3641[10:40:56] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
3642[10:40:56] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
3643[10:40:56] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Virus'", callback: "GiveHouseKeys", format: "i"
3644[10:40:56] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 18.254 milliseconds
3645[10:40:56] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3646[10:40:56] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3647[10:40:56] [DEBUG] Calling callback "OnBanCheck"..
3648[10:40:56] [DEBUG] cache_get_row_count - connection: 1
3649[10:40:56] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
3650[10:40:56] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
3651[10:40:56] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
3652[10:40:56] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Virus'", callback: "(null)", format: "(null)"
3653[10:40:56] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3654[10:40:56] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.836 milliseconds
3655[10:40:56] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3656[10:40:56] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3657[10:40:56] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.133 milliseconds
3658[10:40:56] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3659[10:40:56] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
3660[10:40:56] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.537 milliseconds
3661[10:40:56] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3662[10:40:56] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
3663[10:40:56] [DEBUG] Calling callback "GiveHouseKeys"..
3664[10:40:56] [DEBUG] cache_get_row_count - connection: 1
3665[10:40:56] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3666[10:40:56] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.599 milliseconds
3667[10:40:56] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3668[10:40:56] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3669[10:40:56] [DEBUG] Calling callback "OnAccountCheck"..
3670[10:40:56] [DEBUG] cache_get_data - connection: 1
3671[10:40:56] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
3672[10:40:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "130.105.236.249"
3673[10:40:56] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
3674[10:40:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
3675[10:40:56] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
3676[10:40:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "15C58C19FCFF7FD690BFE0669C4E0C60DF2DD040D36E2FBBB3337E482AC1DC7DCFFDF9E271959D2871D6D842E7DD2EB30602E69E67213E6CB020CEEA443F460F"
3677[10:40:56] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3678[10:40:56] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "74"
3679[10:40:56] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3680[10:40:56] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 19.297 milliseconds
3681[10:40:56] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3682[10:41:02] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
3683[10:41:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Virus' LIMIT 1", callback: "OnAccountLoad", format: "i"
3684[10:41:02] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
3685[10:41:02] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 18.341 milliseconds
3686[10:41:02] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3687[10:41:02] [DEBUG] Calling callback "OnAccountLoad"..
3688[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3689[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "74"
3690[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
3691[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
3692[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
3693[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
3694[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
3695[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
3696[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
3697[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
3698[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
3699[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
3700[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
3701[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
3702[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
3703[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "0"
3704[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
3705[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "0"
3706[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3707[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3708[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
3709[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
3710[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
3711[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
3712[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
3713[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
3714[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
3715[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
3716[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
3717[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
3718[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
3719[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "0"
3720[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
3721[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
3722[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
3723[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
3724[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3725[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3726[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
3727[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
3728[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
3729[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
3730[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
3731[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
3732[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
3733[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "0"
3734[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
3735[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
3736[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
3737[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
3738[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
3739[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
3740[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
3741[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
3742[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
3743[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
3744[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
3745[10:41:02] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
3746[10:41:02] [ERROR] cache_get_field_content_int - invalid datatype
3747[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
3748[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "255"
3749[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
3750[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"
3751[10:41:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
3752[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "0"
3753[10:41:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
3754[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "0"
3755[10:41:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
3756[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "0"
3757[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
3758[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
3759[10:41:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
3760[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "0"
3761[10:41:02] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
3762[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
3763[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
3764[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
3765[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
3766[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
3767[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
3768[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
3769[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
3770[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
3771[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
3772[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "0"
3773[10:41:02] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
3774[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: ""
3775[10:41:02] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
3776[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: ""
3777[10:41:02] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
3778[10:41:02] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
3779[10:41:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
3780[10:41:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Virus'", callback: "LoadPlayerVehicles", format: "i"
3781[10:41:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
3782[10:41:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 74", callback: "OnAttachmentLoad", format: "i"
3783[10:41:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
3784[10:41:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 74", callback: "OnWeaponLoad", format: "i"
3785[10:41:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
3786[10:41:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 74", callback: "OnFriendsLoad", format: "i"
3787[10:41:02] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
3788[10:41:02] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Virus'", callback: "OnOfflinePMsLoad", format: "i"
3789[10:41:02] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3790[10:41:02] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
3791[10:41:03] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.861 milliseconds
3792[10:41:03] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3793[10:41:03] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
3794[10:41:03] [DEBUG] Calling callback "LoadPlayerVehicles"..
3795[10:41:03] [DEBUG] cache_get_row_count - connection: 1
3796[10:41:03] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3797[10:41:03] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 21.825 milliseconds
3798[10:41:03] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3799[10:41:03] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
3800[10:41:03] [DEBUG] Calling callback "OnAttachmentLoad"..
3801[10:41:03] [DEBUG] cache_get_row_count - connection: 1
3802[10:41:03] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3803[10:41:03] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.491 milliseconds
3804[10:41:03] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3805[10:41:03] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
3806[10:41:03] [DEBUG] Calling callback "OnWeaponLoad"..
3807[10:41:03] [DEBUG] cache_get_row_count - connection: 1
3808[10:41:03] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
3809[10:41:03] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 74", callback: "(null)", format: "(null)"
3810[10:41:03] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3811[10:41:03] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.514 milliseconds
3812[10:41:03] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3813[10:41:03] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
3814[10:41:03] [DEBUG] Calling callback "OnFriendsLoad"..
3815[10:41:03] [DEBUG] cache_get_row_count - connection: 1
3816[10:41:03] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3817[10:41:03] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.508 milliseconds
3818[10:41:03] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3819[10:41:03] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3820[10:41:03] [DEBUG] Calling callback "OnOfflinePMsLoad"..
3821[10:41:03] [DEBUG] cache_get_row_count - connection: 1
3822[10:41:03] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3823[10:41:03] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.488 milliseconds
3824[10:41:03] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3825[10:41:25] [DEBUG] mysql_format - connection: 1, len: 140, format: "SELECT `SkinID` FROM `SkinData` WHERE `ID` = %d ORDER BY `SkinID` ASC"
3826[10:41:25] [DEBUG] mysql_query - connection: 1, query: "SELECT `SkinID` FROM `SkinData` WHERE `ID` = 115 ORDER BY `SkinI", use_cache: true
3827[10:41:25] [DEBUG] CMySQLQuery::Execute - starting query execution
3828[10:41:25] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.486 milliseconds
3829[10:41:25] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3830[10:41:25] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
3831[10:41:25] [DEBUG] cache_get_row_count - connection: 1
3832[10:41:25] [DEBUG] cache_delete - cache_id: 1, connection: 1
3833[10:41:25] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3834[10:41:25] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
3835[10:41:56] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
3836[10:41:56] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
3837[10:41:56] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3838[10:41:56] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
3839[10:41:56] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
3840[10:42:10] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
3841[10:42:10] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
3842[10:42:10] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
3843[10:42:10] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Bump", callback: "(null)", format: "(null)"
3844[10:42:10] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3845[10:42:10] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
3846[10:42:10] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
3847[10:42:10] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3848[10:42:10] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.198 milliseconds
3849[10:42:10] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3850[10:42:34] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
3851[10:42:34] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Bumpty' OR `", callback: "OnBanCheck", format: "i"
3852[10:42:34] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
3853[10:42:34] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Bump", callback: "(null)", format: "(null)"
3854[10:42:34] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
3855[10:42:34] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Bumpty'", use_cache: true
3856[10:42:34] [DEBUG] CMySQLQuery::Execute - starting query execution
3857[10:42:34] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
3858[10:42:34] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.727 milliseconds
3859[10:42:34] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3860[10:42:34] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3861[10:42:34] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 21.168 milliseconds
3862[10:42:34] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3863[10:42:34] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 89.218 milliseconds
3864[10:42:34] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3865[10:42:34] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
3866[10:42:34] [DEBUG] cache_get_row_count - connection: 1
3867[10:42:34] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
3868[10:42:34] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '89.238.177.20' WHERE `PlayerNam", callback: "(null)", format: "(null)"
3869[10:42:34] [DEBUG] cache_delete - cache_id: 1, connection: 1
3870[10:42:34] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3871[10:42:34] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
3872[10:42:34] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
3873[10:42:34] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Bumpty'", callback: "GiveHouseKeys", format: "i"
3874[10:42:34] [DEBUG] Calling callback "OnBanCheck"..
3875[10:42:34] [DEBUG] cache_get_row_count - connection: 1
3876[10:42:34] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
3877[10:42:34] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
3878[10:42:34] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
3879[10:42:34] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Bumpty'", callback: "(null)", format: "(null)"
3880[10:42:34] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3881[10:42:34] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3882[10:42:34] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.694 milliseconds
3883[10:42:34] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3884[10:42:34] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
3885[10:42:34] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.649 milliseconds
3886[10:42:34] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3887[10:42:34] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
3888[10:42:34] [DEBUG] Calling callback "GiveHouseKeys"..
3889[10:42:34] [DEBUG] cache_get_row_count - connection: 1
3890[10:42:34] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3891[10:42:34] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.611 milliseconds
3892[10:42:34] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3893[10:42:34] [DEBUG] CMySQLQuery::Execute[] - starting query execution
3894[10:42:34] [DEBUG] Calling callback "OnAccountCheck"..
3895[10:42:34] [DEBUG] cache_get_data - connection: 1
3896[10:42:34] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
3897[10:42:34] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "89.238.177.20"
3898[10:42:34] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
3899[10:42:34] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
3900[10:42:34] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
3901[10:42:34] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "51E52D3FE93EB42FBB7DED3A54D42EC6ABB3B510621393DCB21E69527BC7409BA9F1A80A710BD0054F3F5BD6621ED85D3A7379E71D57608A966BC61F36C08180"
3902[10:42:34] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3903[10:42:34] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "16"
3904[10:42:34] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3905[10:42:34] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.326 milliseconds
3906[10:42:34] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
3907[10:42:37] [DEBUG] mysql_format - connection: 1, len: 320, format: "SELECT `PlayerName`, `IP` FROM `playersdata` WHERE `IP` = '%e'"
3908[10:42:37] [DEBUG] mysql_query - connection: 1, query: "SELECT `PlayerName`, `IP` FROM `playersdata` WHERE `IP` = '130.1", use_cache: true
3909[10:42:37] [DEBUG] CMySQLQuery::Execute - starting query execution
3910[10:42:37] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.446 milliseconds
3911[10:42:37] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3912[10:42:37] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
3913[10:42:37] [DEBUG] cache_get_row_count - connection: 1
3914[10:42:37] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 16
3915[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "130.105.236.249"
3916[10:42:37] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 24
3917[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "_Theplayers"
3918[10:42:37] [DEBUG] cache_get_field_content - row: 1, field_name: "IP", connection: 1, max_len: 16
3919[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "IP", data: "130.105.236.249"
3920[10:42:37] [DEBUG] cache_get_field_content - row: 1, field_name: "PlayerName", connection: 1, max_len: 24
3921[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "PlayerName", data: "_The_players"
3922[10:42:37] [DEBUG] cache_get_field_content - row: 2, field_name: "IP", connection: 1, max_len: 16
3923[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "IP", data: "130.105.236.249"
3924[10:42:37] [DEBUG] cache_get_field_content - row: 2, field_name: "PlayerName", connection: 1, max_len: 24
3925[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "PlayerName", data: ".Sparkz."
3926[10:42:37] [DEBUG] cache_get_field_content - row: 3, field_name: "IP", connection: 1, max_len: 16
3927[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "IP", data: "130.105.236.249"
3928[10:42:37] [DEBUG] cache_get_field_content - row: 3, field_name: "PlayerName", connection: 1, max_len: 24
3929[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "PlayerName", data: "[EU]Huros"
3930[10:42:37] [DEBUG] cache_get_field_content - row: 4, field_name: "IP", connection: 1, max_len: 16
3931[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "IP", data: "130.105.236.249"
3932[10:42:37] [DEBUG] cache_get_field_content - row: 4, field_name: "PlayerName", connection: 1, max_len: 24
3933[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "PlayerName", data: "psst."
3934[10:42:37] [DEBUG] cache_get_field_content - row: 5, field_name: "IP", connection: 1, max_len: 16
3935[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "IP", data: "130.105.236.249"
3936[10:42:37] [DEBUG] cache_get_field_content - row: 5, field_name: "PlayerName", connection: 1, max_len: 24
3937[10:42:37] [DEBUG] CMySQLResult::GetRowDataByName - row: '5', field: "PlayerName", data: "Virus"
3938[10:42:37] [DEBUG] cache_delete - cache_id: 1, connection: 1
3939[10:42:37] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
3940[10:42:37] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
3941[10:42:47] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
3942[10:42:47] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Bumpty' LIMIT ", callback: "OnAccountLoad", format: "i"
3943[10:42:47] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
3944[10:42:47] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 18.13 milliseconds
3945[10:42:47] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
3946[10:42:47] [DEBUG] Calling callback "OnAccountLoad"..
3947[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
3948[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "16"
3949[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
3950[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
3951[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
3952[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
3953[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
3954[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
3955[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
3956[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "9"
3957[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
3958[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "23"
3959[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
3960[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "2"
3961[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
3962[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "18"
3963[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
3964[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "56"
3965[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3966[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3967[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
3968[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
3969[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
3970[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
3971[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
3972[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
3973[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
3974[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
3975[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
3976[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
3977[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
3978[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
3979[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
3980[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
3981[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
3982[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "100"
3983[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
3984[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
3985[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
3986[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
3987[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
3988[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
3989[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
3990[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
3991[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
3992[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "5"
3993[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
3994[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
3995[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
3996[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
3997[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
3998[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
3999[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
4000[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
4001[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
4002[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
4003[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
4004[10:42:47] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
4005[10:42:47] [ERROR] cache_get_field_content_int - invalid datatype
4006[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
4007[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "3"
4008[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
4009[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "268"
4010[10:42:47] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
4011[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "1346.68"
4012[10:42:47] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
4013[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-1282"
4014[10:42:47] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
4015[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "13.383"
4016[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
4017[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
4018[10:42:47] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
4019[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "100"
4020[10:42:47] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
4021[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
4022[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
4023[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
4024[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
4025[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
4026[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
4027[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
4028[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
4029[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
4030[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
4031[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
4032[10:42:47] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
4033[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0xFFCC00FF"
4034[10:42:47] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
4035[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "FFCC00"
4036[10:42:47] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
4037[10:42:47] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
4038[10:42:47] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
4039[10:42:47] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Bumpty'", callback: "LoadPlayerVehicles", format: "i"
4040[10:42:47] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
4041[10:42:47] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 16", callback: "OnAttachmentLoad", format: "i"
4042[10:42:47] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
4043[10:42:47] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 16", callback: "OnWeaponLoad", format: "i"
4044[10:42:47] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
4045[10:42:47] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 16", callback: "OnFriendsLoad", format: "i"
4046[10:42:47] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
4047[10:42:47] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Bumpty'", callback: "OnOfflinePMsLoad", format: "i"
4048[10:42:47] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4049[10:42:47] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
4050[10:42:47] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.748 milliseconds
4051[10:42:47] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4052[10:42:47] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
4053[10:42:47] [DEBUG] Calling callback "LoadPlayerVehicles"..
4054[10:42:47] [DEBUG] cache_get_row_count - connection: 1
4055[10:42:47] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4056[10:42:47] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.484 milliseconds
4057[10:42:47] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4058[10:42:47] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
4059[10:42:47] [DEBUG] Calling callback "OnAttachmentLoad"..
4060[10:42:47] [DEBUG] cache_get_row_count - connection: 1
4061[10:42:47] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4062[10:42:47] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 18.150 milliseconds
4063[10:42:47] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4064[10:42:47] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
4065[10:42:47] [DEBUG] Calling callback "OnWeaponLoad"..
4066[10:42:47] [DEBUG] cache_get_row_count - connection: 1
4067[10:42:47] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
4068[10:42:47] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 16", callback: "(null)", format: "(null)"
4069[10:42:47] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4070[10:42:47] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 18.296 milliseconds
4071[10:42:47] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4072[10:42:47] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
4073[10:42:47] [DEBUG] Calling callback "OnFriendsLoad"..
4074[10:42:47] [DEBUG] cache_get_row_count - connection: 1
4075[10:42:47] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4076[10:42:47] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.480 milliseconds
4077[10:42:47] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4078[10:42:47] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4079[10:42:47] [DEBUG] Calling callback "OnOfflinePMsLoad"..
4080[10:42:47] [DEBUG] cache_get_row_count - connection: 1
4081[10:42:47] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4082[10:42:47] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.339 milliseconds
4083[10:42:47] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4084[10:43:18] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
4085[10:43:18] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
4086[10:43:18] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
4087[10:43:18] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Raus", callback: "(null)", format: "(null)"
4088[10:43:18] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4089[10:43:18] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
4090[10:43:18] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
4091[10:43:18] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4092[10:43:18] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.566 milliseconds
4093[10:43:18] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4094[10:43:32] [DEBUG] mysql_format - connection: 1, len: 320, format: "SELECT `PlayerName`, `IP` FROM `playersdata` WHERE `IP` = '%e'"
4095[10:43:32] [DEBUG] mysql_query - connection: 1, query: "SELECT `PlayerName`, `IP` FROM `playersdata` WHERE `IP` = '89.23", use_cache: true
4096[10:43:32] [DEBUG] CMySQLQuery::Execute - starting query execution
4097[10:43:32] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 88.78 milliseconds
4098[10:43:32] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4099[10:43:32] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
4100[10:43:32] [DEBUG] cache_get_row_count - connection: 1
4101[10:43:32] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 16
4102[10:43:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "89.238.177.20"
4103[10:43:32] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 24
4104[10:43:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "Bumpty"
4105[10:43:32] [DEBUG] cache_delete - cache_id: 1, connection: 1
4106[10:43:32] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4107[10:43:32] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
4108[10:43:38] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
4109[10:43:38] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'TooLs' OR `I", callback: "OnBanCheck", format: "i"
4110[10:43:38] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
4111[10:43:38] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'TooL", callback: "(null)", format: "(null)"
4112[10:43:38] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
4113[10:43:38] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'TooLs'", use_cache: true
4114[10:43:38] [DEBUG] CMySQLQuery::Execute - starting query execution
4115[10:43:38] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
4116[10:43:38] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 24.441 milliseconds
4117[10:43:38] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4118[10:43:38] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4119[10:43:38] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 27.879 milliseconds
4120[10:43:38] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4121[10:43:38] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
4122[10:43:38] [DEBUG] cache_get_row_count - connection: 1
4123[10:43:38] [DEBUG] cache_delete - cache_id: 1, connection: 1
4124[10:43:38] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4125[10:43:38] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
4126[10:43:38] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
4127[10:43:38] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'TooLs'", callback: "GiveHouseKeys", format: "i"
4128[10:43:38] [DEBUG] Calling callback "OnBanCheck"..
4129[10:43:38] [DEBUG] cache_get_row_count - connection: 1
4130[10:43:38] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
4131[10:43:38] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
4132[10:43:38] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
4133[10:43:38] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'TooLs'", callback: "(null)", format: "(null)"
4134[10:43:38] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4135[10:43:38] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.975 milliseconds
4136[10:43:38] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4137[10:43:38] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
4138[10:43:38] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.655 milliseconds
4139[10:43:38] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4140[10:43:38] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
4141[10:43:38] [DEBUG] Calling callback "GiveHouseKeys"..
4142[10:43:38] [DEBUG] cache_get_row_count - connection: 1
4143[10:43:38] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4144[10:43:38] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.665 milliseconds
4145[10:43:38] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4146[10:43:38] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4147[10:43:38] [DEBUG] Calling callback "OnAccountCheck"..
4148[10:43:38] [DEBUG] cache_get_data - connection: 1
4149[10:43:38] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4150[10:43:38] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.812 milliseconds
4151[10:43:38] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4152[10:43:43] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
4153[10:43:43] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
4154[10:43:43] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
4155[10:43:43] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 20.806 milliseconds
4156[10:43:43] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4157[10:43:43] [DEBUG] Calling callback "OnAccountRegister"..
4158[10:43:43] [DEBUG] cache_insert_id - connection: 1
4159[10:43:43] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4160[10:43:51] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
4161[10:43:51] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen' OR `", callback: "OnBanCheck", format: "i"
4162[10:43:51] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
4163[10:43:51] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Raus", callback: "(null)", format: "(null)"
4164[10:43:51] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
4165[10:43:51] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Rausen'", use_cache: true
4166[10:43:51] [DEBUG] CMySQLQuery::Execute - starting query execution
4167[10:43:51] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
4168[10:43:51] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 17.587 milliseconds
4169[10:43:51] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4170[10:43:51] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
4171[10:43:51] [DEBUG] cache_get_row_count - connection: 1
4172[10:43:51] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
4173[10:43:51] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '176.41.97.12' WHERE `PlayerName", callback: "(null)", format: "(null)"
4174[10:43:51] [DEBUG] cache_delete - cache_id: 1, connection: 1
4175[10:43:51] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4176[10:43:51] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
4177[10:43:51] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
4178[10:43:51] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Rausen'", callback: "GiveHouseKeys", format: "i"
4179[10:43:51] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.325 milliseconds
4180[10:43:51] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4181[10:43:51] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4182[10:43:51] [DEBUG] Calling callback "OnBanCheck"..
4183[10:43:51] [DEBUG] cache_get_row_count - connection: 1
4184[10:43:51] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
4185[10:43:51] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
4186[10:43:51] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
4187[10:43:51] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Rausen'", callback: "(null)", format: "(null)"
4188[10:43:51] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4189[10:43:51] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.352 milliseconds
4190[10:43:51] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4191[10:43:51] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4192[10:43:51] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.70 milliseconds
4193[10:43:51] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4194[10:43:51] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
4195[10:43:51] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.425 milliseconds
4196[10:43:51] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4197[10:43:51] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
4198[10:43:51] [DEBUG] Calling callback "GiveHouseKeys"..
4199[10:43:51] [DEBUG] cache_get_row_count - connection: 1
4200[10:43:51] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4201[10:43:51] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.511 milliseconds
4202[10:43:51] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4203[10:43:51] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4204[10:43:51] [DEBUG] Calling callback "OnAccountCheck"..
4205[10:43:51] [DEBUG] cache_get_data - connection: 1
4206[10:43:51] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
4207[10:43:51] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "176.41.97.12"
4208[10:43:51] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
4209[10:43:51] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
4210[10:43:51] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
4211[10:43:51] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "70B98178E5EDF5C5C6C351E270767342913DD378D0F8861E38842D769B0D590920AF4BDD29DA143FE208D414BDA714D1DBB75BFD5015890A99012DC283323DFF"
4212[10:43:51] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
4213[10:43:51] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "2"
4214[10:43:51] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4215[10:43:51] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.306 milliseconds
4216[10:43:51] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4217[10:43:55] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
4218[10:43:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Rausen' LIMIT ", callback: "OnAccountLoad", format: "i"
4219[10:43:55] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
4220[10:43:55] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 18.624 milliseconds
4221[10:43:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4222[10:43:55] [DEBUG] Calling callback "OnAccountLoad"..
4223[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
4224[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "2"
4225[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
4226[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "4"
4227[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
4228[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "3936680"
4229[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
4230[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "100"
4231[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
4232[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
4233[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
4234[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
4235[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
4236[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "1"
4237[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
4238[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "4"
4239[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
4240[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "53"
4241[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
4242[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
4243[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
4244[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
4245[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
4246[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
4247[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
4248[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
4249[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
4250[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "1"
4251[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
4252[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "1509210170"
4253[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
4254[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
4255[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
4256[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
4257[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
4258[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "0"
4259[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
4260[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
4261[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
4262[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
4263[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
4264[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
4265[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
4266[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
4267[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
4268[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "3"
4269[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
4270[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
4271[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
4272[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
4273[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
4274[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
4275[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
4276[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
4277[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
4278[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
4279[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
4280[10:43:55] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
4281[10:43:55] [ERROR] cache_get_field_content_int - invalid datatype
4282[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
4283[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "3"
4284[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
4285[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "217"
4286[10:43:55] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
4287[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "1822.89"
4288[10:43:55] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
4289[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-2249.86"
4290[10:43:55] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
4291[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "26.604"
4292[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
4293[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
4294[10:43:55] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
4295[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "80"
4296[10:43:55] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
4297[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
4298[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
4299[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
4300[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
4301[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
4302[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
4303[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
4304[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
4305[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
4306[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
4307[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
4308[10:43:55] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
4309[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0xFFCC00FF"
4310[10:43:55] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
4311[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "FFCC00"
4312[10:43:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
4313[10:43:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
4314[10:43:55] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
4315[10:43:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Rausen'", callback: "LoadPlayerVehicles", format: "i"
4316[10:43:55] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
4317[10:43:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 2", callback: "OnAttachmentLoad", format: "i"
4318[10:43:55] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
4319[10:43:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 2", callback: "OnWeaponLoad", format: "i"
4320[10:43:55] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
4321[10:43:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 2", callback: "OnFriendsLoad", format: "i"
4322[10:43:55] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
4323[10:43:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Rausen'", callback: "OnOfflinePMsLoad", format: "i"
4324[10:43:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4325[10:43:55] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
4326[10:43:55] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.818 milliseconds
4327[10:43:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4328[10:43:55] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
4329[10:43:55] [DEBUG] Calling callback "LoadPlayerVehicles"..
4330[10:43:55] [DEBUG] cache_get_row_count - connection: 1
4331[10:43:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4332[10:43:55] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.553 milliseconds
4333[10:43:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4334[10:43:55] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
4335[10:43:55] [DEBUG] Calling callback "OnAttachmentLoad"..
4336[10:43:55] [DEBUG] cache_get_row_count - connection: 1
4337[10:43:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4338[10:43:55] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.629 milliseconds
4339[10:43:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4340[10:43:55] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
4341[10:43:55] [DEBUG] Calling callback "OnWeaponLoad"..
4342[10:43:55] [DEBUG] cache_get_row_count - connection: 1
4343[10:43:55] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
4344[10:43:55] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 2", callback: "(null)", format: "(null)"
4345[10:43:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4346[10:43:55] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.597 milliseconds
4347[10:43:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4348[10:43:55] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
4349[10:43:55] [DEBUG] Calling callback "OnFriendsLoad"..
4350[10:43:55] [DEBUG] cache_get_row_count - connection: 1
4351[10:43:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4352[10:43:55] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.490 milliseconds
4353[10:43:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4354[10:43:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4355[10:43:55] [DEBUG] Calling callback "OnOfflinePMsLoad"..
4356[10:43:55] [DEBUG] cache_get_row_count - connection: 1
4357[10:43:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4358[10:43:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.779 milliseconds
4359[10:43:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4360[10:43:58] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
4361[10:43:58] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
4362[10:43:58] [DEBUG] mysql_format - connection: 1, len: 180, format: "INSERT INTO `PlayerLogs` (PlayerName, Text, Date) VALUES ('%e', '%e', UNIX_TIMESTAMP())"
4363[10:43:58] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `PlayerLogs` (PlayerName, Text, Date) VALUES ('psst.", callback: "(null)", format: "(null)"
4364[10:43:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4365[10:43:58] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
4366[10:43:58] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
4367[10:43:58] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4368[10:43:58] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 19.130 milliseconds
4369[10:43:58] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4370[10:44:33] [DEBUG] mysql_format - connection: 1, len: 74, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
4371[10:44:33] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 115", callback: "(null)", format: "(null)"
4372[10:44:33] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4373[10:44:33] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 86.942 milliseconds
4374[10:44:33] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4375[10:45:00] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
4376[10:45:00] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
4377[10:45:00] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
4378[10:45:00] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Bump", callback: "(null)", format: "(null)"
4379[10:45:00] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4380[10:45:00] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
4381[10:45:00] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
4382[10:45:00] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4383[10:45:00] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.825 milliseconds
4384[10:45:00] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4385[10:45:14] [DEBUG] mysql_format - connection: 1, len: 320, format: "SELECT `PlayerName`, `IP` FROM `playersdata` WHERE `IP` = '%e'"
4386[10:45:14] [DEBUG] mysql_query - connection: 1, query: "SELECT `PlayerName`, `IP` FROM `playersdata` WHERE `IP` = '185.9", use_cache: true
4387[10:45:14] [DEBUG] CMySQLQuery::Execute - starting query execution
4388[10:45:14] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 87.387 milliseconds
4389[10:45:14] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4390[10:45:14] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
4391[10:45:14] [DEBUG] cache_get_row_count - connection: 1
4392[10:45:14] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 16
4393[10:45:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "185.93.183.214"
4394[10:45:14] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 24
4395[10:45:14] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "TooLs"
4396[10:45:14] [DEBUG] cache_delete - cache_id: 1, connection: 1
4397[10:45:14] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4398[10:45:14] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
4399[10:45:24] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
4400[10:45:24] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Bumpty' OR `", callback: "OnBanCheck", format: "i"
4401[10:45:24] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
4402[10:45:24] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Bump", callback: "(null)", format: "(null)"
4403[10:45:24] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
4404[10:45:24] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'Bumpty'", use_cache: true
4405[10:45:24] [DEBUG] CMySQLQuery::Execute - starting query execution
4406[10:45:24] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
4407[10:45:24] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 18.951 milliseconds
4408[10:45:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4409[10:45:24] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
4410[10:45:24] [DEBUG] cache_get_row_count - connection: 1
4411[10:45:24] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `IP` = '%e' WHERE `PlayerName` = '%e'"
4412[10:45:24] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `IP` = '89.238.177.20' WHERE `PlayerNam", callback: "(null)", format: "(null)"
4413[10:45:24] [DEBUG] cache_delete - cache_id: 1, connection: 1
4414[10:45:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4415[10:45:24] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
4416[10:45:24] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
4417[10:45:24] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'Bumpty'", callback: "GiveHouseKeys", format: "i"
4418[10:45:24] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.516 milliseconds
4419[10:45:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4420[10:45:24] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4421[10:45:24] [DEBUG] Calling callback "OnBanCheck"..
4422[10:45:24] [DEBUG] cache_get_row_count - connection: 1
4423[10:45:24] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
4424[10:45:24] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
4425[10:45:24] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
4426[10:45:24] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Bumpty'", callback: "(null)", format: "(null)"
4427[10:45:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4428[10:45:24] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 22.392 milliseconds
4429[10:45:24] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4430[10:45:24] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4431[10:45:24] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.124 milliseconds
4432[10:45:24] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4433[10:45:24] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
4434[10:45:24] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.805 milliseconds
4435[10:45:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4436[10:45:24] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
4437[10:45:24] [DEBUG] Calling callback "GiveHouseKeys"..
4438[10:45:24] [DEBUG] cache_get_row_count - connection: 1
4439[10:45:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4440[10:45:24] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.764 milliseconds
4441[10:45:24] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4442[10:45:24] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4443[10:45:24] [DEBUG] Calling callback "OnAccountCheck"..
4444[10:45:24] [DEBUG] cache_get_data - connection: 1
4445[10:45:24] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 1
4446[10:45:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "IP", data: "89.238.177.20"
4447[10:45:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AutoLogin", connection: 1
4448[10:45:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AutoLogin", data: "0"
4449[10:45:24] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
4450[10:45:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "51E52D3FE93EB42FBB7DED3A54D42EC6ABB3B510621393DCB21E69527BC7409BA9F1A80A710BD0054F3F5BD6621ED85D3A7379E71D57608A966BC61F36C08180"
4451[10:45:24] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
4452[10:45:24] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "16"
4453[10:45:24] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4454[10:45:24] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.225 milliseconds
4455[10:45:24] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4456[10:45:32] [DEBUG] mysql_format - connection: 1, len: 280, format: "SELECT * FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
4457[10:45:32] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `playersdata` WHERE `PlayerName` = 'Bumpty' LIMIT ", callback: "OnAccountLoad", format: "i"
4458[10:45:32] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
4459[10:45:32] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 17.914 milliseconds
4460[10:45:32] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4461[10:45:32] [DEBUG] Calling callback "OnAccountLoad"..
4462[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
4463[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "16"
4464[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
4465[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
4466[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
4467[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
4468[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "USD", connection: 1
4469[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "USD", data: "0"
4470[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
4471[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "9"
4472[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
4473[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "23"
4474[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
4475[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "2"
4476[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
4477[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "18"
4478[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
4479[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "56"
4480[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
4481[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
4482[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Marijuana", connection: 1
4483[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Marijuana", data: "0"
4484[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seeds", connection: 1
4485[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seeds", data: "0"
4486[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Cocaine", connection: 1
4487[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cocaine", data: "0"
4488[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Premium", connection: 1
4489[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Premium", data: "0"
4490[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PremiumExpires", connection: 1
4491[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PremiumExpires", data: "0"
4492[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FightStyle", connection: 1
4493[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FightStyle", data: "4"
4494[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "xLevel", connection: 1
4495[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "xLevel", data: "1"
4496[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "XP", connection: 1
4497[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "XP", data: "100"
4498[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
4499[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
4500[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hitman", connection: 1
4501[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hitman", data: "0"
4502[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "gSkills", connection: 1
4503[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "gSkills", data: "0"
4504[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "bSkills", connection: 1
4505[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "bSkills", data: "0"
4506[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vSkills", connection: 1
4507[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vSkills", data: "5"
4508[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "aSkills", connection: 1
4509[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "aSkills", data: "0"
4510[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rSkills", connection: 1
4511[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "rSkills", data: "0"
4512[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "tSkills", connection: 1
4513[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "tSkills", data: "0"
4514[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "mSkills", connection: 1
4515[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "mSkills", data: "0"
4516[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "dSkills", connection: 1
4517[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "dSkills", data: "0"
4518[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rfSkills", connection: 1
4519[10:45:32] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rfSkills")
4520[10:45:32] [ERROR] cache_get_field_content_int - invalid datatype
4521[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "PlayerTeam", connection: 1
4522[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerTeam", data: "3"
4523[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
4524[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "268"
4525[10:45:32] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosX", connection: 1
4526[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosX", data: "1346.68"
4527[10:45:32] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosY", connection: 1
4528[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosY", data: "-1282"
4529[10:45:32] [DEBUG] cache_get_field_content_float - row: 0, field_name: "PosZ", connection: 1
4530[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PosZ", data: "13.383"
4531[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Interior", connection: 1
4532[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Interior", data: "0"
4533[10:45:32] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Health", connection: 1
4534[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Health", data: "100"
4535[10:45:32] [DEBUG] cache_get_field_content_float - row: 0, field_name: "Armour", connection: 1
4536[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Armour", data: "0"
4537[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Jetpack", connection: 1
4538[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Jetpack", data: "0"
4539[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "JetpackExpire", connection: 1
4540[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "JetpackExpire", data: "0"
4541[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Friends", connection: 1
4542[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Friends", data: "0"
4543[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vehicles", connection: 1
4544[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vehicles", data: "0"
4545[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
4546[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
4547[10:45:32] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerColor", connection: 1, max_len: 16
4548[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerColor", data: "0xFFCC00FF"
4549[10:45:32] [DEBUG] cache_get_field_content - row: 0, field_name: "TextColor", connection: 1, max_len: 16
4550[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TextColor", data: "FFCC00"
4551[10:45:32] [DEBUG] cache_get_field_content_int - row: 0, field_name: "MapHide", connection: 1
4552[10:45:32] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "MapHide", data: "0"
4553[10:45:32] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '%e'"
4554[10:45:32] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = 'Bumpty'", callback: "LoadPlayerVehicles", format: "i"
4555[10:45:32] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `Attachments` WHERE `ID` = %d"
4556[10:45:32] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Attachments` WHERE `ID` = 16", callback: "OnAttachmentLoad", format: "i"
4557[10:45:32] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = %d"
4558[10:45:32] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Weapon`, `Ammo` FROM `Weapons` WHERE `ID` = 16", callback: "OnWeaponLoad", format: "i"
4559[10:45:32] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `FriendsData` WHERE `ID` = %d"
4560[10:45:32] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `FriendsData` WHERE `ID` = 16", callback: "OnFriendsLoad", format: "i"
4561[10:45:32] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = '%e'"
4562[10:45:32] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `OfflinePMs` WHERE `PlayerName` = 'Bumpty'", callback: "OnOfflinePMsLoad", format: "i"
4563[10:45:32] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4564[10:45:32] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - starting query execution
4565[10:45:32] [DEBUG] CMySQLQuery::Execute[LoadPlayerVehicles] - query was successfully executed within 17.839 milliseconds
4566[10:45:32] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4567[10:45:32] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - starting query execution
4568[10:45:32] [DEBUG] Calling callback "LoadPlayerVehicles"..
4569[10:45:32] [DEBUG] cache_get_row_count - connection: 1
4570[10:45:32] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4571[10:45:32] [DEBUG] CMySQLQuery::Execute[OnAttachmentLoad] - query was successfully executed within 17.418 milliseconds
4572[10:45:32] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4573[10:45:32] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - starting query execution
4574[10:45:32] [DEBUG] Calling callback "OnAttachmentLoad"..
4575[10:45:32] [DEBUG] cache_get_row_count - connection: 1
4576[10:45:32] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4577[10:45:32] [DEBUG] CMySQLQuery::Execute[OnWeaponLoad] - query was successfully executed within 17.548 milliseconds
4578[10:45:32] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4579[10:45:32] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - starting query execution
4580[10:45:32] [DEBUG] Calling callback "OnWeaponLoad"..
4581[10:45:32] [DEBUG] cache_get_row_count - connection: 1
4582[10:45:32] [DEBUG] mysql_format - connection: 1, len: 65, format: "DELETE FROM `Weapons` WHERE `ID` = %d"
4583[10:45:32] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `Weapons` WHERE `ID` = 16", callback: "(null)", format: "(null)"
4584[10:45:32] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4585[10:45:32] [DEBUG] CMySQLQuery::Execute[OnFriendsLoad] - query was successfully executed within 17.329 milliseconds
4586[10:45:32] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4587[10:45:32] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - starting query execution
4588[10:45:32] [DEBUG] Calling callback "OnFriendsLoad"..
4589[10:45:32] [DEBUG] cache_get_row_count - connection: 1
4590[10:45:32] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4591[10:45:32] [DEBUG] CMySQLQuery::Execute[OnOfflinePMsLoad] - query was successfully executed within 17.582 milliseconds
4592[10:45:32] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4593[10:45:32] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4594[10:45:32] [DEBUG] Calling callback "OnOfflinePMsLoad"..
4595[10:45:32] [DEBUG] cache_get_row_count - connection: 1
4596[10:45:32] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4597[10:45:32] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.819 milliseconds
4598[10:45:32] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4599[10:46:39] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
4600[10:46:39] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
4601[10:46:39] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
4602[10:46:39] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Froz", callback: "(null)", format: "(null)"
4603[10:46:39] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4604[10:46:39] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
4605[10:46:39] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
4606[10:46:39] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4607[10:46:39] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.655 milliseconds
4608[10:46:39] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4609[10:46:39] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
4610[10:46:39] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'CrumblingSoc", callback: "OnBanCheck", format: "i"
4611[10:46:39] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
4612[10:46:39] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = 'Crum", callback: "(null)", format: "(null)"
4613[10:46:39] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
4614[10:46:39] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = 'CrumblingSo", use_cache: true
4615[10:46:39] [DEBUG] CMySQLQuery::Execute - starting query execution
4616[10:46:39] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
4617[10:46:39] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 17.521 milliseconds
4618[10:46:39] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4619[10:46:39] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4620[10:46:39] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 18.702 milliseconds
4621[10:46:39] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4622[10:46:39] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 88.332 milliseconds
4623[10:46:39] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4624[10:46:39] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
4625[10:46:39] [DEBUG] cache_get_row_count - connection: 1
4626[10:46:39] [DEBUG] cache_delete - cache_id: 1, connection: 1
4627[10:46:39] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4628[10:46:39] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
4629[10:46:39] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
4630[10:46:39] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = 'CrumblingSociety'", callback: "GiveHouseKeys", format: "i"
4631[10:46:39] [DEBUG] Calling callback "OnBanCheck"..
4632[10:46:39] [DEBUG] cache_get_row_count - connection: 1
4633[10:46:39] [DEBUG] mysql_format - connection: 1, len: 150, format: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WHERE `PlayerName` = '%e' LIMIT 1"
4634[10:46:39] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID`, `AutoLogin`, `IP` FROM `playersdata` WH", callback: "OnAccountCheck", format: "i"
4635[10:46:39] [DEBUG] mysql_format - connection: 1, len: 150, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
4636[10:46:39] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'CrumblingSocie", callback: "(null)", format: "(null)"
4637[10:46:39] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4638[10:46:39] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - starting query execution
4639[10:46:39] [DEBUG] CMySQLQuery::Execute[GiveHouseKeys] - query was successfully executed within 17.781 milliseconds
4640[10:46:39] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4641[10:46:39] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
4642[10:46:39] [DEBUG] Calling callback "GiveHouseKeys"..
4643[10:46:39] [DEBUG] cache_get_row_count - connection: 1
4644[10:46:39] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4645[10:46:39] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 17.476 milliseconds
4646[10:46:39] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4647[10:46:39] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4648[10:46:39] [DEBUG] Calling callback "OnAccountCheck"..
4649[10:46:39] [DEBUG] cache_get_data - connection: 1
4650[10:46:39] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4651[10:46:39] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.142 milliseconds
4652[10:46:39] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4653[10:46:45] [DEBUG] mysql_format - connection: 1, len: 680, format: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredOn, AutoLogin, Level, Money, USD, Kills, Deaths, Hours, Minutes, ..."
4654[10:46:45] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `playersdata` (PlayerName, Password, IP, RegisteredO", callback: "OnAccountRegister", format: "i"
4655[10:46:45] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
4656[10:46:45] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 19.718 milliseconds
4657[10:46:45] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
4658[10:46:45] [DEBUG] Calling callback "OnAccountRegister"..
4659[10:46:45] [DEBUG] cache_insert_id - connection: 1
4660[10:46:45] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
4661[10:46:53] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
4662[10:46:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
4663[10:46:53] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
4664[10:46:53] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Crum", callback: "(null)", format: "(null)"
4665[10:46:53] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4666[10:46:53] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
4667[10:46:53] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
4668[10:46:53] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4669[10:46:53] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 23.289 milliseconds
4670[10:46:53] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4671[10:47:11] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
4672[10:47:11] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
4673[10:47:11] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
4674[10:47:11] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '$Amm", callback: "(null)", format: "(null)"
4675[10:47:11] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4676[10:47:11] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
4677[10:47:11] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
4678[10:47:11] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4679[10:47:11] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.134 milliseconds
4680[10:47:11] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
4681[10:47:35] [DEBUG] mysql_format - connection: 1, len: 1000, format: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLogin` = %i, `Level` = %i, `Money` = %i, `USD` = %i, `Kills` = %i, ..."
4682[10:47:35] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `LastSeen` = UNIX_TIMESTAMP(), `AutoLog", callback: "(null)", format: "(null)"
4683[10:47:35] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
4684[10:47:35] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = 'Crum", callback: "(null)", format: "(null)"
4685[10:47:35] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4686[10:47:35] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'rfSkills' in 'field list'
4687[10:47:35] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
4688[10:47:35] [DEBUG] CMySQLQuery::Execute[] - starting query execution
4689[10:47:35] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.776 milliseconds
4690[10:47:35] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving