View Full Version : Anti Leech
tag
June 11th, 2002, 02:38 PM
G'day
Can someone help me with the following please.
Am in middle of putting together a web site and am looking at getting an anti leech/leach prog as some of the images are my own and not for sharing.
Anyone know anything about this subject ??
thanks :D
Checkout
June 11th, 2002, 03:42 PM
Leech, sorry - but what do you mean by leech? Anti-theft?
tag
June 11th, 2002, 04:57 PM
Hi
A prog to prevent sourcing of pages and downloading of info pages
tag
Checkout
June 11th, 2002, 05:16 PM
I'm very sorry, I don't have expertise in this area. I hope someone else here can assist you.
luv2bsecure
June 11th, 2002, 06:16 PM
Hello, Tag!
You are right in coming here. Security and privacy would certainly include this.
Here's code for what you want to do - it's ready to copy and paste:
<!-- TWO STEPS TO INSTALL PROTECT IMAGES:
1. Copy the coding into the HEAD of your HTML document
2. Add the onLoad event handler into the BODY tag -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function protect(e) {
alert("Sorry, you don't have permission to right-click.");
return false;
}
function trap() {
if(document.images)
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown = protect;
}
// End -->
</SCRIPT>
<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 0.81 KB -->
tag
June 12th, 2002, 12:27 PM
Hi luv (sounds good )
Yip thats what i was looking for i think and thanks for ure time.
One question : Proxomitron !
In configs of proxom you can force right click. How would this affect the script you have given me ?
Just wundrin
tag :D
UNICRON
June 12th, 2002, 02:42 PM
That disabling of right-click only works on newbies. Remember, for someone to see a picture, it has already been downloaded to the machine.
There is NO WAY to keep me from stealing any pic you have if you plan on letting me look at it. There are many different ways to do it, but in the spirit of this board, I will not detail them. That would be a violation of the TOS for this board. I suggest a respect for other peoples property and not to steal their pictures. Theft may carry a karma penalty of its own!
I challenge anyone to try. I'll wager 10 karma points ;)
Checkout
June 12th, 2002, 02:57 PM
Get 'em first, Uni!
UNICRON
June 12th, 2002, 03:03 PM
With my wonderful wit, I'll undoubtably aquire so much karma I won't know what to do with it all. I'll then give it away freely to all.
Checkout
June 12th, 2002, 03:08 PM
You've got two, friend. I've gothad four. ;D
UNICRON
June 12th, 2002, 03:12 PM
Well I won't race you. Surely, I am no match for the wit-master himself!
I suspect you may end up karma champion in the end (well next to the admins who can vote for themselves)
Checkout
June 12th, 2002, 03:27 PM
Hey! Some fatherless spawn of a gargantuan frog-elephant just gave me a slap!
How dare you!
...Actually, it wasn't unpleasant, though my cheeks still sting/ Encore une fois! ;D
UNICRON
June 12th, 2002, 03:30 PM
I swear it wasn't my chanting to the fire gods freind, I bathed you in praise!
Checkout
June 12th, 2002, 03:38 PM
During the last three picoseconds, I've considered your last post long and hard.
You didn't wash between my toes.
Have a Karma Point. Yum!
UNICRON
June 12th, 2002, 03:41 PM
lol, I wrote down all who are logged to the board during my disgrace and shame. I will carefully go through my logs and discover the scoundrel. May bad karma smite thee! ;)
tag
June 12th, 2002, 03:41 PM
K Uni
Given that u r able to conduct practices on an advanced newbie scale could u improve on the measure offered by luv or would u consider this script capable.
In your considered opinion that is.
tag
UNICRON
June 12th, 2002, 03:43 PM
That script is as good as it is going to get. I will tell you that it is a pain for browsers because they can no longer right-click on a hyperlink and open it in another window easily. This will actually be detremental to your site.
Checkout
June 12th, 2002, 03:56 PM
Gate's next version of Windows promises to solve all these problems, with its Pay-For-Content architecture.
That will finally, finally push me over the edge, and into Linux. (Shudder.)
UNICRON
June 12th, 2002, 08:58 PM
My main machine swapped to linux last week. windows is now the backup. (it used to be the other way around)
vBulletin® Copyright ©2000-2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums