Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Fri Nov 22, 2024 8:15 pm

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 
Author Message
 Post subject: Image theft and disabling right clicks - HELP!
PostPosted: Sun Jun 19, 2005 9:24 pm 
PPT Student
PPT Student
User avatar

Posts: 265
Joined: Wed Mar 16, 2005 9:50 pm
Location: 9th Heaven
Can anyone please provide me the codes for preventing image theft and disabling right clicks? I've been to some forums and I can't find the help (the codes) I'm looking for.Please post the codes.Thank you.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 19, 2005 10:14 pm 
Administrator
Administrator
User avatar

Posts: 1140
Joined: Mon May 31, 2004 1:36 pm
Don't do that. If you're block right-clicks, you're just asking for someone to disable javascript especially for your website (and / or go find a better site). It won't stop anyone from stealing anything, and instead will just make people who wanted to right-click for a different reason less likely to like your site.

Just add a warning. Your average visitor is not a thief, and doesn't want to be treated as one.
(Check out http://www.sitepoint.com/article/dont-disable-right-click )


You can, of course, achieve the effect by placing the following inside head tags
Code:
<script language="JavaScript1.1">
// distributed by http://www,hypergurl.com
<!-- var debug = true;
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('This Page is fully protected!');
return false;
}

return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//--></script>


Image
Will you stop with the honour stuff?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 20, 2005 2:49 am 
PPT Toddler
PPT Toddler
User avatar

Posts: 198
Joined: Wed Jun 02, 2004 1:00 am
i agree with what hunter said. also, there is no way to effectively block right clicking. also if they want to view your source whats to stop them from pressing View>>Page Source (in firefox). also someon can just select your image and press CTRL+C to copy it into their clipboard.


Since these are no longer temporary forums, I will update my signature.
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 02, 2005 12:33 pm 
PPT Toddler
PPT Toddler
User avatar

Posts: 162
Joined: Sun Aug 01, 2004 11:14 pm
Location: Sweden
As they have already said, don't block right clicks, that doesn't do anything but annoy people that visit your site. For a browser to be able to render a image from your page it needs to download it to the computer it's running on, and anyone can easily get the image then.

And right click protection is hell for me as I use mouse gestures with the right mouse button :( So I use a extension to kill most of the right click scripts.


http://ibisaeg.mine.nu
<silja rox my sox>... somewhat :P


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 04, 2005 8:58 pm 
PPT God
PPT God
User avatar

Posts: 1220
Joined: Mon May 31, 2004 11:35 am
Location: Come on, newbie.
Anyway, all you have to do is keep right clicking and pressing spacebar, and eventually the menu comes up anyway, at least on neopets.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 09, 2005 6:58 am 
PPT Student
PPT Student

Posts: 353
Joined: Thu Jun 03, 2004 7:42 am
people can just screen cap the image anyway so unless something is marked on the picture people can steal it :cry:


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 04, 2005 2:14 pm 
Newbie
Newbie
User avatar

Posts: 3
Joined: Thu Aug 04, 2005 12:24 pm
If you are worried about people stealing images from your site and linking to them on their site, then you can disable hot linking. Here is a Google search that might help you with hotlinking. If you are worried about people saving them to their own computer, there isn't much you can do. You could go as far as watermarking the image, possibly putting some tiny text somewhere on the image so it says it belongs to you. Here is a Google search for watermarking images.

I hope this helps.


//Kyle
$kyle = "me";
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 06, 2005 11:45 pm 
PPT Toddler
PPT Toddler
User avatar

Posts: 155
Joined: Fri Jun 18, 2004 2:07 am
Location: The place where penguins rule the earth!
There is a good way for watermarking images in Photoshop. Just type whatever over the top on a new layer, put on some bevel and emboss, and outer glow blending options, and pull the filll bar down to 0%. See-through text.

That should stop people from stealing your images.


Image
Set by Me.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 27 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group