Thanks, I will install that. In the interim I built this query:
SELECT DISTINCT user_name, rc_ip FROM user, recentchanges WHERE rc_user = user_id AND user_name = '*username*';
Lennie
On Thu, Jul 3, 2008 at 10:07 AM, Jeremy Baron jeremy@tuxmachine.com wrote:
See http://www.mediawiki.org/wiki/Checkuser . --Jeremy
On Jul 3, 2008, at 11:03 AM, Lennie Jarratt wrote:
I have a user that I want to find out what IP address they are using.
What tables is that information in so I can pull out that data? If you already have those queries. I can build them if necessary though.
Thanks.
Lennie