<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021102" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021102</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1130047</link>
    <description> &lt;p&gt;That is great!&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 Apr 2003 04:05:24 +0000</pubDate>
 <dc:creator>justjeni</dc:creator>
 <guid isPermaLink="false">comment 1130047 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1130015</link>
    <description> &lt;p&gt;^^cool&lt;/p&gt;
&lt;p&gt;BTW medic, Love that image. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Apr 2003 18:07:23 +0000</pubDate>
 <dc:creator>Jimmy Changa</dc:creator>
 <guid isPermaLink="false">comment 1130015 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1130010</link>
    <description> &lt;p&gt;I found this &lt;a href=&quot;http://www.htmlbasix.com/disablehotlinking.shtml&quot; class=&quot;bb-url&quot;&gt;Htaccess Disable Hotlinking Code Generator&lt;/a&gt; that generated the code below. It works too!! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;RewriteCond %{HTTP_REFERER} !^$&lt;br /&gt;
RewriteCond %{HTTP_REFERER} !^&lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;http://&lt;/a&gt;(www\.)?yourdomain.com(/).*$     [NC]&lt;br /&gt;
RewriteCond %{HTTP_REFERER} !^&lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;http://&lt;/a&gt;(www\.)?seconddomain.com(/).*$     [NC]&lt;br /&gt;
RewriteRule .*\.(gif|GIF|jpg|JPG|jpeg|swf)$ &lt;a href=&quot;http://www.yourdomain.com/images/hotlinker.gif&quot; class=&quot;bb-url&quot;&gt;http://www.yourdomain.com/images/hotlinker.gif&lt;/a&gt; [R,NC]&lt;/p&gt;
&lt;p&gt;P.S. Hey DOC (medic119)!! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Apr 2003 17:01:31 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1130010 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1129999</link>
    <description> &lt;p&gt;I&#039;m not sure. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;  All I know is it works now, yeah! lol&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Apr 2003 14:32:18 +0000</pubDate>
 <dc:creator>Jimmy Changa</dc:creator>
 <guid isPermaLink="false">comment 1129999 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1129961</link>
    <description> &lt;p&gt;I had wondered about that.&lt;/p&gt;
&lt;p&gt;In my inital attempts a friend told me to use&lt;br /&gt;
RewriteCond %{REQUEST_URI} !^/thief\.jpg&lt;/p&gt;
&lt;p&gt;and that should tell it to block all images except that one, but it didn&#039;t work.&lt;/p&gt;
&lt;p&gt;Just curious, why not?&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 Apr 2003 22:05:23 +0000</pubDate>
 <dc:creator>medic119</dc:creator>
 <guid isPermaLink="false">comment 1129961 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1129957</link>
    <description> &lt;p&gt;There!!! Finally!!!&lt;/p&gt;
&lt;p&gt;RewriteEngine on&lt;br /&gt;
RewriteCond %{HTTP_REFERER} !^&lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;http://&lt;/a&gt;(www\.)?myscans.com(/).*$ [NC]&lt;br /&gt;
RewriteRule .*\.(jpg|jpeg)$ &lt;a href=&quot;http://www.myscans.com/hotlinked.gif&quot; class=&quot;bb-url&quot;&gt;http://www.myscans.com/hotlinked.gif&lt;/a&gt; [R,NC]&lt;/p&gt;
&lt;p&gt;Be sure to make the swapped image to be of a different type you are blocking.  For my site, it&#039;s the jpgs that I want blocked...so I made hotlinked.gif &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;.&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 Apr 2003 21:26:16 +0000</pubDate>
 <dc:creator>Jimmy Changa</dc:creator>
 <guid isPermaLink="false">comment 1129957 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Since this seems to be the place</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1129952</link>
    <description> &lt;p&gt;&lt;img src=&quot;http://www.seadoc.net/siteimages/a303.jpg&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; &lt;/p&gt;
&lt;p&gt;RewriteEngine on&lt;br /&gt;
RewriteCond %{HTTP_REFERER} !^$&lt;br /&gt;
RewriteCond %{HTTP_REFERER} !^http://www\.)?domain.net/.*$ [NC]&lt;br /&gt;
RewriteRule \.(gif|jpg|zip|png|swf)$ &lt;a href=&quot;http://www.domain.net/hotlink/thief.jpg&quot; title=&quot;http://www.domain.net/hotlink/thief.jpg&quot;&gt;http://www.domain.net/hotlink/thief.jpg&lt;/a&gt; [R,L]&lt;/p&gt;
&lt;p&gt;It blocks, but does not feed the new image out to the page.&lt;br /&gt;
Also I know this allows direct requests from the address bar, but should it allow the image from a page made thusly?  I figured it should block it. I am running the test page from my local Harddrive and not the server.&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Test Page for Hotlinking&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;img src=&quot;http://www.domain.net/images/a303.jpg&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 Apr 2003 18:48:32 +0000</pubDate>
 <dc:creator>medic119</dc:creator>
 <guid isPermaLink="false">comment 1129952 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1129912</link>
    <description> &lt;p&gt;I used that shorter version for my site, but for some reason the alternate image isn&#039;t showing up.  Hmmm.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.myscans.com/scans/myscans-kim-smith-02-t.jpg&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 Apr 2003 03:49:34 +0000</pubDate>
 <dc:creator>Jimmy Changa</dc:creator>
 <guid isPermaLink="false">comment 1129912 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1129895</link>
    <description> &lt;p&gt;YAY!! It works. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
Thanks Suzanne and thanks T for bringing this subject up. I have been having major problems with people hotlinking images from me.&lt;/p&gt;
&lt;p&gt;Sonia &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt; LOL@busy&lt;br /&gt;
I think I will try doing an image. &lt;/p&gt;
&lt;p&gt;When I discovered my hotlinkers, I did an image that said,&lt;br /&gt;
&quot;SHAME ON ME!!&lt;br /&gt;
I am hotlinking this image from&lt;br /&gt;
someone elses site and and using&lt;br /&gt;
their bandwidth for my own good.&quot;&lt;/p&gt;
&lt;p&gt;And I just named my &quot;shame&quot; image the same name as what they had stolen. Had to do about 8 of them which was time consuming.&lt;/p&gt;
&lt;p&gt;I can&#039;t tell you what the first one I made said. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
It was satisfying to see my &quot;replacement&quot; where their&lt;br /&gt;
stolen image &lt;strong&gt;was&lt;/strong&gt;.&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Apr 2003 22:34:28 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1129895 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-hotlinking#comment-1129894</link>
    <description> &lt;p&gt;or smaller:&lt;/p&gt;
&lt;p&gt;RewriteEngine on&lt;br /&gt;
RewriteCond %{HTTP_REFERER} !^$&lt;br /&gt;
RewriteCond %{HTTP_REFERER} !^&lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;http://&lt;/a&gt;(www\.)?webaddress.com/.*$ [NC]&lt;br /&gt;
RewriteRule \.(gif|jpg)$ &lt;a href=&quot;http://www.webaddress.com/stolen_image.gif&quot; class=&quot;bb-url&quot;&gt;http://www.webaddress.com/stolen_image.gif&lt;/a&gt; [R,L]&lt;/p&gt;
&lt;p&gt;and just make an image called &#039;stolen_image.gif&#039; that can be anything (smaller the better in file size) that will display instead of other images. can say &#039;hot linking is a crime&#039;, &#039;now auto forwarding to porn site&#039;, &#039;this image hotlinked from ...&#039;, &#039;umm you&#039;ve been naughty - go stand in the corner&#039; ... or can just be a blank image (transparent gif)&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Apr 2003 22:30:51 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1129894 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
