[pmwiki-users] new cookbook "VisitorsLogging"

Christophe David pmwiki at christophedavid.org
Mon Aug 15 07:13:41 CDT 2005


http://www.pmwiki.org/wiki/Cookbook/VisitorsLogging

Question

How can I log the activity of the visitors of my wiki ?

Answer

Copy VisitorsLogging.phpΔ to the cookbook directory and add
include_once("cookbook/VisitorsLogging.php"); to config.php.

Log output :

 2005/07/19 10:54:28 78.232.205.160 edit   Files.Miscellaneous
 2005/07/19 10:54:48 78.232.205.160 browse Files.Miscellaneous

The script generates one logfile for each day, and deletes old logs
automatically.

Feedback welcome.

Christophe





More information about the pmwiki-users mailing list