04.06.2009, 16:50
if(MD5_Hash(params) != strval(str))
Here i get error:
Here script must do these steps:
> Hash writed password which is 'params'
> check if hashed params == strval(str), which is retrieved from mysql.
How to fix that error? :/
Here i get error:
pawn Код:
error 033: array must be indexed (variable "MD5_Hash")
> Hash writed password which is 'params'
> check if hashed params == strval(str), which is retrieved from mysql.
How to fix that error? :/