Posts: 163
Threads: 18
Joined: Nov 2008
Reputation:
0
Hi brothers, i have a problem with my login/register system.
Today i use WP_Hash but player can log in with a wrong password. I've searching but have no results to solve that problem. The question is, has a another encript code/type to use in login/register system?
Posts: 180
Threads: 3
Joined: Mar 2018
You're doing something wrong for sure. It would be good to post your code.
Posts: 180
Threads: 3
Joined: Mar 2018
Use dini_Get/Set for strings.
WP_Hash should return 128 chartered hashed password.
There is always possibility to change to MySQL. It's not as hard as you think.. I can help you in that, contact me if you want.
Posts: 163
Threads: 18
Joined: Nov 2008
Reputation:
0
i've using num_hash, not WP_Hash..
Posts: 180
Threads: 3
Joined: Mar 2018
PHP код:
PASS_2 = num_hash(strval(inputtext));
?
Posts: 163
Threads: 18
Joined: Nov 2008
Reputation:
0
PASS_2 var has a right value in integers, not string.
The problem is PASS var doesn't load the player file "PASS" value.
@Edit:
I Will transfer everything to MySQL. Thank you all.