Selbe Problem bzw es ist nichts zu sehen
Code
[21:29:42] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT id FROM users WHERE name = '%e'"
[21:29:42] [DEBUG] mysql_pquery - connection: 1, query: "SELECT id FROM users WHERE name = 'Anti'", callback: "OnUserCheck", format: "d"
[21:29:42] [DEBUG] CMySQLQuery::Execute[OnUserCheck] - starting query execution
[21:29:42] [DEBUG] CMySQLQuery::Execute[OnUserCheck] - query was successfully executed within 7.738 milliseconds
[21:29:42] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[21:29:42] [DEBUG] Calling callback "OnUserCheck"..
[21:29:42] [DEBUG] cache_get_row_count - connection: 0
[21:29:42] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
[21:29:44] [DEBUG] mysql_format - connection: 1, len: 256, format: "INSERT INTO users (name, password) VALUES ('%e', MD5('%e'))"
[21:29:44] [DEBUG] mysql_pquery - connection: 1, query: "INSERT INTO users (name, password) VALUES ('Anti', MD5('123'))", callback: "OnUserRegister", format: "d"
[21:29:44] [DEBUG] CMySQLQuery::Execute[OnUserRegister] - starting query execution
[21:29:44] [DEBUG] CMySQLQuery::Execute[OnUserRegister] - query was successfully executed within 22.183 milliseconds
[21:29:44] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[21:29:44] [DEBUG] Calling callback "OnUserRegister"..
[21:29:44] [DEBUG] cache_insert_id - connection: 1
[21:29:44] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
[21:29:46] [DEBUG] mysql_format - connection: 1, len: 256, format: "SELECT * FROM users WHERE name = '%e' AND password = MD5('%e')"
[21:29:46] [DEBUG] mysql_pquery - connection: 1, query: "SELECT * FROM users WHERE name = 'Anti' AND password = MD5('123", callback: "OnUserLogin", format: "d"
[21:29:46] [DEBUG] CMySQLQuery::Execute[OnUserLogin] - starting query execution
[21:29:46] [DEBUG] CMySQLQuery::Execute[OnUserLogin] - query was successfully executed within 1.369 milliseconds
[21:29:46] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[21:29:46] [DEBUG] Calling callback "OnUserLogin"..
[21:29:46] [DEBUG] cache_get_row_count - connection: 0
[21:29:46] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
Alles anzeigen