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

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue May 11 13:12:58 EDT 2004


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

Modified Files:
	config.php 
Log Message:
Added an option to do IP address lookups.


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** config.php	9 May 2004 11:27:06 -0000	1.112
--- config.php	11 May 2004 17:12:56 -0000	1.113
***************
*** 581,587 ****
  $_CONF['censorlist']    = array('fuck','cunt','fucker','fucking','pussy','cock','c0ck',' cum ','twat','clit','bitch','fuk','fuking','motherfucker');
  
  // EXPERIMENTAL!
  // This feature when fully implemented, will make your site crawler friendly.
! // Only works with staticpages right now.
  //
  // Note: Works with Apache (Linux and Windows successfully tested).
--- 581,601 ----
  $_CONF['censorlist']    = array('fuck','cunt','fucker','fucking','pussy','cock','c0ck',' cum ','twat','clit','bitch','fuk','fuking','motherfucker');
  
+ 
+ // 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/*';
+ 
+ 
  // EXPERIMENTAL!
  // This feature when fully implemented, will make your site crawler friendly.
! // Only works with staticpages and stories right now.
  //
  // Note: Works with Apache (Linux and Windows successfully tested).




More information about the geeklog-cvs mailing list