anti hotlink rewriting hole?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • s9ann0
    Confirmed User
    • Sep 2001
    • 4873

    #1

    anti hotlink rewriting hole?

    I just realised theres a huge f**king hole in my freehost anti hotlink rewriting when dealing with sites like fusker because they are putting the site url in the query string like this:

    http://wanker.leech.com/thief.php?ht...site/pics.html
    I'm using something like this
    RewriteCond %{HTTP_REFERER} !^http://.*just404.com [NC]

    so my rules match and let it thru because the domain is in the query string

    I have to amend the rules I dunno how to right now I hate regexp
  • A C
    Confirmed User
    • Dec 2002
    • 1637

    #2
    i would be interested in knowing the fix for this as well
    Do you have a "Exit here - if under 18" link on your warningpage? Chances are you are linking to yahoo/google/disney etc. Those days are over, signup at www.warningpages.com to get PAID for this traffic that has been wasted by so many for years! icq#777970

    Comment

    • s9ann0
      Confirmed User
      • Sep 2001
      • 4873

      #3
      I changed it to:

      RewriteCond %{HTTP_REFERER} !^http://[a-z,A-Z,0-9]+.sexwebsites.com [NC]

      Comment

      Working...