Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Stop taking images from the Site!!!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

funinbc
Junior Member

245 Posts

Posted - 12 March 2003 :  17:47:43  Show Profile
Is there a way to prevent people form taking images from my forum? Making it so they can not download them?

This Java script might work but how do I use this on the forum?


<SCRIPT language="JavaScript">
<!--
// No rightclick script.
// Find more great scripts and applets at the JavaFile!
// http://www.javafile.com
// Do not delete this header!
var message="Sorry, we don't allow that on this site!."; // Put your message for the alert box between the quotes.
// Don't edit below!
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</SCRIPT>


Thank you !!!!!!

Edited by - funinbc on 12 March 2003 17:48:01

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 12 March 2003 :  17:53:29  Show Profile  Visit PeeWee.Inc's Homepage
http://forum.snitz.com/forum/forum.asp?FORUM_ID=26
This is the forum you should ask in.

De Priofundus Calmo Ad Te Damine
Go to Top of Page

funinbc
Junior Member

245 Posts

Posted - 12 March 2003 :  17:59:50  Show Profile
Thank you I will move it there
Go to Top of Page

TestMagic
Senior Member

USA
1568 Posts

Posted - 12 March 2003 :  18:04:08  Show Profile  Visit TestMagic's Homepage
quote:
Originally posted by funinbc

Thank you I will move it there


Actually, I don't think you can move it yourself. Just wait for a Moderator to move it, and look for it there.

As for stopping people from stealing images, it's effectively impossible. You may be able to disable right-clicking, but a user can just view the source. And if you get rid of toolbars, you can just take a screen shot to get the images you want.

Personally, I find no-right-click scripts a bit annoying. They make you take one extra step and won't stop anybody who knows even a little bit about web pages.

Snitz rocks! · Search 2
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 12 March 2003 :  18:14:54  Show Profile
images are downloaded to a person's temporary internet files when they view your page, there isn't anyway to prevent that. (they can just copy them from the Temporary Internet Files folder)
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 12 March 2003 :  19:20:24  Show Profile
duplicate post, please continue here:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=42522
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07