cvs: phpweb /manual add-note.php
[email protected] ("Nuno Lopes")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsnlopess1203883984@cvsserver> |
nlopess Sun Feb 24 20:13:04 2008 UTC
Modified files:
/phpweb/manual add-note.php
Log:
the dnsstuff SPAM lookup is now paid. redirecting users to dnsbl.info instead
#if someone knows a better spam lookup service, feel free to change this
http://cvs.php.net/viewvc.cgi/phpweb/manual/add-note.php?r1=1.76&r2=1.77&diff_format=u
Index: phpweb/manual/add-note.php
diff -u phpweb/manual/add-note.php:1.76 phpweb/manual/add-note.php:1.77
--- phpweb/manual/add-note.php:1.76 Tue Dec 4 09:59:43 2007
+++ phpweb/manual/add-note.php Sun Feb 24 20:13:04 2008
@@ -1,7 +1,7 @@
<?php
-// $Id: add-note.php,v 1.76 2007/12/04 09:59:43 bjori Exp $
+// $Id: add-note.php,v 1.77 2008/02/24 20:13:04 nlopess Exp $
-$ip_spam_lookup_url = 'http://www.dnsstuff.com/tools/ip4r.ch?ip=';
+$ip_spam_lookup_url = 'http://www.dnsbl.info/lookup.asp?IP=';
$_SERVER['BASE_PAGE'] = 'manual/add-note.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';