As 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?
Printable View
As 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?
are you taii as in
itaii
and like north west idiot.
habbo rebel
etc
nah i anit iTaii, but i knew Her..
kk lol just wonderin
o okies.. xD
Erm, that's okay? PHP is kinda hard(/fiddly), but you could still improve it by;
- Try to use better spelling.
- Try to use better use of the space.
- When you register it takes you to "loginform.html" for some reason.
Otherwise, good. +Rep (:
EDIT: I owe you green kkz.
soz, u copied php from the language.
XD Rofl.
V. Nice
Im utterly crap with php, never tried it
and don't want to until i get html css out of the way ^_^ +rep
Nice system. How's it encrypting the passwords. MD5?
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