<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Why am I getting hits from poker sites?</title>
	<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites/</link>
	<description>Comments on Ask MetaFilter post Why am I getting hits from poker sites?</description>
	<pubDate>Tue, 19 Apr 2005 16:29:22 -0800</pubDate>
	<lastBuildDate>Tue, 19 Apr 2005 16:29:22 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Why am I getting hits from poker sites?</title>
		<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites</link>	
		<description>In the &quot;links from external pages&quot; section of my blog&apos;s statistics, I&apos;m getting hits from a lot of different poker websites. They don&apos;t seem to actually be linking to me, though. Is this some sort of strange spam thing? What is going on?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.17711</guid>
		<pubDate>Tue, 19 Apr 2005 16:26:30 -0800</pubDate>
		<dc:creator>buriednexttoyou</dc:creator>
		
			<category>website</category>
		
			<category>blog</category>
		
			<category>spam</category>
		
			<category>links</category>
		
	</item> <item>
		<title>By: majick</title>
		<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites#295715</link>	
		<description>&lt;a href=&quot;http://ask.metafilter.com/mefi/12504&quot;&gt;It&apos;s known as &quot;referer spam&quot;.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.17711-295715</guid>
		<pubDate>Tue, 19 Apr 2005 16:29:22 -0800</pubDate>
		<dc:creator>majick</dc:creator>
	</item><item>
		<title>By: adamrice</title>
		<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites#295718</link>	
		<description>Yes. It&apos;s referrer-log spamming. The scumbags are trying to take advantage of the fact that some people publish &quot;linked-from&quot; data on their blogs and the like, and build some google-juice this way.&lt;br&gt;
&lt;br&gt;
Like cockroaches, there is no nook or cranny they won&apos;t try to wiggle into.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.17711-295718</guid>
		<pubDate>Tue, 19 Apr 2005 16:31:45 -0800</pubDate>
		<dc:creator>adamrice</dc:creator>
	</item><item>
		<title>By: buriednexttoyou</title>
		<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites#295722</link>	
		<description>Ok, so how do I stop/filter them?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.17711-295722</guid>
		<pubDate>Tue, 19 Apr 2005 16:35:41 -0800</pubDate>
		<dc:creator>buriednexttoyou</dc:creator>
	</item><item>
		<title>By: orthogonality</title>
		<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites#295736</link>	
		<description>buriednexttoyou &lt;a href=&apos;http://ask.metafilter.com/mefi/17711#295722&apos;&gt;writes&lt;/a&gt;  &lt;em&gt;&quot;Ok, so how do I stop/filter them?&quot;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Well, either don&apos;t publish your referrer log, or filter it before you do publish it.&lt;br&gt;
&lt;br&gt;
To filter it, just use grep -v:&lt;br&gt;
&lt;br&gt;
grep -v &quot;poker.com&quot; your.referer.log.file | grep -v &quot;anothercasino.com&quot; &amp;gt; filtered.log.file&lt;br&gt;
&lt;br&gt;
if your log file is &quot;your.referer.log.file&quot;, after running this you have a new file called &quot;filtered.log.file&quot; that doesn&apos;t contain any line with &quot;poker.com&quot; or &quot;anothercasino.com&quot; in it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.17711-295736</guid>
		<pubDate>Tue, 19 Apr 2005 16:51:18 -0800</pubDate>
		<dc:creator>orthogonality</dc:creator>
	</item><item>
		<title>By: Nelson</title>
		<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites#295769</link>	
		<description>I used to put a lot of effort into finding referer spam, but ultimately I gave up. They&apos;ve gotten very smart about spoofing user agents, using multiple IPs, hitting reasonable URLs, etc. The only recourse I see now is actually fetching the referring page and verifying it contains a link to your site. That&apos;s too much work. A collaborative solution would probably also do it, but again, too much work.&lt;br&gt;
&lt;br&gt;
BTW, the #1 culprit in referal spam is a Windows app called Reffy. Bastard baked my blog&apos;s URL into his app that he sells to people, so I get a lot of this junk.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.17711-295769</guid>
		<pubDate>Tue, 19 Apr 2005 17:33:08 -0800</pubDate>
		<dc:creator>Nelson</dc:creator>
	</item><item>
		<title>By: neuroshred</title>
		<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites#295792</link>	
		<description>I stop them at the htaccess page.  Requests that contain referer spam keywords or known referer spam sites get a 403 (access forbidden) error.  It has been very effective, and there are only a few false positives.  I&apos;m willing to share my htaccess file.  Just &lt;a href=&quot;http://www.shrednow.com/contact.html&quot;&gt;contact me&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.17711-295792</guid>
		<pubDate>Tue, 19 Apr 2005 18:16:52 -0800</pubDate>
		<dc:creator>neuroshred</dc:creator>
	</item><item>
		<title>By: geekyguy</title>
		<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites#295853</link>	
		<description>After giving up a half a gig a day in bandwidth to this I switched my blog from &lt;strong&gt;b2Evolution &lt;/strong&gt;to &lt;strong&gt;WordPress&lt;/strong&gt;. I was spending entirely too much time adding to my filters. It has made a huge difference.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.17711-295853</guid>
		<pubDate>Tue, 19 Apr 2005 20:21:04 -0800</pubDate>
		<dc:creator>geekyguy</dc:creator>
	</item><item>
		<title>By: zymurgy</title>
		<link>http://ask.metafilter.com/17711/Why-am-I-getting-hits-from-poker-sites#296413</link>	
		<description>How do you make sure you referer log isn&apos;t published? &lt;br&gt;
&lt;br&gt;
Most hosting packages come with AWSTATS, etc. &lt;br&gt;
&lt;br&gt;
What do I need to do to make sure it&apos;s not visible?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.17711-296413</guid>
		<pubDate>Wed, 20 Apr 2005 13:25:27 -0800</pubDate>
		<dc:creator>zymurgy</dc:creator>
	</item>
	</channel>
</rss>
