Last active
August 29, 2015 14:26
-
-
Save JesperDramsch/77c55ac3511d20d2f1d9 to your computer and use it in GitHub Desktop.
Block Semalt / Referral Spam on Websites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MODIFIED FROM PERISHABLE PRESS ULTIMATE REFERRER BLACKLIST | |
# https://perishablepress.com/4g-ultimate-referrer-blacklist/ | |
# This is a modified referrer blacklist from http://brassblogs.com/blog/htaccess-and-spam by JesperDramsch | |
# This blacklist is ready to use in your site's root htaccess file | |
# Edit the first two lines with your specific domain information | |
# Check http://brassblogs.com/blog/htaccess-and-spam for updates and include my additions | |
# Analytics Spam Blocker - Start | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase / | |
RewriteCond %{HTTP_REFERER} !.*YOUR URL\.com/.*$ [NC] | |
RewriteCond %{HTTP_REFERER} !.*YOUR OTHER\.com/.*$ [NC] | |
RewriteCond %{HTTP_REFERER} !^http://([^/]+)google\..*$ [NC] | |
RewriteCond %{HTTP_REFERER} !^http://([^/]+)altavista\..*$ [NC] | |
RewriteCond %{HTTP_REFERER} !^http://([^/]+)yahoo\..*$ [NC] | |
RewriteCond %{HTTP_REFERER} !^http://([^/]+)msn\..*$ [NC] | |
RewriteCond %{HTTP_REFERER} !^http://([^/]+)a9\..*$ [NC] | |
RewriteCond %{HTTP_REFERER} !^http://([^/]+)lycos\..*$ [NC] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?(-|.)musicbox1(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?adult(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?anal(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?blow.?job(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?gay(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?incest(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?mature(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?nude(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?porn(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?pus*y(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?sex(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?teen(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?tits(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?titten(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?100dollars(-|.)seo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?12masterov(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?38ha(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4free(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4hs8(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4t(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4u(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4webmasters(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?6q(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?76brighton(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?7makemoneyonline(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?8gold(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?911(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?a(-|.)hau(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?abalone(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?acads(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?adcash(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?adminshop(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?adspart(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?adultactioncam(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?adventureparkcostarica(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?adviceforum(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?affordablewebsitesandmobileapps(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?aizzo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?akuhni(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?alexa(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?alienpayday [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?allwomen(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?alphacarolinas(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?alpharma(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?altermix(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?amanda(-|.)porn(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?amateur(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?amateurxpass(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?amt(-|.)k(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?anal(-|.)acrobats(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?android(-|.)style(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ansar-u-deen(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?anticrawler(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?arkkivoltti(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?aruplighting(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?atelebanon(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?backgroundpictures(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?baixar(-|.)musicas(-|.)gratis(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?baladur(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?balitouroffice(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bard(-|.)real(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?beastiality(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?belize(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?best(-|.)seo(-|.)offer(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?best(-|.)seo(-|.)solution(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?best-deals(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bestiality(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bestmobilityscooterstoday(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bestwebsiteawards(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bestwebsitesawards(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?billiard(-|.)classic(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?blackhatworth(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?blogincome(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?blue(-|.)square(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bmw(-|.)afora(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bontril(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?brakehawk(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?break(-|.)the(-|.)chains(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?brothers(-|.)smaller(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bruce-holdeman(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buttons(-|.)for(-|.)website(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buttons(-|.)for(-|.)your(-|.)website(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy(-|.)cheap(-|.)online(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy(-|.)forum(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ca-america(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cardiosport(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cartechnic(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cenokos(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cenoval(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cezartabac(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cfsrating(-|.)sonicwall(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?chatt-net(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ci(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cityadspix(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?civilwartheater(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?coderstate(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?commerce(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?condo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?conjuratia(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?connectikastudio(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?consolidate(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?coswap(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?crepesuzette(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?crescentarian(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cubook(-|.)supernew(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?customsua(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?dailyrank(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?darodar(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?dating(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?delfin(-|.)aqua(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?demenageur(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?depositfiles(-|.)porn(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?descargar(-|.)musica(-|.)gratis(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?descargar(-|.)musicas(-|.)gratis(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?detskie(-|.)konstruktory(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?devaddict(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?dipstar(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?discount(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?djekxa(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?dojki(-|.)hd(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?domainsatcost(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?domination(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?doobu(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?doska(-|.)vsem(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?dostavka(-|.)v(-|.)krym(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?drupa(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?dvr(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?e(-|.)buyeasy(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?e(-|.)kwiaciarz(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?e-poker-2005(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?e-site(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ecomp3(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?econom(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?edakgfvwql(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?egovaleo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?egygift(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ekto(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?elmifarhangi(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?embedle(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?empathica(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?empirepoker(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?escal8(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?este(-|.)line(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?eurip(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?euromasterclass(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?europages(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?eurosamodelki(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?event(-|.)tracking(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?exitq(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?extener(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?eyemagination(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?fastcrawl(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?fbdownloader(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?fbfreegifts(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?fearcrow(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?feedouble(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ferretsoft(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?fick(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?fidelityfunding(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?finance(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?flafeber(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?forum20(-|.)smailik(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?forum69(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?freakycheats(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free(-|.)share(-|.)buttons(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free(-|.)social(-|.)buttons(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?freeality(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?freewhatsappload(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?fuck(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?future-2000(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?gabriola(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?gallerylisting(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?gb.com(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?generalporn(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?germes(-|.)trans(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?get(-|.)free(-|.)traffic(-|.)now(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ghazel(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?girlporn(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?gkvector(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?globusy(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?gobongo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?golf-e-course(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?goodprotein(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?googlsucks(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?gospelcom(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?gradfinder(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?guardlink(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hasfun(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?herbal(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hermosa(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?highprofitclub(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hilton(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hotel(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?houseofseven(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?howtostopreferralspam(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hulfingtonpost(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?humanorightswatch(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hundejo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hurricane(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hvd(-|.)store(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?iaea(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ico(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?igru(-|.)xbox(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?iloveitaly(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ilovevitaly(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ime(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?iminent(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?imperiafilm(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?inboxdollars(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?info(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ingyensms(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?inkjet-toner(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?isacommie(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?iskalko(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ispaniya(-|.)costa(-|.)blanca(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?istarthere(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?it(-|.)max(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?it.tt(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?italiancharms(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?iwantu(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?japfm(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?jfcadvocacy(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?jjbabskoe(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?jmhic(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?joinandplay(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?joingames(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?juris(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?kabbalah(-|.)red(-|.)bracelets(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?kambasoft(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?kazrent(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?kino(-|.)fun(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?kino(-|.)key(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?kinopolet(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?kylos(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?laser-eye(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?laxdrills(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?leathertree(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?lillystar(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?linkerdome(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?littleberry(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?livefixer(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?livenet(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?lomb(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?lombia(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?low-limit(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?lowest-price(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?lumb(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?luxup(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?macsurfer(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?makemoneyonline(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mall.uk(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?maloylawn(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?maridan(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?marketing(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?masterseek(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mcdortaklar(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mebelcomplekt(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mebeldekor(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?med(-|.)zdorovie(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mediavisor(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?medications(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?meendo(-|.)free(-|.)traffic(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?minegam(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mirobuvi(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mirror.sytes(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mp3(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mpftpupload(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?msk(-|.)afora(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?musicprojectfoundation(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?myftpupload(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?myprintscreen(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?naked(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?netdisaster(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?netfirms(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?newtruths(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?niki(-|.)mlt(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?no-limit(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?novosti(-|.)hi(-|.)tech(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?nude(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?nudeceleb(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?nutzu(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?o(-|.)o(-|.)6(-|.)o(-|.)o(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?o(-|.)o(-|.)8(-|.)o(-|.)o(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?odge(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?oiline(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ok(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?onlinegamingassoc(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?onlywoman(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ooo(-|.)olni(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?openfrost(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?openmediasoft(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?outpersonals(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ozas(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pagetwo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?palvira(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?paparazzistudios(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?paris(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?passions(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?peblog(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?peng(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?perfume-cologne(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?personal(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?photokitchendesign(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?php-soft(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pics(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pisoc(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pisx(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?popwow(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?porn(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pornhub(-|.)forum(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pornhub(-|.)ru(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pornhubforum(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pornoforadult(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?powitania(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pozdravleniya(-|.)c(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?prescriptions(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?priceg(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?printdirectforless(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?prlog(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?prodvigator(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ps2cool(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?psa48(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?psnarones(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?psxtreme(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?qitt(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?quality-traffic(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ranksonic(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?rapidgator(-|.)porn(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?redtube(-|.)talk(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?registrarprice(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?reliableresults(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?research(-|.)ifmo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?resellerclub(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?rightenergysolutions(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?rimpim(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ro7kalbe(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?rohkalby(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ronnieazza(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?rulo.biz(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?s(-|.)click(-|.)aliexpress(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?s5(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sady(-|.)urala(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?samiuls(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sanjosestartups(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?savetubevideo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?screentoolkit(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?search(-|.)error(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?searchedu(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?see(-|.)your(-|.)website(-|.)here(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?semalt(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?semaltmedia(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?seo(-|.)smm(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?seoexperimenty(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?seopub(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?serw(-|.)clicksor(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?seventwentyfour(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?seventwentyfour.*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sex(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sexsearch(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sexsq(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sexyteens(-|.)hol(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sharebutton(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?shoesdiscount(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?shop(-|.)xz618(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?simple(-|.)share(-|.)buttons(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?site-4u(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?site5(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sitevaluation(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?slatersdvds(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?slftsdybbg(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?slkrm(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?smailik(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sml338(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sms(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?smsportali(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?soaksoak(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?social(-|.)buttons(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?socialseet(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?softomix(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?software(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sohoindia(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sortthemesitesby(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?soundfrost(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?spb(-|.)afora(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?spears(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?spoodles(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sportsparent(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?spravka130(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sq01 [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?srecorder(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?star61(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?stmaryonline(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?strip(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?success(-|.)seo(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?superiends(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?suttonjames(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?talk.uk-yankee(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?tasteidea(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?tattooha(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?teaminspection(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?tecrep-inc(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?tedxrj(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?teen(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?terashells(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?thatwhichis(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?theguardlan(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?thorcarlson(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?tmsathai(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?torontoplumbinggroup(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?torture(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?toyota(-|.)7zap(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?traffic2money(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?trafficmonetizer(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?traffixer(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?tranny(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?trion(-|.)od(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?uzungil(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?valeof(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?vapmedia(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?viandpet(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?video(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?videofrost(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?videos(-|.)for(-|.)your(-|.)business(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?vinhas(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?vixen1(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?vodkoved(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?vpshs(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?vrajitor(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?w3md(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?webdevsquare(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?webmaster(-|.)traffic(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?webmonetizer(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?website(-|.)errors(-|.)scanner(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?websites(-|.)reviews(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?websocial(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?whois(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?withdrawal(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?wmasterlead(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?worldemail(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ws-op(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?wslp24(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?www(-|.)Get(-|.)Free(-|.)Traffic(-|.)Now(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?www(-|.)event(-|.)tracking(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?www(-|.)kabbalah(-|.)red(-|.)bracelets(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xopy(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xxx(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?yelucie(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ykecwqlixx(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?yougetsignal(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?youporn(-|.)forum(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?youporn(-|.)forum(-|.)uni(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?youradulthosting(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?youtubedownload(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?zastroyka(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?zazagames(-|.).*$ [OR] | |
RewriteCond %{HTTP_REFERER} advair [OR] | |
RewriteCond %{HTTP_REFERER} allegra [OR] | |
RewriteCond %{HTTP_REFERER} ambien [OR] | |
RewriteCond %{HTTP_REFERER} amoxicillin [OR] | |
RewriteCond %{HTTP_REFERER} artobox [OR] | |
RewriteCond %{HTTP_REFERER} axisalternativementalhealth [OR] | |
RewriteCond %{HTTP_REFERER} baccarat [OR] | |
RewriteCond %{HTTP_REFERER} bet [OR] | |
RewriteCond %{HTTP_REFERER} blackjack [OR] | |
RewriteCond %{HTTP_REFERER} cash [OR] | |
RewriteCond %{HTTP_REFERER} casino [OR] | |
RewriteCond %{HTTP_REFERER} celeb [OR] | |
RewriteCond %{HTTP_REFERER} cheap [OR] | |
RewriteCond %{HTTP_REFERER} cialis [OR] | |
RewriteCond %{HTTP_REFERER} craps [OR] | |
RewriteCond %{HTTP_REFERER} credit [OR] | |
RewriteCond %{HTTP_REFERER} deal [OR] | |
RewriteCond %{HTTP_REFERER} debt [OR] | |
RewriteCond %{HTTP_REFERER} drug [OR] | |
RewriteCond %{HTTP_REFERER} effexor [OR] | |
RewriteCond %{HTTP_REFERER} equity [OR] | |
RewriteCond %{HTTP_REFERER} faxo [OR] | |
RewriteCond %{HTTP_REFERER} finance [OR] | |
RewriteCond %{HTTP_REFERER} gambling [OR] | |
RewriteCond %{HTTP_REFERER} hold-em [OR] | |
RewriteCond %{HTTP_REFERER} holdem [OR] | |
RewriteCond %{HTTP_REFERER} iconsurf [OR] | |
RewriteCond %{HTTP_REFERER} insurance [OR] | |
RewriteCond %{HTTP_REFERER} interest [OR] | |
RewriteCond %{HTTP_REFERER} internetsupervision [OR] | |
RewriteCond %{HTTP_REFERER} keno [OR] | |
RewriteCond %{HTTP_REFERER} levitra [OR] | |
RewriteCond %{HTTP_REFERER} lipitor [OR] | |
RewriteCond %{HTTP_REFERER} loan [OR] | |
RewriteCond %{HTTP_REFERER} medispainstitute [OR] | |
RewriteCond %{HTTP_REFERER} meds [OR] | |
RewriteCond %{HTTP_REFERER} money [OR] | |
RewriteCond %{HTTP_REFERER} mortgage [OR] | |
RewriteCond %{HTTP_REFERER} omaha [OR] | |
RewriteCond %{HTTP_REFERER} paxil [OR] | |
RewriteCond %{HTTP_REFERER} pharmacies [OR] | |
RewriteCond %{HTTP_REFERER} pharmacy [OR] | |
RewriteCond %{HTTP_REFERER} phentermine [OR] | |
RewriteCond %{HTTP_REFERER} pheromone [OR] | |
RewriteCond %{HTTP_REFERER} pills [OR] | |
RewriteCond %{HTTP_REFERER} poker [OR] | |
RewriteCond %{HTTP_REFERER} refinance [OR] | |
RewriteCond %{HTTP_REFERER} roulette [OR] | |
RewriteCond %{HTTP_REFERER} scout [OR] | |
RewriteCond %{HTTP_REFERER} seventwentyfour [OR] | |
RewriteCond %{HTTP_REFERER} slot [OR] | |
RewriteCond %{HTTP_REFERER} syntryx [OR] | |
RewriteCond %{HTTP_REFERER} texas [OR] | |
RewriteCond %{HTTP_REFERER} tournament [OR] | |
RewriteCond %{HTTP_REFERER} tramadol [OR] | |
RewriteCond %{HTTP_REFERER} tramidol [OR] | |
RewriteCond %{HTTP_REFERER} valtrex [OR] | |
RewriteCond %{HTTP_REFERER} viagra [OR] | |
RewriteCond %{HTTP_REFERER} vicodin [OR] | |
RewriteCond %{HTTP_REFERER} win [OR] | |
RewriteCond %{HTTP_REFERER} xanax [OR] | |
RewriteCond %{HTTP_REFERER} zanax [OR] | |
RewriteCond %{HTTP_REFERER} zoloft [OR] | |
RewriteCond %{HTTP_REFERER} ^http://(www\.)?(-|.)zindagi(-|.).*$ [NC] | |
RewriteRule .* - [F] | |
</IfModule> | |
# Analytics Spam Blocker - End |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment