Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
IP History 1.0
blizeH
✭✭
Just wondering... err, how exactly does this work?
0
This discussion has been closed.
Comments
ie:
# 192.168.1.225 (2 times) This IP address has not been shared by any other users. 192.168.1.220 (12 times) This IP address has not been shared by any other users.
it's a simple tool in aiding who could be using duplicate accounts on your forum.
1. In method GetIdentity(): comment out
//$this->LogIp($UserID);
2. In method Authenticate($Username, $Password, $PersistentSession): add
if ($UserID > 0) { $this->LogIp($UserID); }
just above:return $UserID;
Seems to be working for me, at least for now.