<?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: How to eliminate spam bots from AWStats for good</title>
	<atom:link href="http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/</link>
	<description>SEO, Mobile &#38; Live Audio news from Ukraine</description>
	<lastBuildDate>Wed, 17 Mar 2010 22:14:08 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carsten</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-100465</link>
		<dc:creator>Carsten</dc:creator>
		<pubDate>Tue, 22 Sep 2009 17:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-100465</guid>
		<description>Is there any way to make AWStats apply this filter on the fly as it analyzes the log files?</description>
		<content:encoded><![CDATA[<p>Is there any way to make AWStats apply this filter on the fly as it analyzes the log files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-82333</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 07 Apr 2009 14:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-82333</guid>
		<description>You&#039;ll need to re-run logs through new filter obviously.
The old reports just lack the needed key information to distinguish trash within them.

BTW, I believe it&#039;s a good policy to keep all your web access logs. Quite a few of my websites take only 300 MB uncompressed in log files space per month (just over 1 million hits). Disks are cheap nowadays and you may get new ideas of what to do with the logs in future.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll need to re-run logs through new filter obviously.<br />
The old reports just lack the needed key information to distinguish trash within them.</p>
<p>BTW, I believe it&#8217;s a good policy to keep all your web access logs. Quite a few of my websites take only 300 MB uncompressed in log files space per month (just over 1 million hits). Disks are cheap nowadays and you may get new ideas of what to do with the logs in future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-82327</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-82327</guid>
		<description>What about old reports?!</description>
		<content:encoded><![CDATA[<p>What about old reports?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-82326</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-82326</guid>
		<description>What about old reports?!</description>
		<content:encoded><![CDATA[<p>What about old reports?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-64877</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 10 Dec 2008 12:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-64877</guid>
		<description>Thanks for contributing, Ruben.

Actually, I see the script is in need of revision as my stats once again started to seem poisoned.

Looks like .js access is the single most reliable indication for humanness, robots are rarely interested in JavaScript. Only problem - not all sites readily include this type of files in every page, so this test isn&#039;t totally universal out of the box.</description>
		<content:encoded><![CDATA[<p>Thanks for contributing, Ruben.</p>
<p>Actually, I see the script is in need of revision as my stats once again started to seem poisoned.</p>
<p>Looks like .js access is the single most reliable indication for humanness, robots are rarely interested in JavaScript. Only problem &#8211; not all sites readily include this type of files in every page, so this test isn&#8217;t totally universal out of the box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Rubio</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-64856</link>
		<dc:creator>Ruben Rubio</dc:creator>
		<pubDate>Wed, 10 Dec 2008 09:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-64856</guid>
		<description>So, change 

while () {

by

while (&lt;L&gt;) {</description>
		<content:encoded><![CDATA[<p>So, change </p>
<p>while () {</p>
<p>by</p>
<p>while (&lt;L&gt;) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Rubio</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-64855</link>
		<dc:creator>Ruben Rubio</dc:creator>
		<pubDate>Wed, 10 Dec 2008 09:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-64855</guid>
		<description>Testing ... &lt;</description>
		<content:encoded><![CDATA[<p>Testing &#8230; &lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Rubio</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-64854</link>
		<dc:creator>Ruben Rubio</dc:creator>
		<pubDate>Wed, 10 Dec 2008 09:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-64854</guid>
		<description>If you have this error:

Use of uninitialized value in pattern match (m//) at ./remove_spambots.pl line 19.

Change the lines at line 19 and line 45 that seems like:

while () {

by 

while () {</description>
		<content:encoded><![CDATA[<p>If you have this error:</p>
<p>Use of uninitialized value in pattern match (m//) at ./remove_spambots.pl line 19.</p>
<p>Change the lines at line 19 and line 45 that seems like:</p>
<p>while () {</p>
<p>by </p>
<p>while () {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Penultimate Reality &#187; Blog Archive &#187; Spambots Hurting Statistics</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-11683</link>
		<dc:creator>Penultimate Reality &#187; Blog Archive &#187; Spambots Hurting Statistics</dc:creator>
		<pubDate>Sat, 22 Dec 2007 01:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-11683</guid>
		<description>[...] reason), and it&#8217;d be nice to filter them out of AWStats somehow. I found an interesting script that purports to help solve this problem, but I haven&#8217;t actually figured out how the script [...]</description>
		<content:encoded><![CDATA[<p>[...] reason), and it&#8217;d be nice to filter them out of AWStats somehow. I found an interesting script that purports to help solve this problem, but I haven&#8217;t actually figured out how the script [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Results of taking care for the site &#8226; STEREO.org.ua</title>
		<link>http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/comment-page-1/#comment-4108</link>
		<dc:creator>Results of taking care for the site &#8226; STEREO.org.ua</dc:creator>
		<pubDate>Sat, 03 Nov 2007 01:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.stereo.org.ua/2007/eliminate-spam-bots-from-web-stats/#comment-4108</guid>
		<description>[...] Statistics are very reliable, I believe. A special technique for filtering out spam bots from apache log files has been employed for the report Feb-Oct 2007 (blog.stereo.org.ua) and Jul-Oct 2007 [...]</description>
		<content:encoded><![CDATA[<p>[...] Statistics are very reliable, I believe. A special technique for filtering out spam bots from apache log files has been employed for the report Feb-Oct 2007 (blog.stereo.org.ua) and Jul-Oct 2007 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
