PDA

View Full Version : A Quick Nooby LOGIN Page By Me



Puma
04-11-2007, 12:21 AM
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 (http://www.ohupload.com/user)

i would love to learn more but dnt know where could someone suggest?

dannyisnotamazing
04-11-2007, 12:26 AM
are you taii as in
itaii
and like north west idiot.
habbo rebel
etc

Puma
04-11-2007, 12:29 AM
nah i anit iTaii, but i knew Her..

dannyisnotamazing
04-11-2007, 12:34 AM
kk lol just wonderin

Puma
04-11-2007, 01:00 AM
o okies.. xD

lolwut
04-11-2007, 09:18 AM
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.

iTechnical
04-11-2007, 10:36 AM
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

Beau
04-11-2007, 10:38 AM
Nice system. How's it encrypting the passwords. MD5?

Hitman
04-11-2007, 10:43 AM
Nice system. How's it encrypting the passwords. MD5?
Probably, which isn't a good idea. xD

Beau
04-11-2007, 11:25 AM
Probably, which isn't a good idea. xD

Not with you on the prowl, anyway :P

Rockstar
04-11-2007, 12:19 PM
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 (http://www.ohupload.com/user)

i would love to learn more but dnt know where could someone suggest?
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.

Blob
04-11-2007, 01:53 PM
md5 then sha1

Invent
04-11-2007, 02:01 PM
md5 then sha1

Yeah, you could do that OR go over the top like me ^_^



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;

}

r0bt
06-11-2007, 08:22 PM
can we have the link to download it x]

DeejayMachoo$
07-11-2007, 02:25 AM
Yeah, you could do that OR go over the top like me ^_^



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;

}


Theres
|-------------|------|-----|-------|------ WAY This Way --> --|--
Unsecure Moderate Good Decent Something WAY This Way --> Simon

Farm
07-11-2007, 06:26 PM
Nice login page.

<3

Want to hide these adverts? Register an account for free!