PHP/MySQL Login Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Mute
Forum Newbie
Posts: 15
Joined: Mon Jul 10, 2006 9:02 am

PHP/MySQL Login Script

Post by Mute »

I've had a Google and come up short so was hoping someone here might have what I'm looking for. Right now we are using vBulletin as both our forum and also as our login/register/user management.

We're thinking of dropping vB just because our forum isn't used enough to warrant it. Thus, we would need a new login script etc. Rather than re-inventing the wheel and writing my own, I was hoping there was a generic script out there that people might be using that simplifies the whole process.

So basically it's would have a sample registration and login forms and a simple include file to carry user session info across multiple pages. Perhaps with periodic updates to stay on top of the latest security updates etc.

Built in Facebook Connect and other social network stuff would be another great asset.

Anyone come across anything like this?
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: PHP/MySQL Login Script

Post by Jade »

I have a login script on my Pits of Doom game tutorial you could use but it doesn't do FB connects: http://jadendreamer.wordpress.com/2008/ ... -password/
Post Reply