gallery leech proofing htaccess?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rep
    Confirmed User
    • Sep 2002
    • 991

    #1

    gallery leech proofing htaccess?

    I'm looking to stop those gallery leeches who scan the quality TGPs for galleries then list them on their own sites and send nothing but shit traffic. Any htaccess wizards out there tell me if im on the right track.


    RewriteEngine On
    RewriteCond %{HTTP_REFERER} ^http://banned.com/.*\.shtml [NC]
    RewriteCond %{HTTP_REFERER} !^http://banned.com/.*\.cgi [NC]
    RewriteRule .* http://www.yourdomain.com [R,L]
    who | grep -i blonde | date; cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep
  • Splicer
    Confirmed User
    • May 2002
    • 198

    #2
    I'm no wizard but I use this

    RewriteEngine On
    RewriteOptions inherit
    RewriteCond %{HTTP_REFERER} ^http://.*banned.com/* [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*banned2.com/* [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://bannedlast.com/* [NC]
    RewriteRule /* http://www.yourchoice.com

    Have a good one

    Are we rich yet?

    Comment

    Working...