<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WpFunc &#187; hotlinking</title>
	<atom:link href="http://wpfunc.com/tag/hotlinking/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>You can stop Hotlinking!</title>
		<link>http://wpfunc.com/wordpress/you-can-stop-hotlinking.html</link>
		<comments>http://wpfunc.com/wordpress/you-can-stop-hotlinking.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 16:41:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[bandwith]]></category>
		<category><![CDATA[hidden file]]></category>
		<category><![CDATA[hotlinking]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[steal]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=181</guid>
		<description><![CDATA[Yeah! Hotlinking is bad! I don&#8217;t use any image for that! If you use a lot of or nice photograps/ images the hotlinkers :) or bandwith thiefs can use your images and you can show this people like stupid :)
If you want to do this only you have to change .htaccess file. Just copy this [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Yeah! Hotlinking is bad! I don&#8217;t use any image for that! If you use a lot of or nice photograps/ images the hotlinkers :) or bandwith thiefs can use your images and you can show this people like stupid :)<span id="more-181"></span></p>
<p style="text-align: justify;">If you want to do this only you have to change <strong><span style="color: #ff0000;">.htaccess</span></strong> file. Just copy this code below and change image path. After that if somebody<strong> steal</strong> your image/photo the code change this photos with your image. Thief shown like a stupid.</p>
<h3>Here is the code;</h3>
<pre class="brush: plain; title: ; notranslate">#disable hotlinking of images with forbidden or custom image option
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC]
#RewriteRule \.(gif|jpg|png)$ %u2013 [F]
#RewriteRule \.(gif|jpg|png)$ http://www.yourdomain.com/stealingisbad.gif [R,L] </pre>
<p style="text-align: justify;">Copy this code into <strong>.htaccess</strong> file. If you can&#8217;t se this file in your FTP program you can add filter like <strong>-a</strong> and <strong>-l</strong>. After that you can see this <strong>. (dot)</strong> and <strong>hidden</strong> files.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/you-can-stop-hotlinking.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

