<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sadara.be &#187; JSSpamBlock</title>
	<atom:link href="http://www.sadara.be/tag/jsspamblock/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sadara.be</link>
	<description>strange fruit</description>
	<lastBuildDate>Sat, 11 Jun 2011 10:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JSSpamBlock</title>
		<link>http://www.sadara.be/2007/04/15/jsspamblock/</link>
		<comments>http://www.sadara.be/2007/04/15/jsspamblock/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 11:58:40 +0000</pubDate>
		<dc:creator>sadara</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[blogspam]]></category>
		<category><![CDATA[JSSpamBlock]]></category>

		<guid isPermaLink="false">http://sadara.be/index.php/20070415/jsspamblock/</guid>
		<description><![CDATA[this morning i had 59 spam comments on the blog, these having accumulated over less than 4 days, so i´ve installed the anti-spam plugin JSSpamBlock. hopefully, this will help. the plugin works by insisting that non-javascript-enabled clients enter a code provided by the blog in order to prove that there´s a human being running the [...]]]></description>
			<content:encoded><![CDATA[<p>this morning i had 59 spam comments on the blog, these having accumulated over less than 4 days, so i´ve installed the anti-spam plugin JSSpamBlock. hopefully, this will help.</p>
<p>the plugin works by insisting that non-javascript-enabled clients enter a code provided by the blog in order to prove that there´s a human being running the client. the plugin assumes that if javascript is enabled, then it´s a real person using a real browser trying to add a comment, and not a web-bot running wordpress´s add-comment script directly.</p>
<p>the plugin can be found here:</p>
<p><a href="http://wordpress.org/extend/plugins/jsspamblock/">http://wordpress.org/extend/plugins/jsspamblock/</a></p>
<p>when i activated the plugin, the database table was not automatically created. in case you need it, this is the SQL you need to create it manually:</p>
<p>CREATE TABLE `wp_jsspamblock` (<br />
  `ID` int(11) NOT NULL auto_increment,<br />
  `code` varchar(4) NOT NULL default &#8221;,<br />
  `hash` varchar(32) NOT NULL default &#8221;,<br />
  `expire` datetime NOT NULL default &#8217;0000-00-00 00:00:00&#8242;,<br />
  PRIMARY KEY  (`ID`),<br />
  UNIQUE KEY `hash` (`hash`),<br />
  KEY `code` (`code`)<br />
) ENGINE=MyISAM ;</p>
<p>if the default table prefix in your wordpress setup is not ´wp_´, you´ll need to replace the ´wp_´ in the table name with whatever your default table prefix is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sadara.be/2007/04/15/jsspamblock/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

