
30th August 2011, 15:00
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,069
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Remove the stats_type = 'webalizer' and stats_type = 'awstats' from the sql queries and then change the
$statsdir = escapeshellcmd($rec['document_root'].'/web/stats');
in one of the two stats creation sections to anoter directorey e.g.
$statsdir = escapeshellcmd($rec['document_root'].'/web/webalizer');
|