does anybody know anything about this?
http://www.telartis.nl/xcms/awstats
looking for a way to display stats on the frontend. this looks good actually, (judging by the demo)
tried installing the php file. but dont know what to put for the settings:
>/*******************************************************
* SETUP SECTION
*******************************************************/
/**
* Set this value to the directory where AWStats
* saves its database and working files into.
*/
$DirData = "/var/lib/awstats";
/**
* The URL of the AWStats script.
*/
$AWStatsURL = "/cgi-bin/awstats.pl";
/**
* Set your language.
* Possible value:
* Albanian=al, Bosnian=ba, Bulgarian=bg, Catalan=ca,
* Chinese (Taiwan)=tw, Chinese (Simpliefied)=cn, Czech=cz, Danish=dk,
* Dutch=nl, English=en, Estonian=et, Euskara=eu, Finnish=fi,
* French=fr, Galician=gl, German=de, Greek=gr, Hebrew=he, Hungarian=hu,
* Icelandic=is, Indonesian=id, Italian=it, Japanese=jp, Korean=kr,
* Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl,
* Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru,
* Serbian=sr, Slovak=sk, Spanish=es, Swedish=se, Turkish=tr, Ukrainian=ua,
* Welsh=wlk.
*/
$Lang = "en";
/**
* Set the location of language files.
*/
$DirLang = "/usr/share/awstats/lang";
/**
* Config names to filter. Shows all if empty array.
*/
$FilterConfigs = array();
/*
To read website configs from database, do something like:
$sql = "SELECT config FROM users WHERE (user=...)";
$rs = mysql_query($sql); if ($rs) while ($row = mysql_fetch_array($rs)) $FilterConfigs[] = $row["config"];
*/
if i run as is i get: Could not open directory /var/lib/awstats