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.

You got this fromAs you may know i am learning PHP at the moment and ive been going thru tutorials and tutorials and i have created myself this ;]
www.ohupload.com/user
i would love to learn more but dnt know where could someone suggest?
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]
TheresYeah, 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;
}
|-------------|------|-----|-------|------ WAY This Way --> --|--
Unsecure Moderate Good Decent Something WAY This Way --> Simon
Last edited by DeejayMachoo$; 07-11-2007 at 02:26 AM.
Nice login page.
![]()
Ollz
Want to hide these adverts? Register an account for free!