<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035863" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035863</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207410</link>
    <description> &lt;p&gt;Sweet... If it works that well I should probably knock up the code and write a tutorial and get this handy method out in the public domain &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;
 </description>
     <pubDate>Sun, 17 Sep 2006 18:08:59 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1207410 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207404</link>
    <description> &lt;p&gt;That loks like a pretty good method, and probably combined with the php code would work well. I thought maybe doing a SAVE AS of the web page would include all files, but in both IE and Firefox it looks like it ignores grabbing any files called from CSS.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Sep 2006 16:55:30 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1207404 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207397</link>
    <description> &lt;p&gt;A friend of mine asked me about this the other day. His only concern was the common &#039;right click &amp;gt; save as...&#039; method for stealing images and I suggested the following. It&#039;s similar to your method but instead of putting a layer over the image, you asign the real image as a background to a semi transparent png watermark. The code looks like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;img.house {&lt;br /&gt;	background: #fff url(&amp;quot;house.jpg&amp;quot;) scroll no-repeat bottom right;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;img src=&amp;quot;watermark.png&amp;quot; width=&amp;quot;640&amp;quot; height=&amp;quot;480&amp;quot; class=&amp;quot;house&amp;quot; /&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;It gets round the disabling css problem because if they disable the css they loose the image they want to steal! IE users get a transparent image but no watermark (which can be got around with a hack I believe). The only way around it is to either do a print screen (which means they get the watermark as well) or get into the source code find out where the image is and download it manually.&lt;/p&gt;
&lt;p&gt;The last part could be stopped too, by using a php script to generate the image using GD from a file OUTSIDE your public web/httpdocs directory and check the refering script. If it&#039;s not your master page - don&#039;t render the image &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;You can see it in operation here (minus the php part):&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://bomb.org.uk/test/watermark/watermark.html&quot; class=&quot;bb-url&quot;&gt;http://bomb.org.uk/test/watermark/watermark.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What do you guys think? Can you think of any other ways to get around it?&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Sep 2006 13:51:34 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1207397 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Images</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207385</link>
    <description> &lt;p&gt;Granted, for the determined thief then there is no true way of image theft no matter what. But, I do believe this can help slow them and make them take more time to discover how to get around it, and as we all know, the more hurdles you put in place the more they have to work and more likely to give up. Especially for the casual thief. &lt;/p&gt;
&lt;p&gt;There are many ideas for protection, but combining them all is probably the best way although it can mean a little extra work load.&lt;/p&gt;
&lt;p&gt;Thanks for the challenge, found some interesting info.&lt;/p&gt;
&lt;p&gt;Mandy&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Sep 2006 02:26:03 +0000</pubDate>
 <dc:creator>mandyjb</dc:creator>
 <guid isPermaLink="false">comment 1207385 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207384</link>
    <description> &lt;p&gt;It was as simple as choosing VIEW-&amp;gt;Page Style-&amp;gt;No Style to separate them. I did a right click and VIEW IMAGE to come up with &lt;a href=&quot;http://www.animalcorner.co.uk/image_test/graphics/test1.jpg&quot; class=&quot;bb-url&quot;&gt;http://www.animalcorner.co.uk/image_test/graphics/test1.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Another method would be to do VIEW SOURCE and see the name of the file&lt;/p&gt;
&lt;p&gt;Another would be save the web page to your hard drive.&lt;/p&gt;
&lt;p&gt;Just as effective as the &quot;Disabling Right Click&quot;, only going to stop the people who are so new a e-mail threatening them to stop would most likely work.&lt;/p&gt;
&lt;p&gt;Now that being said, it is usuable, just thought it was mistitled by being labled as &quot;There is a way to stop people copying images.&quot;, becasue it doesn&#039;t stop it, but a good deterent against beginner theifs &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>Sun, 17 Sep 2006 02:18:32 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1207384 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>copying images</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207383</link>
    <description> &lt;p&gt;This is the formula you wanted proving, granted if using a screenshot capture, it is unavoidable but, for the casual copier this has proven to be a time consuming deterrent, and as we all know that the more time someone has to spend gaining something the less they are interested and will move on.&lt;/p&gt;
&lt;p&gt;URL for image below:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.animalcorner.co.uk/image_test/test.html&quot; class=&quot;bb-url&quot;&gt;http://www.animalcorner.co.uk/image_test/test.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Sep 2006 02:07:21 +0000</pubDate>
 <dc:creator>mandyjb</dc:creator>
 <guid isPermaLink="false">comment 1207383 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207381</link>
    <description> &lt;p&gt;Mandy, give me a URL to a site with a sample of your protection, and I&#039;ll bet I can post a copy of your protected image here.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Sep 2006 01:36:26 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1207381 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>the way to stop people copying your images</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207379</link>
    <description> &lt;p&gt;There is a way to stop people copying images.&lt;/p&gt;
&lt;p&gt;1. Go to fireworks&lt;/p&gt;
&lt;p&gt;2. create blank image (transparent) save as &#039;blank.gif&#039;&lt;/p&gt;
&lt;p&gt;3. create a layer over the image&lt;/p&gt;
&lt;p&gt;4. Insert the blank.gif (transparent) over the image&lt;/p&gt;
&lt;p&gt;When someone tries to save and copy your image all they get is your blank.gif&lt;/p&gt;
&lt;p&gt;Try this and see.&lt;/p&gt;
&lt;p&gt;Mandy&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Sep 2006 00:51:08 +0000</pubDate>
 <dc:creator>mandyjb</dc:creator>
 <guid isPermaLink="false">comment 1207379 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207239</link>
    <description> &lt;p&gt;I&#039;ve ran into problems with people stealing pictures off the site I run.  I really don&#039;t think there&#039;s an absolute way to prevent them from stealing, but only to slow them down a bit.  Watermark is the best, as mentioned by other forumers.  I also put a disclaimer about stealing pictures and respecting copyrighted properties.  Preventing people from right-clicking is also employed:&lt;br /&gt;
&lt;code&gt;&amp;lt;body text=&amp;quot;#C0C0C0&amp;quot; bgcolor=&amp;quot;#000000&amp;quot; topmargin=&amp;quot;0&amp;quot; leftmargin=&amp;quot;0&amp;quot; rightmargin=&amp;quot;0&amp;quot; oncontextmenu=&amp;quot;return false&amp;quot;&amp;gt;&lt;/code&gt;&#039;&lt;br /&gt;
Lastly, I put a .htaccess file to prevent filenames of pictures from being listed.  I&#039;ve confronted someone online over taking my pictures without my permission or acknowledging where it came from, but I was nice about it.  &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>Wed, 13 Sep 2006 00:40:22 +0000</pubDate>
 <dc:creator>Arch</dc:creator>
 <guid isPermaLink="false">comment 1207239 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/protecting-images-copying#comment-1207095</link>
    <description> &lt;p&gt;Watermarking is best but make sure you place it in an area with lots of different colors and shades cause if you place it in an area that is one color all they have to do is color over it with one line of color and your watermark is gone.&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Sep 2006 22:30:00 +0000</pubDate>
 <dc:creator>autoecart</dc:creator>
 <guid isPermaLink="false">comment 1207095 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
