View Full Version : a service? or a plug-in? No (right click on page)
nEighter
March 8th, 2011, 03:27 PM
Looking for a plug-in or other that I could add to my site to not allow my pictures from being taken, or site content from being used elsewhere. I know of sites I have gone to where it will not let you right click so you cannot copy to quote, or to (right click > save as). I have so many pictures online.. I cringe to think I need to get to watermarking them all.. this would at least help my site out a bit, I can watermark all the others.
Anybody?
orson
March 8th, 2011, 04:18 PM
For text:
<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
For images:
<SCRIPT LANGUAGE="JavaScript1.1">
<!-- Original: Martin Webb (martin@irt.org) -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("I'm sorry, The Right click option on your mouse has been disabled for the download window pages.");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
// End -->
</script>
Note that neither of these will actually prevent anyone from ripping your content.
Your browser must recieve the html, text and image file locations in order for the page to load, so all that information is there for the taking no matter what you do.
These types of workarounds just make it a bit harder and take a bit more effort to rip it.
Leo G
March 8th, 2011, 08:07 PM
It is impossible to do what you ask. If you disable right mouse click then you can just use print screen. The only way to slow them down is to watermark your images. Nothing you can do about text. If they want it, they will get it.
480sparky
March 8th, 2011, 09:58 PM
It is impossible to do what you ask. If you disable right mouse click then you can just use print screen. The only way to slow them down is to watermark your images. Nothing you can do about text. If they want it, they will get it.
It may keep them from getting the full-size image.
I upload many full-size images to my web sites, yet reduce the sizes to fit them on a monitor better. Disabling right-click/Save As.... may garner the thief a 600x450 pixel screen shot, they don't get the 3000x2250 original.
Leo G
March 8th, 2011, 09:59 PM
Why do you upload the full size image? Do you display it at any point? If you do then it is liable to theft.
Len
March 8th, 2011, 11:18 PM
Disable java in the browser and that method fails.
Like Leo said, there is no simple way to protect your content.
Copyscape (http://www.copyscape.com/) for content.
You could put your images in Flash, but then they are not friendly for search.
For the most part people don't mean to 'steal' your content. They usually don't fully understand copyright law, and don't think they will be caught. As a user I HATE watermarks in the middle of images, puts a bad tone in my head about your business. But I do think a text watermark in the corners is fine and will prevent most from copying it, when there are easier 'non-copyrighted' targets.
Like this:
-
http://servicezunlimited.com/wp-content/gallery/kitchen-remodel-dc-ledroit-park/Kitchen-remodel-ledroit%20park%20DC.jpg
I know you use Flickr also, make sure you have your images copyright settings set correctly on there as well.
Leo G
March 9th, 2011, 06:58 AM
As he explains copyright law using a stolen picture :laugh3:
kornerking
March 9th, 2011, 07:10 AM
Nate if you can't borrow a picture does that mean the pin-ups you post will disappear?
Dang ethics.
480sparky
March 9th, 2011, 07:12 AM
Why do you upload the full size image? Do you display it at any point? If you do then it is liable to theft.
So I can size it on-screen to fit the page. Otherwise, I'm resizing it, uploading it, checking it for fit, resizing it again, uploading it again, rechecking it again, ad nauseam.
nEighter
March 9th, 2011, 11:07 AM
there is a photo gallery plug-in or service that locks your pics down. I thought of Chris Wright when I saw them. I was originally wanting to put a different photobook together, and went to some of the program's examples and figured out their content was protected. I want my content protected. So if they want to copy, they will have to be on my page, and physically writing it down for their site. And having to go a long way around to get one of my pictures.
This is what I mean:
http://www.muhs.de/ 100% locked down.
Len
March 9th, 2011, 11:43 AM
Took five seconds, literally.
Either just drag your mouse over and ctrl+c and paste where you want or turn off java.
Das Berlin Bildarchiv umfasst online 14400 Berlin Bilder zu den Themen: Architektur, Stadtbild und Stadtleben. Im Bildarchiv sind alle Fotos in Kategorien sortiert. Die gezielte Suche nach Bildern erfolgt über Suchbegriffe. Umfangreiche Foto-Recherchen übernehme ich gerne kostenlos. Auf Anfrage liefere ich die Berlin Motive als Dateien. Suchen und finden Sie exklusive Berlin Bilder
Len
March 9th, 2011, 12:01 PM
Almost forgot about this site. Seems there index has grown since the last time I visited.
Best attempt I have seen yet to achieve image copy protection, like copyscape for images.
http://www.tineye.com/
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.