Anti Leech

Discussion in 'other anti-malware software' started by tag, Jun 11, 2002.

Thread Status:
Not open for further replies.
  1. tag

    tag Registered Member

    Joined:
    Jun 11, 2002
    Posts:
    4
    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
     
  2. Checkout

    Checkout Security Rhinoceros

    Joined:
    Feb 11, 2002
    Posts:
    1,226
    Leech, sorry - but what do you mean by leech? Anti-theft?
     
  3. tag

    tag Registered Member

    Joined:
    Jun 11, 2002
    Posts:
    4
    Hi

    A prog to prevent sourcing of pages and downloading of info pages

    tag
     
  4. Checkout

    Checkout Security Rhinoceros

    Joined:
    Feb 11, 2002
    Posts:
    1,226
    I'm very sorry, I don't have expertise in this area. I hope someone else here can assist you.
     
  5. luv2bsecure

    luv2bsecure Infrequent Poster

    Joined:
    Feb 9, 2002
    Posts:
    713
    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.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 -->
     
  6. tag

    tag Registered Member

    Joined:
    Jun 11, 2002
    Posts:
    4
    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
     
  7. UNICRON

    UNICRON Technical Expert

    Joined:
    Feb 14, 2002
    Posts:
    1,935
    Location:
    Nanaimo BC Canada
    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 ;)
     
  8. Checkout

    Checkout Security Rhinoceros

    Joined:
    Feb 11, 2002
    Posts:
    1,226
    Get 'em first, Uni!
     
  9. UNICRON

    UNICRON Technical Expert

    Joined:
    Feb 14, 2002
    Posts:
    1,935
    Location:
    Nanaimo BC Canada
    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.
     
  10. Checkout

    Checkout Security Rhinoceros

    Joined:
    Feb 11, 2002
    Posts:
    1,226
    You've got two, friend. I've gothad four. :D
     
  11. UNICRON

    UNICRON Technical Expert

    Joined:
    Feb 14, 2002
    Posts:
    1,935
    Location:
    Nanaimo BC Canada
    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)
     
  12. Checkout

    Checkout Security Rhinoceros

    Joined:
    Feb 11, 2002
    Posts:
    1,226
    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
     
  13. UNICRON

    UNICRON Technical Expert

    Joined:
    Feb 14, 2002
    Posts:
    1,935
    Location:
    Nanaimo BC Canada
    I swear it wasn't my chanting to the fire gods freind, I bathed you in praise!
     
  14. Checkout

    Checkout Security Rhinoceros

    Joined:
    Feb 11, 2002
    Posts:
    1,226
    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!
     
  15. UNICRON

    UNICRON Technical Expert

    Joined:
    Feb 14, 2002
    Posts:
    1,935
    Location:
    Nanaimo BC Canada
    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! ;)
     
  16. tag

    tag Registered Member

    Joined:
    Jun 11, 2002
    Posts:
    4
    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
     
  17. UNICRON

    UNICRON Technical Expert

    Joined:
    Feb 14, 2002
    Posts:
    1,935
    Location:
    Nanaimo BC Canada
    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.
     
  18. Checkout

    Checkout Security Rhinoceros

    Joined:
    Feb 11, 2002
    Posts:
    1,226
    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.)
     
  19. UNICRON

    UNICRON Technical Expert

    Joined:
    Feb 14, 2002
    Posts:
    1,935
    Location:
    Nanaimo BC Canada
    My main machine swapped to linux last week. windows is now the backup. (it used to be the other way around)
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.