UCP password - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: UCP password (
/showthread.php?tid=394246)
UCP password -
Dusan01 - 21.11.2012
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:
Код:
if(strtoupper(hash ('whirlpool' , $parool)) != $test->Password)
and in include chech.inc i setted:
Код:
AND Password='".strtoupper(hash ('whirlpool' , $db->Escape($pass)))
and still dont wonna to login me allways say wrong password :/ PLS HELP ME!