[FONT=Helvetica, Arial]I just finished coding a simple authentication script that can be dropped into any PHP site to enable user registrations and login. I worked hard to secure it against session hijacking, SQL injection, and spambot registrations, and now need help testing my efforts.
Please PM me if you are interested in testing v1 of the script. Once testing is complete I will release the code under GPL and begin releasing plugins that extend it to allow user profiles, administration, user tracking, and OpenID logins.
The reason I made the code is because a few of my other projects had to be written entirely from scratch and I was not able to find a suitable login class that protected against these things. The current version requires at least PHP 4 and SQLite.[/FONT]
Please PM me if you are interested in testing v1 of the script. Once testing is complete I will release the code under GPL and begin releasing plugins that extend it to allow user profiles, administration, user tracking, and OpenID logins.
The reason I made the code is because a few of my other projects had to be written entirely from scratch and I was not able to find a suitable login class that protected against these things. The current version requires at least PHP 4 and SQLite.[/FONT]








