· 8 years ago · Jul 30, 2018, 01:36 PM
1[15:32:26] [INFO] changed log level from 'warning, error' to 'debug, info, warning, error'
2[15:32:26] [DEBUG] mysql_connect("localhost", "samp7777", "*****", "scratchdm", 14)
3[15:32:26] [DEBUG] CHandleManager::Create(this=0x93b84e8, host='localhost', user='samp7777', pass='****', db='scratchdm', options=0x94fd608)
4[15:32:26] [INFO] Creating new connection handle...
5[15:32:26] [DEBUG] CConnection::CConnection(this=0x9351280, host='localhost', user='samp7777', passw='****', db='scratchdm', options=0x94fd608)
6[15:32:26] [DEBUG] CConnection::CConnection - new connection = 0x94fd0a0
7[15:32:26] [DEBUG] CConnection::CConnection(this=0x950a608, host='localhost', user='samp7777', passw='****', db='scratchdm', options=0x94fd608)
8[15:32:26] [DEBUG] CConnection::CConnection - new connection = 0x9503768
9[15:32:26] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x950a608, connection=0x950a608)
10[15:32:26] [DEBUG] CConnectionPool::CConnectionPool(size=2, this=0x9503d08)
11[15:32:26] [DEBUG] CConnection::CConnection(this=0xf42bc008, host='localhost', user='samp7777', passw='****', db='scratchdm', options=0x94fd608)
12[15:32:26] [DEBUG] CConnection::CConnection - new connection = 0x94fc0e0
13[15:32:26] [DEBUG] CThreadedConnection::CThreadedConnection(this=0xf42bc008, connection=0xf42bc008)
14[15:32:26] [DEBUG] CConnection::CConnection(this=0xf3a3a008, host='localhost', user='samp7777', passw='****', db='scratchdm', options=0x94fd608)
15[15:32:26] [DEBUG] CConnection::CConnection - new connection = 0x94fc4a8
16[15:32:26] [DEBUG] CThreadedConnection::CThreadedConnection(this=0xf3a3a008, connection=0xf3a3a008)
17[15:32:26] [INFO] Connection handle with id '1' successfully created.
18[15:32:26] [DEBUG] CHandleManager::Create - new handle = 0x9346900
19[15:32:26] [DEBUG] mysql_connect: return value: '1'
20[15:32:26] [DEBUG] mysql_errno(1)
21[15:32:26] [DEBUG] CHandle::GetErrorId(this=0x9346900)
22[15:32:26] [DEBUG] CConnection::GetError(this=0x9351280, connection=0x94fd0a0)
23[15:32:26] [DEBUG] CHandle::GetErrorId - return value: true, error id: '0', error msg: ''
24[15:32:26] [DEBUG] mysql_errno: return value: '0'
25[15:32:26] [DEBUG] mysql_tquery(1, "CREATE TABLE IF NOT EXISTS `PLAYERS` (`ID` int(11) NOT NULL AUTO_INCREMENT,`USERNAME` varchar(24) NOT NULL,`PASSWORD` char(65) NOT NULL,`SALT` char(11) NOT NULL,`SCORE` mediumint(7), `KILLS` mediumint(7), `CASH` mediumint(7) NOT NULL DEFAULT '0',`DEATHS` mediumint(7) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), UNIQUE KEY `USERNAME` (`USERNAME`))", "", "")
26[15:32:26] [DEBUG] CCallback::Create(amx=0x94a17e0, name='', format='', params=0xf4cb7bc8, param_offset=5)
27[15:32:26] [DEBUG] CHandle::Execute(this=0x9346900, type=1, query=0x94fce3c)
28[15:32:26] [DEBUG] CHandle::Execute - return value: true
29[15:32:26] [DEBUG] mysql_tquery: return value: '1'
30[15:32:26] [DEBUG] CThreadedConnection::WorkerFunc(this=0xf3a3a008, connection=0xf3a3a008)
31[15:32:26] [DEBUG] CThreadedConnection::WorkerFunc(this=0xf42bc008, connection=0xf42bc008)
32[15:32:26] [DEBUG] CThreadedConnection::WorkerFunc(this=0x950a608, connection=0x950a608)
33[15:32:45] [DEBUG] mysql_format(1, 0xF4CB79A8, 115, "SELECT * FROM `PLAYERS` WHERE `USERNAME` = '%e' LIMIT 1")
34[15:32:45] [DEBUG] CHandle::EscapeString(this=0x9346900, src='James2')
35[15:32:45] [DEBUG] CConnection::EscapeString(src='James2', this=0x9351280, connection=0x94fd0a0)
36[15:32:45] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'James2'
37[15:32:45] [DEBUG] mysql_format: return value: '59'
38[15:32:45] [DEBUG] mysql_tquery(1, "SELECT * FROM `PLAYERS` WHERE `USERNAME` = 'James2' LIMIT 1", "OnPlayerDataCheck", "ii")
39[15:32:45] [DEBUG] CCallback::Create(amx=0x94a17e0, name='OnPlayerDataCheck', format='ii', params=0xf4cb698c, param_offset=5)
40[15:32:45] [DEBUG] CCallback::Create - callback index for 'OnPlayerDataCheck': 17
41[15:32:45] [DEBUG] processing specifier 'i' with parameter index 0
42[15:32:45] [DEBUG] retrieved and pushed value '0'
43[15:32:45] [DEBUG] processing specifier 'i' with parameter index 1
44[15:32:45] [DEBUG] retrieved and pushed value '1'
45[15:32:45] [INFO] Callback 'OnPlayerDataCheck' set up for delayed execution.
46[15:32:45] [DEBUG] created delayed callback with 2 parameters
47[15:32:45] [DEBUG] CHandle::Execute(this=0x9346900, type=1, query=0x94fcae4)
48[15:32:45] [DEBUG] CConnection::Execute(query=0x94fce3c, this=0x950a608, connection=0x9503768)
49[15:32:45] [DEBUG] CQuery::Execute(this=0x94fce3c, connection=0x9503768)
50[15:32:45] [INFO] query "CREATE TABLE IF NOT EXISTS `PLAYERS` (`ID` int(11) NOT NULL AUTO_INCREMENT,`USERNAME` varchar(24) NOT NULL,`PASSWORD` char(65) NOT NULL,`SALT` char(11) NOT NULL,`SCORE` mediumint(7), `KILLS` mediumint(7), `CASH` mediumint(7) NOT NULL DEFAULT '0',`DEATHS` mediumint(7) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), UNIQUE KEY `USERNAME` (`USERNAME`))" successfully executed within 0.509 milliseconds
51[15:32:45] [DEBUG] CResultSet::Create(connection=0x9503768, query_str='CREATE TABLE IF NOT EXISTS `PLAYERS` (`ID` int(11) NOT NULL AUTO_INCREMENT,`USERNAME` varchar(24) NOT NULL,`PASSWORD` char(65) NOT NULL,`SALT` char(11) NOT NULL,`SCORE` mediumint(7), `KILLS` mediumint(7), `CASH` mediumint(7) NOT NULL DEFAULT '0',`DEATHS` mediumint(7) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), UNIQUE KEY `USERNAME` (`USERNAME`))')
52[15:32:45] [DEBUG] created new resultset '0x94fcbb0'
53[15:32:45] [DEBUG] fetched MySQL result '0x0'
54[15:32:45] [DEBUG] CConnection::Execute(query=0x94fcae4, this=0x950a608, connection=0x9503768)
55[15:32:45] [DEBUG] CQuery::Execute(this=0x94fcae4, connection=0x9503768)
56[15:32:45] [INFO] query "SELECT * FROM `PLAYERS` WHERE `USERNAME` = 'James2' LIMIT 1" successfully executed within 0.604 milliseconds
57[15:32:45] [DEBUG] CResultSet::Create(connection=0x9503768, query_str='SELECT * FROM `PLAYERS` WHERE `USERNAME` = 'James2' LIMIT 1')
58[15:32:45] [DEBUG] created new resultset '0x9352698'
59[15:32:45] [DEBUG] fetched MySQL result '0x965eb60'
60[15:32:45] [DEBUG] allocated 0 bytes for PAWN result
61[15:32:45] [DEBUG] CHandle::Execute - return value: true
62[15:32:45] [DEBUG] mysql_tquery: return value: '1'
63[15:32:45] [DEBUG] CCallback::Execute(amx=0x94a17e0, index=17, num_params=2)
64[15:32:45] [INFO] Executing callback 'OnPlayerDataCheck' with 2 parameters...
65[15:32:45] [DEBUG] processing internal specifier 'c'
66[15:32:45] [DEBUG] pushed value '1' onto AMX stack
67[15:32:45] [DEBUG] processing internal specifier 'c'
68[15:32:45] [DEBUG] pushed value '0' onto AMX stack
69[15:32:45] [DEBUG] executing AMX callback with index '17'
70[15:32:45] [DEBUG] cache_get_row_count(0xF4CB79B8)
71[15:32:45] [DEBUG] cache_get_row_count: return value: '1'
72[15:32:45] [DEBUG] AMX callback executed with error '0'
73[15:32:45] [INFO] Callback successfully executed.