Nice update. The templates STATISTIC, statistik_polls and statistic_last_x_days lack my latest updates. They're all on this page. I'm not bothered because I fixed mine myself but if you update the templates again at some point could you please use those fixes?
Edit: Hmm, someone's registering under two tables. United States AND Unknown. The hits and percentage was going up at the same rate until another American came online.
Here, I updated the English in the statistic_referer template:
Code:
$statistic_header
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="2"><div align="center"><strong>The latest $refrerer_limit Referers
and the $domain_limit Top Level Domains</strong></div></td>
</tr>
<tr>
<td valign="top" class="panelsurround"> <div class="panel">
<fieldset class="fieldset">
<legend><strong>The latest $refrerer_limit Referers</strong></legend>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="$stylevar[formspacer]">
<tr>
<td> </td>
</tr>
$statistic_referer_bit
</table>
</fieldset>
</div></td>
<td valign="top" class="panelsurround"> <div class="panel">
<fieldset class="fieldset">
<legend><strong>The $domain_limit Top Level Domains</strong></legend>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="$stylevar[formspacer]">
<tr>
<td> </td>
</tr>
$statistic_domain_bit
</table>
</fieldset>
</div></td>
</tr>
<tr>
<td colspan="2" valign="top" class="panelsurround"><div class="panel">
<fieldset class="fieldset">
<legend><strong>Referers summary</strong></legend>
<table width="auto" border="0">
<tr>
<td> </td>
</tr>
<tr>
<td class="alt2"><span class="highlight">$direkte_zugriffe</span>
visitors visited $vboptions[bbtitle] directly.</td>
</tr>
<tr>
<td class="alt1"><span class="highlight">$alle_referer</span>
visitors visited $vboptions[bbtitle] via a hyperlink (Referer).</td>
</tr>
<tr>
<td class="alt2"><span class="highlight">$Anzahl_der_Referer</span>
different hyperlinks (Referer) referred visitors to $vboptions[bbtitle].
</td>
</tr>
<tr>
<td class="alt1"><span class="highlight">$Anzahl_der_Kurz_Referer</span>
different referring domains referred visitors to $vboptions[bbtitle].
</td>
</tr>
</table>
</fieldset>
</div>
</td>
</tr>
<tr>
<td class="tcat" colspan="2"> </td>
</tr>
</table>
$statistic_footer