Jump to content

Password Login and IP tracking/tracing


Biocide

Recommended Posts

I'm needing a little help with this for my web server that i am setting up.  I figure this the best place to look for advice.  I am trying to set up a super secure login for my website, with virtually no way around.  I am looking to impliment a time limit for failed login attempts and also track exactly what pages each IP has accessed.  They're will be multiple IP's allowed on the server that I am in control of.  I am using PHP to code the website.
Link to comment
Share on other sites

To setup database tables - you would be best installing phpmyadmin:
http://www.phpmyadmin.net/home_page/downloads.php

When you md5 a password - it is a one-way hash, i.e. you cannot extract back out the password. All you can do is verify if a password = md5(password).

Read: http://ie2.php.net/md5

P.S. - this should be in the php help part of this forum. You will get more help there.

-steve
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.