<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Bug in the new Defensio plugin for WordPress</title>
	<atom:link href="http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/</link>
	<description>Knowledge bling's the finer things in life.</description>
	<pubDate>Mon, 08 Sep 2008 14:47:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: toxicle</title>
		<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1796</link>
		<dc:creator>toxicle</dc:creator>
		<pubDate>Fri, 23 Nov 2007 01:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1796</guid>
		<description>Spam Karma is the way to go.</description>
		<content:encoded><![CDATA[<p>Spam Karma is the way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Defensio anti spam 1.1.3 released &#124; The Danesh Project</title>
		<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1767</link>
		<dc:creator>Defensio anti spam 1.1.3 released &#124; The Danesh Project</dc:creator>
		<pubDate>Thu, 22 Nov 2007 04:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1767</guid>
		<description>[...] are still a few pending issues I wrote about in my previous post which the Defensio team is working to resolve now. Thanks Carl [...]</description>
		<content:encoded><![CDATA[<p>[...] are still a few pending issues I wrote about in my previous post which the Defensio team is working to resolve now. Thanks Carl [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1766</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 22 Nov 2007 04:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1766</guid>
		<description>Thanks Carl</description>
		<content:encoded><![CDATA[<p>Thanks Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Mercier</title>
		<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1757</link>
		<dc:creator>Carl Mercier</dc:creator>
		<pubDate>Wed, 21 Nov 2007 19:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1757</guid>
		<description>I just updated the plugin to fix the first issue you mentioned and a few more minor glitches.  You can get the update here:

http://downloads.wordpress.org/plugin/defensio-anti-spam.1.1.3.zip

We'll have to spend more time on the plugin and theme editor problems you reported, however.  Thanks for the help!</description>
		<content:encoded><![CDATA[<p>I just updated the plugin to fix the first issue you mentioned and a few more minor glitches.  You can get the update here:</p>
<p><a href="http://downloads.wordpress.org/plugin/defensio-anti-spam.1.1.3.zip" rel="nofollow">http://downloads.wordpress.org/plugin/defensio-anti-spam.1.1.3.zip</a></p>
<p>We&#8217;ll have to spend more time on the plugin and theme editor problems you reported, however.  Thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wing Loon</title>
		<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1755</link>
		<dc:creator>Wing Loon</dc:creator>
		<pubDate>Wed, 21 Nov 2007 18:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1755</guid>
		<description>Bro, I am having the same issue...</description>
		<content:encoded><![CDATA[<p>Bro, I am having the same issue&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1753</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 21 Nov 2007 18:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1753</guid>
		<description>Look for the below snippet within the defensio.php and change the defensio to defensio-anti-spam. This will fix the first issue seen above. The activity box link.

function defensio_render_activity_box() {
$link_base = 'edit-comments.php';
$link = clean_url($link_base . '?page=defensio-anti-spam/defensio.php'); &lt;--CHANGE THIS ONLY

$obvious_spam_count = defensio_wp_spam_count(true);
$total_spam_count = defensio_wp_spam_count(false);

The change above will fix the activity box miss link.</description>
		<content:encoded><![CDATA[<p>Look for the below snippet within the defensio.php and change the defensio to defensio-anti-spam. This will fix the first issue seen above. The activity box link.</p>
<p>function defensio_render_activity_box() {<br />
$link_base = &#8216;edit-comments.php&#8217;;<br />
$link = clean_url($link_base . &#8216;?page=defensio-anti-spam/defensio.php&#8217;); <&#8211;CHANGE THIS ONLY</p>
<p>$obvious_spam_count = defensio_wp_spam_count(true);<br />
$total_spam_count = defensio_wp_spam_count(false);</p>
<p>The change above will fix the activity box miss link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1752</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 21 Nov 2007 18:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1752</guid>
		<description>Carl, below is from the 1.1.2 defensio.php file
&lt;code&gt;
function defensio_render_activity_box() {
	$link_base = 'edit-comments.php';
	$link = clean_url($link_base . '?page=defensio/defensio.php');

	$obvious_spam_count = defensio_wp_spam_count(true);
	$total_spam_count = defensio_wp_spam_count(false);

	echo "&lt;h3&gt;Defensio Spam&lt;/h3&gt;";
	if ($total_spam_count == 0) {
		echo "Your Defensio quarantine is empty.  Awesome!";
	} elseif ($total_spam_count == 1) {
		echo "You have $total_spam_count spam comment";
		if ($obvious_spam_count &gt; 0) { echo " ($obvious_spam_count obvious)"; }
		echo " in your &lt;a href='$link' rel="nofollow"&gt;Defensio quarantine&lt;/a&gt;.";
	} elseif ($total_spam_count &gt; 1) {
		echo "You have $total_spam_count spam comments";
		if ($obvious_spam_count &gt; 0) { echo " ($obvious_spam_count obvious)"; }
		echo " in your &lt;a href='$link' rel="nofollow"&gt;Defensio quarantine&lt;/a&gt;.";
	}
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Carl, below is from the 1.1.2 defensio.php file<br />
<code><br />
function defensio_render_activity_box() {<br />
	$link_base = 'edit-comments.php';<br />
	$link = clean_url($link_base . '?page=defensio/defensio.php');</p>
<p>	$obvious_spam_count = defensio_wp_spam_count(true);<br />
	$total_spam_count = defensio_wp_spam_count(false);</p>
<p>	echo "<br />
<h3>Defensio Spam</h3>
<p>&#8220;;<br />
	if ($total_spam_count == 0) {<br />
		echo &#8220;Your Defensio quarantine is empty.  Awesome!&#8221;;<br />
	} elseif ($total_spam_count == 1) {<br />
		echo &#8220;You have $total_spam_count spam comment&#8221;;<br />
		if ($obvious_spam_count > 0) { echo &#8221; ($obvious_spam_count obvious)&#8221;; }<br />
		echo &#8221; in your <a href='$link' rel="nofollow">Defensio quarantine</a>.&#8221;;<br />
	} elseif ($total_spam_count > 1) {<br />
		echo &#8220;You have $total_spam_count spam comments&#8221;;<br />
		if ($obvious_spam_count > 0) { echo &#8221; ($obvious_spam_count obvious)&#8221;; }<br />
		echo &#8221; in your <a href='$link' rel="nofollow">Defensio quarantine</a>.&#8221;;<br />
	}<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1751</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 21 Nov 2007 18:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1751</guid>
		<description>Hi Carl,

yup, i did. the path currently is "/www/wp-content/plugins/defensio-anti-spam/"

could it be with the DB? can i clear out all defensio table?</description>
		<content:encoded><![CDATA[<p>Hi Carl,</p>
<p>yup, i did. the path currently is &#8220;/www/wp-content/plugins/defensio-anti-spam/&#8221;</p>
<p>could it be with the DB? can i clear out all defensio table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Mercier</title>
		<link>http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1749</link>
		<dc:creator>Carl Mercier</dc:creator>
		<pubDate>Wed, 21 Nov 2007 18:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/#comment-1749</guid>
		<description>Hi,

Did you delete the 'defensio' directory in plugins and copy the new version to 'defensio-anti-spam' instead?  (the process is mentioned in the docs).

From your screenshot, it looks like your WP tries to load defensio/defensio.php which, technically, should not exist anymore.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Did you delete the &#8216;defensio&#8217; directory in plugins and copy the new version to &#8216;defensio-anti-spam&#8217; instead?  (the process is mentioned in the docs).</p>
<p>From your screenshot, it looks like your WP tries to load defensio/defensio.php which, technically, should not exist anymore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
