<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JSSpamBlock 1.3</title>
	<atom:link href="http://paulbutler.org/archives/jsspamblock-13/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulbutler.org/archives/jsspamblock-13/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 16:01:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: blog.gkaindl.com &#187; Outsmarting Spam-Bots</title>
		<link>http://paulbutler.org/archives/jsspamblock-13/#comment-43</link>
		<dc:creator>blog.gkaindl.com &#187; Outsmarting Spam-Bots</dc:creator>
		<pubDate>Mon, 01 Oct 2007 22:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/jsspamblock-13/#comment-43</guid>
		<description>[...] section of the official WordPress plugin repository. I stumbled upon the excellent JSSpamBlock by Paul [...]</description>
		<content:encoded><![CDATA[<p>[...] section of the official WordPress plugin repository. I stumbled upon the excellent JSSpamBlock by Paul [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: postman31</title>
		<link>http://paulbutler.org/archives/jsspamblock-13/#comment-40</link>
		<dc:creator>postman31</dc:creator>
		<pubDate>Thu, 19 Apr 2007 16:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/jsspamblock-13/#comment-40</guid>
		<description>thank you for a great work!</description>
		<content:encoded><![CDATA[<p>thank you for a great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Butler</title>
		<link>http://paulbutler.org/archives/jsspamblock-13/#comment-42</link>
		<dc:creator>Paul Butler</dc:creator>
		<pubDate>Thu, 19 Apr 2007 00:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/jsspamblock-13/#comment-42</guid>
		<description>It is now fixed in the subversion repository, once WordPress updates the online version I will do a blog post.</description>
		<content:encoded><![CDATA[<p>It is now fixed in the subversion repository, once WordPress updates the online version I will do a blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Butler</title>
		<link>http://paulbutler.org/archives/jsspamblock-13/#comment-41</link>
		<dc:creator>Paul Butler</dc:creator>
		<pubDate>Wed, 18 Apr 2007 15:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/jsspamblock-13/#comment-41</guid>
		<description>Thanks a lot david_kw, this makes sense now. I wrote the script expecting that it would be in the root of the plugins folder, not in a separate folder. It will be fixed shortly.</description>
		<content:encoded><![CDATA[<p>Thanks a lot david_kw, this makes sense now. I wrote the script expecting that it would be in the root of the plugins folder, not in a separate folder. It will be fixed shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david_kw</title>
		<link>http://paulbutler.org/archives/jsspamblock-13/#comment-39</link>
		<dc:creator>david_kw</dc:creator>
		<pubDate>Tue, 17 Apr 2007 22:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/jsspamblock-13/#comment-39</guid>
		<description>Hey there,

I was just installing your plugin and wondering why I&#039;d have to manually create the table in the database when I could see in the code it should be created automatically.  So I did some digging and found out the add_action() isn&#039;t quite right so the install and uninstall functions weren&#039;t being called.  Try altering them to include the subfolder path like this.

add_action(&#039;activate_jsspamblock/jsspamblock.php&#039;, &#039;jsspamblock_install&#039;);
add_action(&#039;deactivate_jsspamblock/jsspamblock.php&#039;, &#039;jsspamblock_uninstall&#039;);

It worked for me at least. :)</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>I was just installing your plugin and wondering why I&#8217;d have to manually create the table in the database when I could see in the code it should be created automatically.  So I did some digging and found out the add_action() isn&#8217;t quite right so the install and uninstall functions weren&#8217;t being called.  Try altering them to include the subfolder path like this.</p>
<p>add_action(&#8216;activate_jsspamblock/jsspamblock.php&#8217;, &#8216;jsspamblock_install&#8217;);<br />
add_action(&#8216;deactivate_jsspamblock/jsspamblock.php&#8217;, &#8216;jsspamblock_uninstall&#8217;);</p>
<p>It worked for me at least. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Butler</title>
		<link>http://paulbutler.org/archives/jsspamblock-13/#comment-38</link>
		<dc:creator>Paul Butler</dc:creator>
		<pubDate>Wed, 11 Apr 2007 15:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/jsspamblock-13/#comment-38</guid>
		<description>Hi John, thanks for the comments.

Yeah, I do use it here. To be honest, I wouldn&#039;t use it here if I hadn&#039;t written it, simply because this blog doesn&#039;t get spammed. But I did testing on another blog that was set up as a spam trap, and it did very well in blocking the spam.

I guess it could be changed to detect if a user is logged in, the reason I didn&#039;t do this is that unlike CAPTCHAs and similar systems, it doesn&#039;t inconvenience the user unless they have JavaScript disabled.

Good point about the id column, it is not used by the script, but I am in the habit of giving every table a unique index. It only takes up a minimal amount of disk space to store, so I don&#039;t plan to change this, but I will keep it in mind in the future.

Good point about the indexes as well, although I think the best way to do it would be to remove the index from `code` altogether. Since `hash` is unique, `code` is never used except to check that they are equal.

I will keep the text modification in mind for the next version as well.</description>
		<content:encoded><![CDATA[<p>Hi John, thanks for the comments.</p>
<p>Yeah, I do use it here. To be honest, I wouldn&#8217;t use it here if I hadn&#8217;t written it, simply because this blog doesn&#8217;t get spammed. But I did testing on another blog that was set up as a spam trap, and it did very well in blocking the spam.</p>
<p>I guess it could be changed to detect if a user is logged in, the reason I didn&#8217;t do this is that unlike CAPTCHAs and similar systems, it doesn&#8217;t inconvenience the user unless they have JavaScript disabled.</p>
<p>Good point about the id column, it is not used by the script, but I am in the habit of giving every table a unique index. It only takes up a minimal amount of disk space to store, so I don&#8217;t plan to change this, but I will keep it in mind in the future.</p>
<p>Good point about the indexes as well, although I think the best way to do it would be to remove the index from `code` altogether. Since `hash` is unique, `code` is never used except to check that they are equal.</p>
<p>I will keep the text modification in mind for the next version as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Snyders</title>
		<link>http://paulbutler.org/archives/jsspamblock-13/#comment-37</link>
		<dc:creator>John Snyders</dc:creator>
		<pubDate>Wed, 11 Apr 2007 02:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/jsspamblock-13/#comment-37</guid>
		<description>Very nice simple design. I like it. I&#039;m not a PHP programmer but I read the code to understand how it works.

I see you use it on your site too. That&#039;s a good sign. I wonder how long until the spam bots work around it?

A few thoughts: If the person leaving the comment is logged in then no need to bother with this at all. Can you skip your code if you detect they are logged in?

Why bother with the auto increment ID column?

Shouldn&#039;t the index be on both code and hash.

It would be nice if there were an easy way to modify the text of the prompt and error message. I just edited the code. Not too familiar with other plugins perhaps they all expect people to be able to muck with the code.</description>
		<content:encoded><![CDATA[<p>Very nice simple design. I like it. I&#8217;m not a PHP programmer but I read the code to understand how it works.</p>
<p>I see you use it on your site too. That&#8217;s a good sign. I wonder how long until the spam bots work around it?</p>
<p>A few thoughts: If the person leaving the comment is logged in then no need to bother with this at all. Can you skip your code if you detect they are logged in?</p>
<p>Why bother with the auto increment ID column?</p>
<p>Shouldn&#8217;t the index be on both code and hash.</p>
<p>It would be nice if there were an easy way to modify the text of the prompt and error message. I just edited the code. Not too familiar with other plugins perhaps they all expect people to be able to muck with the code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

