protecting copyright - Page 2

User 132952 Photo


Ambassador
3,120 posts

David, there's an option in Photo Gallery "Open Full Image on Click" and if you uncheck that, you can't click on the picture to load a full-size (downloadable) version.
User 51909 Photo


Registered User
3,694 posts

Adam Richesin wrote:
David, there's an option in Photo Gallery "Open Full Image on Click" and if you uncheck that, you can't click on the picture to load a full-size (downloadable) version.

Adam is right, just uncheck that box.

One thing with all this copy protect stuff. Don't get uneasy about it. Yes, it is true if someone wants to nick your stuff they will. But they have to know how to do it. Most web users have no idea and are put off whenever they see a no right click, or things embeded within Flash.

Also another thing to remember is that when someone does take somthing from your site, it is usually a case of, "That looks brilliant, I would love a copy of that", so they take it. Not because they want to steal it, but because they like your work. They don't see it as stealing, rather sharing your brilliance.

Mark
Mark Loves CoffeeCup
User 95186 Photo


Ambassador
163 posts

Hi,

You can also get around no-right click by changing the mouse for left hand use.. now the right click becomes left click! It would be a shame not to be able to showcase works online.

To try and prevent dragging, try something like this in your <BODY> tag (might only work in IE 5 and above):

<body ondragstart="alert('Please do not try to copy this!');">

A way of trying to prevent the Printscreen key might be somthing like:

<script type="text/javascript">
function clearImage()
{
w = window.clipboardData.clearData("Image")
}

clrImg = setInterval("clearImage()", 10)

</script>

in your <HEAD> tag... again possibly only useful in IE BUT prevents the user doing any copying whilst your page is open so may cause a conflict if you do want them to copy and paste something. Although you can perhaps use this as a starting point?

Simon.
User 95186 Photo


Ambassador
163 posts

...forgot to mention as well that if the user has any screen capture software, pretty much all these options still become useless.

Simon
User 45086 Photo


Registered User
28 posts

Wendy,

Why not create a master transparant picture (which you've ghosted 'wendy's site.com'). The print would faintly show (like a soft white over clear).

Then for each photo of the artwork; in your photo editor, place the transparency over the artwork, and save as 'tr_artwork1'.

Then you'd have your own watermark like effect. If someone 'steals it', they can not remove the transparancy as it IS the photo. And cropping the photo would simply crop your 'website name' also.

There is another trick which is similar, although it is an 'overlay' in code of a transparant gif; which causes a 'right click' to copy, but they would only be copying the 'transparency'! The drawback there is, screenshots would be clear.

I'd go with the transparent overlay and save as a webpublish file. And post to the website that 'originals' do not sport the 'wendy's website.com' written across them.
I miss 'that' "Margaret, your strange".
Version 12.7 Build 454
User 117361 Photo


Ambassador
6,076 posts

Simon Lampitt wrote:
...forgot to mention as well that if the user has any screen capture software, pretty much all these options still become useless.

Simon

Precisely.........

http://www.janwyse.com/screen-shot.jpg

Best not to put your best stuff on view if you are afraid someone will take it..........
Janys :(
User 322147 Photo


Registered User
29 posts

weary of egg search, getting dizzy, hungry..:rolleyes:
User 10609 Photo


Registered User
3 posts

I can't find the DHTML in the editor since the latest update, can anyone post the code to disable the right click here please.

Also the other away around this is the right click key usually located in a couple of keys right of the space bar. Still it will stop most users still.

Thanks
User 364143 Photo


Guest
5,410 posts

Disabling right click really is pointless.
CoffeeCup... Yeah, they are the best!
User 10609 Photo


Registered User
3 posts

I have a friend who wants me to do it to his website. I wouldn't bother on my own as you say ;)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.