Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [15:32:26] [INFO] changed log level from 'warning, error' to 'debug, info, warning, error'
- [15:32:26] [DEBUG] mysql_connect("localhost", "samp7777", "*****", "scratchdm", 14)
- [15:32:26] [DEBUG] CHandleManager::Create(this=0x93b84e8, host='localhost', user='samp7777', pass='****', db='scratchdm', options=0x94fd608)
- [15:32:26] [INFO] Creating new connection handle...
- [15:32:26] [DEBUG] CConnection::CConnection(this=0x9351280, host='localhost', user='samp7777', passw='****', db='scratchdm', options=0x94fd608)
- [15:32:26] [DEBUG] CConnection::CConnection - new connection = 0x94fd0a0
- [15:32:26] [DEBUG] CConnection::CConnection(this=0x950a608, host='localhost', user='samp7777', passw='****', db='scratchdm', options=0x94fd608)
- [15:32:26] [DEBUG] CConnection::CConnection - new connection = 0x9503768
- [15:32:26] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x950a608, connection=0x950a608)
- [15:32:26] [DEBUG] CConnectionPool::CConnectionPool(size=2, this=0x9503d08)
- [15:32:26] [DEBUG] CConnection::CConnection(this=0xf42bc008, host='localhost', user='samp7777', passw='****', db='scratchdm', options=0x94fd608)
- [15:32:26] [DEBUG] CConnection::CConnection - new connection = 0x94fc0e0
- [15:32:26] [DEBUG] CThreadedConnection::CThreadedConnection(this=0xf42bc008, connection=0xf42bc008)
- [15:32:26] [DEBUG] CConnection::CConnection(this=0xf3a3a008, host='localhost', user='samp7777', passw='****', db='scratchdm', options=0x94fd608)
- [15:32:26] [DEBUG] CConnection::CConnection - new connection = 0x94fc4a8
- [15:32:26] [DEBUG] CThreadedConnection::CThreadedConnection(this=0xf3a3a008, connection=0xf3a3a008)
- [15:32:26] [INFO] Connection handle with id '1' successfully created.
- [15:32:26] [DEBUG] CHandleManager::Create - new handle = 0x9346900
- [15:32:26] [DEBUG] mysql_connect: return value: '1'
- [15:32:26] [DEBUG] mysql_errno(1)
- [15:32:26] [DEBUG] CHandle::GetErrorId(this=0x9346900)
- [15:32:26] [DEBUG] CConnection::GetError(this=0x9351280, connection=0x94fd0a0)
- [15:32:26] [DEBUG] CHandle::GetErrorId - return value: true, error id: '0', error msg: ''
- [15:32:26] [DEBUG] mysql_errno: return value: '0'
- [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`))", "", "")
- [15:32:26] [DEBUG] CCallback::Create(amx=0x94a17e0, name='', format='', params=0xf4cb7bc8, param_offset=5)
- [15:32:26] [DEBUG] CHandle::Execute(this=0x9346900, type=1, query=0x94fce3c)
- [15:32:26] [DEBUG] CHandle::Execute - return value: true
- [15:32:26] [DEBUG] mysql_tquery: return value: '1'
- [15:32:26] [DEBUG] CThreadedConnection::WorkerFunc(this=0xf3a3a008, connection=0xf3a3a008)
- [15:32:26] [DEBUG] CThreadedConnection::WorkerFunc(this=0xf42bc008, connection=0xf42bc008)
- [15:32:26] [DEBUG] CThreadedConnection::WorkerFunc(this=0x950a608, connection=0x950a608)
- [15:32:45] [DEBUG] mysql_format(1, 0xF4CB79A8, 115, "SELECT * FROM `PLAYERS` WHERE `USERNAME` = '%e' LIMIT 1")
- [15:32:45] [DEBUG] CHandle::EscapeString(this=0x9346900, src='James2')
- [15:32:45] [DEBUG] CConnection::EscapeString(src='James2', this=0x9351280, connection=0x94fd0a0)
- [15:32:45] [DEBUG] CHandle::EscapeString - return value: true, escaped string: 'James2'
- [15:32:45] [DEBUG] mysql_format: return value: '59'
- [15:32:45] [DEBUG] mysql_tquery(1, "SELECT * FROM `PLAYERS` WHERE `USERNAME` = 'James2' LIMIT 1", "OnPlayerDataCheck", "ii")
- [15:32:45] [DEBUG] CCallback::Create(amx=0x94a17e0, name='OnPlayerDataCheck', format='ii', params=0xf4cb698c, param_offset=5)
- [15:32:45] [DEBUG] CCallback::Create - callback index for 'OnPlayerDataCheck': 17
- [15:32:45] [DEBUG] processing specifier 'i' with parameter index 0
- [15:32:45] [DEBUG] retrieved and pushed value '0'
- [15:32:45] [DEBUG] processing specifier 'i' with parameter index 1
- [15:32:45] [DEBUG] retrieved and pushed value '1'
- [15:32:45] [INFO] Callback 'OnPlayerDataCheck' set up for delayed execution.
- [15:32:45] [DEBUG] created delayed callback with 2 parameters
- [15:32:45] [DEBUG] CHandle::Execute(this=0x9346900, type=1, query=0x94fcae4)
- [15:32:45] [DEBUG] CConnection::Execute(query=0x94fce3c, this=0x950a608, connection=0x9503768)
- [15:32:45] [DEBUG] CQuery::Execute(this=0x94fce3c, connection=0x9503768)
- [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
- [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`))')
- [15:32:45] [DEBUG] created new resultset '0x94fcbb0'
- [15:32:45] [DEBUG] fetched MySQL result '0x0'
- [15:32:45] [DEBUG] CConnection::Execute(query=0x94fcae4, this=0x950a608, connection=0x9503768)
- [15:32:45] [DEBUG] CQuery::Execute(this=0x94fcae4, connection=0x9503768)
- [15:32:45] [INFO] query "SELECT * FROM `PLAYERS` WHERE `USERNAME` = 'James2' LIMIT 1" successfully executed within 0.604 milliseconds
- [15:32:45] [DEBUG] CResultSet::Create(connection=0x9503768, query_str='SELECT * FROM `PLAYERS` WHERE `USERNAME` = 'James2' LIMIT 1')
- [15:32:45] [DEBUG] created new resultset '0x9352698'
- [15:32:45] [DEBUG] fetched MySQL result '0x965eb60'
- [15:32:45] [DEBUG] allocated 0 bytes for PAWN result
- [15:32:45] [DEBUG] CHandle::Execute - return value: true
- [15:32:45] [DEBUG] mysql_tquery: return value: '1'
- [15:32:45] [DEBUG] CCallback::Execute(amx=0x94a17e0, index=17, num_params=2)
- [15:32:45] [INFO] Executing callback 'OnPlayerDataCheck' with 2 parameters...
- [15:32:45] [DEBUG] processing internal specifier 'c'
- [15:32:45] [DEBUG] pushed value '1' onto AMX stack
- [15:32:45] [DEBUG] processing internal specifier 'c'
- [15:32:45] [DEBUG] pushed value '0' onto AMX stack
- [15:32:45] [DEBUG] executing AMX callback with index '17'
- [15:32:45] [DEBUG] cache_get_row_count(0xF4CB79B8)
- [15:32:45] [DEBUG] cache_get_row_count: return value: '1'
- [15:32:45] [DEBUG] AMX callback executed with error '0'
- [15:32:45] [INFO] Callback successfully executed.
Advertisement
Add Comment
Please, Sign In to add comment