• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • πŸ‘‰ Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • πŸ’Έ Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • βœ… Confirm that the server meets the System Requirements
    • πŸ”₯ Check for any available Hotfix - your issue could be already reported/fixed
    • πŸ“š Read documentation - It will be required to Debug and understand Errors for a faster support response

How to prevent hotlinking from certain websites

AshleyUK

πŸ’– Chevereto Fan
Hi
I've got some "chinese" websites that are hotlinking so many images, that it's just killing my server during the day.
What is the correct way to just block these sites.

I have tried adding the following to the bottom of my root .htaccess file.

Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} website1\.com [NC][OR]
RewriteCond %{HTTP_REFERER} website2\.com [NC]
RewriteRule \.(jpg|jpeg|gif|png)$ - [F]

However, this seems to block EVERY site from hotlinking... That isn't what I want. I just want to block website1 & website2.

Thank You.
 
is [NC, OR] and try to add it at the very top of the htaccess file.
 
All fixed, thanks :)
This is how I managed it, for anyone else that wants it :)

Code:
RewriteEngine On
 
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?website1\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?website2\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?website3\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?website4\.com/ [NC]
RewriteCond %{REQUEST_URI} !hotlinkingban.jpg$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /hotlinkingban.jpg [L]
 
So I've been going through my server logs, listing out all of the "far east" websites that are leeching the same images over and over again.
I've compiled a list of about 300 - 350 or so websites.
This is the difference that it's made!!

CWIMF.png


ulFPT.png


kPpmY.png


Amazing huh!! These "far east" scrapping type of websites were just KILLING my server.

(I'm going to wait until version 3, and then start blocking the actual uploaders, and delete all their images)
Editing the htaccess with a list of websites, might not be the best way of doing it... But for now, this is my way of fixing the issue, and as you can see, it seems to be working.

If anyone suspects that this might be happening to them, then I have a huge list that you could simply copy and paste into your htaccess file. PM me for it.
Rodolfo I can forward this to you if you want it? Or if I'm aloud to post it on the forum, then I will do so... I am continuing to add to the list on a daily basis when I have a spare 30 minutes.
:)
 
Post it and I will move it. By the way, the China access is 99% likely a layer 7 ddos attack, happens all time.
 
Code:
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?palacemoon\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?bbs-tw\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?my-hiend\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?95ggg\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?11xxbb\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99bitgc\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?333qs\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?447x\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?51ai\.us/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?saojigong\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?lsex1\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?53di\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?c1522.amlong\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?amlong\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?87wen\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?ku9\.us/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?17zal\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?1gesese\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?666ln\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?765kj\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?222bo\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?888mimi\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?881mi\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?776pp\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?744s\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?55abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?6park\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?888za\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?722s\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?98abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?2sese\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?av538\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?84she\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?93abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?20dxw\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?sex345678\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?mylvc\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?mmhouse\.us/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?69.72.183.90/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?204.12.226.165/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?209.73.153.10/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?67.220.90.13/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?174.139.118.37:74/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?174.37.156.18/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?zuoerding\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?9sex\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?11bt\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?c1521.biz\.tm/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?98hy\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?555x\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?72ggg\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?33dada\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?97ro\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?have8\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99btgc\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?55dada\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?shijincao\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?141hongkong\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?184.154.128.246/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?577gc\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?palamoon\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?t66y\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?77dada\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?allszy\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?m6ok\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?yinsewang\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?x77x77\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xav2\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?44kj\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?142.54.185.10/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?206.108.51.34/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?737mm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?55ccmm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?baoshewang\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?cao5cao\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?sebotv\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xpic2011.blogspot\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avav321\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?ssff22\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?789kx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?222pa\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?776mm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?sbkuaibo3\.us/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?sbkuaibo1\.us/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avzck\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?108.62.192.107/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?108.62.192.109/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?222ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?laoselv\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?8jqw\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?m6co\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?mmwoai\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?336xx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?333abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?av858\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?kokose\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?uuu54\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?lol.gamebbs.qq\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?57bt\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?173.245.68.162/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?174.127.195.171/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?77qs\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?13bt\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99btgongchang\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99btgongchang\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?cnzl\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?22ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?44jb\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?9xoy\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?666xi\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?76222\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?999abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?50.117.113.99/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?50.117.115.218/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?50.117.115.219/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?666qe\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?82she\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99btgc\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?a8a8a8\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?888qs\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99hy\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?12bt\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?oursogo\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?shenyingwang\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?97hy\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?222ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?44dada\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?9city\.tv/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?51uc\.tv/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?53368\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?557hh\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?666qe\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?71ppp\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?82she\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?897s\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?dd33mm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?nc90h\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?palmoon\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?yayaya5\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?521ymm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?557ii\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?ck222\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99bitgc\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?555ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?1y4c\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?yyy112\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?174.123.15.31/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?84474\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?205.164.5.155/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?333jq\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?55ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?666ta\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?8seya\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99btgc\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?hung-ya\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?ddd54\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avzcf\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?baidu\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?koseko\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?baidu\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99bitgc\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?333sq\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?333ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?333jq\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?544s\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?75rrr\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?911aaa\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?cao55cao\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?csjqw\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?nc567\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?saozia\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?yiqingyayuan\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?x77\.be/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?x7777777\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xxxxxxx7\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xxxxxxx7\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?18p2p\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?9ss\.us/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avcool\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xav1\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99btgc\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?888ja\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?888se\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?97ro\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avbbs\.cc/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?94vvv\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?11yiren\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99btgc\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?510dd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?tk.15hy\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?567jb\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?33gaga\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?m6mm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?cd666\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?qqcc\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?rrr35\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?baisex\.me/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?76222\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?7dashu\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?678kj\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?seabcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?523a\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?54aaaa\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?baisex\.mobi/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?333kx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?saobiaozi\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?m6mm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?888ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?baise111\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?73sq\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xxabcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?67kx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99bitgc\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?94abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?333wyt\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99btgongchang\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99btgongchang\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?cd666\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?567jb\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?10086\.cn/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?555ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?666wo\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?langke88\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?x77\.tv:88/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?277se\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?447abc\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?66998\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?666ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?33gaga\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?sexinsex\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?876kj\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?779vv\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?553cc\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?chaochui8\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xav3\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?577gc\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?ck101\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?115hh\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?plus28\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?205.164.5.154/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?50.117.114.66/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?67.220.90.30/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?67.220.90.4/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?678jb\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?69.46.91.229/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?72.20.18.52/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?83kx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?883xx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avav123\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?11hy\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?haobi365\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?10bt\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?mimione\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?67qs\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avzca\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avzcr\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avzcy\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?22ddaa\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?43312\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?555o\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?644s\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?666sq\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?678jb\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?67qs\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?777za\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?81kx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?83kx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?883nn\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?95abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?883se\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?98smm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avp2p\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?ck522\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?henhenlu\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?hostingbackally\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?jkforum\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?niuzikua\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?onemaya\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?03912\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?111.92.236.50/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?456kj\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?bbsu8\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?ck666\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?666we\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?5166533\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?884hh\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?22abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?aaadream\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?11abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?jiushicao\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?94xo\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?126xx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avcollectors\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?se55\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?sexinsex\.xxx/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?clssl\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?tedx\.ee/ [NC,OR]
 
Second part, as theres a 20,000 character limit :p

Code:
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99bitgc\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?98.126.181.108/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?98.126.181.104/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xiao77\.la:88/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99bitgongchang\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99bitgongchang\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99bitgongchang\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?99bitgongchang\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?baixing\.me/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?883mm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?321ggg\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?444ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?aiyawocao\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?521yzm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?883mm\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?776kk\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?aaac33\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?jvcxp\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?mychinamyhome\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xiao77\.co/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?66ady\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?avbbs\.me/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?x7777777\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?mitao95\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?70kx\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?96abcd\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?98she\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?97ro\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?68qs\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?577gc\.me/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?haobi366\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?33ib\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?212hh\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?556ff\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?yzm521\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?174.127.195.166/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?67.220.90.10/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?174.127.195.163/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?74.127.195.17/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?82337\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?langke88\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?kxsbw\.com/ [NC]
RewriteCond %{REQUEST_URI} !hotlinkingban.jpg$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /hotlinkingban.jpg [F,L]

Note that this was originally coded to show a 'replacement image', but I have gone against that now, so I have included [F] in the last line to forbid the websites from draining anything from my server.
 
In which .htaccess have you placed your code?

There was something wrong in my file, but now it's working.
Thank you very much for this list!
Now i've got 170 simultaneously connections (befor: 1002 = limit in my php.ini)
 
I found some new in my logs:
Code:
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?184.154.128.246/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?lightnovel\.cn/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?c1521.biz\.tm/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?tranungkite\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?1024.evils\.in/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?xxxxxxx7\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?11yiren\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?vaginasoftheworld.tumblr\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?x7777777\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?cnc.lightnovel\.cn/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?cl.tedx\.ee/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?qingyuge\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?98.126.181.104/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?langke88\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?shenyingwang\.com/ [NC,OR]


EDIT: last 6 added
 
Thanks for your additions Avast.
Maybe if Rodolfo moves this to a certain section, we can just keep adding to it on a weekly or monthly basis.
When I have a moment I'll look into a way of adding them ALL into a big list and getting rid of the duplicates. I'm sure notepad++ could do this with no problem.
 
Would be really nice to have a centralized list ;)

EDIT: Do you know, why some blocked sites still got there connections to my system?
 
I still see a lot of connections to mine as well, however, all they are getting is the "forbidden" returns.
So opposed to them draining MB's and GB's of data and putting a huge strain on the server, they are only getting bytes... about 0.28KB which is practically nothing. Per connection.
I wouldn't worry to much about the amount of connections that you are still getting, as I think they get rejected straight away.

They are connecting, but they aren't able to actually see / download anything. Which releases your server from the load. :)
Hope that makes sense.

--- Edit ---

I've found out how to sort out the duplicates in Notepad++ it's very easy.
When we have a much bigger list I'll do it.
For now, having a few duplicates wont do any harm.
 
Back
Top