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](https://secure.gravatar.com/avatar/fd76268e896307bb665cc6f014bedbe4/?default=https%3A%2F%2Fvanillicon.com%2F2837d592f82766c02598b2e911b7082c_100.png&rating=g&size=100)
Just wondering... err, how exactly does this work?
![:) :)](https://open.vanillaforums.com/plugins/emojiextender/emoji/little/smile.png)
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.