<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Free Website Marketing! Try Hotlinked-Image</title>
	<link>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/</link>
	<description>Click-frauds on AdSense and such</description>
	<pubDate>Thu, 21 Aug 2008 01:59:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: demonsurfer</title>
		<link>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-662</link>
		<pubDate>Sat, 02 Sep 2006 19:01:53 +0000</pubDate>
		<guid>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-662</guid>
					<description>bah.. didn't display very well. first line:
&lt;code&gt;RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?YOURWEBSITE\.com/ [NC]&lt;/code&gt;

next line:
&lt;code&gt;RewriteCond %{HTTP_REFERER} !^http://(.+\.)?SOMEALLOWEDWEBSITE\.com/ [NC]&lt;/code&gt;

next line:
&lt;code&gt;RewriteCond %{HTTP_REFERER} !^$&lt;/code&gt;

next line:
&lt;code&gt;RewriteRule .*\.(jpe?g&amp;#124;gif&amp;#124;bmp&amp;#124;png)$ /path relative to htaccess file/ALTERNATEIMAGE.jpe [L]&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>bah.. didn&#8217;t display very well. first line:<br />
<code>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?YOURWEBSITE\.com/ [NC]</code></p>
<p>next line:<br />
<code>RewriteCond %{HTTP_REFERER} !^http://(.+\.)?SOMEALLOWEDWEBSITE\.com/ [NC]</code></p>
<p>next line:<br />
<code>RewriteCond %{HTTP_REFERER} !^$</code></p>
<p>next line:<br />
<code>RewriteRule .*\.(jpe?g|gif|bmp|png)$ /path relative to htaccess file/ALTERNATEIMAGE.jpe [L]</code>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: demonsurfer</title>
		<link>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-661</link>
		<pubDate>Sat, 02 Sep 2006 18:55:54 +0000</pubDate>
		<guid>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-661</guid>
					<description>use a .htaccess file - much easier. eg:

&lt;code&gt;
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?YOURWEBSITE\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?SOMEALLOWEDWEBSITE\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g&amp;#124;gif&amp;#124;bmp&amp;#124;png)$ /images/blogpics/bandwidththeft.jpe [L]
&lt;/code&gt;

The first line obviously means you don't block your own site, the second is an example of adding another website to allow them to hotlink your images, and that last line determines which type of files are blocked and the image that is displayed instead when someone tries to hotlink one of those files (note extension is .jpe).

Save this file as .htaccess (yes, it starts with a .) and place it in your main directory - anything in that directory (including other directories within it) will be dealt with.</description>
		<content:encoded><![CDATA[<p>use a .htaccess file - much easier. eg:</p>
<p><code><br />
RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?YOURWEBSITE\.com/ [NC]<br />
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?SOMEALLOWEDWEBSITE\.com/ [NC]<br />
RewriteCond %{HTTP_REFERER} !^$<br />
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/blogpics/bandwidththeft.jpe [L]<br />
</code></p>
<p>The first line obviously means you don&#8217;t block your own site, the second is an example of adding another website to allow them to hotlink your images, and that last line determines which type of files are blocked and the image that is displayed instead when someone tries to hotlink one of those files (note extension is .jpe).</p>
<p>Save this file as .htaccess (yes, it starts with a .) and place it in your main directory - anything in that directory (including other directories within it) will be dealt with.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: nortypig</title>
		<link>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-206</link>
		<pubDate>Thu, 15 Jun 2006 23:49:07 +0000</pubDate>
		<guid>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-206</guid>
					<description>serving them your ads and paying for the bandwidth isn't so bad at all. Since I did it on MySpace accounts who were sucking my bandwidth by hotlinking to images my traffic has increased somewhat significantly...

i just never liked paying for their visual enjoyment lol.

Great stuff, one more for the good guys :) Dont' get even get advertising.</description>
		<content:encoded><![CDATA[<p>serving them your ads and paying for the bandwidth isn&#8217;t so bad at all. Since I did it on MySpace accounts who were sucking my bandwidth by hotlinking to images my traffic has increased somewhat significantly&#8230;</p>
<p>i just never liked paying for their visual enjoyment lol.</p>
<p>Great stuff, one more for the good guys <img src='http://www.cheatad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Dont&#8217; get even get advertising.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cracker</title>
		<link>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-198</link>
		<pubDate>Sun, 11 Jun 2006 22:20:02 +0000</pubDate>
		<guid>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-198</guid>
					<description>i mean their site :)</description>
		<content:encoded><![CDATA[<p>i mean their site <img src='http://www.cheatad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cracker</title>
		<link>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-197</link>
		<pubDate>Sun, 11 Jun 2006 22:19:35 +0000</pubDate>
		<guid>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-197</guid>
					<description>and codding it with php is not a complete sollution as any 1 can save that page upload images on any image hosting site and than any body can publish it on that site.</description>
		<content:encoded><![CDATA[<p>and codding it with php is not a complete sollution as any 1 can save that page upload images on any image hosting site and than any body can publish it on that site.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cracker</title>
		<link>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-196</link>
		<pubDate>Sun, 11 Jun 2006 22:15:57 +0000</pubDate>
		<guid>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-196</guid>
					<description>Actually that article was posted by my friend on http://www.thila.ropage.com/ and he informed me about this article 
and than i posted that article on http://desi-tek.com .  I was not aware about the origin of the content. i just modified that article and added your name and your site url in source.  And i apologise for not adding source as i was not aware.</description>
		<content:encoded><![CDATA[<p>Actually that article was posted by my friend on <a href='http://www.thila.ropage.com/' rel='nofollow'>http://www.thila.ropage.com/</a> and he informed me about this article<br />
and than i posted that article on <a href='http://desi-tek.com' rel='nofollow'>http://desi-tek.com</a> .  I was not aware about the origin of the content. i just modified that article and added your name and your site url in source.  And i apologise for not adding source as i was not aware.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Lars Koudal</title>
		<link>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-164</link>
		<pubDate>Thu, 01 Jun 2006 10:12:06 +0000</pubDate>
		<guid>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-164</guid>
					<description>I've had a similar experience, but decided to use another approach, to shame the guy into submission. I tried contacting friendster.com, but have yet to recieve a response.

I posted about it here: http://www.koudal.dk/hotlink-revenge-dont-steal-bandwidth</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a similar experience, but decided to use another approach, to shame the guy into submission. I tried contacting friendster.com, but have yet to recieve a response.</p>
<p>I posted about it here: <a href='http://www.koudal.dk/hotlink-revenge-dont-steal-bandwidth' rel='nofollow'>http://www.koudal.dk/hotlink-revenge-dont-steal-bandwidth</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Fernando Hal</title>
		<link>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-131</link>
		<pubDate>Sun, 28 May 2006 04:51:16 +0000</pubDate>
		<guid>http://www.cheatad.com/2006/05/24/free-website-marketing-try-hotlinked-image/#comment-131</guid>
					<description>Hi, thanks all.
I'm going to try the php script thingy, but I'm new in php, so might take some time to learn.</description>
		<content:encoded><![CDATA[<p>Hi, thanks all.<br />
I&#8217;m going to try the php script thingy, but I&#8217;m new in php, so might take some time to learn.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
