Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-16-2002, 06:39 AM   PM User | #1
Erik
New to the CF scene

 
Join Date: Jul 2002
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Erik is an unknown quantity at this point
Unhappy Protecting Pictures

How do I protect the Images on my site so that no one can right click and steal them?! Plase help! Thanks!





~Erik
Erik is offline   Reply With Quote
Old 07-16-2002, 07:49 AM   PM User | #2
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
http://www.codingforums.com/showthre...light=pictures
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 07-16-2002, 08:08 AM   PM User | #3
premshree
Regular Coder

 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 218
Thanks: 0
Thanked 0 Times in 0 Posts
premshree is an unknown quantity at this point
Well, there is no perfect way to protect your images. If somebody wants a pic real bad he can do it.
premshree is offline   Reply With Quote
Old 07-16-2002, 08:37 AM   PM User | #4
tommysphone
Regular Coder

 
Join Date: Jun 2002
Posts: 262
Thanks: 0
Thanked 0 Times in 0 Posts
tommysphone is an unknown quantity at this point
Protection

Hi.

If you want to protect your images don't upload em.

Seriously, you could watermark them. Add something to the image that effectivly spoils it for any other use, maybe your initials.

No right click scripts are fine but save as pulls the pictures to the hard drive anyway. If watermarking is not your thing then consider having images show in a popup with no tool bar etc and have a no right click script in place within that window. Should make it harder for the images that are not watermarked to be copied.
tommysphone is offline   Reply With Quote
Old 07-16-2002, 01:54 PM   PM User | #5
ronaldb66
Senior Coder

 
Join Date: Jun 2002
Location: The Netherlands, Baarn, Ut.
Posts: 4,253
Thanks: 0
Thanked 0 Times in 0 Posts
ronaldb66 is an unknown quantity at this point
http://www.continue.to/hope
__________________
Regards,
Ronald.
ronaldvanderwijden.com
ronaldb66 is offline   Reply With Quote
Old 07-16-2002, 03:06 PM   PM User | #6
Vladdy
Senior Coder

 
Join Date: Jun 2002
Location: Nashua, NH
Posts: 1,724
Thanks: 0
Thanked 0 Times in 0 Posts
Vladdy is an unknown quantity at this point
I'm posting this guide not fo encourage people steal other's content, but to show that any attempt to "protect" anything that goes client way is an ABSOLUTE waste of time. If moderator finds this post inappropriate, please remove it.

Code:
How To borrow image from a web site. 

Right Click on the picture and use Save As....
If Right Click does not  bring the pop-up menu or image changes on mouseover
 { If you have a Gekko browser (NS6+ Mozilla) 
      { If the page does not open in anything other than IE go to Other Methods.
         Else
           { Wait for page to load (in case it only loads images when 
              JavaScript is enabled)
              Edit -> Preferencies->Advanced->Scripts&Windows->Enable Javascript-> Off
              Right Click on the picture and use Save As....
           }
      }
 }
Other Methods:
Hit PrintScreen/SysRq key.
Open Paint
Select "Paste" from the Edit menu.
If the image does not show
  { that means the web site floods your clipboard with gibberish
     Download one of the screen capturing utilities like SnagIt
     Install it and anything that you see, now you can get 
  }
__________________
Vladdy | KL
"Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"

Last edited by Vladdy; 07-16-2002 at 03:10 PM..
Vladdy is offline   Reply With Quote
Old 07-16-2002, 08:20 PM   PM User | #7
Tonz
Regular Coder

 
Join Date: Jun 2002
Location: Auckland New Zealand
Posts: 115
Thanks: 0
Thanked 0 Times in 0 Posts
Tonz is on a distinguished road
Yep....

....That was my first question here!

After a bunch of ideas from the team here, and a couple of really neat scripts, I gave it away as being impossible.



I have gone the way of "very" low res pics with a watermark on them.

Seems to work too, since the site has been live, the photographers sales have increased and he is getting invites to more (Drag racing) meets.

Good luck with the project.

Tonz
__________________
Beware, the Cybertooth tiger cometh
Tonz is offline   Reply With Quote
Old 07-16-2002, 09:19 PM   PM User | #8
mouse
Regular Coder


 
Join Date: Jun 2002
Location: North East England
Posts: 853
Thanks: 0
Thanked 0 Times in 0 Posts
mouse is an unknown quantity at this point
Quote:
Originally posted by ronaldb66
http://www.continue.to/hope
__________________
[+] Computer/PC issues [+] Silverpaw3D
------------------------------------------------
Never buy a dwarf with learning disabilities...

...it's not big, and it's not clever.
mouse is offline   Reply With Quote
Old 07-17-2002, 05:32 AM   PM User | #9
Mhtml
Senior Coder

 
Mhtml's Avatar
 
Join Date: Jun 2002
Location: Sydney, Australia
Posts: 3,531
Thanks: 0
Thanked 1 Time in 1 Post
Mhtml is an unknown quantity at this point
Although I haven't used it myself I think there is a plugin for photoshop which turns images into colored cells in a table which make it look the same.

I'm not saying that this is the best alternative but it may be worth looking into.

By the way stopping right click does nothing. If I see a picture I like I just click and drag in photoshop or Xara X which are usually open and make my own version, but I could just as easily drag and drop a picture onto windows desktop.

If you are going to use no-right click make sure it is both onMouseDown and OnMouseUp as it will effectively stop a majority of internet users.

Well that's my 2 cents....I'm kent Brockman Goodnight.
Mhtml is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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 Off

Forum Jump


All times are GMT +1. The time now is 04:44 AM.


Advertisement
Log in to turn off these ads.