jasc2k Posted May 19, 2009 Share Posted May 19, 2009 Hi all, I am trying to implement a mysql database login system into my website but I do not know whos login system is the best/easist? Currently I am attempting to implement UTIMES code, a contest winner on planet source code: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=871&lngWId=8 But am having problems with the error handling as it wants to include a page to display the error, but my index.php already uses include to show the page conflict so I just get errors: Warning: include(index.php?id=signup) [function.include]: failed to open stream: No such file or directory in /web1/user3653/website/v3slider/add.php on line 163 Warning: include() [function.include]: Failed opening 'index.php?id=signup' for inclusion (include_path='.:') in /web1/user3653/website/v3slider/add.php on line 163 Does anyone have any ideas/or suggestions on other easy to implement login systems with the same features? brute force protection / messaging / different auth levels etc? Thanks in advance James Quote Link to comment Share on other sites More sharing options...
jackpf Posted May 19, 2009 Share Posted May 19, 2009 Write your own. Quote Link to comment Share on other sites More sharing options...
waynew Posted May 19, 2009 Share Posted May 19, 2009 To stop brute force, you could count the number of failed logins for a specific username. If say, five failed attempts happen, lock the account and force them to wait an hour and/or force them to re-open it via a unique url sent to the account's email address. You could also use a captcha to help stop automated bots from brute forcing your system. As you can see, their are many ways of making it secture; it's just a question of whether the extra security is worth the degradation of usability. Auth levels can be done easily by simply just giving a user a number relevant to their level. For example, a regular user will be level 1, whereas an admin will be a level 2 user. Etc. Quote Link to comment Share on other sites More sharing options...
ankur0101 Posted May 19, 2009 Share Posted May 19, 2009 Write your own. I agree with him. You have 2 options. 1. Purchase a Book 2. Get a Dreamweaver CS3 ---------------------------------- 1. 2. get a Dreamweaver cs3 on torrent I'm using both of them and I am so much happy IN these books, many scripts are given especially login script. In dreamweaver its a inbuilt feature of making login , logout Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted May 19, 2009 Share Posted May 19, 2009 ankur0101: read #9 of Forum Rules. You can click the link in my sig. Please don't state torrents. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted May 19, 2009 Share Posted May 19, 2009 Did you happen to read #14 then? Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted May 19, 2009 Share Posted May 19, 2009 Touché Quote Link to comment Share on other sites More sharing options...
ankur0101 Posted May 19, 2009 Share Posted May 19, 2009 Ohhh, I am sorry for that I request administrators to remove the that word . Please forgive me .. I will not do this again dont ban or delete my account. plzzzzz Quote Link to comment Share on other sites More sharing options...
jackpf Posted May 19, 2009 Share Posted May 19, 2009 I'd get dreamweaver on Torrent if I wanted it. Not that I do, Notepad++ But yeah, isn't it like £200? What a joke. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted May 19, 2009 Share Posted May 19, 2009 Yeah, well, you're not going to be banned. We only do that for serious and/or repeated offenses. Just read the entire rules and ToC document and keep it in mind when posting Quote Link to comment Share on other sites More sharing options...
ankur0101 Posted May 19, 2009 Share Posted May 19, 2009 Yeah, well, you're not going to be banned. We only do that for serious and/or repeated offenses. Just read the entire rules and ToC document and keep it in mind when posting Yes Sir. Quote Link to comment Share on other sites More sharing options...
jasc2k Posted May 19, 2009 Author Share Posted May 19, 2009 ok so a little off topic but I do use dreamweaver 8 maybe I do need to update, also notepad ++ rules!!! Cheers Quote Link to comment Share on other sites More sharing options...
ankur0101 Posted May 20, 2009 Share Posted May 20, 2009 I advise to buy a Book first Learn it , and then make your script Its really easy thing. Where do you stay, I mean in which country ? In mumbai, its damn cheap (books) In USA, they are expensive Cost of both books in Mumbai - $24 and in USA - $120 You will must say that, you will go for e-books. But I dont like ebooks. I cannot read those books when I am in toilet or other places. You know, I LOVE php, I read it in my toilet also , sitting on commode Quote Link to comment Share on other sites More sharing options...
jackpf Posted May 20, 2009 Share Posted May 20, 2009 Lol Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted May 20, 2009 Share Posted May 20, 2009 In mumbai, its damn cheap (books) In USA, they are expensive Cost of both books in Mumbai - $24 and in USA - $120 Except in India, the GDP per capita is $2,762 and the GDP per capita in the United States is $46,859. By your book prices, books are more expensive in India than in the United States if you account for the GDP differences. The difference between the US and Indian GDP per capita is 1597%, but the difference in your book prices is only 400%. Naturally books have a higher market price in a country where the population generally has more money, than in a country where you have less money. People who earn a decent salary in India would likely be considered poor if they lived in the US with the same salary. http://en.wikipedia.org/wiki/List_of_countries_by_GDP_%28PPP%29_per_capita I used the left most table. Using the others you would see slightly different figures. Quote Link to comment 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.