5
I tried Xmonitor, but if your server has register_globals 'off' you may have problems getting it to work. I made a start in:
xmonitor/admin/user-visit.php
and changed:
include("../include/admin_header.php");
to:
include("../include/admin_header.php");
// pk define vars
$vm = !isset($_REQUEST['vm'])? NULL : $_REQUEST['vm'];
That displays visits, but I don't think the reporting will be accurate without "de-globalising" the entire module.
With globals 'on' it probably works fine.
A thread is for life. Not just for Christmas.