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
Mark
Vanilla Staff
IP History
0
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.