Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 21, 200915 yr Just wondering, could you add a feature where it would store reg_ip_address as the current ip_address in the _members table, and a current_ip_address. Where the current_ip_address would update everytime you login, and can be viewable by Super Moderators / Administrators, and Forum Moderators through a checkbox selection in the abilities area. (Forums) I was going to implement it myself, but would rather not damage the board.
August 21, 200915 yr Management Yeah. I've thought about this a few times. After a few months the 'ip_address' is almost pointless for most users. Although the posts show the IP Address used for that post, if that helps and we have an IP look up tool that canl list all recorded IP addresses attached to a particular member.
August 21, 200915 yr Author That's sort of what I was referring to, but what that wouldn't help with is: What if a user never makes a post? It would be nice to have a system where the IP is recorded regardless of whether or not they make a post, and could just update an array of some sort. Like in the Administrator IP Lookup, it lists where the IP has been used, how about a "Has been used to Login" one? Catch my drift?
September 6, 200915 yr Thats what my hook does :) Every time someone makes a post it updates their IP based on their current IP. Which is an extra query, but it keeps my table updated and allows that auth system to work.
Archived
This topic is now archived and is closed to further replies.