(file) Return to awstats_contrib.html CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / awstats-6.3 / docs

  1 rizwank 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2             <html>
  3             <head>
  4             <meta name="description" content="AWStats Documentation - Contrib and resource page">
  5             <meta name="keywords" content="awstats, awstat, log, file, analyzer, contrib, plugins, resources, maxmind, geoipfree, geoip, cities, regions, countries">
  6             <meta name="robots" content="index,follow">
  7             <meta name="title" content="AWStats Documentation - Contrib and resource page">
  8             <title>AWStats Documentation - Log File analyzer comparison</title>
  9             <link rel="stylesheet" href="styles.css" type="text/css">
 10             <!-- $Revision: 1.5 $ - $Author: eldy $ - $Date: 2005/01/15 23:27:37 $ -->
 11             </head>
 12             
 13             <body topmargin=10 leftmargin=5>
 14             
 15             
 16             <table style="font: 10pt arial,helvetica,verdana" cellpadding=0 cellspacing=0 border=0 bgcolor=#FFFFFF width=100%>
 17             
 18             <!-- Large -->
 19             <tr style="font: 10pt arial,helvetica,verdana">
 20             <td bgcolor=#9999cc align=center><a href="/"><img src="images/awstats_logo1.png" border=0></a></td>
 21             <td bgcolor=#9999cc align=center>
 22 rizwank 1.1 <br>
 23             <font style="font: 16pt arial,helvetica,sans-serif" color=#EEEEFF><b>AWStats logfile analyzer 6.3 Documentation</b></font><br>
 24             <br>
 25             </td>
 26             <td bgcolor=#9999cc align=center>
 27             &nbsp;
 28             </td>
 29             </tr>
 30             
 31             </table>
 32             
 33             
 34             <br><br><H1 style="font: 26px arial,helvetica,sanserif">Plugins, contribs and related programs</H1>
 35             
 36             You will find here description for different kinds of ressource files :<br>
 37             - <a href="#PLUGINS">AWStats plugins</a><br>
 38             - <a href="#CONTRIB">Other AWStats contribs/tools/package</a><br>
 39             - <a href="#RELATED">Other Non AWStats contribs/tools (not related to AWStats but related to log analysis)</a><br>
 40             - <a href="#DOC">Documents on AWStats or related to log analysis</a><br>
 41             <br>
 42             
 43 rizwank 1.1 
 44             <br><a name="PLUGINS"></a><br>
 45             <font size=3 color=#665544><b>AWStats plugins</b></font><br>
 46             <hr>
 47             Plugins are .pm files you can put in your AWStats plugins directory to add new features.<br>
 48             Note that you must enable the plugin by adding a new line in your config files to make
 49             it works (See <a href="awstats_config.html#LoadPlugin">LoadPlugin</a> parameter).<br>
 50             <br>
 51             
 52             <a href="#plugin_standards">Standard plugins</a> : <b>tooltips, decodeutfkeys, ipv6, hashfiles,
 53             geoip, geoipfree, userinfo, hostinfo, clusterinfo, urlalias, timehires, timezone, rawlog,
 54             graphapplet</b><br>
 55             <a href="#plugin_others">Other plugins</a> (require other licensed product to work) :
 56             <b>geoip_region_maxmind</b>,
 57             <b>geoip_city_maxmind</b>,
 58             <b>geoip_isp_maxmind</b>,
 59             <b>geoip_org_maxmind</b>,
 60             <br>
 61             <br>
 62             
 63             <br><a name="plugin_standards"><b>List of standard plugins</b></a> (Provided with AWStats) :
 64 rizwank 1.1 <br>
 65             
 66             <br># Plugin: Tooltips
 67             <br># Perl modules required: None
 68             <br># Add some tooltips help on HTML report pages.
 69             <br># Note that enabled this kind of help will increased HTML report pages size,
 70             <br># so server load and bandwidth.
 71             
 72             <br>Plugin provided with AWStats (5.4+).
 73             
 74             <br>
 75             
 76             <br># Plugin: DecodeUTFKeys
 77             <br># Perl modules required: Encode and URI::Escape
 78             <br># Allow AWStats to show correctly (in language charset) keywords/keyphrases
 79             <br># strings even if they were UTF8 coded by the referer search engine.
 80             <br>#
 81             <br>#LoadPlugin="decodeutfkeys"
 82             
 83             <br>Plugin provided with AWStats (6.0+).
 84             
 85 rizwank 1.1 <br>
 86             
 87             <br># Plugin: IPv6
 88             <br># Perl modules required: Net::IP and Net::DNS
 89             <br># This plugin gives AWStats capability to make reverse DNS lookup on IPv6
 90             <br># addresses.
 91             <br># Note: If you are interesting in having country report, you should use the
 92             <br># geoipfree (or geoip) plugin instead of enabled reverse DNS lookup.
 93             
 94             <br>Plugin provided with AWStats (5.5+)
 95             
 96             <br>
 97             
 98             <br># Plugin: HashFiles
 99             <br># Perl modules required: Storable
100             <br># AWStats DNS cache files are read/saved as native hash files. This increase
101             <br># cache file loading speed, above all for very large web sites.
102             
103             <br>Plugin provided with AWStats (5.1+)
104             
105             <br>
106 rizwank 1.1 
107             <a name="geoip">&nbsp;</a>
108             <br># Plugin: GeoIP
109             <br># Perl modules required: Geo::IP or Geo::IP::PurePerl (from Maxmind)
110             <br># Country chart is built from an Internet IP-Country database.
111             <br># This plugin is useless for intranet only log files.
112             <br># Note: You must choose between using this plugin (need Perl Geo::IP module 
113             <br># from Maxmind, database more up to date) or the GeoIPfree plugin (need
114             <br># Perl Geo::IPfree module, database less up to date).
115             <br># This plugin reduces AWStats speed of 8% !
116             <br>#
117             <br>#LoadPlugin="geoip GEOIP_STANDARD"
118             
119             <br>Plugin provided with AWStats (5.2+).
120             <br>You can find Geo::IP Perl Module from <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind</a>.
121             <br>Plugins for Maxmind <a href="#geoipregion">GeoIP Region</a>, <a href="#geoipcity">GeoIP City</a>,
122             <a href="#geoipisp">GeoIP ISP</a> and <a href="#geoiporg">GeoIP Organization</a> are
123             also available (but databases are not free).
124             
125             <br>
126             
127 rizwank 1.1 <br># Plugin: GeoIPfree
128             <br># Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.)
129             <br># Country chart is built from an Internet IP-Country database.
130             <br># This plugin is useless for intranet only log files.
131             <br># Note: You must choose between using this plugin (need Perl Geo::IPfree
132             <br># module, database less up to date) or the GeoIP plugin (need Perl Geo::IP
133             <br># module from Maxmind, database more up to date).
134             <br># Note: Activestate provide a corrupted version of Geo::IPfree 0.2 Perl
135             <br># module, so install it from elsewhere (from www.cpan.org for example).
136             <br># This plugin reduces AWStats speed of 10% !
137             <br>#
138             <br>#LoadPlugin="geoipfree"
139             
140             <br>Plugin provided with AWStats (5.5+).
141             <br>You can find Geo::IPfree Perl Module on :
142             <br>- All OS: <a href="http://www.cpan.org">CPAN site</a>
143             <br>- RPM compatible OS (RedHat, Mandrake...): <a href="http://www.lafraia.com/RPM/">Lafraia rpm</a>
144             <br>- ActiveState: GeoIPfree module provided by Activestate is not working correctly so I removed
145             the link. You can follow the following setup instead: Download from <a href="http://www.cpan.org">CPAN site</a>
146             and copy 'Geo' directory (found in 'lib') into AWStats plugins directory.
147             This is a fast tip to install Geo-IPfree perl module to be used by AWStats geoipfree plugin.
148 rizwank 1.1 <br>Note: The Geo::IPfree database has not been updated since a long time, so using
149             the <a href="#geoip">geoip</a> plugin (using the Geo::IP Perl module, now free for countries) is highly recommanded.
150             <br>You can use the following tool to test your geoipfree setup: <a href="/files/testgeoipfree.pl">testgeoipfree.pl</a>. Just
151             put this file into your plugins directory and run it.
152             
153             <br>
154             
155             <br># Plugin: UserInfo
156             <br># Perl modules required: None
157             <br># Add a text (Firtname, Lastname, Office Department, ...) in authenticated user
158             <br># reports for each login value.
159             <br># A text file called userinfo.myconfig.txt, with two fields (first is login,
160             <br># second is text to show, separated by a tab char) must be created in DirData
161             <br># directory.
162             
163             <br>Plugin provided with AWStats (5.5+)
164             
165             <br>
166             
167             <br># Plugin: ClusterInfo
168             <br># Perl modules required: None
169 rizwank 1.1 <br># Add a text (for example a full hostname) in cluster reports for each cluster
170             <br># number.
171             <br># A text file called clusterinfo.myconfig.txt, with two fields (first is
172             <br># cluster number, second is text to show) separated by a tab char. must be
173             <br># created into DirData directory.
174             <br># Note this plugin is useless if ShowClusterStats is set to 0 or if you don't
175             <br># use a personalized log format that contains %cluster tag.
176             
177             <br>Plugin provided with AWStats (6.2+)
178             
179             <br>
180             
181             <br># Plugin: HostInfo
182             <br># Perl modules required: Net::XWhois
183             <br># Add a column into host chart with a link to open a popup window that shows
184             <br># info on host (like whois records).
185             
186             <br>Plugin provided with AWStats (6.0+)
187             
188             <br>
189             
190 rizwank 1.1 <br># Plugin: UrlAliases
191             <br># Perl modules required: None
192             <br># Add a text (Page title, description...) in URL reports before URL value.
193             <br># A text file called urlalias.myconfig.txt, with two fields (first is URL,
194             <br># second is text to show, separated by a tab char) must be created in DirData
195             <br># directory.
196             
197             <br>Plugin provided with AWStats (5.2+)
198             <br>You can build your urlalias file manually or use <a href="awstats_tools.html#urlaliasbuilder">urlaliasbuilder.pl</a> tool (provided with 5.4+)
199             
200             <br>
201             
202             <br># Plugin: TimeHiRes
203             <br># Perl modules required: Time::HiRes
204             <br># Time reported by -showsteps option is in millisecond. For debug purpose.
205             
206             <br>Plugin provided with AWStats (5.1+)
207             
208             <br>
209             
210             <br># Plugin: TimeZone
211 rizwank 1.1 <br># Perl modules required: Time::Local
212             <br># Allow AWStats to correct a bad timezone for user of some IIS that use
213             <br># GMT date in its log instead of local server time.
214             <br># This module is useless for Apache and most IIS version.
215             <br># This plugin reduces AWStats speed of 40% !!!!!!!
216             
217             <br>Plugin provided with AWStats (5.1+)
218             
219             <br>
220             
221             <br># Plugin: Rawlog
222             <br># Perl modules required: None
223             <br># This plugin adds a form in AWStats main page to allow users to see raw
224             <br># content of current log files. A filter is also available.
225             
226             <br>Plugin provided with AWStats (5.7+)
227             
228             <br>
229             
230             <br># Plugin: GraphApplet
231             <br># Perl modules required: None
232 rizwank 1.1 <br># Supported charts are built by a 3D graphic applet.
233             <br>#
234             <br>#LoadPlugin="graphapplet"				# EXPERIMENTAL FEATURE
235             
236             <br>Plugin provided with AWStats (6.0+)
237             
238             <br>
239             
240             <br><a name="plugin_others"><b>List of other plugins</b></a> (Plugins are free but
241             need a not free third product to work)
242             <br>
243             
244             <a name="geoipregion">&nbsp;</a>
245             <br># Plugin: GeoIP_Region_Maxmind
246             <br># Perl modules required: Geo::IP (from Maxmind)
247             <br># This plugin add a chart of hits by regions. Only regions for US and 
248             <br># Canada can be detected.
249             <br># Note: This plugin need Maxmind GeoIP Perl module AND the region database.
250             <br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
251             <br># on Windows but it works great on Linux with default Perl.
252             <br># You need to purchase a license from Maxmind to get/use the Region database.
253 rizwank 1.1 <br># This plugin reduces AWStats speed.
254             <br>#
255             <br>#LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat"
256             
257             <br><u>Install:</u>
258             <br>This plugin need AWStats 6.2 or higher and need Geo::IP Perl Module AND the Region database.
259             <br>You can purchase the Region licensed database and updates
260             from <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind</a>.
261             <br>This plugin is provided with AWStats 6.2 standard distribution. If requirements
262             are ok, just add the following line to your AWStats configuration file:<br>
263             <i>LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat"</i><br>
264             Where <i>/pathto/GeoIPRegion.dat</i> is the full path where you stored your Region Database file.
265             By enabled this plugin, you will see a new link called 'Regions' on reports menu. For
266             the moment this link works only when AWStats reports are build as CGI (static built not yet
267             supported).
268             <br>
269             
270             <a name="geoipcity">&nbsp;</a>
271             <br># Plugin: GeoIP_City_Maxmind
272             <br># Perl modules required: Geo::IP (from Maxmind)
273             <br># This plugin add a chart of hits by cities.
274 rizwank 1.1 <br># Note: This plugin need Maxmind GeoIP Perl module AND the city database.
275             <br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
276             <br># on Windows but it works great on Linux with default Perl.
277             <br># You need to purchase a license from Maxmind to get/use the City database.
278             <br># This plugin reduces AWStats speed.
279             <br>#
280             <br>#LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"
281             
282             <br><u>Install:</u>
283             <br>This plugin need AWStats 6.2 or higher and need Geo::IP Perl Module AND the City database.
284             <br>You can purchase the City licensed database and updates
285             from <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind</a>.
286             <br>This plugin is provided with AWStats 6.2 standard distribution. If requirements
287             are ok, just add the following line to your AWStats configuration file:<br>
288             <i>LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"</i><br>
289             Where <i>/pathto/GeoIPCity.dat</i> is the full path where you stored your City Database file.
290             By enabled this plugin, you will see a new link called 'Cities' on reports menu. For
291             the moment this link works only when AWStats reports are build as CGI (static built not yet
292             supported).
293             <br>
294             
295 rizwank 1.1 <a name="geoipisp">&nbsp;</a>
296             <br># Plugin: GeoIP_ISP_Maxmind
297             <br># Perl modules required: Geo::IP (from Maxmind)
298             <br># This plugin add a chart of hits by ISP.
299             <br># Note: This plugin need Maxmind GeoIP Perl module AND the ISP database.
300             <br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
301             <br># on Windows but it works great on Linux with default Perl.
302             <br># You need to purchase a license from Maxmind to get/use the ISP database.
303             <br># This plugin reduces AWStats speed.
304             <br>#
305             <br>#LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat"
306             
307             <br><u>Install:</u>
308             <br>This plugin need AWStats 6.3 or higher and need Geo::IP Perl Module AND the ISP database.
309             <br>You can purchase the ISP licensed database and updates
310             from <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind</a>.
311             <br>This plugin is provided with AWStats 6.3 standard distribution. If requirements
312             are ok, just add the following line to your AWStats configuration file:<br>
313             <i>LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat"</i><br>
314             Where <i>/pathto/GeoIPISP.dat</i> is the full path where you stored your ISP Database file.
315             By enabled this plugin, you will see a new link called 'ISP' on reports menu. For
316 rizwank 1.1 the moment this link works only when AWStats reports are build as CGI (static built not yet
317             supported).
318             <br>
319             
320             <a name="geoiporg">&nbsp;</a>
321             <br># Plugin: GeoIP_Org_Maxmind
322             <br># Perl modules required: Geo::IP (from Maxmind)
323             <br># This plugin add a chart of hits by Organization names.
324             <br># Note: This plugin need Maxmind GeoIP Perl module AND the Org database.
325             <br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
326             <br># on Windows but it works great on Linux with default Perl.
327             <br># You need to purchase a license from Maxmind to get/use the Org database.
328             <br># This plugin reduces AWStats speed.
329             <br>#
330             <br>#LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat"
331             
332             <br><u>Install:</u>
333             <br>This plugin need AWStats 6.3 or higher and need Geo::IP Perl Module AND the Org database.
334             <br>You can purchase the Org licensed database and updates
335             from <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind</a>.
336             <br>This plugin is provided with AWStats 6.3 standard distribution. If requirements
337 rizwank 1.1 are ok, just add the following line to your AWStats configuration file:<br>
338             <i>LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat"</i><br>
339             Where <i>/pathto/GeoIPOrg.dat</i> is the full path where you stored your Org Database file.
340             By enabled this plugin, you will see a new link called 'Organizations' on reports menu. For
341             the moment this link works only when AWStats reports are build as CGI (static built not yet
342             supported).
343             <br>
344             
345             
346             <br><br><a name="CONTRIB"></a><br>
347             <font size=3 color=#665544><b>Other AWStats contribs/tools/package</b></font><br>
348             <hr>
349             
350             <br>
351             All following files/products were developped and submitted by contributors.
352             I haven't tried them, so I can't tell you if they work and how they work...<br>
353             They can enhance AWStats use or save you time giving you a start for a new development.<br>
354             <br>
355             
356             <b>Other available packages (provided by contributors):</b><br>
357             <a href="http://nx.dyndns.info/sme/awstats/awstats.php" target=new>A SME (E-Smith) package</a> (Based on AWStats 6.0 version)<br>
358 rizwank 1.1 <a href="http://www.nuonce.net/awstats-cobalt.php" target=new> Cobalt RaQ 3/4/550 Package Files </a> (Based on AWStats 5.9)<br>
359             
360             <br>
361             
362             <b>Other tools:</b><br>
363             
364             <a href="http://instantcgi.com">InstantCGI.com</a> is an online service that help you to install and setup AWStats easily on your server.<br>
365             This means that webmasters can use InstantCGI.com service to install scripts directly onto
366             their site, as long as their site is hosted in a Linux/Unix environment.<br>
367             
368             <a name="phone"></a><a href="/files/browsers_phone.pm">browsers_phone.pm</a> is a file done for WAP and/or IMode web sites
369             to replace the default browsers.pm file. This browsers.pm file will
370             increase AWStats browser detection capabilities by adding a very detailed list of all phone
371             browsers (Wap, IMode...). By default AWStats report phone browsers constructor name. This file
372             will make AWStats to report the name of phone, for example <i>alcatel-be4</i> instead
373             of simply <i>alcatel</i>. Nearly 300 phone products are added in this file.<br>
374             To use it:<br>
375             1- Save the old browsers.pm file to browsers.orig.pm (in AWStats lib directory).<br>
376             2- Copy file browsers_phone.pm into AWStats lib directory and rename it to browsers.pm<br>
377             Next updates will then report phone names.<br>
378             
379 rizwank 1.1 <a href="http://www.digievo.co.uk/software.asp?category=2">Logprocess</a> automate the collection, merging, processing and archiving of IIS 
380             log files in a hosting (mult-domain) environment using AWStats to generate and manage stats/reports.<br>
381             
382             <a href="http://phpnuke.org/modules.php?name=News&file=article&sid=7041" target=_new>AWStats PhpNuke module</a> is a module for the open source CMS PHP Nuke.<br>
383             
384             <a href="http://typo3lab.colorcube.de/AWStats_logfi.70.0.html" target=_new>AWStats Typo3 module</a> is a seamless integrated module for the open source CMS Typo3.<br>
385             
386             <a href="http://www.xlenc.com/portfolio.do" target=_new>XlencArlm</a> is a tool to enhance use of AWStats with IIS (Catching log files from FTP,
387             doing GMT correction on log files, ...). Don't know if it works correctly but seems to be interesting.<br>
388             
389             <a href="/files/configurador.tgz" target=_new>Configurador</a> is a piece of CGI perl scripts to allow you to edit an AWStats config file from
390             the web. Code comments are in Spanish but it may be a goo start to develop your own tool.
391             <i>Hector Garcia Alvarez</i><br>
392             
393             <a href="/files/summary4severaldomains.pl" target=_new>summary4severaldomains.pl</a> is a small perl script that build an index.html page
394             with AWStats txt summary information for each domains on same page (number of pages, hits and bandwith for month).<br>
395             
396             <a href="http://www.jrcsnet.ca/awstats/" target=_new>AWStats - Multiple Site Statistics Viewer</a>,
397             A simple addon script for the AWStats package to allow a user to view statistics for multiple sites (usually Virtual Hosts) on a single page.<br>
398             
399             <a href="http://www.telartis.nl/xcms/awstats" target=_new>AWStats Totals</a>, is a php page
400 rizwank 1.1 that use AWStats database to show a summary for several config files, on the same page.<br>
401             
402             <a href="/files/logtrans.py" target=_new>logtrans.py</a> is a python small example on how to convert an old
403             log file from IIS4.0 to a new format compatible with AWStats. Don't know if it works, just here
404             to provide you a code sample if you like python.<br>
405             
406             <a href="/files/isa2w3c.pl" target=_new>isa2w3c.pl</a>, is a convertor to have a more standard
407             log file from an ISA log file.<br>
408             
409             
410             
411             
412             <br><a name="RELATED"></a><br>
413             <font size=3 color=#665544><b>Other Non AWStats contribs/tools (not related to AWStats but related to log analysis)</b></font><br>
414             <hr>
415             
416             <a href="/files/maillog2commonlog.pl" target=_new>maillog2commonlog.pl</a> converts mail logs in
417             smail or qmail format to the common log format.
418             Note that if you want to analyze, with AWStats, mail log files from postfix, sendmail or qmail,
419             a better solution is to use instead maillogconvert.pl preprocessor (See AWStats
420             <a href="awstats_faq.html#MAIL">F.A.Q</a> about analyzing mail logs).<br>
421 rizwank 1.1 <i>Joey Hess, freeware.</i><br>
422             
423             <a href="http://www.kristoffersen.us/software/" target=_new>maillogconv.pl</a> is another mail log processor that
424             can be used to change mail log files into a log file that AWStats can understand.<br>
425             Note that a derivated and enhanced tool called maillogconvert.pl is provided with AWStats
426             since 5.7. See <a href="awstats_faq.html#MAIL">F.A.Q</a> about analyzing mail logs to know
427             how to setup AWStats with maillogconv.pl or maillogconvert.pl to analyze
428             Postfix, Sendmail, Qmail or MDaemon log files.<br>
429             
430             <a href="http://mlc.anzac.at " target=_new>mlc</a> is another postfix mail logs converter (written in C).
431             Try it if the maillogconvert.pl tool provided with AWStats does not work on your postfix log file.<br>
432             
433             <a href="/files/access_referer_agent2combined.pl" target=_new>access_referer_agent2combined.pl</a> is a perl script that converts a
434             directory of common log format (CLF) access-files, referer-files and agent-files to a single combined.log
435             This is usefull if you have seperate access/referer/agent logfiles and want to use all features of a loganalyzer
436             that require a combined log file.<br>
437             <a href="http://anonlog.sourceforge.net/" target=_new>anonlog</a> "anonymizes" your logfile by encoding sensitive information.<br>
438             <i>Stephen Turner, freeware.</i><br> 
439             
440             <br>
441             <u>If you don't like AWStats, you can try thoose other popular similar tools :</u><br>
442 rizwank 1.1 <a href="http://www.analog.cx/" target=_new>Analog</a>. An old log analyzer but still popular (written in C).<br>
443             <i>Stephen Turner, freeware.</i><br> 
444             <a href="http://www.mrunix.net/webalizer/" target=_new>Webalizer</a>. Another popular log analyzer (written in C).<br>
445             <br>
446             There is also commercial products you can find doing a search on 'log file analyzer' with <a href="http://www.google.com">Google</a>.<br>
447             <br>
448             
449             
450             <br><a name="DOC"></a><br>
451             <font size=3 color=#665544><b>Documents on AWStats or related to log analysis</b></font><br>
452             <hr>
453             <!--<img src="/images/us.png">-->AWStats official documentation for last version can be found here: <a href="index.html">HTML On line</a> or <a href="awstats.pdf">PDF file</a><br>
454             An intro and install doc 'Using AWStats on GNU/Linux or Windows' in <a href="http://www.chedong.com/tech/awstats.html">Chinese</a><br>
455             A setup tutorial in <a href="http://www.showsource.dk/artikler/vis_artikel.php?id=1065375981" target=_new>Danish</a><br>
456             A setup tutorial in <a href="http://www.funix.org/fr/linux/main-linux.php3?ref=logapache&page=menu" target_doc>French from Funix: How to install AWStats and Webalizer</a><br>
457             A setup tutorial in <a href="http://www.fpoeserv.com/?Select=Awstats" target=_new>French from Fpoeserv</a><br>
458             A setup tutorial for debian users with a logrotate tool in <a href="http://amaris.cybernd.at/awstats.html" target=_new>German</a><br>
459             <br>
460             
461             
462             <br>
463 rizwank 1.1 <hr>
464             
465             <script language=javascript>
466             	var lastmod = new Date(document.lastModified);
467             	if (lastmod.getDate() > 0) {
468             		if (lastmod.getDate()<10) zerod="0"
469             		else zerod="";
470             		if (lastmod.getMonth()<9) zerom="0"
471             		else zerom=""
472             		year2kok=lastmod.getYear();
473             		if (year2kok<100) year2kok+=2000;
474             		if ((year2kok>=100) && (year2kok < 1970)) year2kok+=1900;
475             		document.writeln("Last revision: "+year2kok+"-"+zerom+(lastmod.getMonth()+1)+"-"+zerod+lastmod.getDate());
476             	}
477             </script>
478             
479             <script language="javascript">
480             var doc=document.location.href;
481             if (doc.match(/^http/i)!=null) {
482             	document.write('<scr' + 'ipt language="javascript" src="/cgi-bin/pslogger.pl?loc='+escape(document.location)+'&ref='+escape(document.referrer));
483             	if (document.all) { document.write('&size='+document.fileSize); }
484 rizwank 1.1 	document.write('"></scr' + 'ipt>');
485             }
486             </script>
487             
488             <a href="http://www.chiensderace.com">&nbsp</a>
489             <a href="http://www.chatsderace.net">&nbsp</a>
490             
491             </body>
492             </html>

Rizwan Kassim
Powered by
ViewCVS 0.9.2