From: eldy <>
Date: Wed, 18 Sep 2002 12:09:18 +0000 (+0000)
Subject: Added LinksToIPWhoIs parameter.
X-Git-Tag: AWSTATS_5_0_BETA~33
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e42dceaed3ce3305f34811a50b216d184187bf;p=thirdparty%2FAWStats.git
Added LinksToIPWhoIs parameter.
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index efb58033..80f858f9 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -140,6 +140,7 @@ when reading it), follow the example:
MaxLengthOfURL
ShowLinksToWhoIs
LinksToWhoIs
+LinksToIPWhoIs
HTMLHeadSection
HTMLEndSection
BarWidth
@@ -969,9 +970,10 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
ShowLinksToWhoIs
Version : 4.0 +
-
# AWStats can include a link to WhoIs database on all hostnames. For this, you
-
# must set ShowLinksToWhoIs to 1. Warning, a such feature depends on next
-
# parameter (LinksForWhoIs) and on WhoIs server exhaustivity and availability.
+
# AWStats can include a link to WhoIs database on all hostnames/ip. For this, you
+
# must set ShowLinksToWhoIs to 1. Warning, a such feature depends on two next
+
# parameter (LinksToWhoIs and LinksToIPWhoIs) and on WhoIs server
+
# exhaustivity and availability.
# For this reason, this feature can't be a reliable feature.
# Possible values: 1 or 0
# Default: 0
@@ -982,7 +984,7 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
LinksToWhoIs
Version : 4.0 +
-
# Set here the link used to point to Internet WhoIs database.
+
# Set here the link used to point to Internet WhoIs database for hostnames.
# This parameter is not used if ShowLinksToWhoIs is 0.
# Default: "http://www.whois.net/search.cgi2?str="
# Example: "http://www.netsol.com/cgi-bin/whois/whois?SearchType=all&STRING="
@@ -993,6 +995,17 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
+LinksToIPWhoIs
+Version : 5.0 +
+
# Set here the link used to point to Internet WhoIs database for ip addresses.
+
# This parameter is not used if ShowLinksToWhoIs is 0.
+
# Default: "http://ws.arin.net/cgi-bin/whois.pl?queryinput="
+
# Example: "http://ws.arin.net/cgi-bin/whois.pl?queryinput="
+
#
+
LinksToIPWhoIs="http://ws.arin.net/cgi-bin/whois.pl?queryinput="
+
+
+
HTMLHeadSection
Version : 3.2 +
# You can put here HTML code that will be added at the top of AWStats reports.