Wright Posted January 31, 2010 Share Posted January 31, 2010 Hello. I figured out, after working couple days on a script that allows users to sign up and login, using a MySQL database, that, specially my login script has some security flaws (I don't know how should I store login information on cookies, since I realized that using username and hashed password doesn't seem safe at all...). Well I came ask you guys, if you know of any free to use/modify/do whatever framework or pack of scripts that can be easily integrated and serve as a root/base to my file hosting community. Oh and I did search in Google, but the best I could find was a 6 years old script that uses functions that are almost deprecated (like eregi etc). So would be nice if that framework/scripts were recent. Should contain a secure basic auth script with registration using a MySQL database and if possible with level system (you know, admins, registered users, guests). So if you know of such script, I would be very gratefull. Sincerely, Wright Link to comment https://forums.phpfreaks.com/topic/190421-user-system/ Share on other sites More sharing options...
teamatomic Posted January 31, 2010 Share Posted January 31, 2010 http://www.phpclasses.org/search.html?words=user+management HTH Teamatomic edit: had to edit down the url. brain dead display even in url tags. when you get to the site select only packages or you get a lot of crap. Link to comment https://forums.phpfreaks.com/topic/190421-user-system/#findComment-1004481 Share on other sites More sharing options...
Wright Posted January 31, 2010 Author Share Posted January 31, 2010 http://www.phpclasses.org/search.html?words=user+management HTH Teamatomic edit: had to edit down the url. brain dead display even in url tags. when you get to the site select only packages or you get a lot of crap. Thank you for that precious link. I also heard about cakePHP, any good for what I want? Link to comment https://forums.phpfreaks.com/topic/190421-user-system/#findComment-1004484 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.