Home     Provider Area     Contact Us      
More Information

E-commerce

Featured

Marketing

Miscellanous

Reading








 

LAST UPDATED: April 16, 2009


Web site owners often use the .htaccess file to prevent other sites from "leeching" files (downloads, images, etc.) from their web site. The following is not intended to provide a detailed description about the .htaccess file (see THIS LINK for that). However, the following does give web site owners (especially ones that offer software downloads) some code to redirect known crack sites away from your site. Crack sites not only facilitate the theft of your software by providing illegal unlock codes (and likely giving the user a VIRUS, TROJAN, OR ROOTKIT for more fun); but, to "rub salt into the wounds", they also point them to your web site so your bandwidth is used to commit the crime. Although bandwidth isn't near the issue it used to be (certainly our servers have plenty of resources to spare, and costs have come down), the principle of the matter is at play here too.

Note that the strategy does not impact paying customers and, in fact, you can even block an entire country as a referer, because when paying customers (even from those countries) come to your site having clicked on a link within your software, they are able to make their purchase just fine because they didn't come from a domain on your .htaccess "black list"; rather, they came from the local PC/agent of your software and, therefore, the code does not redirect them elsewhere.

To test your .htaccess implementation, go to one of the sites on the list (fixdown.com works nicely), locate one of your programs, click on the link back to your site, and check if the redirect is working okay. If it does go to your web site, do not be alarmed at first; rather, refresh your browser and see if that gives you the results you expect.



                    ------- snip ------- snip -------

RewriteEngine on

# ===== Block/Redirect domains with generic words in the domain =====
# NOTE: Some of these are also in the specific domains below, which is technically 
# redundant; but we have left them in the list below in case one wanted to remove 
# a word from this "generic" list without essentially removing a site that is on 
# the specific list below.
# _____________________________________________________________

RewriteCond %{HTTP_REFERER} 0day [NC,OR]
RewriteCond %{HTTP_REFERER} appz [NC,OR]
RewriteCond %{HTTP_REFERER} astalavista [NC,OR]
RewriteCond %{HTTP_REFERER} bbs\. [NC,OR]
RewriteCond %{HTTP_REFERER} crack [NC,OR]
RewriteCond %{HTTP_REFERER} china [NC,OR]
RewriteCond %{HTTP_REFERER} chinese [NC,OR]
RewriteCond %{HTTP_REFERER} linkking [NC,OR]
RewriteCond %{HTTP_REFERER} hack [NC,OR]
RewriteCond %{HTTP_REFERER} keygen [NC,OR]
RewriteCond %{HTTP_REFERER} nuke [NC,OR]
RewriteCond %{HTTP_REFERER} pirate [NC,OR]
RewriteCond %{HTTP_REFERER} r3m [NC,OR]
RewriteCond %{HTTP_REFERER} serial [NC,OR]
RewriteCond %{HTTP_REFERER} warez [NC,OR]


# ===== Block/Redirect specific domains =====
# NOTE: You should use a preceding "^" if you don't want to erroneously filter
# a referer that might have one of the ones listed below at the end.  For 
# example, "goodsite163.com" would match unless you actually use 
# "RewriteCond %{HTTP_REFERER} ^163\.com [NC,OR]" to anchor the first part.  
# However, then you'll want to deal with the "http" or "www.", issues and 
# would really want this (the parenthesis and ? makes the string optional):
# RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)163.com [NC,OR]
# _____________________________________________________________

RewriteCond %{HTTP_REFERER} 0917\.cn [NC,OR]
RewriteCond %{HTTP_REFERER} 0speed\.org [NC,OR]
RewriteCond %{HTTP_REFERER} 0wei\.com [NC,OR]
RewriteCond %{HTTP_REFERER} 121ac\.com [NC,OR]
RewriteCond %{HTTP_REFERER} 123soft\.tk [NC,OR]
RewriteCond %{HTTP_REFERER} 147\.45\.35\.100 [NC,OR]
RewriteCond %{HTTP_REFERER} 163\.com [NC,OR]
RewriteCond %{HTTP_REFERER} 163\.net [NC,OR]
RewriteCond %{HTTP_REFERER} 17down\.com [NC,OR]
RewriteCond %{HTTP_REFERER} 21softs\.com [NC,OR]
RewriteCond %{HTTP_REFERER} 51hot\.net [NC,OR]
RewriteCond %{HTTP_REFERER} 51soft\.cn [NC,OR]
RewriteCond %{HTTP_REFERER} 5ud\.com [NC,OR]
RewriteCond %{HTTP_REFERER} 5ud\.net [NC,OR]
RewriteCond %{HTTP_REFERER} 61\.129 [NC,OR]
RewriteCond %{HTTP_REFERER} 61\.132 [NC,OR]
RewriteCond %{HTTP_REFERER} 94sammi\.com [NC,OR]
RewriteCond %{HTTP_REFERER} 9cd\.net [NC,OR]
RewriteCond %{HTTP_REFERER} 9team\.net [NC,OR]
RewriteCond %{HTTP_REFERER} a-hoj\.com [NC,OR]
RewriteCond %{HTTP_REFERER} absba\.com [NC,OR]
RewriteCond %{HTTP_REFERER} absba\.org [NC,OR]
RewriteCond %{HTTP_REFERER} agrreviews\.com [NC,OR]
RewriteCond %{HTTP_REFERER} alastaz\.com [NC,OR]
RewriteCond %{HTTP_REFERER} alexweb\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} all-of-info\.com [NC,OR]
RewriteCond %{HTTP_REFERER} allseek\.info [NC,OR]
RewriteCond %{HTTP_REFERER} alrasam\.com [NC,OR]
RewriteCond %{HTTP_REFERER} andr\.net [NC,OR]
RewriteCond %{HTTP_REFERER} anonymizer\.com [NC,OR]
RewriteCond %{HTTP_REFERER} anti-leech\.com [NC,OR]
RewriteCond %{HTTP_REFERER} antosoft\.net [NC,OR]
RewriteCond %{HTTP_REFERER} aoxue\.org [NC,OR]
RewriteCond %{HTTP_REFERER} arabic2\.com [NC,OR]
RewriteCond %{HTTP_REFERER} arabsgate\.com [NC,OR]
RewriteCond %{HTTP_REFERER} arianblog\.net [NC,OR]
RewriteCond %{HTTP_REFERER} arongsoft\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ArribaPacketRat [NC,OR]
RewriteCond %{HTTP_REFERER} asia\.cnet\.com [NC,OR]
RewriteCond %{HTTP_REFERER} astalavista\.box\.sk [NC,OR]
RewriteCond %{HTTP_REFERER} astalavista\.com [NC,OR]
RewriteCond %{HTTP_REFERER} astalavista\.ms [NC,OR]
RewriteCond %{HTTP_REFERER} atfix\.com [NC,OR]
RewriteCond %{HTTP_REFERER} athenanews\.com [NC,OR]
RewriteCond %{HTTP_REFERER} awesome\.co\.il [NC,OR]
RewriteCond %{HTTP_REFERER} baidu\.com [NC,OR]
RewriteCond %{HTTP_REFERER} baphomette\.zftp\.com [NC,OR]
RewriteCond %{HTTP_REFERER} beeblebrox\.host\.sk [NC,OR]
RewriteCond %{HTTP_REFERER} bgwnews\.com [NC,OR]
RewriteCond %{HTTP_REFERER} billwang\.net [NC,OR]
RewriteCond %{HTTP_REFERER} binnetwork\.net [NC,OR]
RewriteCond %{HTTP_REFERER} biqing\.net [NC,OR]
RewriteCond %{HTTP_REFERER} bloco\.se [NC,OR]
RewriteCond %{HTTP_REFERER} bsoft\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} cache\.phazeddl\.* [NC,OR]
RewriteCond %{HTTP_REFERER} CacheFlow\.* [NC,OR]
RewriteCond %{HTTP_REFERER} cdkfa\.com [NC,OR]
RewriteCond %{HTTP_REFERER} cerials\.net [NC,OR]
RewriteCond %{HTTP_REFERER} cgiworld\.net [NC,OR]
RewriteCond %{HTTP_REFERER} chatk\.com [NC,OR]
RewriteCond %{HTTP_REFERER} CherryPicker [NC,OR]
RewriteCond %{HTTP_REFERER} CherryPickerElite [NC,OR]
RewriteCond %{HTTP_REFERER} CherryPickerSE [NC,OR]
RewriteCond %{HTTP_REFERER} chinadfcg\.com [NC,OR]
RewriteCond %{HTTP_REFERER} chinadforce\.com [NC,OR]
RewriteCond %{HTTP_REFERER} chinese\.cari\.com [NC,OR]
RewriteCond %{HTTP_REFERER} city\.niu8\.net [NC,OR]
RewriteCond %{HTTP_REFERER} cjb\.net [NC,OR]
RewriteCond %{HTTP_REFERER} cn808\.net [NC,OR]
RewriteCond %{HTTP_REFERER} cnxp\.com [NC,OR]
RewriteCond %{HTTP_REFERER} cnxy\.org [NC,OR]
RewriteCond %{HTTP_REFERER} crescent [NC,OR]
RewriteCond %{HTTP_REFERER} crsky\.com [NC,OR]
RewriteCond %{HTTP_REFERER} crsky\.net [NC,OR]
RewriteCond %{HTTP_REFERER} cyoo\.net [NC,OR]
RewriteCond %{HTTP_REFERER} da\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} damn\.to [NC,OR]
RewriteCond %{HTTP_REFERER} darkserials\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ddlworld\.com [NC,OR]
RewriteCond %{HTTP_REFERER} deluxnetwork\.com [NC,OR]
RewriteCond %{HTTP_REFERER} deluxserials\.com [NC,OR]
RewriteCond %{HTTP_REFERER} direct\.deluxnetwork\.com [NC,OR]
RewriteCond %{HTTP_REFERER} directdl\.com [NC,OR]
RewriteCond %{HTTP_REFERER} dlpost\.com [NC,OR]
RewriteCond %{HTTP_REFERER} down1\.tech\.sina\.com [NC,OR]
RewriteCond %{HTTP_REFERER} downloadpost\.com [NC,OR]
RewriteCond %{HTTP_REFERER} downloadsxp\.com [NC,OR]
RewriteCond %{HTTP_REFERER} downshow\.longhoo\.net [NC,OR]
RewriteCond %{HTTP_REFERER} downsurf\.com [NC,OR]
RewriteCond %{HTTP_REFERER} dreamscene\.com [NC,OR]
RewriteCond %{HTTP_REFERER} dynip\.com [NC,OR]
RewriteCond %{HTTP_REFERER} e-lunatic\.com [NC,OR]
RewriteCond %{HTTP_REFERER} e-lunatic\.org\.uk [NC,OR]
RewriteCond %{HTTP_REFERER} eastgame\.net [NC,OR]
RewriteCond %{HTTP_REFERER} elinenet\.com [NC,OR]
RewriteCond %{HTTP_REFERER} elrincondejesus\.com [NC,OR]
RewriteCond %{HTTP_REFERER} EmailCollector [NC,OR]
RewriteCond %{HTTP_REFERER} EmailSiphon [NC,OR]
RewriteCond %{HTTP_REFERER} EmailWolf [NC,OR]
RewriteCond %{HTTP_REFERER} enet\.com [NC,OR]
RewriteCond %{HTTP_REFERER} enfull\.com [NC,OR]
RewriteCond %{HTTP_REFERER} et8\.net [NC,OR]
RewriteCond %{HTTP_REFERER} execulink\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ExtractorPro [NC,OR]
RewriteCond %{HTTP_REFERER} fangdown\.com [NC,OR]
RewriteCond %{HTTP_REFERER} filesearching\.com [NC,OR]
RewriteCond %{HTTP_REFERER} fixdown\.com [NC,OR]
RewriteCond %{HTTP_REFERER} fixdown\.net [NC,OR]
RewriteCond %{HTTP_REFERER} format\.org\.ua [NC,OR]
RewriteCond %{HTTP_REFERER} forum\.3382\.net [NC,OR]
RewriteCond %{HTTP_REFERER} forum\.doggiehome\.com [NC,OR]
RewriteCond %{HTTP_REFERER} free51\.net [NC,OR]
RewriteCond %{HTTP_REFERER} freeangel\.vze\.com [NC,OR]
RewriteCond %{HTTP_REFERER} freeline\.us [NC,OR]
RewriteCond %{HTTP_REFERER} fulir\.com [NC,OR]
RewriteCond %{HTTP_REFERER} fullforum\.com [NC,OR]
RewriteCond %{HTTP_REFERER} gamecopyworld\.com [NC,OR]
RewriteCond %{HTTP_REFERER} giganews\.com [NC,OR]
RewriteCond %{HTTP_REFERER} gimmy\.us [NC,OR]
RewriteCond %{HTTP_REFERER} giveit2me4free\.com [NC,OR]
RewriteCond %{HTTP_REFERER} globali\.net [NC,OR]
RewriteCond %{HTTP_REFERER} gulli\.com [NC,OR]
RewriteCond %{HTTP_REFERER} gupin\.com [NC,OR]
RewriteCond %{HTTP_REFERER} hengshui\.com [NC,OR]
RewriteCond %{HTTP_REFERER} howai\.net [NC,OR]
RewriteCond %{HTTP_REFERER} huckforever\.com [NC,OR]
RewriteCond %{HTTP_REFERER} hxxp\.net [NC,OR]
RewriteCond %{HTTP_REFERER} ievendaan\.vinden\.nl [NC,OR]
RewriteCond %{HTTP_REFERER} ilsearch\.com [NC,OR]
RewriteCond %{HTTP_REFERER} imho\.ws [NC,OR]
RewriteCond %{HTTP_REFERER} irdown\.com [NC,OR]
RewriteCond %{HTTP_REFERER} iskushenie [NC,OR]
RewriteCond %{HTTP_REFERER} iskushenie\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ithaki\.net [NC,OR]
RewriteCond %{HTTP_REFERER} iyoushe\.com [NC,OR]
RewriteCond %{HTTP_REFERER} jaacom\.com [NC,OR]
RewriteCond %{HTTP_REFERER} jetdown\.com [NC,OR]
RewriteCond %{HTTP_REFERER} kampussex\.com [NC,OR]
RewriteCond %{HTTP_REFERER} kaygusuz\.port5\.com [NC,OR]
RewriteCond %{HTTP_REFERER} kimhwa\.com [NC,OR]
RewriteCond %{HTTP_REFERER} kingdown\.com [NC,OR]
RewriteCond %{HTTP_REFERER} kpnemo\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} kulichki\.net [NC,OR]
RewriteCond %{HTTP_REFERER} kurtadam\.com [NC,OR]
RewriteCond %{HTTP_REFERER} lanxiu\.net [NC,OR]
RewriteCond %{HTTP_REFERER} lavteam\.com [NC,OR]
RewriteCond %{HTTP_REFERER} leobbs\.com\.com [NC,OR]
RewriteCond %{HTTP_REFERER} lhpop\.com [NC,OR]
RewriteCond %{HTTP_REFERER} linkomanija\.net [NC,OR]
RewriteCond %{HTTP_REFERER} lionetwork\.net [NC,OR]
RewriteCond %{HTTP_REFERER} lw\.by\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} macinstein\.com [NC,OR]
RewriteCond %{HTTP_REFERER} maxer\.host\.sk [NC,OR]
RewriteCond %{HTTP_REFERER} medigo\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} medigo97\.wohost\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} megagames\.com [NC,OR]
RewriteCond %{HTTP_REFERER} megagiga\.com [NC,OR]
RewriteCond %{HTTP_REFERER} megazip\.com [NC,OR]
RewriteCond %{HTTP_REFERER} megido\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} metabear\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} mocosoft\.com [NC,OR]
RewriteCond %{HTTP_REFERER} moonoi\.com [NC,OR]
RewriteCond %{HTTP_REFERER} moonoi\.tk [NC,OR]
RewriteCond %{HTTP_REFERER} morenews\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} Mozilla\.*NEWT [NC,OR]
RewriteCond %{HTTP_REFERER} mumayi\.net [NC,OR]
RewriteCond %{HTTP_REFERER} musizworms\.org [NC,OR]
RewriteCond %{HTTP_REFERER} myukr\.net [NC,OR]
RewriteCond %{HTTP_REFERER} nahodka\.net [NC,OR]
RewriteCond %{HTTP_REFERER} nasa\.anyp\.cn [NC,OR]
RewriteCond %{HTTP_REFERER} navnetwork\.net [NC,OR]
RewriteCond %{HTTP_REFERER} newhua\.com [NC,OR]
RewriteCond %{HTTP_REFERER} newshosting\.com [NC,OR]
RewriteCond %{HTTP_REFERER} newzbin\.com [NC,OR]
RewriteCond %{HTTP_REFERER} nexg\.net [NC,OR]
RewriteCond %{HTTP_REFERER} nforce\.nl [NC,OR]
RewriteCond %{HTTP_REFERER} nht-team\.org [NC,OR]
RewriteCond %{HTTP_REFERER} NICErsPRO [NC,OR]
RewriteCond %{HTTP_REFERER} niuguo\.net [NC,OR]
RewriteCond %{HTTP_REFERER} onlinedown\.net [NC,OR]
RewriteCond %{HTTP_REFERER} onlinexpasswords\.com [NC,OR]
RewriteCond %{HTTP_REFERER} oursawmill\.com [NC,OR]
RewriteCond %{HTTP_REFERER} p30world\.com [NC,OR]
RewriteCond %{HTTP_REFERER} patmedia\.net [NC,OR]
RewriteCond %{HTTP_REFERER} pay500\.com [NC,OR]
RewriteCond %{HTTP_REFERER} pc-soft\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} pelisivut\.org [NC,OR]
RewriteCond %{HTTP_REFERER} persianblog\.com [NC,OR]
RewriteCond %{HTTP_REFERER} phatdelux\.com [NC,OR]
RewriteCond %{HTTP_REFERER} phazeddl\.com [NC,OR]
RewriteCond %{HTTP_REFERER} piaodown\.com [NC,OR]
RewriteCond %{HTTP_REFERER} planet-y\.com\.cnchost\.com [NC,OR]
RewriteCond %{HTTP_REFERER} pluginsbbs\.com [NC,OR]
RewriteCond %{HTTP_REFERER} pozmu\.net [NC,OR]
RewriteCond %{HTTP_REFERER} pramg\.com [NC,OR]
RewriteCond %{HTTP_REFERER} predatorsoft [NC,OR]
RewriteCond %{HTTP_REFERER} programasfull\.com [NC,OR]
RewriteCond %{HTTP_REFERER} puzo\.org [NC,OR]
RewriteCond %{HTTP_REFERER} pywg\.com [NC,OR]
RewriteCond %{HTTP_REFERER} qpxqp\.com [NC,OR]
RewriteCond %{HTTP_REFERER} qq163\.com [NC,OR]
RewriteCond %{HTTP_REFERER} quanqiutong\.com [NC,OR]
RewriteCond %{HTTP_REFERER} quilu\.tv [NC,OR]
RewriteCond %{HTTP_REFERER} rapidshare\.com [NC,OR]
RewriteCond %{HTTP_REFERER} reliz\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} rhzhi\.net [NC,OR]
RewriteCond %{HTTP_REFERER} ror\.cn [NC,OR]
RewriteCond %{HTTP_REFERER} rotano\.com [NC,OR]
RewriteCond %{HTTP_REFERER} rotter\.net [NC,OR]
RewriteCond %{HTTP_REFERER} rth77\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} rth77\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ru-board\.com [NC,OR]
RewriteCond %{HTTP_REFERER} serialkillaz\.com [NC,OR]
RewriteCond %{HTTP_REFERER} serials\.ws [NC,OR]
RewriteCond %{HTTP_REFERER} serialz\.to [NC,OR]
RewriteCond %{HTTP_REFERER} shamue\.dreamsee\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} sharekey\.net [NC,OR]
RewriteCond %{HTTP_REFERER} sharella\.com [NC,OR]
RewriteCond %{HTTP_REFERER} sharemanija\.net [NC,OR]
RewriteCond %{HTTP_REFERER} silversoft\.biz [NC,OR]
RewriteCond %{HTTP_REFERER} sincadenas\.com [NC,OR]
RewriteCond %{HTTP_REFERER} slime\.com\.tw [NC,OR]
RewriteCond %{HTTP_REFERER} smswelt\.host\.sk [NC,OR]
RewriteCond %{HTTP_REFERER} soft-best\.net [NC,OR]
RewriteCond %{HTTP_REFERER} soft163\.com [NC,OR]
RewriteCond %{HTTP_REFERER} softoroom\.net [NC,OR]
RewriteCond %{HTTP_REFERER} songtoday\.com [NC,OR]
RewriteCond %{HTTP_REFERER} spaceproxy\.com [NC,OR]
RewriteCond %{HTTP_REFERER} spicyspain\.com [NC,OR]
RewriteCond %{HTTP_REFERER} sron\.net [NC,OR]
RewriteCond %{HTTP_REFERER} subserials\.com [NC,OR]
RewriteCond %{HTTP_REFERER} superdown\.com [NC,OR]
RewriteCond %{HTTP_REFERER} t1000\.net [NC,OR]
RewriteCond %{HTTP_REFERER} tehroon20\.com [NC,OR]
RewriteCond %{HTTP_REFERER} Telesoft [NC,OR]
RewriteCond %{HTTP_REFERER} temp\.awedco\.net [NC,OR]
RewriteCond %{HTTP_REFERER} terrorists\.cz [NC,OR]
RewriteCond %{HTTP_REFERER} the-cloak\.com [NC,OR]
RewriteCond %{HTTP_REFERER} thebugs\.ws [NC,OR]
RewriteCond %{HTTP_REFERER} tndown\.com [NC,OR]
RewriteCond %{HTTP_REFERER} top183\.cn [NC,OR]
RewriteCond %{HTTP_REFERER} toptools\.serwis\.pl [NC,OR]
RewriteCond %{HTTP_REFERER} trinsic\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ttdown\.com [NC,OR]
RewriteCond %{HTTP_REFERER} turboreactor\.com [NC,OR]
RewriteCond %{HTTP_REFERER} turkboard\.us [NC,OR]
RewriteCond %{HTTP_REFERER} tvdown\.net [NC,OR]
RewriteCond %{HTTP_REFERER} ultraseek\.net [NC,OR]
RewriteCond %{HTTP_REFERER} uruz\.org [NC,OR]
RewriteCond %{HTTP_REFERER} vanix\.net [NC,OR]
RewriteCond %{HTTP_REFERER} warnet\.ws [NC,OR]
RewriteCond %{HTTP_REFERER} WebBandit [NC,OR]
RewriteCond %{HTTP_REFERER} WebEMailExtrac\.* [NC,OR]
RewriteCond %{HTTP_REFERER} website\.lineone\.net [NC,OR]
RewriteCond %{HTTP_REFERER} Wget [NC,OR]
RewriteCond %{HTTP_REFERER} whatisnet\.org [NC,OR]
RewriteCond %{HTTP_REFERER} winzeng\. [NC,OR]
RewriteCond %{HTTP_REFERER} wlenta\.info
RewriteCond %{HTTP_REFERER} x-soft\.net [NC,OR]
RewriteCond %{HTTP_REFERER} xcdex\.com [NC,OR]
RewriteCond %{HTTP_REFERER} xChaos [NC,OR]
RewriteCond %{HTTP_REFERER} xici\.net [NC,OR]
RewriteCond %{HTTP_REFERER} y366\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ydy\.com [NC,OR]
RewriteCond %{HTTP_REFERER} yourfilesearch\.com [NC,OR]
RewriteCond %{HTTP_REFERER} zero-sec\.com [NC,OR]
RewriteCond %{HTTP_REFERER} Zeus\.*Webster [NC,OR]
RewriteCond %{HTTP_REFERER} zhzi\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ziqu\.com [NC,OR]
RewriteCond %{HTTP_REFERER} zkysgs\.com [NC,OR]
RewriteCond %{HTTP_REFERER} zol\.com [NC,OR]
RewriteCond %{HTTP_REFERER} zor\.org [NC,OR]
RewriteCond %{HTTP_REFERER} zzl\.us [NC,OR]

# ======= REDIRECT SITE RIPPER  =======
RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Custo [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^eCatch [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^GetRight [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Grafula [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^HMView [NC,OR]
RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^InterGET [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^JetCar [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^larbin [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Navroad [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^NearSite [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Octopus [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^pavuk [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^ReGet [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus [NC,OR]
RewriteRule /* http://us.norton.com/how-to-be-pirate-free/article [R,L]
# IF YOU'D LIKE, CHANGE THE ABOVE URL TO THE URL THAT YOU WANT
# TO REDIRECT SOMEONE COMING FROM A REFERER LISTED ABOVE TO

                    ------- snip ------- snip -------




 
BE A HERO AND SHARE THIS PAGE WITH OTHERS



RETURN TO TOP



 

Contact us Privacy statement
  High-Quality Software and Reliable E-commerce Since 1994 Copyright © 1994-2023   NorthStar Solutions, LLC