· 8 years ago · Jul 21, 2018, 04:28 PM
1[21:10:48] [INFO] changed log level from 'warning, error' to 'debug, info, warning, error'
2[21:10:48] [DEBUG] mysql_connect("127.0.0.1", "root", "*****", "copchase", 1)
3[21:10:48] [DEBUG] CHandleManager::Create(this=0x5dd870, host='127.0.0.1', user='root', pass='****', db='copchase', options=0x5e6ed0)
4[21:10:48] [INFO] Creating new connection handle...
5[21:10:48] [WARNING] mysql_connect: no password specified
6[21:10:48] [DEBUG] CConnection::CConnection(this=0x55b398, host='127.0.0.1', user='root', passw='****', db='copchase', options=0x5e6ed0)
7[21:10:48] [DEBUG] CConnection::CConnection - new connection = 0x607610
8[21:10:48] [DEBUG] CConnection::CConnection(this=0x78e2020, host='127.0.0.1', user='root', passw='****', db='copchase', options=0x5e6ed0)
9[21:10:48] [DEBUG] CConnection::CConnection - new connection = 0x606670
10[21:10:48] [DEBUG] CThreadedConnection::WorkerFunc(this=0x78e2020, connection=0x78e2020)
11[21:10:48] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x78e2020, connection=0x78e2020)
12[21:10:48] [DEBUG] CConnectionPool::CConnectionPool(size=2, this=0x55b1d8)
13[21:10:48] [DEBUG] CConnection::CConnection(this=0x7bb3020, host='127.0.0.1', user='root', passw='****', db='copchase', options=0x5e6ed0)
14[21:10:48] [DEBUG] CConnection::CConnection - new connection = 0x606e40
15[21:10:48] [DEBUG] CThreadedConnection::WorkerFunc(this=0x7bb3020, connection=0x7bb3020)
16[21:10:48] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x7bb3020, connection=0x7bb3020)
17[21:10:48] [DEBUG] CConnection::CConnection(this=0x7d8b020, host='127.0.0.1', user='root', passw='****', db='copchase', options=0x5e6ed0)
18[21:10:48] [DEBUG] CConnection::CConnection - new connection = 0x605ab8
19[21:10:48] [DEBUG] CThreadedConnection::WorkerFunc(this=0x7d8b020, connection=0x7d8b020)
20[21:10:48] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x7d8b020, connection=0x7d8b020)
21[21:10:48] [INFO] Connection handle with id '1' successfully created.
22[21:10:48] [DEBUG] CHandleManager::Create - new handle = 0x6152d8
23[21:10:48] [DEBUG] mysql_connect: return value: '1'
24[21:10:48] [DEBUG] mysql_errno(1)
25[21:10:48] [DEBUG] CHandle::GetErrorId(this=0x6152d8)
26[21:10:48] [DEBUG] CConnection::GetError(this=0x55b398, connection=0x607610)
27[21:10:48] [DEBUG] CHandle::GetErrorId - return value: true, error id: '0', error msg: ''
28[21:10:48] [DEBUG] mysql_errno: return value: '0'
29[21:10:48] [DEBUG] mysql_query(1, "CREATE TABLE IF NOT EXISTS `Accounts` (`ID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,`Name` varchar(24) NOT NULL,`Password` char(65) NOT NULL,`Salt` char(11) NOT NULL,`Score` int(11) NOT NULL DEFAULT '0',`Kills` int(11) UNSIGNED NOT NULL DEFAULT '0',`Deaths` int(11) UNSIGNED NOT NULL DEFAULT '0',`SkinCop` int(11) UNSIGNED NOT NULL DEFAULT '280',`SkinFugitive` int(11) UNSIGNED NOT NULL DEFAULT '264',`Admin` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Tokens` int(11) NOT NULL DEFAULT '0',`LobbySkin` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`Banned` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`BanTime` bigint(3) NOT NULL DEFAULT '0', `Banner` varchar(24) NOT NULL DEFAULT 'NaN',`IP` char(16) NOT NULL DEFAULT 'NaN',`BanDate` char(128) NOT NULL DEFAULT 'NaN',`BanReason` char(128) NOT NULL DEFAULT 'NaN',`Jailed` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`JailTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`JailReason` char(128) NOT NULL DEFAULT 'NaN',`CopCar` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Muted` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`MuteTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`MuteReason` char(128) NOT NULL DEFAULT 'NaN',`Warns` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`LastWarnReason` char(128) NOT NULL DEFAULT 'NaN', `SkinsUnlocked` char(255) NOT NULL DEFAULT '', `CarsUnlocked` char(255) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), UNIQUE KEY `Name` (`Name`))", 1)
30[21:10:48] [DEBUG] CHandle::Execute(this=0x6152d8, type=3, query=0x5538f0)
31[21:10:48] [DEBUG] CConnection::Execute(query=0x5538f0, this=0x55b398, connection=0x607610)
32[21:10:48] [DEBUG] CQuery::Execute(this=0x5538f0, connection=0x607610)
33[21:10:48] [INFO] query "CREATE TABLE IF NOT EXISTS `Accounts` (`ID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,`Name` varchar(24) NOT NULL,`Password` char(65) NOT NULL,`Salt` char(11) NOT NULL,`Score` int(11) NOT NULL DEFAULT '0',`Kills` int(11) UNSIGNED NOT NULL DEFAULT '0',`Deaths` int(11) UNSIGNED NOT NULL DEFAULT '0',`SkinCop` int(11) UNSIGNED NOT NULL DEFAULT '280',`SkinFugitive` int(11) UNSIGNED NOT NULL DEFAULT '264',`Admin` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Tokens` int(11) NOT NULL DEFAULT '0',`LobbySkin` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`Banned` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`BanTime` bigint(3) NOT NULL DEFAULT '0', `Banner` varchar(24) NOT NULL DEFAULT 'NaN',`IP` char(16) NOT NULL DEFAULT 'NaN',`BanDate` char(128) NOT NULL DEFAULT 'NaN',`BanReason` char(128) NOT NULL DEFAULT 'NaN',`Jailed` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`JailTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`JailReason` char(128) NOT NULL DEFAULT 'NaN',`CopCar` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Muted` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`MuteTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`MuteReason` char(128) NOT NULL DEFAULT 'NaN',`Warns` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`LastWarnReason` char(128) NOT NULL DEFAULT 'NaN', `SkinsUnlocked` char(255) NOT NULL DEFAULT '', `CarsUnlocked` char(255) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), UNIQUE KEY `Name` (`Name`))" successfully executed within 0.496 milliseconds
34[21:10:48] [DEBUG] CResultSet::Create(connection=0x607610, query_str='CREATE TABLE IF NOT EXISTS `Accounts` (`ID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,`Name` varchar(24) NOT NULL,`Password` char(65) NOT NULL,`Salt` char(11) NOT NULL,`Score` int(11) NOT NULL DEFAULT '0',`Kills` int(11) UNSIGNED NOT NULL DEFAULT '0',`Deaths` int(11) UNSIGNED NOT NULL DEFAULT '0',`SkinCop` int(11) UNSIGNED NOT NULL DEFAULT '280',`SkinFugitive` int(11) UNSIGNED NOT NULL DEFAULT '264',`Admin` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Tokens` int(11) NOT NULL DEFAULT '0',`LobbySkin` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`Banned` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`BanTime` bigint(3) NOT NULL DEFAULT '0', `Banner` varchar(24) NOT NULL DEFAULT 'NaN',`IP` char(16) NOT NULL DEFAULT 'NaN',`BanDate` char(128) NOT NULL DEFAULT 'NaN',`BanReason` char(128) NOT NULL DEFAULT 'NaN',`Jailed` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`JailTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`JailReason` char(128) NOT NULL DEFAULT 'NaN',`CopCar` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Muted` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`MuteTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`MuteReason` char(128) NOT NULL DEFAULT 'NaN',`Warns` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`LastWarnReason` char(128) NOT NULL DEFAULT 'NaN', `SkinsUnlocked` char(255) NOT NULL DEFAULT '', `CarsUnlocked` char(255) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), UNIQUE KEY `Name` (`Name`))')
35[21:10:48] [DEBUG] created new resultset '0x5ce4d8'
36[21:10:48] [DEBUG] fetched MySQL result '0x0'
37[21:10:48] [DEBUG] CHandle::Execute - return value: true
38[21:10:48] [DEBUG] mysql_query: return value: '1'
39[21:18:20] [INFO] changed log level from 'warning, error' to 'debug, info, warning, error'
40[21:18:20] [DEBUG] mysql_connect("127.0.0.1", "root", "*****", "copchase", 1)
41[21:18:20] [DEBUG] CHandleManager::Create(this=0x8070d8, host='127.0.0.1', user='root', pass='****', db='copchase', options=0x80a180)
42[21:18:20] [INFO] Creating new connection handle...
43[21:18:20] [WARNING] mysql_connect: no password specified
44[21:18:20] [DEBUG] CConnection::CConnection(this=0x77a488, host='127.0.0.1', user='root', passw='****', db='copchase', options=0x80a180)
45[21:18:20] [DEBUG] CConnection::CConnection - new connection = 0x750ae0
46[21:18:20] [DEBUG] CConnection::CConnection(this=0x78f3020, host='127.0.0.1', user='root', passw='****', db='copchase', options=0x80a180)
47[21:18:20] [DEBUG] CConnection::CConnection - new connection = 0x7fe450
48[21:18:20] [DEBUG] CThreadedConnection::WorkerFunc(this=0x78f3020, connection=0x78f3020)
49[21:18:20] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x78f3020, connection=0x78f3020)
50[21:18:20] [DEBUG] CConnectionPool::CConnectionPool(size=2, this=0x77a4c8)
51[21:18:20] [DEBUG] CConnection::CConnection(this=0x7bca020, host='127.0.0.1', user='root', passw='****', db='copchase', options=0x80a180)
52[21:18:20] [DEBUG] CConnection::CConnection - new connection = 0x7fe838
53[21:18:20] [DEBUG] CThreadedConnection::WorkerFunc(this=0x7bca020, connection=0x7bca020)
54[21:18:20] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x7bca020, connection=0x7bca020)
55[21:18:20] [DEBUG] CConnection::CConnection(this=0x7d96020, host='127.0.0.1', user='root', passw='****', db='copchase', options=0x80a180)
56[21:18:20] [DEBUG] CConnection::CConnection - new connection = 0x7fec20
57[21:18:20] [DEBUG] CThreadedConnection::WorkerFunc(this=0x7d96020, connection=0x7d96020)
58[21:18:20] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x7d96020, connection=0x7d96020)
59[21:18:20] [INFO] Connection handle with id '1' successfully created.
60[21:18:20] [DEBUG] CHandleManager::Create - new handle = 0x835500
61[21:18:20] [DEBUG] mysql_connect: return value: '1'
62[21:18:20] [DEBUG] mysql_errno(1)
63[21:18:20] [DEBUG] CHandle::GetErrorId(this=0x835500)
64[21:18:20] [DEBUG] CConnection::GetError(this=0x77a488, connection=0x750ae0)
65[21:18:20] [DEBUG] CHandle::GetErrorId - return value: true, error id: '0', error msg: ''
66[21:18:20] [DEBUG] mysql_errno: return value: '0'
67[21:18:20] [DEBUG] mysql_query(1, "CREATE TABLE IF NOT EXISTS `Accounts` (`ID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,`Name` varchar(24) NOT NULL,`Password` char(65) NOT NULL,`Salt` char(11) NOT NULL,`Score` int(11) NOT NULL DEFAULT '0',`Kills` int(11) UNSIGNED NOT NULL DEFAULT '0',`Deaths` int(11) UNSIGNED NOT NULL DEFAULT '0',`SkinCop` int(11) UNSIGNED NOT NULL DEFAULT '280',`SkinFugitive` int(11) UNSIGNED NOT NULL DEFAULT '264',`Admin` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Tokens` int(11) NOT NULL DEFAULT '0',`LobbySkin` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`Banned` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`BanTime` bigint(3) NOT NULL DEFAULT '0', `Banner` varchar(24) NOT NULL DEFAULT 'NaN',`IP` char(16) NOT NULL DEFAULT 'NaN',`BanDate` char(128) NOT NULL DEFAULT 'NaN',`BanReason` char(128) NOT NULL DEFAULT 'NaN',`Jailed` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`JailTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`JailReason` char(128) NOT NULL DEFAULT 'NaN',`CopCar` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Muted` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`MuteTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`MuteReason` char(128) NOT NULL DEFAULT 'NaN',`Warns` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`LastWarnReason` char(128) NOT NULL DEFAULT 'NaN', `SkinsUnlocked` char(255) NOT NULL DEFAULT '', `CarsUnlocked` char(255) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), UNIQUE KEY `Name` (`Name`))", 1)
68[21:18:20] [DEBUG] CHandle::Execute(this=0x835500, type=3, query=0x811ce8)
69[21:18:20] [DEBUG] CConnection::Execute(query=0x811ce8, this=0x77a488, connection=0x750ae0)
70[21:18:20] [DEBUG] CQuery::Execute(this=0x811ce8, connection=0x750ae0)
71[21:18:20] [INFO] query "CREATE TABLE IF NOT EXISTS `Accounts` (`ID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,`Name` varchar(24) NOT NULL,`Password` char(65) NOT NULL,`Salt` char(11) NOT NULL,`Score` int(11) NOT NULL DEFAULT '0',`Kills` int(11) UNSIGNED NOT NULL DEFAULT '0',`Deaths` int(11) UNSIGNED NOT NULL DEFAULT '0',`SkinCop` int(11) UNSIGNED NOT NULL DEFAULT '280',`SkinFugitive` int(11) UNSIGNED NOT NULL DEFAULT '264',`Admin` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Tokens` int(11) NOT NULL DEFAULT '0',`LobbySkin` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`Banned` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`BanTime` bigint(3) NOT NULL DEFAULT '0', `Banner` varchar(24) NOT NULL DEFAULT 'NaN',`IP` char(16) NOT NULL DEFAULT 'NaN',`BanDate` char(128) NOT NULL DEFAULT 'NaN',`BanReason` char(128) NOT NULL DEFAULT 'NaN',`Jailed` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`JailTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`JailReason` char(128) NOT NULL DEFAULT 'NaN',`CopCar` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Muted` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`MuteTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`MuteReason` char(128) NOT NULL DEFAULT 'NaN',`Warns` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`LastWarnReason` char(128) NOT NULL DEFAULT 'NaN', `SkinsUnlocked` char(255) NOT NULL DEFAULT '', `CarsUnlocked` char(255) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), UNIQUE KEY `Name` (`Name`))" successfully executed within 283.773 milliseconds
72[21:18:20] [DEBUG] CResultSet::Create(connection=0x750ae0, query_str='CREATE TABLE IF NOT EXISTS `Accounts` (`ID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,`Name` varchar(24) NOT NULL,`Password` char(65) NOT NULL,`Salt` char(11) NOT NULL,`Score` int(11) NOT NULL DEFAULT '0',`Kills` int(11) UNSIGNED NOT NULL DEFAULT '0',`Deaths` int(11) UNSIGNED NOT NULL DEFAULT '0',`SkinCop` int(11) UNSIGNED NOT NULL DEFAULT '280',`SkinFugitive` int(11) UNSIGNED NOT NULL DEFAULT '264',`Admin` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Tokens` int(11) NOT NULL DEFAULT '0',`LobbySkin` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`Banned` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`BanTime` bigint(3) NOT NULL DEFAULT '0', `Banner` varchar(24) NOT NULL DEFAULT 'NaN',`IP` char(16) NOT NULL DEFAULT 'NaN',`BanDate` char(128) NOT NULL DEFAULT 'NaN',`BanReason` char(128) NOT NULL DEFAULT 'NaN',`Jailed` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`JailTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`JailReason` char(128) NOT NULL DEFAULT 'NaN',`CopCar` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`Muted` smallint(2) UNSIGNED NOT NULL DEFAULT '0',`MuteTimeLeft` int(11) UNSIGNED NOT NULL DEFAULT '0',`MuteReason` char(128) NOT NULL DEFAULT 'NaN',`Warns` mediumint(7) UNSIGNED NOT NULL DEFAULT '0',`LastWarnReason` char(128) NOT NULL DEFAULT 'NaN', `SkinsUnlocked` char(255) NOT NULL DEFAULT '', `CarsUnlocked` char(255) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), UNIQUE KEY `Name` (`Name`))')
73[21:18:20] [DEBUG] created new resultset '0x803cb0'
74[21:18:20] [DEBUG] fetched MySQL result '0x0'
75[21:18:20] [DEBUG] CHandle::Execute - return value: true
76[21:18:20] [DEBUG] mysql_query: return value: '1'
77[21:18:39] [DEBUG] mysql_format(1, 0x077A9F50, 4096, "SELECT * FROM `Accounts` WHERE `Name` = '%e' LIMIT 1")
78[21:18:39] [DEBUG] CHandle::EscapeString(this=0x835500, src='KevY')
79[21:18:39] [DEBUG] CConnection::EscapeString(src='KevY', this=0x77a488, connection=0x750ae0)
80[21:18:39] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'KevY'
81[21:18:39] [DEBUG] mysql_format: return value: '54'
82[21:18:39] [DEBUG] mysql_tquery(1, "SELECT * FROM `Accounts` WHERE `Name` = 'KevY' LIMIT 1", "OnPlayerDataCheck", "ii")
83[21:18:39] [DEBUG] CCallback::Create(amx=0x2fe4720, name='OnPlayerDataCheck', format='ii', params=0x77a9f34, param_offset=5)
84[21:18:39] [DEBUG] CCallback::Create - callback index for 'OnPlayerDataCheck': 39
85[21:18:39] [DEBUG] processing specifier 'i' with parameter index 0
86[21:18:39] [DEBUG] retrieved and pushed value '0'
87[21:18:39] [DEBUG] processing specifier 'i' with parameter index 1
88[21:18:39] [DEBUG] retrieved and pushed value '1'
89[21:18:39] [INFO] Callback 'OnPlayerDataCheck' set up for delayed execution.
90[21:18:39] [DEBUG] created delayed callback with 2 parameters
91[21:18:39] [DEBUG] CHandle::Execute(this=0x835500, type=1, query=0x812370)
92[21:18:39] [DEBUG] CHandle::Execute - return value: true
93[21:18:39] [DEBUG] mysql_tquery: return value: '1'
94[21:18:39] [DEBUG] CConnection::Execute(query=0x812370, this=0x78f3020, connection=0x7fe450)
95[21:18:39] [DEBUG] CQuery::Execute(this=0x812370, connection=0x7fe450)
96[21:18:39] [INFO] query "SELECT * FROM `Accounts` WHERE `Name` = 'KevY' LIMIT 1" successfully executed within 0.770 milliseconds
97[21:18:39] [DEBUG] CResultSet::Create(connection=0x7fe450, query_str='SELECT * FROM `Accounts` WHERE `Name` = 'KevY' LIMIT 1')
98[21:18:39] [DEBUG] created new resultset '0x79c54d8'
99[21:18:39] [DEBUG] fetched MySQL result '0x79af558'
100[21:18:39] [DEBUG] allocated 0 bytes for PAWN result
101[21:18:39] [DEBUG] CCallback::Execute(amx=0x2fe4720, index=39, num_params=2)
102[21:18:39] [INFO] Executing callback 'OnPlayerDataCheck' with 2 parameters...
103[21:18:39] [DEBUG] processing internal specifier 'c'
104[21:18:39] [DEBUG] pushed value '1' onto AMX stack
105[21:18:39] [DEBUG] processing internal specifier 'c'
106[21:18:39] [DEBUG] pushed value '0' onto AMX stack
107[21:18:39] [DEBUG] executing AMX callback with index '39'
108[21:18:39] [DEBUG] cache_get_row_count(0x077AE240)
109[21:18:39] [DEBUG] cache_get_row_count: return value: '1'
110[21:18:39] [DEBUG] AMX callback executed with error '0'
111[21:18:39] [INFO] Callback successfully executed.
112[21:18:43] [DEBUG] mysql_format(1, 0x077AC240, 2048, "INSERT INTO `Accounts` (`Name`, `Password`, `Salt`, `Score`, `Kills`, `Deaths`, `SkinCop`, `SkinFugitive`, `Admin`, `Tokens`, `LobbySkin`, `Banner`, `IP`, `BanDate`, `BanReason`, `Jailed`, `JailTimeLeft`, `JailReason`, `CopCar`, `Muted`, `muteTimeLeft`, `MuteReason`, `Warns`, `LastWarnReason`, `SkinsUnlocked`, `CarsUnlocked`)VALUES ('%e', '%e', '%e', %d, %d, %d, %d, %d, %d, %d, %d, '%e', '%e', '%e', '%e', %d, %d, '%e', %d, %d, %d, '%e', %d, '%e', '%e', '%e')")
113[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='KevY')
114[21:18:43] [DEBUG] CConnection::EscapeString(src='KevY', this=0x77a488, connection=0x750ae0)
115[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'KevY'
116[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='141F91E248FE21B72CC092997E40424A5B9DCC99271F6EAB78B7AA0EBE70E3B1')
117[21:18:43] [DEBUG] CConnection::EscapeString(src='141F91E248FE21B72CC092997E40424A5B9DCC99271F6EAB78B7AA0EBE70E3B1', this=0x77a488, connection=0x750ae0)
118[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '141F91E248FE21B72CC092997E40424A5B9DCC99271F6EAB78B7AA0EBE70E3B1'
119[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='^MIiszKLa6')
120[21:18:43] [DEBUG] CConnection::EscapeString(src='^MIiszKLa6', this=0x77a488, connection=0x750ae0)
121[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '^MIiszKLa6'
122[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='NaN')
123[21:18:43] [DEBUG] CConnection::EscapeString(src='NaN', this=0x77a488, connection=0x750ae0)
124[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'NaN'
125[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='192.168.20.100')
126[21:18:43] [DEBUG] CConnection::EscapeString(src='192.168.20.100', this=0x77a488, connection=0x750ae0)
127[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '192.168.20.100'
128[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='NaN')
129[21:18:43] [DEBUG] CConnection::EscapeString(src='NaN', this=0x77a488, connection=0x750ae0)
130[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'NaN'
131[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='NaN')
132[21:18:43] [DEBUG] CConnection::EscapeString(src='NaN', this=0x77a488, connection=0x750ae0)
133[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'NaN'
134[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='NaN')
135[21:18:43] [DEBUG] CConnection::EscapeString(src='NaN', this=0x77a488, connection=0x750ae0)
136[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'NaN'
137[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='NaN')
138[21:18:43] [DEBUG] CConnection::EscapeString(src='NaN', this=0x77a488, connection=0x750ae0)
139[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'NaN'
140[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='NaN')
141[21:18:43] [DEBUG] CConnection::EscapeString(src='NaN', this=0x77a488, connection=0x750ae0)
142[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'NaN'
143[21:18:43] [DEBUG] mysql_format: return value: '538'
144[21:18:43] [DEBUG] mysql_tquery(1, "INSERT INTO `Accounts` (`Name`, `Password`, `Salt`, `Score`, `Kills`, `Deaths`, `SkinCop`, `SkinFugitive`, `Admin`, `Tokens`, `LobbySkin`, `Banner`, `IP`, `BanDate`, `BanReason`, `Jailed`, `JailTimeLeft`, `JailReason`, `CopCar`, `Muted`, `muteTimeLeft`, `MuteReason`, `Warns`, `LastWarnReason`, `SkinsUnlocked`, `CarsUnlocked`)VALUES ('KevY', '141F91E248FE21B72CC092997E40424A5B9DCC99271F6EAB78B7AA0EBE70E3B1', '^MIiszKLa6', 0, 0, 0, 280, 264, 0, 0, 0, 'NaN', '192.168.20.100', 'NaN', 'NaN', 0, 0, 'NaN', 0, 0, 0, 'NaN', 0, 'NaN', '', '')", "OnPlayerRegister", "d")
145[21:18:43] [DEBUG] CCallback::Create(amx=0x2fe4720, name='OnPlayerRegister', format='d', params=0x77ac228, param_offset=5)
146[21:18:43] [DEBUG] CCallback::Create - callback index for 'OnPlayerRegister': 49
147[21:18:43] [DEBUG] processing specifier 'd' with parameter index 0
148[21:18:43] [DEBUG] retrieved and pushed value '0'
149[21:18:43] [INFO] Callback 'OnPlayerRegister' set up for delayed execution.
150[21:18:43] [DEBUG] created delayed callback with 1 parameter
151[21:18:43] [DEBUG] CHandle::Execute(this=0x835500, type=1, query=0x812668)
152[21:18:43] [DEBUG] CHandle::Execute - return value: true
153[21:18:43] [DEBUG] mysql_tquery: return value: '1'
154[21:18:43] [DEBUG] CConnection::Execute(query=0x812668, this=0x78f3020, connection=0x7fe450)
155[21:18:43] [DEBUG] CQuery::Execute(this=0x812668, connection=0x7fe450)
156[21:18:43] [INFO] query "INSERT INTO `Accounts` (`Name`, `Password`, `Salt`, `Score`, `Kills`, `Deaths`, `SkinCop`, `SkinFugitive`, `Admin`, `Tokens`, `LobbySkin`, `Banner`, `IP`, `BanDate`, `BanReason`, `Jailed`, `JailTimeLeft`, `JailReason`, `CopCar`, `Muted`, `muteTimeLeft`, `MuteReason`, `Warns`, `LastWarnReason`, `SkinsUnlocked`, `CarsUnlocked`)VALUES ('KevY', '141F91E248FE21B72CC092997E40424A5B9DCC99271F6EAB78B7AA0EBE70E3B1', '^MIiszKLa6', 0, 0, 0, 280, 264, 0, 0, 0, 'NaN', '192.168.20.100', 'NaN', 'NaN', 0, 0, 'NaN', 0, 0, 0, 'NaN', 0, 'NaN', '', '')" successfully executed within 139.67 milliseconds
157[21:18:43] [DEBUG] CResultSet::Create(connection=0x7fe450, query_str='INSERT INTO `Accounts` (`Name`, `Password`, `Salt`, `Score`, `Kills`, `Deaths`, `SkinCop`, `SkinFugitive`, `Admin`, `Tokens`, `LobbySkin`, `Banner`, `IP`, `BanDate`, `BanReason`, `Jailed`, `JailTimeLeft`, `JailReason`, `CopCar`, `Muted`, `muteTimeLeft`, `MuteReason`, `Warns`, `LastWarnReason`, `SkinsUnlocked`, `CarsUnlocked`)VALUES ('KevY', '141F91E248FE21B72CC092997E40424A5B9DCC99271F6EAB78B7AA0EBE70E3B1', '^MIiszKLa6', 0, 0, 0, 280, 264, 0, 0, 0, 'NaN', '192.168.20.100', 'NaN', 'NaN', 0, 0, 'NaN', 0, 0, 0, 'NaN', 0, 'NaN', '', '')')
158[21:18:43] [DEBUG] created new resultset '0x79b2190'
159[21:18:43] [DEBUG] fetched MySQL result '0x0'
160[21:18:43] [DEBUG] CCallback::Execute(amx=0x2fe4720, index=49, num_params=1)
161[21:18:43] [INFO] Executing callback 'OnPlayerRegister' with 1 parameter...
162[21:18:43] [DEBUG] processing internal specifier 'c'
163[21:18:43] [DEBUG] pushed value '0' onto AMX stack
164[21:18:43] [DEBUG] executing AMX callback with index '49'
165[21:18:43] [DEBUG] mysql_format(1, 0x077A8240, 6144, "UPDATE `Accounts` SET `Score` = %d, `Kills` = %d, `Deaths` = %d, `SkinCop` = %d, `SkinFugitive` = %d, `Admin` = %d")
166[21:18:43] [DEBUG] mysql_format: return value: '112'
167[21:18:43] [DEBUG] mysql_format(1, 0x077A8240, 6144, "%s, `Tokens` = %d, `LobbySkin` = %d, `Banned` = %d, `BanTime` = %d, `Banner` = '%e', `IP` = '%e', `BanDate` = '%e', `BanReason` = '%e'")
168[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='192.168.20.100')
169[21:18:43] [DEBUG] CConnection::EscapeString(src='192.168.20.100', this=0x77a488, connection=0x750ae0)
170[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '192.168.20.100'
171[21:18:43] [DEBUG] mysql_format: return value: '246'
172[21:18:43] [DEBUG] mysql_format(1, 0x077A8240, 6144, "%s, `Jailed` = %d, `JailTimeLeft` = %d, `JailReason` = '%e', `CopCar` = %d, `Muted` = %d, `muteTimeLeft` = %d, `MuteReason` = '%e'")
173[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='NaN')
174[21:18:43] [DEBUG] CConnection::EscapeString(src='NaN', this=0x77a488, connection=0x750ae0)
175[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'NaN'
176[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src=' ')
177[21:18:43] [DEBUG] CConnection::EscapeString(src=' ', this=0x77a488, connection=0x750ae0)
178[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: ' '
179[21:18:43] [DEBUG] mysql_format: return value: '369'
180[21:18:43] [DEBUG] mysql_format(1, 0x077A8240, 6144, "%s, `Warns` = %d, `LastWarnReason` = '%e', `SkinsUnlocked` = '%e', `CarsUnlocked` = '%e' WHERE `ID` = %d LIMIT 1")
181[21:18:43] [DEBUG] CHandle::EscapeString(this=0x835500, src='N/A')
182[21:18:43] [DEBUG] CConnection::EscapeString(src='N/A', this=0x77a488, connection=0x750ae0)
183[21:18:43] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'N/A'
184[21:18:43] [DEBUG] mysql_format: return value: '474'
185[21:18:43] [DEBUG] mysql_tquery(1, "UPDATE `Accounts` SET `Score` = 0, `Kills` = 0, `Deaths` = 0, `SkinCop` = 280, `SkinFugitive` = 264, `Admin` = 0, `Tokens` = 0, `LobbySkin` = 0, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'NaN', `CopCar` = 0, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = 'N/A', `SkinsUnlocked` = '', `CarsUnlocked` = '' WHERE `ID` = 0 LIMIT 1", "", "")
186[21:18:43] [DEBUG] CCallback::Create(amx=0x2fe4720, name='', format='', params=0x77a822c, param_offset=5)
187[21:18:43] [DEBUG] CHandle::Execute(this=0x835500, type=1, query=0x8121a8)
188[21:18:43] [DEBUG] CHandle::Execute - return value: true
189[21:18:43] [DEBUG] mysql_tquery: return value: '1'
190[21:18:43] [DEBUG] CConnection::Execute(query=0x8121a8, this=0x78f3020, connection=0x7fe450)
191[21:18:43] [DEBUG] CQuery::Execute(this=0x8121a8, connection=0x7fe450)
192[21:18:43] [INFO] query "UPDATE `Accounts` SET `Score` = 0, `Kills` = 0, `Deaths` = 0, `SkinCop` = 280, `SkinFugitive` = 264, `Admin` = 0, `Tokens` = 0, `LobbySkin` = 0, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'NaN', `CopCar` = 0, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = 'N/A', `SkinsUnlocked` = '', `CarsUnlocked` = '' WHERE `ID` = 0 LIMIT 1" successfully executed within 0.331 milliseconds
193[21:18:43] [DEBUG] CResultSet::Create(connection=0x7fe450, query_str='UPDATE `Accounts` SET `Score` = 0, `Kills` = 0, `Deaths` = 0, `SkinCop` = 280, `SkinFugitive` = 264, `Admin` = 0, `Tokens` = 0, `LobbySkin` = 0, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'NaN', `CopCar` = 0, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = 'N/A', `SkinsUnlocked` = '', `CarsUnlocked` = '' WHERE `ID` = 0 LIMIT 1')
194[21:18:43] [DEBUG] created new resultset '0x79b2270'
195[21:18:43] [DEBUG] fetched MySQL result '0x0'
196[21:18:43] [DEBUG] AMX callback executed with error '0'
197[21:18:43] [INFO] Callback successfully executed.
198[21:18:49] [DEBUG] mysql_format(1, 0x077A8240, 6144, "UPDATE `Accounts` SET `Score` = %d, `Kills` = %d, `Deaths` = %d, `SkinCop` = %d, `SkinFugitive` = %d, `Admin` = %d")
199[21:18:49] [DEBUG] mysql_format: return value: '112'
200[21:18:49] [DEBUG] mysql_format(1, 0x077A8240, 6144, "%s, `Tokens` = %d, `LobbySkin` = %d, `Banned` = %d, `BanTime` = %d, `Banner` = '%e', `IP` = '%e', `BanDate` = '%e', `BanReason` = '%e'")
201[21:18:49] [DEBUG] CHandle::EscapeString(this=0x835500, src='192.168.20.100')
202[21:18:49] [DEBUG] CConnection::EscapeString(src='192.168.20.100', this=0x77a488, connection=0x750ae0)
203[21:18:49] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '192.168.20.100'
204[21:18:49] [DEBUG] mysql_format: return value: '246'
205[21:18:49] [DEBUG] mysql_format(1, 0x077A8240, 6144, "%s, `Jailed` = %d, `JailTimeLeft` = %d, `JailReason` = '%e', `CopCar` = %d, `Muted` = %d, `muteTimeLeft` = %d, `MuteReason` = '%e'")
206[21:18:49] [DEBUG] CHandle::EscapeString(this=0x835500, src='NaN')
207[21:18:49] [DEBUG] CConnection::EscapeString(src='NaN', this=0x77a488, connection=0x750ae0)
208[21:18:49] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'NaN'
209[21:18:49] [DEBUG] CHandle::EscapeString(this=0x835500, src=' ')
210[21:18:49] [DEBUG] CConnection::EscapeString(src=' ', this=0x77a488, connection=0x750ae0)
211[21:18:49] [DEBUG] CHandle::EscapeString - return value: true, escaped string: ' '
212[21:18:49] [DEBUG] mysql_format: return value: '369'
213[21:18:49] [DEBUG] mysql_format(1, 0x077A8240, 6144, "%s, `Warns` = %d, `LastWarnReason` = '%e', `SkinsUnlocked` = '%e', `CarsUnlocked` = '%e' WHERE `ID` = %d LIMIT 1")
214[21:18:49] [DEBUG] CHandle::EscapeString(this=0x835500, src='N/A')
215[21:18:49] [DEBUG] CConnection::EscapeString(src='N/A', this=0x77a488, connection=0x750ae0)
216[21:18:49] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'N/A'
217[21:18:49] [DEBUG] mysql_format: return value: '474'
218[21:18:49] [DEBUG] mysql_tquery(1, "UPDATE `Accounts` SET `Score` = 0, `Kills` = 0, `Deaths` = 0, `SkinCop` = 280, `SkinFugitive` = 264, `Admin` = 0, `Tokens` = 0, `LobbySkin` = 0, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'NaN', `CopCar` = 0, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = 'N/A', `SkinsUnlocked` = '', `CarsUnlocked` = '' WHERE `ID` = 0 LIMIT 1", "", "")
219[21:18:49] [DEBUG] CCallback::Create(amx=0x2fe4720, name='', format='', params=0x77a822c, param_offset=5)
220[21:18:49] [DEBUG] CHandle::Execute(this=0x835500, type=1, query=0x811b20)
221[21:18:49] [DEBUG] CHandle::Execute - return value: true
222[21:18:49] [DEBUG] mysql_tquery: return value: '1'
223[21:18:49] [DEBUG] CConnection::Execute(query=0x811b20, this=0x78f3020, connection=0x7fe450)
224[21:18:49] [DEBUG] CQuery::Execute(this=0x811b20, connection=0x7fe450)
225[21:18:49] [INFO] query "UPDATE `Accounts` SET `Score` = 0, `Kills` = 0, `Deaths` = 0, `SkinCop` = 280, `SkinFugitive` = 264, `Admin` = 0, `Tokens` = 0, `LobbySkin` = 0, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'NaN', `CopCar` = 0, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = 'N/A', `SkinsUnlocked` = '', `CarsUnlocked` = '' WHERE `ID` = 0 LIMIT 1" successfully executed within 0.329 milliseconds
226[21:18:49] [DEBUG] CResultSet::Create(connection=0x7fe450, query_str='UPDATE `Accounts` SET `Score` = 0, `Kills` = 0, `Deaths` = 0, `SkinCop` = 280, `SkinFugitive` = 264, `Admin` = 0, `Tokens` = 0, `LobbySkin` = 0, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'NaN', `CopCar` = 0, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = 'N/A', `SkinsUnlocked` = '', `CarsUnlocked` = '' WHERE `ID` = 0 LIMIT 1')
227[21:18:49] [DEBUG] created new resultset '0x79b2158'
228[21:18:49] [DEBUG] fetched MySQL result '0x0'
229[21:18:52] [DEBUG] mysql_format(1, 0x077A79AC, 6144, "UPDATE `Accounts` SET `Score` = %d, `Kills` = %d, `Deaths` = %d, `SkinCop` = %d, `SkinFugitive` = %d, `Admin` = %d")
230[21:18:52] [DEBUG] mysql_format: return value: '121'
231[21:18:52] [DEBUG] mysql_format(1, 0x077A79AC, 6144, "%s, `Tokens` = %d, `LobbySkin` = %d, `Banned` = %d, `BanTime` = %d, `Banner` = '%e', `IP` = '%e', `BanDate` = '%e', `BanReason` = '%e'")
232[21:18:52] [DEBUG] CHandle::EscapeString(this=0x835500, src='192.168.20.100')
233[21:18:52] [DEBUG] CConnection::EscapeString(src='192.168.20.100', this=0x77a488, connection=0x750ae0)
234[21:18:52] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '192.168.20.100'
235[21:18:52] [DEBUG] mysql_format: return value: '260'
236[21:18:52] [DEBUG] mysql_format(1, 0x077A79AC, 6144, "%s, `Jailed` = %d, `JailTimeLeft` = %d, `JailReason` = '%e', `CopCar` = %d, `Muted` = %d, `muteTimeLeft` = %d, `MuteReason` = '%e'")
237[21:18:52] [DEBUG] CHandle::EscapeString(this=0x835500, src='test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet')
238[21:18:52] [DEBUG] CConnection::EscapeString(src='test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', this=0x77a488, connection=0x750ae0)
239[21:18:52] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet'
240[21:18:52] [DEBUG] CHandle::EscapeString(this=0x835500, src=' ')
241[21:18:52] [DEBUG] CConnection::EscapeString(src=' ', this=0x77a488, connection=0x750ae0)
242[21:18:52] [DEBUG] CHandle::EscapeString - return value: true, escaped string: ' '
243[21:18:52] [DEBUG] mysql_format: return value: '454'
244[21:18:52] [DEBUG] mysql_format(1, 0x077A79AC, 6144, "%s, `Warns` = %d, `LastWarnReason` = '%e', `SkinsUnlocked` = '%e', `CarsUnlocked` = '%e' WHERE `ID` = %d LIMIT 1")
245[21:18:52] [DEBUG] CHandle::EscapeString(this=0x835500, src='20002|20006|20001|')
246[21:18:52] [DEBUG] CConnection::EscapeString(src='20002|20006|20001|', this=0x77a488, connection=0x750ae0)
247[21:18:52] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '20002|20006|20001|'
248[21:18:52] [DEBUG] CHandle::EscapeString(this=0x835500, src='597|497|560|415|')
249[21:18:52] [DEBUG] CConnection::EscapeString(src='597|497|560|415|', this=0x77a488, connection=0x750ae0)
250[21:18:52] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '597|497|560|415|'
251[21:18:52] [DEBUG] mysql_format: return value: '590'
252[21:18:52] [DEBUG] mysql_tquery(1, "UPDATE `Accounts` SET `Score` = 1359, `Kills` = 18, `Deaths` = 13, `SkinCop` = 20002, `SkinFugitive` = 20006, `Admin` = 7, `Tokens` = 178992, `LobbySkin` = 1, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', `CopCar` = 3, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = '', `SkinsUnlocked` = '20002|20006|20001|', `CarsUnlocked` = '597|497|560|415|' WHERE `ID` = 0 LIMIT 1", "", "")
253[21:18:52] [DEBUG] CCallback::Create(amx=0x2fe4720, name='', format='', params=0x77a7998, param_offset=5)
254[21:18:52] [DEBUG] CHandle::Execute(this=0x835500, type=1, query=0x811b20)
255[21:18:52] [DEBUG] CHandle::Execute - return value: true
256[21:18:52] [DEBUG] mysql_tquery: return value: '1'
257[21:18:52] [DEBUG] CConnection::Execute(query=0x811b20, this=0x78f3020, connection=0x7fe450)
258[21:18:52] [DEBUG] CQuery::Execute(this=0x811b20, connection=0x7fe450)
259[21:18:52] [INFO] query "UPDATE `Accounts` SET `Score` = 1359, `Kills` = 18, `Deaths` = 13, `SkinCop` = 20002, `SkinFugitive` = 20006, `Admin` = 7, `Tokens` = 178992, `LobbySkin` = 1, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', `CopCar` = 3, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = '', `SkinsUnlocked` = '20002|20006|20001|', `CarsUnlocked` = '597|497|560|415|' WHERE `ID` = 0 LIMIT 1" successfully executed within 0.290 milliseconds
260[21:18:52] [DEBUG] CResultSet::Create(connection=0x7fe450, query_str='UPDATE `Accounts` SET `Score` = 1359, `Kills` = 18, `Deaths` = 13, `SkinCop` = 20002, `SkinFugitive` = 20006, `Admin` = 7, `Tokens` = 178992, `LobbySkin` = 1, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', `CopCar` = 3, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = '', `SkinsUnlocked` = '20002|20006|20001|', `CarsUnlocked` = '597|497|560|415|' WHERE `ID` = 0 LIMIT 1')
261[21:18:52] [DEBUG] created new resultset '0x79b22a8'
262[21:18:52] [DEBUG] fetched MySQL result '0x0'
263[21:18:53] [DEBUG] mysql_format(1, 0x077A79AC, 6144, "UPDATE `Accounts` SET `Score` = %d, `Kills` = %d, `Deaths` = %d, `SkinCop` = %d, `SkinFugitive` = %d, `Admin` = %d")
264[21:18:53] [DEBUG] mysql_format: return value: '121'
265[21:18:53] [DEBUG] mysql_format(1, 0x077A79AC, 6144, "%s, `Tokens` = %d, `LobbySkin` = %d, `Banned` = %d, `BanTime` = %d, `Banner` = '%e', `IP` = '%e', `BanDate` = '%e', `BanReason` = '%e'")
266[21:18:53] [DEBUG] CHandle::EscapeString(this=0x835500, src='192.168.20.100')
267[21:18:53] [DEBUG] CConnection::EscapeString(src='192.168.20.100', this=0x77a488, connection=0x750ae0)
268[21:18:53] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '192.168.20.100'
269[21:18:53] [DEBUG] mysql_format: return value: '260'
270[21:18:53] [DEBUG] mysql_format(1, 0x077A79AC, 6144, "%s, `Jailed` = %d, `JailTimeLeft` = %d, `JailReason` = '%e', `CopCar` = %d, `Muted` = %d, `muteTimeLeft` = %d, `MuteReason` = '%e'")
271[21:18:53] [DEBUG] CHandle::EscapeString(this=0x835500, src='test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet')
272[21:18:53] [DEBUG] CConnection::EscapeString(src='test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', this=0x77a488, connection=0x750ae0)
273[21:18:53] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet'
274[21:18:53] [DEBUG] CHandle::EscapeString(this=0x835500, src=' ')
275[21:18:53] [DEBUG] CConnection::EscapeString(src=' ', this=0x77a488, connection=0x750ae0)
276[21:18:53] [DEBUG] CHandle::EscapeString - return value: true, escaped string: ' '
277[21:18:53] [DEBUG] mysql_format: return value: '454'
278[21:18:53] [DEBUG] mysql_format(1, 0x077A79AC, 6144, "%s, `Warns` = %d, `LastWarnReason` = '%e', `SkinsUnlocked` = '%e', `CarsUnlocked` = '%e' WHERE `ID` = %d LIMIT 1")
279[21:18:53] [DEBUG] CHandle::EscapeString(this=0x835500, src='20002|20006|20001|')
280[21:18:53] [DEBUG] CConnection::EscapeString(src='20002|20006|20001|', this=0x77a488, connection=0x750ae0)
281[21:18:53] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '20002|20006|20001|'
282[21:18:53] [DEBUG] CHandle::EscapeString(this=0x835500, src='597|497|560|415|')
283[21:18:53] [DEBUG] CConnection::EscapeString(src='597|497|560|415|', this=0x77a488, connection=0x750ae0)
284[21:18:53] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '597|497|560|415|'
285[21:18:53] [DEBUG] mysql_format: return value: '590'
286[21:18:53] [DEBUG] mysql_tquery(1, "UPDATE `Accounts` SET `Score` = 1359, `Kills` = 18, `Deaths` = 13, `SkinCop` = 20002, `SkinFugitive` = 20006, `Admin` = 7, `Tokens` = 178992, `LobbySkin` = 1, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', `CopCar` = 3, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = '', `SkinsUnlocked` = '20002|20006|20001|', `CarsUnlocked` = '597|497|560|415|' WHERE `ID` = 0 LIMIT 1", "", "")
287[21:18:53] [DEBUG] CCallback::Create(amx=0x2fe4720, name='', format='', params=0x77a7998, param_offset=5)
288[21:18:53] [DEBUG] CHandle::Execute(this=0x835500, type=1, query=0x811eb0)
289[21:18:53] [DEBUG] CHandle::Execute - return value: true
290[21:18:53] [DEBUG] mysql_tquery: return value: '1'
291[21:18:53] [DEBUG] CConnection::Execute(query=0x811eb0, this=0x78f3020, connection=0x7fe450)
292[21:18:53] [DEBUG] CQuery::Execute(this=0x811eb0, connection=0x7fe450)
293[21:18:53] [INFO] query "UPDATE `Accounts` SET `Score` = 1359, `Kills` = 18, `Deaths` = 13, `SkinCop` = 20002, `SkinFugitive` = 20006, `Admin` = 7, `Tokens` = 178992, `LobbySkin` = 1, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', `CopCar` = 3, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = '', `SkinsUnlocked` = '20002|20006|20001|', `CarsUnlocked` = '597|497|560|415|' WHERE `ID` = 0 LIMIT 1" successfully executed within 0.311 milliseconds
294[21:18:53] [DEBUG] CResultSet::Create(connection=0x7fe450, query_str='UPDATE `Accounts` SET `Score` = 1359, `Kills` = 18, `Deaths` = 13, `SkinCop` = 20002, `SkinFugitive` = 20006, `Admin` = 7, `Tokens` = 178992, `LobbySkin` = 1, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '192.168.20.100', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', `CopCar` = 3, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = '', `SkinsUnlocked` = '20002|20006|20001|', `CarsUnlocked` = '597|497|560|415|' WHERE `ID` = 0 LIMIT 1')
295[21:18:53] [DEBUG] created new resultset '0x79b2158'
296[21:18:53] [DEBUG] fetched MySQL result '0x0'
297[21:19:04] [DEBUG] mysql_format(1, 0x077A81FC, 6144, "UPDATE `Accounts` SET `Score` = %d, `Kills` = %d, `Deaths` = %d, `SkinCop` = %d, `SkinFugitive` = %d, `Admin` = %d")
298[21:19:04] [DEBUG] mysql_format: return value: '120'
299[21:19:04] [DEBUG] mysql_format(1, 0x077A81FC, 6144, "%s, `Tokens` = %d, `LobbySkin` = %d, `Banned` = %d, `BanTime` = %d, `Banner` = '%e', `IP` = '%e', `BanDate` = '%e', `BanReason` = '%e'")
300[21:19:04] [DEBUG] CHandle::EscapeString(this=0x835500, src='255.255.255.255')
301[21:19:04] [DEBUG] CConnection::EscapeString(src='255.255.255.255', this=0x77a488, connection=0x750ae0)
302[21:19:04] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '255.255.255.255'
303[21:19:04] [DEBUG] mysql_format: return value: '260'
304[21:19:04] [DEBUG] mysql_format(1, 0x077A81FC, 6144, "%s, `Jailed` = %d, `JailTimeLeft` = %d, `JailReason` = '%e', `CopCar` = %d, `Muted` = %d, `muteTimeLeft` = %d, `MuteReason` = '%e'")
305[21:19:04] [DEBUG] CHandle::EscapeString(this=0x835500, src='test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet')
306[21:19:04] [DEBUG] CConnection::EscapeString(src='test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', this=0x77a488, connection=0x750ae0)
307[21:19:04] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet'
308[21:19:04] [DEBUG] CHandle::EscapeString(this=0x835500, src=' ')
309[21:19:04] [DEBUG] CConnection::EscapeString(src=' ', this=0x77a488, connection=0x750ae0)
310[21:19:04] [DEBUG] CHandle::EscapeString - return value: true, escaped string: ' '
311[21:19:04] [DEBUG] mysql_format: return value: '454'
312[21:19:04] [DEBUG] mysql_format(1, 0x077A81FC, 6144, "%s, `Warns` = %d, `LastWarnReason` = '%e', `SkinsUnlocked` = '%e', `CarsUnlocked` = '%e' WHERE `ID` = %d LIMIT 1")
313[21:19:04] [DEBUG] CHandle::EscapeString(this=0x835500, src='20002|20006|20001|')
314[21:19:04] [DEBUG] CConnection::EscapeString(src='20002|20006|20001|', this=0x77a488, connection=0x750ae0)
315[21:19:04] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '20002|20006|20001|'
316[21:19:04] [DEBUG] CHandle::EscapeString(this=0x835500, src='597|497|560|415|')
317[21:19:04] [DEBUG] CConnection::EscapeString(src='597|497|560|415|', this=0x77a488, connection=0x750ae0)
318[21:19:04] [DEBUG] CHandle::EscapeString - return value: true, escaped string: '597|497|560|415|'
319[21:19:04] [DEBUG] mysql_format: return value: '590'
320[21:19:04] [DEBUG] mysql_tquery(1, "UPDATE `Accounts` SET `Score` = 162, `Kills` = 18, `Deaths` = 13, `SkinCop` = 20002, `SkinFugitive` = 20006, `Admin` = 7, `Tokens` = 178992, `LobbySkin` = 1, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '255.255.255.255', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', `CopCar` = 3, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = '', `SkinsUnlocked` = '20002|20006|20001|', `CarsUnlocked` = '597|497|560|415|' WHERE `ID` = 0 LIMIT 1", "", "")
321[21:19:04] [DEBUG] CCallback::Create(amx=0x2fe4720, name='', format='', params=0x77a81e8, param_offset=5)
322[21:19:04] [DEBUG] CHandle::Execute(this=0x835500, type=1, query=0x8128c8)
323[21:19:04] [DEBUG] CHandle::Execute - return value: true
324[21:19:04] [DEBUG] mysql_tquery: return value: '1'
325[21:19:04] [DEBUG] CConnection::Execute(query=0x8128c8, this=0x78f3020, connection=0x7fe450)
326[21:19:04] [DEBUG] CQuery::Execute(this=0x8128c8, connection=0x7fe450)
327[21:19:04] [INFO] query "UPDATE `Accounts` SET `Score` = 162, `Kills` = 18, `Deaths` = 13, `SkinCop` = 20002, `SkinFugitive` = 20006, `Admin` = 7, `Tokens` = 178992, `LobbySkin` = 1, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '255.255.255.255', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', `CopCar` = 3, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = '', `SkinsUnlocked` = '20002|20006|20001|', `CarsUnlocked` = '597|497|560|415|' WHERE `ID` = 0 LIMIT 1" successfully executed within 0.391 milliseconds
328[21:19:04] [DEBUG] CResultSet::Create(connection=0x7fe450, query_str='UPDATE `Accounts` SET `Score` = 162, `Kills` = 18, `Deaths` = 13, `SkinCop` = 20002, `SkinFugitive` = 20006, `Admin` = 7, `Tokens` = 178992, `LobbySkin` = 1, `Banned` = 0, `BanTime` = 0, `Banner` = '', `IP` = '255.255.255.255', `BanDate` = '', `BanReason` = '', `Jailed` = 0, `JailTimeLeft` = 0, `JailReason` = 'test abajfje wejtg wjet iwemgt egm wegmw egtem gentqeo tqeotgm qegmeq gmet', `CopCar` = 3, `Muted` = 0, `muteTimeLeft` = 0, `MuteReason` = ' ', `Warns` = 0, `LastWarnReason` = '', `SkinsUnlocked` = '20002|20006|20001|', `CarsUnlocked` = '597|497|560|415|' WHERE `ID` = 0 LIMIT 1')
329[21:19:04] [DEBUG] created new resultset '0x79b2bd0'
330[21:19:04] [DEBUG] fetched MySQL result '0x0'