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
https://forums.phpfreaks.com/topic/34785-password-login-and-ip-trackingtracing/
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.