PHP Login *done*

Questions about programming languages and debugging
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

PHP Login *done*

Post by ayu »

Finally it's done, (Thug, it was a mysql error ;/ )

The login page to the administration area of my site is finally done ^^

check it out here

http://justbgeek.com/adm/login.php

it logs you into index.php, if you try to enter index.php without login in, it will simply send you back.

The password and username is kept in a mysql database with the password encrypted with MD5 (will add either SH1 or Blowfish on top of that later).

Bruteforcing is hard to do since you get redirected to an error page after 3 tries. And to protect it against injections i have made a pretty strict filter for it.

=]
"The best place to hide a tree, is in a forest"

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Re: PHP Login *done*

Post by computathug »

nice 1 neo. i like the domain name as well :wink:

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: PHP Login *done*

Post by ayu »

computathug wrote:nice 1 neo. i like the domain name as well :wink:
well going to change it soon to fit the site ^^ , this one is just temp
"The best place to hide a tree, is in a forest"

Post Reply