Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 01-08-2006, 07:42 PM   #1
Member (6 bit)
 
Join Date: Feb 2003
Location: BEHIND YOU!
Posts: 39
Picture Stealing...

I have a website with pictures with my business, however my coworkers are taking my pictures and using them for their websites. I was wondering if there was a way to fix this other than a no right click code. I didnt know if there was a generater for the www.ebaumsworld.com thing on the bottom of their pictures that I could possibly use to end this stealing...

Thanks,
jb
impactaway is offline   Reply With Quote
Old 01-08-2006, 07:49 PM   #2
Dark
 
Dark Nova's Avatar
 
Join Date: May 2004
Posts: 1,128
Send a message via MSN to Dark Nova
oh ya you can put a "copy right" on it
__________________
1.
Intel Core2Duo 3Ghz|Asus P5K Deluxe Wifi|4GB DDR2 800Mhz| Seagate 500GB*2| Evga 8800GTX 768MB| Antec SonataII case w/ 550W TruePower PSU|XP Pro
2.
AMD Athlon 64 3500|Asus A8N-sli deluxe|2GB DDR ram|Maxtor 250GB HDD|ASUS NVIDIA 6800 256MB|antec sonataII case w/ 450W PSU|XP home
Dark Nova is offline   Reply With Quote
Old 01-08-2006, 08:05 PM   #3
Member (9 bit)
 
colecifer's Avatar
 
Join Date: Jan 2004
Location: Kansas City(westwood), KS
Posts: 458
there is always the print screen option nothing you can do about that.
colecifer is offline   Reply With Quote
Old 01-08-2006, 10:12 PM   #4
Member (10 bit)
 
Join Date: Aug 2005
Location: Vancouver, BC, Canada
Posts: 976
Quote:
Originally Posted by Dark Nova
oh ya you can put a "copy right" on it
do you mean typing on the pic itself or is there a copyright function?
__________________
If you remind me of my dog... we'll probably get along.
peekaboo is offline   Reply With Quote
Old 01-08-2006, 10:49 PM   #5
Moderator
Staff
Premium Member
 
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
Put this in between your body tags.
PHP Code:
<script language=JavaScript>
<!--

//By Maximus (maximus@nsimail.com) w/ mods by Dynamic Drive
//I give you, the reason why you can't access this source code! Muhahahaha!!!!

var message="Your alert message here";
var 
title="Ha"

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

function 
clickNS4(e){
if (
document.layers||document.getElementById&&!document.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> 
kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman
kram 2.0 is offline   Reply With Quote
Old 01-09-2006, 12:07 AM   #6
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
Once little trick I've seen used is make a table for each image, set the image as the cell background, then insert a transparent gif (aka a 1x1 "spacer"), and set the width and height in html to match the width and height of the origional images. This usually discourages simple right click> save as.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
Force Flow is offline   Reply With Quote
Old 01-09-2006, 12:14 AM   #7
Member (11 bit)
 
kevinf's Avatar
 
Join Date: Aug 2003
Location: Diamond Bar, California
Posts: 1,364
Send a message via AIM to kevinf Send a message via MSN to kevinf
or maybe you can put a watermark on your images
__________________
Athlon 64 3000+ venice l MSI K8N Neo4 Platinum l EVGA 6600 GT l Corsair VR (2x512) l Maxtor 200gb 16mb cache l Liteon 52x32x52x CD-RW l Memorex 16x DVD-ROM l 1.44 MB floppy disk l xClio 450 Watt power supply l Viewsonic VA520 Flat panel monitor l Windows XP w/ Service Pack 2 l RIG Finshed at 9/6/05
"the titanic was built by professionals, the ark was built by amateurs."
kevinf is offline   Reply With Quote
Old 01-09-2006, 07:59 AM   #8
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
I have never seen one that was effective. The no right-click ones are easily defeated. If these are people that you work with, why don't you ask them to stop?
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Old 01-09-2006, 01:25 PM   #9
Member (6 bit)
 
Join Date: Feb 2003
Location: BEHIND YOU!
Posts: 39
Quote:
Originally Posted by kevinf
or maybe you can put a watermark on your images

yeah, I was wondering about that... how would i go about doing this? Would I have to do each individual picture or is there some software generator?
impactaway is offline   Reply With Quote
Old 01-09-2006, 01:27 PM   #10
Member (6 bit)
 
Join Date: Feb 2003
Location: BEHIND YOU!
Posts: 39
Quote:
Originally Posted by mairving
I have never seen one that was effective. The no right-click ones are easily defeated. If these are people that you work with, why don't you ask them to stop?

I am paid on commission and ppl i work with are sleezeballs
impactaway is offline   Reply With Quote
Old 01-09-2006, 01:42 PM   #11
Member (7 bit)
 
Join Date: Dec 2005
Posts: 87
I would use ImageMagik to resize all images to a smaller resolution so they can't really be altered. You can also watermark the larger ones with ImageMagik so that they have your logo across the whole picture and are unusable, and put your logo in the lower right corner so at least they will spend more time editing them, and they will have to chop off part of it on their site.

You can use PHP to do everything, and ImageMagik is a really good program that all Linux distros have. This will save you a lot of time so you don't have to edit each one individual, and also it will save on bandwidth and make page loads faster.
hartken is offline   Reply With Quote
Old 01-09-2006, 05:01 PM   #12
Gremlin Overlord
 
Jaggannath's Avatar
 
Join Date: Apr 2003
Location: Australia
Posts: 2,382
Ask them, after copyrighting the images you use. If they use them, tell them they're infringeing on copyright, and that you'll take action to protect your intellectual property
Jaggannath is offline   Reply With Quote
Old 01-09-2006, 07:34 PM   #13
Moderator
Staff
Premium Member
 
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
Quote:
Originally Posted by mairving
I have never seen one that was effective. The no right-click ones are easily defeated. If these are people that you work with, why don't you ask them to stop?
Nothing is perfect. Having some layer of protection is better than working with nothing.

kram
kram 2.0 is offline   Reply With Quote
Old 01-09-2006, 08:53 PM   #14
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Quote:
Originally Posted by kram 2.0
Nothing is perfect. Having some layer of protection is better than working with nothing.

kram
No mention was ever made of perfection. I merely mentioned the fact that a person that was savvy, which it seems like the users that are stealing the images are, then trying to protect them is ineffective. Sometimes trying to protect the images with a wimpy no-right click script is worse since it makes it into a competition to get the images.

It might help in knowing what kind of images these are. Best advice is to keep them small and have a copyright banner on them to make it a bit more difficult to use out of the box.
mairving is offline   Reply With Quote
Old 01-09-2006, 10:28 PM   #15
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
As mairving said, it is going to help by knowing what kind of images these are. Are they part of your website interface? Are they images that you are trying to sell .. etc etc.
If they are part of the website interface, then you might have little choice than using clever splits and annoying copyright messages in different places... or using flash to display your interface... which is part of what comes below.
If your displaying these images exclusively..
How about using your images from within a proprietary 3rd party application than simply using the standard web formats. The problem with JPGs etc is that even if you split it up and use tables or whatever, it's really simple to reconstitute them. Again, only you can evaluate what your primary revenue stream is and how much you are willing to do to inconvenience a leecher - we all know that it is virtually impossible to secure them absolutely, your primary goal here is to inconvenience them. Remember also, that some of this inconvenience is going to be shared by your regular visitor as well .. so you need to evaluate whether your clients are loyal enough, or your work is worthwhile enough for them to view your images from behind a 3rd party downloaded applet?
The most common such utility that comes to mind is to use Flash to display your images. Yes it's routine enough to find s/w that will reconstitute a .fla file from even a copyprotected .swf file .. but it does inconvenience them. There are other, more proprietary applications that you can google out.
Statica is offline   Reply With Quote
Old 01-10-2006, 09:45 AM   #16
Come in Ray...
 
faulkner132's Avatar
 
Join Date: Sep 2004
Posts: 1,668
I've "consulted" several photographers about this. There is nothing you can do to stop someone who wants to get your pictures... if they can't right click and download, they can view the source, etc.

There are really only 2 options:
1. Pictures you display are stored at a very low resolution so if they do download it, it isn't the best quality. I don't like this option as it makes your pictures look bad.
2. Watermark. This is the best option in my opinion. I've written several PHP scripts which superimposed a translucent PNG on top of a JPG which says "copyright" or whatever. This shows how good your pictures look but if they download it, it has "copyright" on it... no way they can get around it.
faulkner132 is offline   Reply With Quote
Old 01-25-2006, 11:32 AM   #17
Member (9 bit)
 
Join Date: Apr 2005
Location: Michigan
Posts: 346
Send a message via AIM to barch 88
Quote:
Originally Posted by mairving
I have never seen one that was effective. The no right-click ones are easily defeated. If these are people that you work with, why don't you ask them to stop?
True, they could just take a screenshot, cut, copy, paste.
__________________
< Antec 1200 | ASUS Rampage III Extreme | Intel Core i7-920 w/ Noctua cooler @ 3.1 GHz | Corsair Dominator's 6GB| (2) Sapphire HD 5770's in CrossfireX | WD Raptor 74GB | WD Caviar Black 1TB | Corsair HX850W >
barch 88 is offline   Reply With Quote
Old 01-26-2006, 10:58 PM   #18
Gremlin Overlord
 
Jaggannath's Avatar
 
Join Date: Apr 2003
Location: Australia
Posts: 2,382
Watermarking was what I was about to suggest, that's the best solution I've seen out there
Jaggannath is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:02 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2