Posted by danieldiazi on February 4, 2007 at 8:49pm
| Download | Size | md5 hash |
|---|---|---|
| webalizer-5.x-1.0.tar.gz | 8.13 KB | 36f3790088c670e08639827bb3923986 |
| webalizer-5.x-1.0.zip | 8.87 KB | 60d489ad8c2a8754b0a62561ecaf9645 |
Last updated: December 25, 2010 - 00:10
1.0
- Bug: webalizer block was not showing the last month, it was showing January visits.
- Setting menu improvements.
- Tags for select display content in text block.
is for display the last 12 month
is ofr display the last month
Sample
(In this sample, the last year visits are : 10 000 and the last month
are 500.)
In Settings->Webalizer->webalizer text
<table border="0">
<tr>
<td>
Year:
</td>
<td>
<year_visits>
</td>
</tr>
<tr>
<td>
Last Month:
</td>
<td>
<last_month_visits>
</td>
</tr>Webalizer block will show:
Year: 10000
Last Month: 500