While this extension works "as advertised" in confirming that certain IPs have NOT been used by others, I get no "This IP address has also been used by" message for those IPs that are used by more than one user. It does show the most recent IP used by people using multiple IDs, and yes, I have set "LOG_ALL_IPS" and I am using the default theme packaged with Vanilla 1.1.2
Any clues as to why I'm not getting the multiple-use warnings? Any hints as to how to diagnose this?
In where I can see IP History results in my Vanilla 1.1.2? $Configuration['LOG_ALL_IPS'] = '1'; <== is ok Extension is installed and visible at Settings -> Extensions MySQL database SELECT * FROM LUM_IpHistory returns: Empty result, eg 0 rows! LUM_IpHistory table and all fields exists.
Is there some kind of frontend for Vanilla or must I use MySQL tools to get information IP address used?
Other bugs similar to this have been logged for this add-on:
http://lussumo.com/community/discussion/3532/not-logging-ip-addresses/#Item_0
I'm not sure if any of them have been addressed yet.
One of the users on our site for some reason hasn't had a single IP address logged despite absolutely loads of visits, any idea what could cause this please? It's quite important that we find out if people are using their account
What about it isn't working? Did you make sure to add the requisite configuration option to enable logging of IPs? Check out the first comment in this thread.
Comments
have NOT been used by others, I get no "This IP address has also been used by"
message for those IPs that are used by more than one user. It does show the
most recent IP used by people using multiple IDs, and yes, I have set "LOG_ALL_IPS"
and I am using the default theme packaged with Vanilla 1.1.2
Any clues as to why I'm not getting the multiple-use warnings?
Any hints as to how to diagnose this?
$Configuration['LOG_ALL_IPS'] = '1'; <== is ok
Extension is installed and visible at Settings -> Extensions
MySQL database SELECT * FROM LUM_IpHistory returns: Empty result, eg 0 rows!
LUM_IpHistory table and all fields exists.
Is there some kind of frontend for Vanilla or must I use MySQL tools to get information IP address used?
Regards,
JormaH
- Open library/People/People.Class.Authenticator.php
- Cut the three lines starting on line 127.
- Paste in those three lines just after line 57.
Funny thing is, the IP logging in the WordPress Authenticator is correct and has been for almost a year.