Reid Priedhorsky wrote: >> http://www.mediawiki.org/wiki/Extension:CheckUser > > Thanks, Fred. > > I'm happy to dig around in the database - that is preferred, actually.
SELECT rc_ip FROM recentchanges; If you install CheckUser, it logs into its own table. > We're interested in each IP that each user has *used*, whether viewing, > editing, or anything else. Looking in the database schema, this does not > appear to be possible... am I wrong? > > Thanks, > > Reid The edits are only recorded when they actually *did* something. You can always add code for more draconian logging, or combine with server logs, though. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
