Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Okies I have to put this as an archive: <code>:)</code> hope this gives you direction, let me know if this doesn't help and I will remove it.</p> <p>By doing (Jquery <code>contextmenu brute forcing</code>) what you have mentioned in your question you are only prohibiting the rightclick approach there are many more ways to get to the source of your image.</p> <p>There will not be one silver bullet solution to this.</p> <p>You can always get design team to make image in pieces and then you can join them together.</p> <p>Checkout <strong>image hotlinking</strong> <a href="http://www.hongkiat.com/blog/smarter-way-to-prevent-image-hotlinking-with-htaccess/" rel="nofollow">http://www.hongkiat.com/blog/smarter-way-to-prevent-image-hotlinking-with-htaccess/</a> </p> <p>read this to start with: <a href="http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/" rel="nofollow">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/</a></p> <ol> <li><p>Redirect links from external sites to your "DON'T STEAL" graphic. The technique is an addition to your .htaccess file in the root directory of your site.</p></li> <li><p>Add a big copyright to your image, then crop it out on your own site.</p></li> <li><p>Include the image as a CSS background-image</p></li> </ol> <p><strong>few tricks here</strong> </p> <ul> <li><p><a href="http://css-tricks.com/how-to-steal-a-websites-background-image/" rel="nofollow">http://css-tricks.com/how-to-steal-a-websites-background-image/</a></p> <ol> <li>Some AWFUL (and non-effective) techniques</li> </ol></li> <li><p>Disable right-click with Javascript.</p> <pre><code> jQuery("img#jquery_test_image").bind("contextmenu", function(e){ return false; }); </code></pre> <p><strong>or</strong></p> <pre><code>jQuery("img#jquery_test_image").mousedown(function(e){ return false; }); </code></pre></li> <li><p>Since many thieves likely use the right-click, save-as technique for grabbing your images, this might stop them for about 2 seconds. This doesn't prevent click and drags and is more annoying/harmful than anything else. Copyright / Watermark your images.</p></li> <li>Great, I get to chose between making my image look like crap or having a tiny copyright that will get ignored or cropped off anyway?</li> <li>Slice your images up into pieces and display them in a table. What is this, 1999? I know that manually adding a copyright underneath images like up in #2 is a little work too, but this is WAY too much effort for any one image.</li> <li><p>Make your images Flash</p></li> <li><p>Put A Blank File Over The Real Image</p></li> </ul> <p><strong>Reference</strong></p> <p><a href="http://css-tricks.com/techniques-for-fighting-image-theft/" rel="nofollow">http://css-tricks.com/techniques-for-fighting-image-theft/</a></p> <p><a href="http://www.webresourcesdepot.com/10-ways-to-protect-images-from-being-stolen/" rel="nofollow">http://www.webresourcesdepot.com/10-ways-to-protect-images-from-being-stolen/</a> </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload