From: eldy <>
Date: Fri, 10 Dec 2004 23:20:19 +0000 (+0000)
Subject: New: Added geoip_org_maxmind plugin and geoip_isp_maxmind plugin
X-Git-Tag: AWSTATS_6_3_RELEASE~46
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43b8af20f1192f3462e85e95d49619954b1ac23c;p=thirdparty%2FAWStats.git
New: Added geoip_org_maxmind plugin and geoip_isp_maxmind plugin
---
diff --git a/docs/awstats_contrib.html b/docs/awstats_contrib.html
index ea0f821f..23ec9b86 100644
--- a/docs/awstats_contrib.html
+++ b/docs/awstats_contrib.html
@@ -52,7 +52,12 @@ it works (See LoadPlugin parameter)
Standard plugins : tooltips, decodeutfkeys, ipv6, hashfiles,
geoip, geoipfree, userinfo, hostinfo, clusterinfo, urlalias, timehires, timezone, rawlog,
graphapplet
-Other plugins (require other licensed product to work) : geoip_region_maxmind, geoip_city_maxmind
+Other plugins (require other licensed product to work) :
+geoip_region_maxmind,
+geoip_city_maxmind,
+geoip_isp_maxmind,
+geoip_org_maxmind,
+
List of standard plugins (Provided with AWStats) :
@@ -286,9 +291,58 @@ the moment this link works only when AWStats reports are build as CGI (static bu
supported).
+
+
# Plugin: GeoIP_ISP_Maxmind
+
# Perl modules required: Geo::IP (from Maxmind)
+
# This plugin add a chart of hits by ISP.
+
# Note: This plugin need Maxmind GeoIP Perl module AND the ISP database.
+
# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
+
# on Windows but it works great on Linux with default Perl.
+
# You need to purchase a license from Maxmind to get/use the ISP database.
+
# This plugin reduces AWStats speed.
+
#
+
#LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat"
+
+
Install:
+
This plugin need AWStats 6.3 or higher and need Geo::IP Perl Module AND the ISP database.
+
You can purchase the ISP licensed database and updates
+from Maxmind.
+
This plugin is provided with AWStats 6.3 standard distribution. If requirements
+are ok, just add the following line to your AWStats configuration file:
+LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat"
+Where /pathto/GeoIPISP.dat is the full path where you stored your ISP Database file.
+By enabled this plugin, you will see a new link called 'ISP' on reports menu. For
+the moment this link works only when AWStats reports are build as CGI (static built not yet
+supported).
+
+
+
+
# Plugin: GeoIP_Org_Maxmind
+
# Perl modules required: Geo::IP (from Maxmind)
+
# This plugin add a chart of hits by Organization names.
+
# Note: This plugin need Maxmind GeoIP Perl module AND the Org database.
+
# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
+
# on Windows but it works great on Linux with default Perl.
+
# You need to purchase a license from Maxmind to get/use the Org database.
+
# This plugin reduces AWStats speed.
+
#
+
#LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat"
+
+
Install:
+
This plugin need AWStats 6.3 or higher and need Geo::IP Perl Module AND the Org database.
+
You can purchase the Org licensed database and updates
+from Maxmind.
+
This plugin is provided with AWStats 6.3 standard distribution. If requirements
+are ok, just add the following line to your AWStats configuration file:
+LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat"
+Where /pathto/GeoIPOrg.dat is the full path where you stored your Org Database file.
+By enabled this plugin, you will see a new link called 'Organizations' on reports menu. For
+the moment this link works only when AWStats reports are build as CGI (static built not yet
+supported).
+
-
+
Other AWStats contribs/tools/package