Anti Image Leeching Software?

Discussion in 'Products & Tools' started by popoman, Mar 6, 2007.

  1. #1
    I'm particularly interested in a software/script which simply protects images on a website from being downloaded by mass downloader apps... Any ideas?

    Thanks.
     
    popoman, Mar 6, 2007 IP
  2. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Pat Gael, Mar 6, 2007 IP
  3. popoman

    popoman Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, but it seems that using the .htaccess will prevent people from viewing my images if they find them directly in a Google search for example... Am I correct?

    I'll try evisio tho, and see what happens. Thx!
     
    popoman, Mar 6, 2007 IP
  4. popoman

    popoman Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Also I wanted to ask... Is there a special way in which a downloader app connects to a website which is different from when a browser connects to it, and is there a way to allow just browsers to connect to a website etc...?
     
    popoman, Mar 6, 2007 IP
  5. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #5
    Google thumbnails are on Google servers.
     
    ajsa52, Mar 6, 2007 IP
  6. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #6
    Well, each browser or app should use their "user-agent", and you can use that on your .htaccess or your server programs (PHP, PERL, ...).
    But that "user-agent" can be changed also on some downloader apps. FOr example "--user-agent" option for wget.
     
    ajsa52, Mar 6, 2007 IP
  7. plumsauce

    plumsauce Peon

    Messages:
    310
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #7
    The idea of examing the user-agent string is still of value.

    It will stop the casual downloader who does not know about user-agent strings. Just be aware that someone who is determined to rip your site will still do it.
     
    plumsauce, Mar 9, 2007 IP
  8. Forrest

    Forrest Peon

    Messages:
    500
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #8
    That's assuming people are skilled and knowledgeable enough to write their own leaching software, but not enough to set the user agent string. I would guess 90 % of people who grab images en masse are using off-the-shelf software to do it. Some of the programs identify themselves, others mimic a browser.

    I don't have a list of any of them, but Google can find you one pretty quickly, and you can at least make some headway, banning some of the mass downloaders is probably better than none.
     
    Forrest, Mar 9, 2007 IP
  9. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #9
    Currently I'm using a small list on my .htaccess:

    For apps:
    "Wget"
    "HTTrack"
    "WebCopier"
    "WebSauger"
    "WebReaper"
    "WebStripper"
    "Web Downloader"

    For unfriendly crawlers:
    "aipbot"
    "RufusBot"
    "voyager"
     
    ajsa52, Mar 10, 2007 IP