21.11.2012, 18:06
hy guys! i have problem with UCP! UCP was saving password with md5, and my script with whirlpool and i translated registration on UCP to whirlpool, and saved password as save script when register!But i have problem i cant login so pls help me, in index.php i settet up this for password:
and in include chech.inc i setted:
and still dont wonna to login me allways say wrong password :/ PLS HELP ME!
Код:
if(strtoupper(hash ('whirlpool' , $parool)) != $test->Password)
Код:
AND Password='".strtoupper(hash ('whirlpool' , $db->Escape($pass)))