[geeklog-cvs] geeklog-1.3 config.php,1.113,1.114

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu May 13 03:21:23 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv7004

Modified Files:
	config.php 
Log Message:
Removed the URLs to the various IP address lookup services and added a URL
for Tom Willet's Netttools instead (commented out by default).


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** config.php	11 May 2004 17:12:56 -0000	1.113
--- config.php	13 May 2004 07:21:20 -0000	1.114
***************
*** 584,596 ****
  // IP lookup support
  //
! // Remove the comment markers from ONE of the lines below to enable IP lookup
! // support (lets you click on IP addresses so that you can find out where a
! // visitor came from).
  // The '*' in the URL will be replaced with the IP address to look up.
  //
! // ***** Please do not abuse these free services! *****
! // $_CONF['ip_lookup'] = 'http://www.dnsstuff.com/tools/whois.ch?ip=*';
! // $_CONF['ip_lookup'] = 'http://drwhois.com/cgi-bin/scripts/whois.cgi?domain=*';
! // $_CONF['ip_lookup'] = 'http://www.whois.sc/*';
  
  
--- 584,595 ----
  // IP lookup support
  //
! // If $_CONF['ip_lookup'] contains the URL to a web-based service for IP
! // address lookups, Geeklog will let you click on IP addresses so that you
! // can find out where a visitor came from. This can either be a remote
! // service or a plugin like Tom Willet's Nettools.
  // The '*' in the URL will be replaced with the IP address to look up.
  //
! // uncomment this line if you have Tom Willet's Nettools installed
! // $_CONF['ip_lookup'] = $_CONF['site_url'] . '/nettools/domain=*';
  
  




More information about the geeklog-cvs mailing list