<?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"
	>

<channel>
	<title>KnowTeBook - Webworkers Daily Milk &#187; Anti-Spam</title>
	<atom:link href="http://www.knowtebook.com/tag/anti-spam/feed" rel="self" type="application/rss+xml" />
	<link>http://www.knowtebook.com</link>
	<description>A community blog about design, ideas, trends, wordpress &#38; more.</description>
	<pubDate>Tue, 27 Jul 2010 08:46:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=9</generator>
	<language>en</language>
			<item>
		<title>Reduce Spam to almost Zero by simple Blocking</title>
		<link>http://www.knowtebook.com/reduce-spam-to-almost-zero-by-simple-blocking-1105.htm</link>
		<comments>http://www.knowtebook.com/reduce-spam-to-almost-zero-by-simple-blocking-1105.htm#comments</comments>
		<pubDate>Sun, 20 Jul 2008 20:41:41 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[tutorials]]></category>

		<category><![CDATA[Anti-Spam]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1105</guid>
		<description><![CDATA[Spambots and badly behaving bots seem to be all the rage this year. While it will be very hard to block all of them, you can do a lot to keep most of the comment spammers away from your blog (...)]]></description>
			<content:encoded><![CDATA[<p>Spambots and badly behaving bots seem to be all the rage this year. While it will be very hard to block all of them, you can do a lot to keep most of the comment spammers away from your blog and scrapers from harvesting your site.</p>
<p>Spambots also have to identify as user agents on servers, so that people gathered their &#8220;names&#8221; in the long run. There are a bunch more, but blocking to many may cause the server to slow down. Here we go. Just follow this simple steps to reduce your spam attacks!</p>
<p><a rel="attachment wp-att-1108" href="http://www.knowtebook.com/reduce-spam-to-almost-zero-by-simple-blocking-1105.htm/6f6a42b7fcb68825/"><img class="alignnone size-full wp-image-1108" title="6f6a42b7fcb68825" src="http://www.knowtebook.com/uploaded/2008/07/6f6a42b7fcb68825.jpg" alt="Image by debruehe" width="500" height="715" /></a></p>
<p>Image by <a target="_blank" href="http://debruehe.deviantart.com/art/Spam-79024061" target="_blank">debruehe</a></p>
<p><span id="more-1105"></span></p>
<h2>How to Block SpamBots</h2>
<ol>
<li>Create a .htaccess file in your root directory on your server if you don&#8217;t have one already.</li>
<li>Insert the following code</li>
</ol>
<pre># BLACKLISTED USER AGENTS
SetEnvIfNoCase User-Agent "" keep_out
SetEnvIfNoCase User-Agent "larbin" keep_out
SetEnvIfNoCase User-Agent "heritrix" keep_out
SetEnvIfNoCase User-Agent "ia_archiver" keep_out
SetEnvIfNoCase User-Agent "Jakarta Commons" keep_out
SetEnvIfNoCase User-Agent "Y!OASIS/TEST"    keep_out
SetEnvIfNoCase User-Agent "libwww-perl"     keep_out
SetEnvIfNoCase User-Agent "MOT-MPx220"      keep_out
SetEnvIfNoCase User-Agent "MJ12bot"         keep_out
SetEnvIfNoCase User-Agent "Nutch"           keep_out
SetEnvIfNoCase User-Agent "cr4nk"           keep_out

&lt;Limit GET POST PUT&gt;
order allow,deny
allow from all
deny from env=keep_out
&lt;/Limit&gt;</pre>
<p>Thats it! Save and upload it to your (apache) server. What do we have done? Every single line stands for blocking a spam bot (like &#8220;larbin&#8221;), so you maybe noticed the very first line with no spambot in it. <code>""</code>? That’s right. An empty user agent. If someone can’t be arsed to set a user-agent, why should you serve him anything? Some servers can not handle the empty &#8220;&#8221;. So if you encounter problems, delete the hole line</p>
<pre>SetEnvIfNoCase User-Agent "" keep_out</pre>
<p>The last 5 lines just tell the server to block those agents.</p>
<p><strong>Please keep us updated of your experiences or if you have different spambots!</strong></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/reduce-spam-to-almost-zero-by-simple-blocking-1105.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2008/07/6f6a42b7fcb68825-150x150.jpg' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>Anti-Spam Guide f&#252;r Webmaster</title>
		<link>http://www.knowtebook.com/anti-spam-guide-fuer-webmaster-549.htm</link>
		<comments>http://www.knowtebook.com/anti-spam-guide-fuer-webmaster-549.htm#comments</comments>
		<pubDate>Sat, 09 Feb 2008 21:23:21 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[how-to]]></category>

		<category><![CDATA[Anti-Spam]]></category>

		<guid isPermaLink="false">http://www.4webworking.de/allgemein/anti-spam-guide-fuer-webmaster/</guid>
		<description><![CDATA[Spam-Emails &#252;berschwemmen das Internet. Um ihre Massenemails unter die Leute zu bringen, benutzen Spammer Adress-Datenbanken, die im Internet f&#252;r teures Geld gehandelt werden. Oberstes Ziel im Anti-Spam-Kampf sollte es deswegen sein, mit seiner Emailadresse nicht in solchen Datenbanken aufzutauchen.

 photo (...)]]></description>
			<content:encoded><![CDATA[<p>Spam-Emails &#252;berschwemmen das Internet. Um ihre Massenemails unter die Leute zu bringen, benutzen Spammer Adress-Datenbanken, die im Internet f&#252;r teures Geld gehandelt werden. Oberstes Ziel im Anti-Spam-Kampf sollte es deswegen sein, mit seiner Emailadresse nicht in solchen Datenbanken aufzutauchen.</p>
<p><a target="_blank" title="No Spam" href="http://www.tarsus.de/download/anti-spam-guide.html" target="_blank"><img src="http://farm1.static.flickr.com/126/362270357_63d4d50f88.jpg" border="0" alt="No Spam" title="362270357 63d4d50f88 Anti Spam Guide für Webmaster   how to" /></a><br />
<small><a target="_blank" title="Attribution-NonCommercial License" href="http://creativecommons.org/licenses/by-nc/2.0/" target="_blank"><img src="http://www.knowtebook.com/wp-content/plugins/photo_dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" title="cc Anti Spam Guide für Webmaster   how to" /></a> <a target="_blank" href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a target="_blank" title="Thomas Hawk" href="http://www.flickr.com/photos/51035555243@N01/362270357/" target="_blank">Thomas Hawk</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/anti-spam-guide-fuer-webmaster-549.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cut &#038; Paste Anti-spam email displayer</title>
		<link>http://www.knowtebook.com/cut-paste-anti-spam-email-displayer-550.htm</link>
		<comments>http://www.knowtebook.com/cut-paste-anti-spam-email-displayer-550.htm#comments</comments>
		<pubDate>Sat, 09 Feb 2008 21:23:21 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[Anti-Spam]]></category>

		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.4webworking.de/allgemein/css-anti-spam-email-displayer-tipp/</guid>
		<description><![CDATA[This is a powerful anti-spam script that lets you display email addresses on your site without spam harvesters being able to pick up on them.

 photo credit: TheAlieness GiselaGiardino²³

It is unique in the following ways:

 Enter email addresses into the (...)]]></description>
			<content:encoded><![CDATA[<p>This is a powerful anti-spam script that lets you display email addresses on your site without spam harvesters being able to pick up on them.</p>
<p><a target="_blank" title="getting creative, one spam at a time =)" href="http://www.javascriptkit.com/script/script2/antispamemail.shtml" target="_blank"><img src="http://farm3.static.flickr.com/2080/2316055509_ace9808af6.jpg" border="0" alt="getting creative, one spam at a time=)" title="2316055509 ace9808af6 Cut & Paste Anti spam email displayer   tools" /></a><br />
<small><a target="_blank" title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://www.knowtebook.com/wp-content/plugins/photo_dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" title="cc Cut & Paste Anti spam email displayer   tools" /></a> <a target="_blank" href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a target="_blank" title="TheAlieness GiselaGiardino²³" href="http://www.flickr.com/photos/36613169@N00/2316055509/" target="_blank">TheAlieness GiselaGiardino²³</a></small><br />
<span id="more-550"></span></p>
<h3>It is unique in the following ways:</h3>
<ul>
<li> Enter email addresses into the script using the simple format &#8220;chris[at]whatever[dot]com&#8221;. The script will dynamically replace [at] and [dot] at run time for anti spam purposes.</li>
<li> Easily display email addresses in 2 different modes: 1) A drop down menu 2) Plain text and email link.</li>
<li> Display a list of email addresses, or just one from the list.</li>
<li> Pass in an optional CSS classname to easily style the email addresses.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/cut-paste-anti-spam-email-displayer-550.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Domains: urlto - Verfolgung von Links verhindern</title>
		<link>http://www.knowtebook.com/domains-urlto-verfolgung-von-links-verhindern-672.htm</link>
		<comments>http://www.knowtebook.com/domains-urlto-verfolgung-von-links-verhindern-672.htm#comments</comments>
		<pubDate>Sat, 09 Feb 2008 21:23:21 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[Anti-Spam]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.4webworking.de/allgemein/domains-urlto-verfolgung-von-links-verhindern/</guid>
		<description><![CDATA[Jede Website protokolliert die Herkunft der Besucher mit, d.h. jeder Link von Ihrer Website wird im sogenannten Referrer-Log aufgezeichnet und ist so nachvollziehbar. Mit urlto.de k&#246;nnen Sie dies umgehen, denn dem Empf&#228;nger wird keine M&#246;glichkeit gegeben die Herkunft des Users (...)]]></description>
			<content:encoded><![CDATA[<p>Jede Website protokolliert die Herkunft der Besucher mit, d.h. jeder Link von Ihrer Website wird im sogenannten Referrer-Log aufgezeichnet und ist so nachvollziehbar. Mit urlto.de k&#246;nnen Sie dies umgehen, denn dem Empf&#228;nger wird keine M&#246;glichkeit gegeben die Herkunft des Users einzusehen.</p>
<p><a target="_blank" title="Lock" href="http://www.urlto.de/" target="_blank"><img src="http://farm1.static.flickr.com/84/235453953_b565f23939_m.jpg" border="0" alt="Lock" title="235453953 b565f23939 m Domains: urlto   Verfolgung von Links verhindern   tools" /></a><br />
<small><a target="_blank" title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://www.knowtebook.com/wp-content/plugins/photo_dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" title="cc Domains: urlto   Verfolgung von Links verhindern   tools" /></a> <a target="_blank" href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a target="_blank" title="AMagill" href="http://www.flickr.com/photos/85473033@N00/235453953/" target="_blank">AMagill</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/domains-urlto-verfolgung-von-links-verhindern-672.htm/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
