Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
Hey guys could anyone help me with the login problem? Register works, and it puts in a password in the MySQL database, but when i try to login it says the password is wrong. :/ Anyone?
Posts: 305
Threads: 28
Joined: Apr 2011
Reputation:
0
Awesome tutorial, however before in tutorial you use sscanf to data loading . Why now don't use ?
And which one better sscanf or default plugin function?
Posts: 237
Threads: 17
Joined: Jul 2010
Reputation:
0
If you get "incorrect password" error every time, increase the string length in the MySQL database. The hashed password is longer than the actual password.
Just pointing that out, I had that problem.
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
When formatting a query to update a row, why do you only have to put apostrophes( ' ) around string specifiers(%s), and not integers(%d)?
Posts: 481
Threads: 37
Joined: Feb 2014
Reputation:
0
03.10.2014, 10:03
(
Last edited by Ryz; 03/10/2014 at 03:34 PM.
)
Server crashed! when player login
Posts: 767
Threads: 40
Joined: Dec 2011
Reputation:
0
Outdated. This thread should be locked.
Posts: 247
Threads: 22
Joined: Nov 2014
Reputation:
0
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /cnrsf/public_html/ucp1/login.php on line 44
Not sure what's going on?
Posts: 805
Threads: 75
Joined: Aug 2013
Reputation:
0
I don't like the MySQL part very much (codes could be optimized), however I loved the PHP part, + for you