Releases for webalizer
webalizer 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| webalizer-6.x-1.4.tar.gz | 7.96 KB | e1655c5cbaae008b09a9fb72c3c70f2c |
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 |
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.x-dev
| Download | Size | md5 hash |
|---|---|---|
| webalizer-6.x-1.x-dev.tar.gz | 8.19 KB | 622323b096cba4a0720c7459215a6b43 |
Migration to Drupal 6
webalizer 6.x-0.1
| Download | Size | md5 hash |
|---|---|---|
| webalizer-6.x-0.1.tar.gz | 7.68 KB | 51789f2fb4e58724da775cd575d362b2 |
Migration to drupal 5
webalizer 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| webalizer-5.x-1.0.tar.gz | 8.13 KB | 36f3790088c670e08639827bb3923986 |
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.96 KB | e843422b40df36e6b65d3e097f0f712c |
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.
