Welcome, Guest. Please login or register.
News:

It is Summer.. OK almost.. Get ready for tons of Tee biz..


* Search


* NEWSLETTER

No Current Newsletter.

ADF SUPPLIERS


My Info
 
 
Welcome, Guest. Please login or register.

Meet New Member
kathyann

Our Sponsors

ADF SUPPLIERS

Click link above for new ADF Sponsor Listings

For discounts from featured sponsors click Above.



* STATS
Dot Total Members : 2047
Dot Total Posts : 33599
Dot Total Topics : 3063
Dot Total Categories : 10
Dot Total Boards : 44

* Who is in class
Dot Online Guests : 45
Dot Online Users : 1
Dot Hidden Users : 0
Dot Total Users : 46
Dot Online Users :  
User kathyann

* StatCounter
The number below shows number of viewers which include guest and members as of 02/01/09.  

 

hits counter


Pages: [1]   Go Down
Print
Author Topic: Picture Protection Software  (Read 180 times)
0 Members and 1 Guest are viewing this topic.
BlingMeUp
Freshman
**

Karma: 5
Offline Offline

Posts: 43


« on: July 02, 2010, 09:36:52 AM »

Does anyone know of a picture protection software that can be use to protect your images from being copied from a website?  On my website I post clear flat images of my rhinestone designs so that I can give the best possible view for my customers to look at.  Unfortunately this give others the best possible way to right click and copy the images for their own collection. 

I watermark all of my images so at least they can't get off too easy and just use my exact image but it makes it easy to use my design as a pattern and then use their own image.  Are people just not that smart enough to know if they don't change the design around to customize it themselves and instead post the same exact design that know body is going to notice?  I'm sure most of you have come across this problem also and I just wondered if there are any solutions to protecting the designs we all work so hard to make.

Thanks!
Bling
Logged
heatpressvinyl
Administrator
Assistant Faculty Member
*****

Karma: 52
Offline Offline

Posts: 1 378



« Reply #1 on: July 02, 2010, 10:12:04 AM »

just disable right click Wink
Logged

heatpressvinyl
Administrator
Assistant Faculty Member
*****

Karma: 52
Offline Offline

Posts: 1 378



« Reply #2 on: July 02, 2010, 10:21:33 AM »

You can disable right click but if someone really wants what you have it can be defeated,, along with protection programs and also with snipping all they have to do is take a screen shot,,,
Logged

BlingMeUp
Freshman
**

Karma: 5
Offline Offline

Posts: 43


« Reply #3 on: July 02, 2010, 10:23:19 AM »

How do you disable right click on an image?
Logged
heatpressvinyl
Administrator
Assistant Faculty Member
*****

Karma: 52
Offline Offline

Posts: 1 378



« Reply #4 on: July 02, 2010, 10:24:26 AM »

But if you really want to do it here is the code and instructions for right click:


<!-- TWO STEPS TO INSTALL NO RIGHT CLICK:

  1.  Copy the coding into the HEAD of your HTML document
  2.  Add the last code into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->

<HEAD>

<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("Sorry, you do not have permission to right click.");
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>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<center>[ Try right-clicking the image and then the text link below ]
<p>

<p>
Text Link

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided

by The JavaScript Source</font>
</center><p>

<!-- Script Size:  1.57 KB -->
Logged

heatpressvinyl
Administrator
Assistant Faculty Member
*****

Karma: 52
Offline Offline

Posts: 1 378



« Reply #5 on: July 02, 2010, 10:45:18 AM »

this is the only part of the script you need

<!-- 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("Sorry, you do not have permission to right click.");
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>
</HEAD>
Logged

BlingMeUp
Freshman
**

Karma: 5
Offline Offline

Posts: 43


« Reply #6 on: July 02, 2010, 10:57:32 AM »

Thanks...I'll give it a try.

Bling
Logged
LEO
Junior
****

Karma: 16
Offline Offline

Posts: 106


WWW
« Reply #7 on: July 02, 2010, 11:22:49 AM »

Roger is right... why bother disabling right click when most people just do a PRINT SCREEN.

LEO
Logged

heatpressvinyl
Administrator
Assistant Faculty Member
*****

Karma: 52
Offline Offline

Posts: 1 378



« Reply #8 on: July 02, 2010, 11:32:30 AM »

yep its false security,, I don't bother,,
Logged

Pages: [1]   Go Up
Print
 
Jump to:  


Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
SimplePortal 2.1.1

Exodus design by Bloc
Page created in 1.528 seconds with 31 queries.