25.09.2014, 11:02
Logging in dosen't work for me. It tells me my password is wrong even though it's right, also it dosen't turn the characters I type in into those circle things.
mysql_log.txt
server_log.txt
Here is my .pwn file, it compiles without any issues:
http://pastebin.com/FRp2Jw6k
Thanks in advance if you help me, sorry if this post is too long!
mysql_log.txt
Quote:
|
[13:51:59] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "server", password: "****", port: 3306, autoreconnect: true, pool_size: 2 [13:51:59] [DEBUG] CMySQLHandle::Create - creating new connection.. [13:51:59] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called [13:51:59] [DEBUG] CMySQLHandle::Create - connection created (id: 1) [13:51:59] [DEBUG] CMySQLConnection::Connect - establishing connection to database... [13:51:59] [DEBUG] CMySQLConnection::Connect - connection was successful [13:51:59] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled [13:51:59] [DEBUG] mysql_errno - connection: 1 [13:51:59] [DEBUG] CMySQLConnection::Connect - establishing connection to database... [13:51:59] [DEBUG] CMySQLConnection::Connect - establishing connection to database... [13:51:59] [DEBUG] CMySQLConnection::Connect - connection was successful [13:51:59] [DEBUG] CMySQLConnection::Connect - connection was successful [13:51:59] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled [13:51:59] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled [13:52:38] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `Password`, `ID` FROM `players` WHERE `Username` = '%e' LIMIT 1" [13:52:38] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID` FROM `players` WHERE `Username` = 'aaa' ", callback: "OnAccountCheck", format: "i" [13:52:38] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution [13:52:38] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 0.382 milliseconds [13:52:38] [DEBUG] CMySQLResult::CMySQLResult() - constructor called [13:52:38] [DEBUG] Calling callback "OnAccountCheck".. [13:52:38] [DEBUG] cache_get_data - connection: 1 [13:52:38] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called [13:52:42] [DEBUG] mysql_format - connection: 1, len: 300, format: "INSERT INTO `players` (`Username`, `Password`, `IP`, `Admin`, `Money`, `PosX` ,`PosY`, `PosZ`) VALUES ('%e', '%s', '%s', 0, 0, 0..." [13:52:42] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `players` (`Username`, `Password`, `IP`, `Admin`, `M", callback: "OnAccountRegister", format: "i" [13:52:42] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution [13:52:43] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 20.534 milliseconds [13:52:43] [DEBUG] CMySQLResult::CMySQLResult() - constructor called [13:52:43] [DEBUG] Calling callback "OnAccountRegister".. [13:52:43] [DEBUG] cache_insert_id - connection: 1 [13:52:43] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called [13:52:49] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `players` SET `Admin`=%d, `Money`=%d, `posX`=%f, `posY`=%f, `posZ`=%f WHERE `ID`=%d" [13:52:49] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `players` SET `Admin`=0, `Money`=0, `posX`=131.999, `posY", callback: "(null)", format: "(null)" [13:52:49] [DEBUG] CMySQLQuery::Execute[] - starting query execution [13:52:49] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 22.90 milliseconds [13:52:49] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving |
Quote:
|
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3z-R4, ©2005-2014 SA-MP Team [13:51:59] filterscripts = "" (string) [13:51:59] [13:51:59] Server Plugins [13:51:59] -------------- [13:51:59] Loading plugin: mysql [13:51:59] >> plugin.mysql: R39-2 successfully loaded. [13:51:59] Loaded. [13:51:59] Loading plugin: Whirlpool [13:51:59] [13:51:59] ================== [13:51:59] [13:51:59] Whirlpool loaded [13:51:59] [13:51:59] ================== [13:51:59] [13:51:59] Loaded. [13:51:59] Loaded 2 plugins. [13:51:59] [13:51:59] Filterscripts [13:51:59] --------------- [13:51:59] Loaded 0 filterscripts. [13:51:59] main() has been called. [13:51:59] Number of vehicle models: 0 [13:52:38] Incoming connection: 127.0.0.1:51323 [13:52:38] [join] aaa has joined the server (0:127.0.0.1) [13:52:43] New account registered. ID: 3 [13:52:49] [part] aaa has left the server (0:1) |
http://pastebin.com/FRp2Jw6k
Thanks in advance if you help me, sorry if this post is too long!

