<?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: TruBar 4.0(Silent)</title>
	<atom:link href="http://mnogo.truden.com/archives/151.html/feed" rel="self" type="application/rss+xml" />
	<link>http://mnogo.truden.com/archives/151.html</link>
	<description>I Am only Reminding You</description>
	<lastBuildDate>Mon, 02 May 2011 13:37:00 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Grouchy&#8217;s Liberaltopiaâ„¢ &#187; Give Spam a Cookie</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2515</link>
		<dc:creator>Grouchy&#8217;s Liberaltopiaâ„¢ &#187; Give Spam a Cookie</dc:creator>
		<pubDate>Tue, 31 Jul 2007 17:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2515</guid>
		<description>[...] have just installed a new plugin called Trubar 4.0(Silent) here that is supposed to block out SPAM comments 100% of the time.Â  It works by giving you, the [...]</description>
		<content:encoded><![CDATA[<p>[...] have just installed a new plugin called Trubar 4.0(Silent) here that is supposed to block out SPAM comments 100% of the time.Â  It works by giving you, the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anti-Idiotarian Rottweiler &#187; Blog Archive &#187; Spam, spam spam spam</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2514</link>
		<dc:creator>Anti-Idiotarian Rottweiler &#187; Blog Archive &#187; Spam, spam spam spam</dc:creator>
		<pubDate>Mon, 30 Jul 2007 01:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2514</guid>
		<description>[...] is called Trubar 4.0(Silent), and what it does is places a cookie on your computer before you start writing a comment. Then, [...]</description>
		<content:encoded><![CDATA[<p>[...] is called Trubar 4.0(Silent), and what it does is places a cookie on your computer before you start writing a comment. Then, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Word&#38;Press Mu &#187; Blog Archive &#187; PXS Mail Form [NO SPAM]</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2513</link>
		<dc:creator>Word&#38;Press Mu &#187; Blog Archive &#187; PXS Mail Form [NO SPAM]</dc:creator>
		<pubDate>Sat, 28 Jul 2007 19:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2513</guid>
		<description>[...] last two days I had lots of SPAM through my PXS Mail Form. So, I decided to use TruBar technique for stopping it. It is very easy. You don&#8217;t even have to edit [...]</description>
		<content:encoded><![CDATA[<p>[...] last two days I had lots of SPAM through my PXS Mail Form. So, I decided to use TruBar technique for stopping it. It is very easy. You don&#8217;t even have to edit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2507</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2507</guid>
		<description>You can copy the above code from the INSTAL.txt which is in the ZIP file.</description>
		<content:encoded><![CDATA[<p>You can copy the above code from the INSTAL.txt which is in the ZIP file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2506</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2506</guid>
		<description>Sorry about that error.
I know about it but I forgot to update the ZIP file.

Download again TruBar 4.0(Silent)
Take only cleaner.php from the ZIP and replace your old one with the new.

In &lt;strong&gt;comments.php&lt;/strong&gt;:

replace the first change (the very top of the file) that you made with:

&lt;code&gt;// START TruBar
if (isset($_COOKIE[&#039;TrBr&#039;])){
 	die(&#039;&lt;center&gt;&lt;div style=\&quot;display: left; color: black; background-color:#f4f4f4; border: solid 2px; width: 450px; height: 400px; margin: 18px; padding: 18px\&quot; id=\&quot;cookieclean\&quot;&gt;&lt;p align=\&quot;center\&quot;&gt;&lt;p&gt;&lt;strong&gt;You have posting cookies which you have not used.&lt;br /&gt;&lt;br /&gt;Please go to  &lt;a href=&quot;cleaner.php&quot; rel=&quot;nofollow&quot;&gt;CLEAN them&lt;/a&gt; and then you can come back on this page to read the comments and to comment if you want to.&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;/center&gt;&#039;);
            exit;
        }
// END TruBar&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sorry about that error.<br />
I know about it but I forgot to update the ZIP file.</p>
<p>Download again TruBar 4.0(Silent)<br />
Take only cleaner.php from the ZIP and replace your old one with the new.</p>
<p>In <strong>comments.php</strong>:</p>
<p>replace the first change (the very top of the file) that you made with:</p>
<div class="php" style="font-family: monospace;font-size: 110%; color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;"><span class="co1">// START TruBar</span><br />
<span class="kw1">if</span> <span class="br0">&#40;</span><a href="http://www.php.net/isset"><span class="kw3">isset</span></a><span class="br0">&#40;</span><span class="re0">$_COOKIE</span><span class="br0">&#91;</span><span class="st0">&#8216;TrBr&#8217;</span><span class="br0">&#93;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#123;</span><br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.php.net/die"><span class="kw3">die</span></a><span class="br0">&#40;</span><span class="st0">&#8216;&lt;center&gt;&lt;div style=<span class="es0">\&#8221;</span>display: left; color: black; background-color:#f4f4f4; border: solid 2px; width: 450px; height: 400px; margin: 18px; padding: 18px<span class="es0">\&#8221;</span> id=<span class="es0">\&#8221;</span>cookieclean<span class="es0">\&#8221;</span>&gt;&lt;p align=<span class="es0">\&#8221;</span>center<span class="es0">\&#8221;</span>&gt;&lt;p&gt;&lt;strong&gt;You have posting cookies which you have not used.&lt;br /&gt;&lt;br /&gt;Please go to &nbsp;&lt;a href=&quot;cleaner.php&quot; rel=&quot;nofollow&quot;&gt;CLEAN them&lt;/a&gt; and then you can come back on this page to read the comments and to comment if you want to.&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;/center&gt;&#8217;</span><span class="br0">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/exit"><span class="kw3">exit</span></a>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span><br />
<span class="co1">// END TruBar</span></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nice from Thailand</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2505</link>
		<dc:creator>Nice from Thailand</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2505</guid>
		<description>ok, I tested it on my server
the comment is not on akismet spam bin if I use tab, not clicking.
--------
I have this error sometimes
Warning: Cannot modify header information - headers already sent by......
sometimes I can see this error on this site too!</description>
		<content:encoded><![CDATA[<p>ok, I tested it on my server<br />
the comment is not on akismet spam bin if I use tab, not clicking.<br />
&#8212;&#8212;&#8211;<br />
I have this error sometimes<br />
Warning: Cannot modify header information &#8211; headers already sent by&#8230;&#8230;<br />
sometimes I can see this error on this site too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2504</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Tue, 03 Jul 2007 15:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2504</guid>
		<description>No, it won&#039;t be in the SPAM bin.
All the SPAM stopped by TruBar does not get further processing. There are no records about it in the Data Base.

TruBar does not filter the SPAM.
It stops it.</description>
		<content:encoded><![CDATA[<p>No, it won&#8217;t be in the SPAM bin.<br />
All the SPAM stopped by TruBar does not get further processing. There are no records about it in the Data Base.</p>
<p>TruBar does not filter the SPAM.<br />
It stops it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nice from Thailand</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2503</link>
		<dc:creator>Nice from Thailand</dc:creator>
		<pubDate>Tue, 03 Jul 2007 15:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2503</guid>
		<description>&quot;then anonymous users must click unlock every time they post?â€
it&#039;s me who said so! :D

I tested by using keyboard-tab instead of mouse-click  to post comment in http://mnogo.truden.com/archives/146.html.
and it caught me as spam.
then, will that comment be in spam bin?
(just curious, not complaining the plugin :) )

Great plugin, no more annoying CAPTCHA, hooray!</description>
		<content:encoded><![CDATA[<p>&#8220;then anonymous users must click unlock every time they post?â€<br />
it&#8217;s me who said so! <img src='http://mnogo.truden.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I tested by using keyboard-tab instead of mouse-click  to post comment in <a href="http://mnogo.truden.com/archives/146.html" rel="nofollow">http://mnogo.truden.com/archives/146.html</a>.<br />
and it caught me as spam.<br />
then, will that comment be in spam bin?<br />
(just curious, not complaining the plugin <img src='http://mnogo.truden.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>Great plugin, no more annoying CAPTCHA, hooray!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2497</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Fri, 22 Jun 2007 16:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2497</guid>
		<description>Well, you obviously clicked :D</description>
		<content:encoded><![CDATA[<p>Well, you obviously clicked <img src='http://mnogo.truden.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tester</title>
		<link>http://mnogo.truden.com/archives/151.html#comment-2496</link>
		<dc:creator>Tester</dc:creator>
		<pubDate>Fri, 22 Jun 2007 16:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://mnogo.truden.com/archives/151.html#comment-2496</guid>
		<description>Testing without a click here</description>
		<content:encoded><![CDATA[<p>Testing without a click here</p>
]]></content:encoded>
	</item>
</channel>
</rss>

