Page 1 of 1

PHP Password/LOGIN

Posted: Wed Jul 24, 2002 3:59 am
by Addler
Working with an advanced online game programmed in PHP - and here I find myself scowering the net in search of hope... and some other stuff. anyways basically I need a PHP Pass/Login system that works with message boards like these. Anyone have any idea's? Or Is there any really good PHP programmers out there that want to join a group of programmers and help create an online browser based text game?

Posted: Wed Jul 24, 2002 4:33 am
by hob_goblin
MySQL - to store the usernames and passwords
http://www.php.net/md5 - to encrypt passwords
cookies or sessions - to keep a user logged in

about the games, i am planning to design one, but ill probly do it by myself