BODEKA Posted January 23, 2007 Share Posted January 23, 2007 I have been googling for a couple of hours trying to find(without success)a Professional Open Source(Object Oriented PHP) system available (something on a level like WordPress) - reliable, fast and secure and not blown upthat handles basics like:-Sign UP (E-Mail Activated) with security picture-Change Password-Forgot Password-Login and Logout Formso I could get right to the point of creating script where logged in user(SESSIONS protected) can:-fill out a form-update form, -upload data- get to other SESSION protected areas.Can anybody point me in the right direction please.Thank you. Link to comment https://forums.phpfreaks.com/topic/35384-open-source-login-system/ Share on other sites More sharing options...
boo_lolly Posted January 23, 2007 Share Posted January 23, 2007 why can't you write one? that's not a hard task. why does it have to be object oriented? Link to comment https://forums.phpfreaks.com/topic/35384-open-source-login-system/#findComment-167308 Share on other sites More sharing options...
c4onastick Posted January 23, 2007 Share Posted January 23, 2007 [quote author=boo_lolly link=topic=123678.msg511499#msg511499 date=1169573052]why can't you write one? that's not a hard task. why does it have to be object oriented?[/quote]I've always written my own. I think, for security reasons, there wouldn't be many scripts like that openly available. If you have the source, it'd be really easy to reverse engineer. Let me know if you do find one though, I'd be interested in seeing it. Link to comment https://forums.phpfreaks.com/topic/35384-open-source-login-system/#findComment-167311 Share on other sites More sharing options...
tarun Posted January 23, 2007 Share Posted January 23, 2007 You Cuold Try [url=http://www.hotscripts.com]http://www.hotscripts.com[/url] And Click On PHPThen User Management Or Something Link to comment https://forums.phpfreaks.com/topic/35384-open-source-login-system/#findComment-167326 Share on other sites More sharing options...
BODEKA Posted January 23, 2007 Author Share Posted January 23, 2007 to boo_lolly: Nothing is hard when you know what you doing and when time is not an issue.Why reinvent the wheel? Read in many books by professional programmers.to tarun: I already tried http://www.hotscripts.comThere are so many CMS system available I figure there must be some simple Login script available too. Link to comment https://forums.phpfreaks.com/topic/35384-open-source-login-system/#findComment-167335 Share on other sites More sharing options...
trochia Posted January 23, 2007 Share Posted January 23, 2007 In total agreement with you as far as re-invent the wheel. :-)As for : There are so many CMS system available I figure there must be some simple Login script available too. Yes, there is...but there wasn't when I bought my first book years ago of : http://www.amazon.com/Build-Database-Driven-Website-Using/dp/0975240218/sr=8-10/qid=1169574780/ref=pd_bbs_sr_10/105-2089637-3234004?ie=UTF8&s=books At my fingertips, were my answers :-) Link to comment https://forums.phpfreaks.com/topic/35384-open-source-login-system/#findComment-167341 Share on other sites More sharing options...
t_machine Posted January 23, 2007 Share Posted January 23, 2007 If you need some simple user login scripts you can visit phpclasses.org. There are a number of good ones there. Link to comment https://forums.phpfreaks.com/topic/35384-open-source-login-system/#findComment-167343 Share on other sites More sharing options...
BODEKA Posted January 24, 2007 Author Share Posted January 24, 2007 phpclasses.org is full advertising. It is so slow. It is a disaster. Link to comment https://forums.phpfreaks.com/topic/35384-open-source-login-system/#findComment-167742 Share on other sites More sharing options...
trq Posted January 24, 2007 Share Posted January 24, 2007 I managed to find 129 user management scripts (classes) within about 10 seconds. Its worth a look at the very least. Link to comment https://forums.phpfreaks.com/topic/35384-open-source-login-system/#findComment-167749 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.