[pLog-svn] r6571 - plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Wed Jun 18 13:23:59 EDT 2008
Author: jondaley
Date: 2008-06-18 13:23:59 -0400 (Wed, 18 Jun 2008)
New Revision: 6571
Modified:
plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/blacklist.inc.php
plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/mozilla.inc.php
plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/version.inc.php
Log:
upgraded to 2.0.14
Modified: plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/blacklist.inc.php
===================================================================
--- plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/blacklist.inc.php 2008-06-18 17:23:17 UTC (rev 6570)
+++ plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/blacklist.inc.php 2008-06-18 17:23:59 UTC (rev 6571)
@@ -38,7 +38,8 @@
"psycheclone", // spam harvester
"PussyCat ", // misc comment spam
"PycURL", // misc comment spam
- "Shockwave Flash", // spam harvester
+// "Shockwave Flash", // spam harvester
+// WP 2.5 now has Flash; FIXME
"TrackBack/", // trackback spam
"user", // suspicious harvester
"User Agent: ", // spam harvester
Modified: plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/mozilla.inc.php
===================================================================
--- plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/mozilla.inc.php 2008-06-18 17:23:17 UTC (rev 6570)
+++ plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/mozilla.inc.php 2008-06-18 17:23:59 UTC (rev 6571)
@@ -8,7 +8,7 @@
// Google Desktop fixed it, but apparently some old versions are
// still out there. :(
// Always check accept header for Mozilla user agents
- if (strpos($package['headers_mixed']['User-Agent'], "Google Desktop") === FALSE) {
+ if (strpos($package['headers_mixed']['User-Agent'], "Google Desktop") === FALSE && strpos($package['headers_mixed']['User-Agent'], "PLAYSTATION 3") === FALSE) {
if (!array_key_exists('Accept', $package['headers_mixed'])) {
return "17566707";
}
Modified: plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/version.inc.php
===================================================================
--- plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/version.inc.php 2008-06-18 17:23:17 UTC (rev 6570)
+++ plog/branches/lifetype-1.2/plugins/badbehavior/bad-behavior/version.inc.php 2008-06-18 17:23:59 UTC (rev 6571)
@@ -1,3 +1,3 @@
<?php if (!defined('BB2_CWD')) die("I said no cheating!");
-define('BB2_VERSION', "2.0.13");
+define('BB2_VERSION', "2.0.14");
?>
More information about the pLog-svn
mailing list