| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | 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) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| First Time Poster! Join Date: Jan 2004 Location: manchester
Posts: 1
![]() | |
| |
| | #3 (permalink) |
| Senior Member Join Date: Sep 2003 Location: Tacoma, WA
Posts: 1,212
![]() ![]() | 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. |
| |
| | #4 (permalink) |
| future domainer Join Date: Jun 2003 Location: domainsville
Posts: 710
![]() ![]() | 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.
|
| |
| | #5 (permalink) |
| Man from Manila Join Date: Jul 2003 Location: The Net
Posts: 6,022
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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?
__________________ |
| |
| | #6 (permalink) |
| NamePros Member Join Date: Feb 2004 Location: Detroit MI
Posts: 25
![]() | 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> |
| |
| | #7 (permalink) |
| New Member Join Date: Apr 2004 Location: columbus, ohio
Posts: 18
![]() | 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.
__________________ columbus ohio web site developer |
| |
| | #8 (permalink) |
| NamePros Member Join Date: Apr 2004 Location: Sweden
Posts: 47
![]() | 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. |
| |
| | #10 (permalink) | ||||
| Senior Member Join Date: May 2003
Posts: 2,187
![]() ![]() ![]() |
i can rip streaming media, its easy | ||||
| |
| | #11 (permalink) | ||||
| NamePros Member Join Date: Apr 2004 Location: Sweden
Posts: 47
![]() |
| ||||
| |
| | #14 (permalink) | ||||
| NamePros Member Join Date: Apr 2004 Location: Melbourne, AU
Posts: 41
![]() |
????: 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 | ||||
| |
| | #15 (permalink) |
| NamePros Member Join Date: Apr 2004 Location: Sweden
Posts: 47
![]() | 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. |
| |
| | #17 (permalink) | ||||
| NamePros Member Join Date: Apr 2004 Location: Sweden
Posts: 47
![]() |
| ||||
| |
| | #18 (permalink) |
| New Member Join Date: Jan 2004 Location: Cornwall, UK
Posts: 14
![]() | 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 |
| |
| | #19 (permalink) | ||||
| New Member Join Date: Apr 2004 Location: Delaware
Posts: 22
![]() | There is no way to protect content or images you display on the site.
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 Studio - Web Development & Marketing Solutions | ||||
| |
| | #20 (permalink) |
| future domainer Join Date: Jun 2003 Location: domainsville
Posts: 710
![]() ![]() | 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.
|
| |
| | #21 (permalink) |
| NamePros Member Join Date: May 2004 Location: Devon, UK
Posts: 76
![]() | 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. |
| |
| | #22 (permalink) | ||||
| New Member Join Date: Apr 2004 Location: columbus, ohio
Posts: 18
![]() |
????: 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.]
__________________ columbus ohio web site developer | ||||
| |
| | #23 (permalink) |
| New Member Join Date: May 2004
Posts: 3
![]() | 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) |
| |
| | #24 (permalink) |
| New Member Join Date: Apr 2004
Posts: 10
![]() | www.naturalworlds.org has a very good system. The only way how to cheat this system is to look into the temporary internet files.
__________________ webdesign & tvorba internetových stránek |
| |
| | #25 (permalink) |
| Account Suspended Join Date: May 2004
Posts: 63
![]() | 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 |
| |