[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] WebLog setup on Raq3



On Sat, 30 Dec 2000, Clint Decker wrote:

> I am trying to get instructions on ho to setup the WebLog script on a RAQ3.

here's the site specific portion of weblog.pl that works on a RAQ3


require "/home/sites/site43/web/cgi-bin/weblog/weblog.pl";

$LogFile = "/home/sites/site43/logs/web.log";
$IPLog = "";

$FileDir = "/home/sites/site43/web/reports/drakelist";
$ReportFile = "log.html";
$DetailsFile = "log.details.html";
$RefsFile = "log.refs.html";
$KeywordsFile = "log.keys.html";
$AgentsFile = "log.agents.html";

$EOMFile = "";

$SystemName = "Drakelist Page";

$OrgName = "Drakelist";
$OrgDomain = '(zerobeat.net)';

$GraphURL = "http://www.zerobeat.net/reports/graphs";;
$GraphBase = "visits";

$IncludeOnlyRefsTo = '^/drakelist';
# $ExcludeRefsTo = '(excludethis|andthis)';

# $IncludeOnlyDomain = 'zerobeat.net/drakelist';
# $ExcludeDomain = '';


I'd appreciate a copy of any script that someone develops to automate
the create of the weblog.pl on a per site basis.

If you're not familiar with weblog, visit www.zerobeat.net and select the
page stats at the bottom of the page.

thom