Submit Your Article Forum Rules

Results 1 to 7 of 7

Thread: programme to stop hot linking

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Posts
    8

    programme to stop hot linking

    Is there something I can run to see if there are any hot links to my sites graphics?

    Any ideas?

    I have a programme to check all of our links are working but they are the ones we have, not the ones that people are hot linking to our website.

    Is there such a thing?

    Sonja

  2. #2
    If you have a web stats/ log analyser, it should tell you that information.
    Look under 'link referrers' or 'linked pages', more often than not (in my experience) hot links are listed as forums or sites you've never visited.
    HTH!
    Vicki
    V. Faulkner
    www.VFWDS.com

    _______________

  3. #3
    Member sonnie's Avatar
    Join Date
    Dec 2003
    Posts
    69
    In addition to what vfaulkner suggested, some hosts are now offering the capability of blocking "hot links", basically, linking to graphics from other sites. I work on a site whose host has recently offered this service. Contact your provider to see if this is available.
    I reject your reality and will purchase my own.
    Live Free and Die what?

  4. #4
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,771
    HI Sonja,

    Are you running Apache? If you are, you can create an .htaccess file.
    Open notepad and save as htaccess.txt

    Inside it, put
    Code:
    RewriteEngine on 
    RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$      [NC] 
    RewriteCond %{HTTP_REFERER} !^http://domain.com$      [NC] 
    RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$      [NC] 
    RewriteCond %{HTTP_REFERER} !^http://www.domain.com$      [NC] 
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp|php|html)$ 
    http://www.domain.com/images/getlost.gif[R,NC]
    Then upload to your root server and change the name to .htaccess

    Notes:
    Replace domain.com with your actual domain name

    You'll notice the second last line, I added php and html . you'll need that for the page, depending on the extension of your page.
    And if you're feeling adventurous, you can add the last line, which you can make. An image to display anything you want, like "This site stole my page"

    And that image will replace what they're trying to steal.

    As mentioned, above, depending on the control panel, your host may have this feature
    Web Hosting Guru
    | Need Help For Your Forum?

  5. #5
    Junior Member
    Join Date
    Feb 2004
    Posts
    8
    Thanks for that guys

    I do have a .htaccess file but it is used for another purpose and I wouldn't want to overwrite it.

    Any ideas?

    Sonja

  6. #6
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,771
    Quote Originally Posted by admin100
    Thanks for that guys

    I do have a .htaccess file but it is used for another purpose and I wouldn't want to overwrite it.

    Any ideas?

    Sonja
    Sorry, Sonja
    I should have clarified.
    You can have multiple directives in .htaccess
    No problem, you can add to it.
    Just put it right underneath the current code
    Web Hosting Guru
    | Need Help For Your Forum?

  7. #7
    Junior Member
    Join Date
    Feb 2004
    Posts
    8
    Thank you

Similar Threads

  1. Mentoring Programme
    By Pierre in forum Introductions
    Replies: 0
    Last Post: 02-23-2010, 10:08 PM
  2. How to stop someone hot linking my graphic
    By funbiz in forum Webmaster Resources Discussion Forum
    Replies: 9
    Last Post: 06-23-2008, 11:02 PM
  3. The best programme overall !
    By SCOBAHCAN in forum The Castle Breakroom (General: Any Topic)
    Replies: 1
    Last Post: 07-04-2006, 05:43 AM
  4. new affiliate programme
    By joesnow in forum Affiliate Marketing Discussion Forum
    Replies: 2
    Last Post: 01-20-2006, 05:31 AM
  5. How do I stop unwanted sites from linking to me?
    By ritaperdue in forum Link Exchange
    Replies: 5
    Last Post: 05-29-2005, 10:43 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
  •