webalizer 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| webalizer-6.x-1.4.tar.gz | 7.96 KB | e1655c5cbaae008b09a9fb72c3c70f2c |
| webalizer-6.x-1.4.zip | 8.63 KB | 6a37b8c35098b001f7e6872403b85524 |
Release notes
Solved bug in notify status update
webalizer 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| webalizer-6.x-1.3.tar.gz | 7.96 KB | 22a3a80f4057c463282efaf6d032659f |
| webalizer-6.x-1.3.zip | 8.63 KB | 5ddf842532f075e8b963a16b0c5a1a88 |
Release notes
code revision
webalizer 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| webalizer-6.x-1.2.tar.gz | 8.19 KB | 8393a9bf53a10d31ef1245d8d3e1585a |
| webalizer-6.x-1.2.zip | 8.94 KB | d1a1e39d8d839c288b5facfdca4ed5cb |
webalizer 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| webalizer-6.x-1.x-dev.tar.gz | 8.2 KB | 0be86f39afe0712b4246977c25cf42da |
| webalizer-6.x-1.x-dev.zip | 8.85 KB | 50b49de1650f0dbf93d19189f0c4feb6 |
Release notes
Migration to Drupal 6
webalizer 6.x-0.1
| Download | Size | md5 hash |
|---|---|---|
| webalizer-6.x-0.1.tar.gz | 7.68 KB | 51789f2fb4e58724da775cd575d362b2 |
| webalizer-6.x-0.1.zip | 8.37 KB | 7c25e9aa676dd6971a672f2670d2e2f6 |
Release notes
Migration to drupal 5
webalizer 5.x-1.0
| 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 |
Release notes
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
webalizer 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| webalizer-5.x-1.x-dev.tar.gz | 7.95 KB | 138d44611c8dcfe12e666fd42c437bef |
| webalizer-5.x-1.x-dev.zip | 8.57 KB | 3e8fa3ddd9cee9ffdac23139e2aca0ae |
Release notes
First release
Only works in Drupal 5.x
webalizer is a module for display a block of the statistics generated by
webalizer.
For more information about webalizer: http://www.webalizer.org/
For view a sample of webalizer statistics: http://www.webalizer.org/sample/index.html
For view a sample of a block using this module: www.diazdelaiglesia.com, sorry, the language is galician and spanish.
INSTALL
-------
1. Extract to sites/all/modules, you will see: sites/all/modules/webalizer
2. Setting available here: Administer-webalizer
3. Activate block: Administer-blocks
CONFIGURATION
---------------
- webalizer URL(www.mysite.com/webalizer).
- webalizer file history (webalizer.hist)
- Username and password if it's need for view statistics
- Block text.
- Visits last 12 month.
- Visits last month
- Updating from webalizer file history. Yes if we want to update from the webalizer file history. Is necessary the use of cron.php for make that.