Ubuntuz Posted November 21, 2011 Share Posted November 21, 2011 So, I have tried so many god damn PHP login systems and none of them work! Can someone please create/link me to one? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/251575-a-working-php-login-system/ Share on other sites More sharing options...
PFMaBiSmAd Posted November 21, 2011 Share Posted November 21, 2011 You need to pick one that you are most familiar with and which has the features you need and troubleshoot why it does not work for you on your server. There is likely some common problem with your server or with even something your programming editor or FTP program does that is causing all of them to not work. If you want help with a script, post it in the forum's [color=red]...[/color] bbcode tags. Edit: Along with a specific statement of any symptoms or errors you got when you tried it. P.S. A significant portion of the php code posted around on the Internet (anyone can became an Author nowadays) is either out of date or was minimal nonsense to begin with, so it is hard to post a link to something that will work and will meet your needs. Quote Link to comment https://forums.phpfreaks.com/topic/251575-a-working-php-login-system/#findComment-1290185 Share on other sites More sharing options...
Ubuntuz Posted November 21, 2011 Author Share Posted November 21, 2011 It's not that I'm getting any errors, it's just that when I login and try to access a restricted area - it asks me to login again - just an infinite loop. Quote Link to comment https://forums.phpfreaks.com/topic/251575-a-working-php-login-system/#findComment-1290186 Share on other sites More sharing options...
PFMaBiSmAd Posted November 21, 2011 Share Posted November 21, 2011 There's probably a half-dozen different things that could cause that symptom, the most likely being that the session start statements don't work. You need to be developing and debugging any php code on a system with php's error_reporting set to E_ALL and display_errors set to ON so that php will report and display all the errors it detects. Quote Link to comment https://forums.phpfreaks.com/topic/251575-a-working-php-login-system/#findComment-1290187 Share on other sites More sharing options...
xyph Posted November 22, 2011 Share Posted November 22, 2011 Check out the link in my sig for a do-it-yourself version. It goes over a lot of theory and is a great introduction to PHP security. Quote Link to comment https://forums.phpfreaks.com/topic/251575-a-working-php-login-system/#findComment-1290230 Share on other sites More sharing options...
shalli Posted November 22, 2011 Share Posted November 22, 2011 Hi There I used this for a site of mine http://www.evolt.org/node/60384 Hope this helps Quote Link to comment https://forums.phpfreaks.com/topic/251575-a-working-php-login-system/#findComment-1290418 Share on other sites More sharing options...
freelance84 Posted November 23, 2011 Share Posted November 23, 2011 the link you posted is from 2004. Try google search for a simple php login tutorial, but aim to look for a newer one. Quote Link to comment https://forums.phpfreaks.com/topic/251575-a-working-php-login-system/#findComment-1290844 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.