Results 1 to 3 of 3

Leeching question

This is a discussion on Leeching question within the General Discussion forums, part of the vBulletin SEO Discussion category; What is the best way of stopping leeching off forums and static websites. I have some pictures that I want ...

  1. #1
    Senior Member Lee G's Avatar
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    690
    Liked
    40 times
    Blog Entries
    4

    Leeching question

    What is the best way of stopping leeching off forums and static websites.

    I have some pictures that I want shared between several web sites plus my forum on the same IP but they are on different urls.

    So say my weather station information is displayed on one url, but the live display then used in my sig on the forum.

    Then several pictures from my gun collection are displayed on my forum and used on a shooting web site

    Thanks in advance for any help

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    if they are images (or another simple content) the best thing to do is to just us an htaccess protector of some sort

    ie

    Code:
    RewriteEngine On
                        RewriteCond %{HTTP_REFERER} ^http://(.+\.)?myspace\.com/ [NC,OR]
                        RewriteCond %{HTTP_REFERER} ^http://(.+\.)?blogspot\.com/ [NC,OR]
                        RewriteCond %{HTTP_REFERER} ^http://(.+\.)?livejournal\.com/ [NC]
                        RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpe [L]
    will show the nohotlink jpeg when the request to an image is from anything other than those URL's

  3. #3
    Senior Member Lee G's Avatar
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    690
    Liked
    40 times
    Blog Entries
    4
    Thanks for that Brian

Similar Threads

  1. Replies: 0
    Last Post: 04-21-2007, 10:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •