NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page prevent copy your pictures

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search
10 members in live chat ~  
NamePros Design Contests NamePros Design Contests
Forum Sponsorship
Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest)



Closed Thread
 
LinkBack Thread Tools
Old 01-29-2004, 10:49 AM THREAD STARTER               #1 (permalink)
First Time Poster!
Join Date: Jan 2004
Location: manchester
Posts: 1
robertburns is an unknown quantity at this point
 



Question prevent copy your pictures


How do you stop users taking pictures of text from your website? I have been on sites were, if you right click on anything it won't let you save it. You have to write to the webmaster and ask for permission.

I am using Dreamweaver.

Rob
__________________
rob
robertburns is offline  
Old 01-29-2004, 11:08 AM   #2 (permalink)
Account Suspended
Join Date: Nov 2003
Posts: 50
centurion is an unknown quantity at this point
 



I think dynamicdrive.com has scripts that do that.
centurion is offline  
Old 01-29-2004, 07:44 PM   #3 (permalink)
Senior Member
Join Date: Sep 2003
Location: Tacoma, WA
Posts: 1,212
identity_00 has a spectacular aura aboutidentity_00 has a spectacular aura about
 



Yes there are scripts that can do that and other solutions, however, it will still be possible to steal and sometimes it
is even more tempting to steal because your trying to tell
someone they cant do something.
identity_00 is offline  
Old 01-29-2004, 07:45 PM   #4 (permalink)
future domainer
 
Sharpy's Avatar
Join Date: Jun 2003
Location: domainsville
Posts: 710
Sharpy has a spectacular aura aboutSharpy has a spectacular aura about
 



I think the only way to ensure someone doesn't download is not to upload the info/picture in the first place. Disableing right click will stop a novice, but the content on your site is already on the visitor's hard drive the moment they arrive on your site.
__________________
DietI earn 0 if you click on this link.
.
Can't catch names? Have limited design skills? Develop the names you have! TurnkeyWebsitesI earn 0 if you click on this link
Last edited by Sharpy; 01-29-2004 at 08:21 PM.
Sharpy is offline  
Old 01-29-2004, 07:50 PM   #5 (permalink)
Man from Manila
 
armstrong's Avatar
Join Date: Jul 2003
Location: The Net
Posts: 6,022
armstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud ofarmstrong has much to be proud of
 

NamePros Hall of Fame
Autism Special Olympics
When I view streaming media, I can't figure out a way to save it to my PC. If you really want to stop someone from seeing a picture, wouldn't presenting it as such prevent theft?
armstrong is offline  
Old 02-04-2004, 03:33 PM   #6 (permalink)
NamePros Member
Join Date: Feb 2004
Location: Detroit MI
Posts: 25
dhdrw.com is an unknown quantity at this point
 



use this code in your pages body to disable right click, although there are many methods of copying a photo off of a website.
????: NamePros.com http://www.namepros.com/web-design-discussion/18886-prevent-copy-your-pictures.html

<script language=JavaScript>
<!--

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!docume nt.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>
dhdrw.com is offline  
Old 04-03-2004, 10:53 PM   #7 (permalink)
New Member
 
relaxzoolander's Avatar
Join Date: Apr 2004
Location: columbus, ohio
Posts: 18
relaxzoolander is an unknown quantity at this point
 



there really is no way to prevent images from being snagged from your site. i have seen many sites try...it becomes almost a fun game to hack their defenses. but i have not run into any sites that have succeeded.
relaxzoolander is offline  
Old 04-05-2004, 11:43 AM   #8 (permalink)
NamePros Member
Join Date: Apr 2004
Location: Sweden
Posts: 47
bassplayinuk is an unknown quantity at this point
 



The only solution is to but a small logo or your site name/url in one of the corners of the picture. Make sure the addition is transparent so it's harder to edit out of the picture and that it covers something containing detail (not a blank spot).

When people steal your pics they'll have a tough time gettin rid of any indication that it's yours.
bassplayinuk is offline  
Old 04-05-2004, 02:05 PM   #9 (permalink)
Melinda
Join Date: Mar 2004
Posts: 1,938
emeri has much to be proud ofemeri has much to be proud ofemeri has much to be proud ofemeri has much to be proud ofemeri has much to be proud ofemeri has much to be proud ofemeri has much to be proud ofemeri has much to be proud of
 

Member of the Month
July 2004
Breast Cancer
Or you could put a tos on your website that warns them and says they would be breaking the law and all that. That seems to scare them. You should check out hotscripts.com, they seem to have a lot of good scripts for that.
emeri is offline  
Old 04-05-2004, 02:05 PM   #10 (permalink)
Senior Member
Join Date: May 2003
Posts: 2,187
adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough
 


Breast Cancer
Quote:
Originally posted by armstrong
When I view streaming media, I can't figure out a way to save it to my PC. If you really want to stop someone from seeing a picture, wouldn't presenting it as such prevent theft?


i can rip streaming media, its easy
adam_uk is offline  
Old 04-05-2004, 10:31 PM   #11 (permalink)
NamePros Member
Join Date: Apr 2004
Location: Sweden
Posts: 47
bassplayinuk is an unknown quantity at this point
 



Quote:
Originally posted by emeri
????: NamePros.com http://www.namepros.com/showthread.php?t=18886
Or you could put a tos on your website that warns them and says they would be breaking the law and all that. That seems to scare them. You should check out hotscripts.com, they seem to have a lot of good scripts for that.
Doesn't help much when they hotlink the image though.
bassplayinuk is offline  
Old 04-05-2004, 11:59 PM   #12 (permalink)
Senior Member
Join Date: May 2003
Posts: 2,187
adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough
 


Breast Cancer
Quote:
Originally posted by bassplayinuk
Doesn't help much when they hotlink the image though.
depending on the host you can block hotlinking
adam_uk is offline  
Old 04-07-2004, 01:05 AM   #13 (permalink)
NamePros Member
Join Date: Apr 2004
Location: Sweden
Posts: 47
bassplayinuk is an unknown quantity at this point
 



Or htaccess them if your host doesn't offer anyway of doing it in their control panel.
bassplayinuk is offline  
Old 04-19-2004, 06:49 AM   #14 (permalink)
NamePros Member
Join Date: Apr 2004
Location: Melbourne, AU
Posts: 41
mstwntd is an unknown quantity at this point
 



Quote:
Originally posted by bassplayinuk
Or htaccess them if your host doesn't offer anyway of doing it in their control panel.
That also stops you from hotlinking the images yourself. For example posting in forums like these.
????: NamePros.com http://www.namepros.com/showthread.php?t=18886

If you find out someones hotlinking your images, find out what image it is and instead of changing the location edit it to say something like "This image has been stolen from another site"
__________________
egor-k.com - web, graphic design
mstwntd is offline  
Old 04-19-2004, 07:01 AM   #15 (permalink)
NamePros Member
Join Date: Apr 2004
Location: Sweden
Posts: 47
bassplayinuk is an unknown quantity at this point
 



If you want to host images for use on a forum just put them in a directory that is set to allow hotlinking. Risking losing bandwidth that you pay for from hotlinking is worth the effort of htaccess and using a separate directory for images you want to link elsewhere. The effort is a lot less compared to trying to find who's leeching your bandwidth then going to your page to change the link to the new copy of the hotlinked image.
bassplayinuk is offline  
Old 04-19-2004, 11:31 AM   #16 (permalink)
Senior Member
 
matrics's Avatar
Join Date: Apr 2004
Posts: 1,672
matrics is a glorious beacon of lightmatrics is a glorious beacon of lightmatrics is a glorious beacon of lightmatrics is a glorious beacon of lightmatrics is a glorious beacon of lightmatrics is a glorious beacon of lightmatrics is a glorious beacon of lightmatrics is a glorious beacon of light
 



you`re sure to find what you need on hotscripts.com
__________________
█ █ █ My T-shirt Addiction!!!
Hero's Gold
matrics is offline  
Old 04-19-2004, 11:56 AM   #17 (permalink)
NamePros Member
Join Date: Apr 2004
Location: Sweden
Posts: 47
bassplayinuk is an unknown quantity at this point
 



Quote:
Originally posted by emeri
Or you could put a tos on your website that warns them and says they would be breaking the law and all that. That seems to scare them. You should check out hotscripts.com, they seem to have a lot of good scripts for that.
TOS means jack **** to a lot of content stealers.
bassplayinuk is offline  
Old 04-25-2004, 01:53 PM   #18 (permalink)
New Member
 
iZone's Avatar
Join Date: Jan 2004
Location: Cornwall, UK
Posts: 14
iZone is an unknown quantity at this point
 



Its simply not possible to prevent theft of images or txt from a site, a simple "Print Screen" will get you any content you need, no matter what protection you think you are using.
__________________
iZone Design - Designing the Future
www.izonedesign.co.uk
iZone is offline  
Old 04-27-2004, 10:09 AM   #19 (permalink)
New Member
 
Driliquid's Avatar
Join Date: Apr 2004
Location: Delaware
Posts: 22
Driliquid is an unknown quantity at this point
 



There is no way to protect content or images you display on the site.

Quote:
TOS means jack **** to a lot of content stealers.
Hehehe.. this is true..

Many ways for anyone to steal information from a site..
- Print Screen (beats all)
- File > Save As...
- Right Click
- View > Source

Best thing is to put your logo or address on the image, truthfully that can be easily edited.
????: NamePros.com http://www.namepros.com/showthread.php?t=18886

I wish Microsoft would take the File > Save As and View > source from the web browser that would help minimize theft.
Whats the point in those features anywayz ? ;\

Sadly internet is uncontrollable..


Goodluck
Driliquid is offline  
Old 04-27-2004, 11:12 AM   #20 (permalink)
future domainer
 
Sharpy's Avatar
Join Date: Jun 2003
Location: domainsville
Posts: 710
Sharpy has a spectacular aura aboutSharpy has a spectacular aura about
 



nm
__________________
DietI earn 0 if you click on this link.
.
Can't catch names? Have limited design skills? Develop the names you have! TurnkeyWebsitesI earn 0 if you click on this link
Last edited by Sharpy; 04-27-2004 at 10:23 PM.
Sharpy is offline  
Old 05-01-2004, 12:21 PM   #21 (permalink)
NamePros Member
Join Date: May 2004
Location: Devon, UK
Posts: 76
Spirited is an unknown quantity at this point
 



IE toolbar


If you are going to the bother of disabling the user's right click then you had better disable IE 6's image toolbar (it appears when a user hovers over the image).


This goes with your other meta tags inside the head of your html page.

<meta http-equiv="imagetoolbar" content="no"/>

(It's the first time I've tried to post code, so I'm not sure it will appear)

As for the issue generally, I hate it when I go on sites and the right click is blocked since I use it legimately when I surf the web to open pages in new windows and such. I trust my visitors, besides if they are determined to steal it they will, and if I was that precious about something I wouldn't put it up on the web - or I'd have a great big ugly copyright message through the middle.
????: NamePros.com http://www.namepros.com/showthread.php?t=18886

If you want to aid legal protection maybe you should fork out for a digital watermark - it puts a code throughout your image so it can be shown to be yours even if they only use a tiny bit of it.
Spirited is offline  
Old 05-02-2004, 08:15 PM   #22 (permalink)
New Member
 
relaxzoolander's Avatar
Join Date: Apr 2004
Location: columbus, ohio
Posts: 18
relaxzoolander is an unknown quantity at this point
 



Quote:
Originally posted by Driliquid
There is no way to protect content or images you display on the site.

Hehehe.. this is true..
Many ways for anyone to steal information from a site..
- Print Screen (beats all)
- File > Save As...
- Right Click
- View > Source
i would add...
????: NamePros.com http://www.namepros.com/showthread.php?t=18886
....dig it out of your 'temporary internet' folder
to that list.

[print screen...yes...thats a good one.]
relaxzoolander is offline  
Old 05-06-2004, 08:09 PM   #23 (permalink)
New Member
Join Date: May 2004
Posts: 3
epcsoft is an unknown quantity at this point
 



Can not be saved?It is very diffcult!May be you can use watermark ,try the soft:Easy Batch Watermark(http://www.soft32.com/download_25962.html)
epcsoft is offline  
Old 05-07-2004, 02:42 AM   #24 (permalink)
New Member
Join Date: Apr 2004
Posts: 10
scisoft is an unknown quantity at this point
 



www.naturalworlds.org has a very good system. The only way how to cheat this system is to look into the temporary internet files.
scisoft is offline  
Old 05-07-2004, 06:39 PM   #25 (permalink)
Account Suspended
Join Date: May 2004
Posts: 63
domainbrokers is an unknown quantity at this point
 



printscrn does allow any image to be copied

that's why most consider the net to be public domain

one more thing, you can put a TOS on the site and watermark your images

when you see someone using them tell their upstream they have your image on their site

the big pain with images is people hot linking to your site using your BW

CPanel has a way to disable hotlinks if you have CPanel at your hosting company

if you don't have CPanel and pay to host, find one that offers CPanel

it has many such benefits to help newbie admins
domainbrokers is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 07:38 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger