You got this from
ForumNerds
I did it www.habbishfm.com/user/
It works all ok you can Reg user etc. But when you login it says wrong name or pass.
Printable View
You got this from
ForumNerds
I did it www.habbishfm.com/user/
It works all ok you can Reg user etc. But when you login it says wrong name or pass.
md5 then sha1
Yeah, you could do that OR go over the top like me ^_^
PHP Code:function encrypt( $string) {
$string = md5( $string );
$string = base64_encode( $string );
$string = md5( $string );
$string = base64_decode( $string );
$string = md5( $string );
$a1 = strlen( $string );
$a2 = base64_decode( $string );
$a4 = "". $a1 ."". $a2 ."". $a1 ."";
$crypt = md5( $a4 );
$crypt = sha1( $crypt );
$string = crypt( $crypt, "POWERpanelEncryptionOhYeah!" );
return $string;
}
can we have the link to download it x]
Nice login page.
<3