http://www.curioso.org/2005/04/05/awstats-plugin/
so that I can have it work with my sites stats like this site does:
http://infosthetics.com/archives/2005/09/s...s.html#comments
The script inclused these lines:
CODE
// Change these two lines if the default values do not work
//
$awstats_dir = '/var/lib/awstats';
$awstats_site = awstats_getsite(get_settings('siteurl'));
//
$awstats_dir = '/var/lib/awstats';
$awstats_site = awstats_getsite(get_settings('siteurl'));
What should these variables be set to?
thanks.