Jump to content

Advanced login system


jasc2k

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Write your own.

 

I agree with him.

You have 2 options.

 

1. Purchase a Book

2. Get a Dreamweaver CS3

----------------------------------

1.

51z9uqntl6l_aa240_.jpg

post-418093-1156871687.jpg

 

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

 

 

Link to comment
Share on other sites

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  ;D

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.