<?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: Useless Traffic</title>
	<atom:link href="http://www.johntp.com/2006/07/05/useless-traffic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johntp.com/2006/07/05/useless-traffic/</link>
	<description>Blog Tips To Help You Make Money Online</description>
	<lastBuildDate>Tue, 16 Jun 2009 03:11:00 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: A mail from the Adsense Team - JohnTP.com</title>
		<link>http://www.johntp.com/2006/07/05/useless-traffic/comment-page-1/#comment-16112</link>
		<dc:creator>A mail from the Adsense Team - JohnTP.com</dc:creator>
		<pubDate>Thu, 14 Sep 2006 04:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/07/05/useless-traffic/#comment-16112</guid>
		<description>[...] A few weeks back I had mentioned about the useless traffic I was getting from the traffic exchange service -www.website-traffic.cc that someone had registered for. After returning from my break, I found a mail from the Adsense team who had detected the invalid clicks that had been generated on my Google Ads through users of the traffic exchange site. [...]</description>
		<content:encoded><![CDATA[<p>[...] A few weeks back I had mentioned about the useless traffic I was getting from the traffic exchange service -www.website-traffic.cc that someone had registered for. After returning from my break, I found a mail from the Adsense team who had detected the invalid clicks that had been generated on my Google Ads through users of the traffic exchange site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John T P</title>
		<link>http://www.johntp.com/2006/07/05/useless-traffic/comment-page-1/#comment-10342</link>
		<dc:creator>John T P</dc:creator>
		<pubDate>Tue, 15 Aug 2006 12:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/07/05/useless-traffic/#comment-10342</guid>
		<description>It can be done with the WordPress Plugin &#039;Related Posts&#039;. You can find this and more useful plugins &lt;a href=&quot;http://www.johntp.com/2006/04/06/wordpress-plugins/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>It can be done with the WordPress Plugin &#8216;Related Posts&#8217;. You can find this and more useful plugins <a href="http://www.johntp.com/2006/04/06/wordpress-plugins/" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quix0r</title>
		<link>http://www.johntp.com/2006/07/05/useless-traffic/comment-page-1/#comment-10334</link>
		<dc:creator>Quix0r</dc:creator>
		<pubDate>Tue, 15 Aug 2006 11:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/07/05/useless-traffic/#comment-10334</guid>
		<description>Sorry for this offtopic post:

How did you made these &quot;related posting links&quot; below this input box?</description>
		<content:encoded><![CDATA[<p>Sorry for this offtopic post:</p>
<p>How did you made these &#8220;related posting links&#8221; below this input box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quix0r</title>
		<link>http://www.johntp.com/2006/07/05/useless-traffic/comment-page-1/#comment-10332</link>
		<dc:creator>Quix0r</dc:creator>
		<pubDate>Tue, 15 Aug 2006 11:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/07/05/useless-traffic/#comment-10332</guid>
		<description>Hello John,

you may want to setup a PHP script that bans such referrers away from your blog. E.g.:

# Code begins here
$blockedRefs = array(&quot;http://www.website-traffic.cc&quot;);

$ref = $_SERVER[&#039;HTTP_REFERER&#039;];

foreach ($blockedRefs as $blocked) {
if (strpos($ref, $blocked) !== false) {
// Bounce them back to themselve
header(&quot;Location: &quot;.$ref);
exit();
}
}

# Code ends here

There is also a .htaccess solution for this. It&#039;s based on mod_rewrite and works with RewriteRule and so on. Unfortunately I don&#039;t know how it exactly goes. :(

But you may want to google for &quot;RewriteRule HTTP_REFERER&quot; or so.</description>
		<content:encoded><![CDATA[<p>Hello John,</p>
<p>you may want to setup a PHP script that bans such referrers away from your blog. E.g.:</p>
<p># Code begins here<br />
$blockedRefs = array(&#8221;http://www.website-traffic.cc&#8221;);</p>
<p>$ref = $_SERVER['HTTP_REFERER'];</p>
<p>foreach ($blockedRefs as $blocked) {<br />
if (strpos($ref, $blocked) !== false) {<br />
// Bounce them back to themselve<br />
header(&#8221;Location: &#8220;.$ref);<br />
exit();<br />
}<br />
}</p>
<p># Code ends here</p>
<p>There is also a .htaccess solution for this. It&#8217;s based on mod_rewrite and works with RewriteRule and so on. Unfortunately I don&#8217;t know how it exactly goes. <img src='http://www.johntp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>But you may want to google for &#8220;RewriteRule HTTP_REFERER&#8221; or so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John T P</title>
		<link>http://www.johntp.com/2006/07/05/useless-traffic/comment-page-1/#comment-5885</link>
		<dc:creator>John T P</dc:creator>
		<pubDate>Thu, 06 Jul 2006 13:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/07/05/useless-traffic/#comment-5885</guid>
		<description>I have noticed an increase in RSS subscribers, do you think it&#039;s because of this traffic?</description>
		<content:encoded><![CDATA[<p>I have noticed an increase in RSS subscribers, do you think it&#8217;s because of this traffic?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Dsouza</title>
		<link>http://www.johntp.com/2006/07/05/useless-traffic/comment-page-1/#comment-5875</link>
		<dc:creator>Keith Dsouza</dc:creator>
		<pubDate>Thu, 06 Jul 2006 07:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2006/07/05/useless-traffic/#comment-5875</guid>
		<description>Yes John I am getting the same traffic.

It is totally useless, so what I am going to do is check the referrer and redirect it to some static page which only has a message and no images etc.

This way i will not loose bandwidth.

Its a headache and I still don&#039;t understand who registered me there.</description>
		<content:encoded><![CDATA[<p>Yes John I am getting the same traffic.</p>
<p>It is totally useless, so what I am going to do is check the referrer and redirect it to some static page which only has a message and no images etc.</p>
<p>This way i will not loose bandwidth.</p>
<p>Its a headache and I still don&#8217;t understand who registered me there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
