Difference between pages "Migration to Git" and "MediaWiki:Spam-blacklist"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Laurent
(→‎Migration of the SMT plug-in: add link to script in separate page)
 
imported>Mathieu
m (update spam urls)
 
Line 1: Line 1:
{{TOCright}}
 
  
The source files of the Rodin platform and associated plug-ins are under
+
  # External URLs matching this list will be blocked when added to a page.
version control on SourceForge. Initially, we used CVS and we migrated to
+
  # This list affects only this wiki; refer also to the global blacklist.
Subversion in March 2009. This page describes the migration to another
+
# For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist
version control system: Git.
+
  #<!-- leave this line exactly as it is --> <pre>
 
+
# Syntax is as follows:
The migration from CVS to Subversion was far from perfectBut then, there
+
#  * Everything from a "#" character to the end of the line is a comment
was not much time available for polishing it. In this new migration to Git,
+
#  * Every non-blank line is a regex fragment which will only match hosts inside URLs
we would like to start again from scratch and first migrate the CVS repository
+
\b123diet-guide\.com\b
to Git, then all the subsequent commits in Subversion.
+
\b29\.75\b
 
+
\b32astolf\.se\b
Another concern is that the Subversion repository has grown very large.  We
+
\b40kforums\.nl\b
would like to split it in several smaller repositories, which is now possible
+
\b74\.200\.89\.183\b
with Git. The new repositories should each correspond to a set of plug-ins
+
\b7pk2\.net\b
which are delivered together.
+
\ba1aprecision\.com\b
 
+
\baaamortgagecorp\.com\b
<strong>Important Note:</strong> Make sure that all conversions are performed in a case sensitive filesystem. For instance, on Mac OS X, create a special Volume with a different filesystem than the default (which is case insensitive).
+
\baaumc\.org\b
 
+
\babehorror\.com\b
==Migration of the SMT plug-in==
+
\baboutpaleodiet\.org\b
 
+
\bacatcm\.com\b
To begin the migration to Git, I started with a very simple set of plug-ins: the SMT Solver plug-ins. Their history is linear, with just some renaming from time to time. All the development was performed in Subversion. The conversion was performed with <tt>git-svn</tt> with no special constraint using [[migrate-svn-smt.sh]].
+
\bacceptsearch\.com\b
 
+
\baccountingadvice\.co.uk\b
==Migration of the Core Platform==
+
\bacmclub\.upj\.pitt\.edu\b
 
+
\badempiere\.lv\b
For the Core Platform, the migration is more intricate. As stated in the introduction, the initial conversion from CVS to Subversion was of average quality. Moreover, when one includes the sources in the <tt>_exploratory</tt> directory, the files to migrate are a bit scattered all over the place.
+
\bafdcom\b
 
+
\bajans07\.com\b
The migration is then performed in three steps:
+
\bakiksurabaya\.com\b
- Migrate the CVS repository
+
\bakkp\.pl\b
- Migrate the Subversion repository
+
\baktualweb\.eu\b
- Merge the two together
+
\balejandroribo\.com\b
 
+
\ballforresult\.com\b
===From CVS===
+
\ballhomesearch\.com\b
 
+
\baltervista\.org\b
This is done with the ZSH script <tt>migrate-core.sh</tt>. This script
+
\baltpornwiki\.com\b
creates a fresh Git repository from a CVS archive (67 MB). To run it, one
+
\bambx\.com\b
needs the CVS archive be named <tt>cvs-Rodin-b-sharp.tgz</tt> and
+
\bamericangirlscouts\.org\b
an author-mapping file named <tt>Authors.txt</tt>.
+
\bamydiamond\.org\b
 
+
\banahataenergy\.com\b
{{TODO|Give access to files cited above.}}
+
\bancoreonlus\.org\b
 
+
\banimalsciencemonitor\.com\b
After running the script, the git repository needs some massaging:
+
\banphuneighbors\.org\b
* Fix three commit messages that are not UTF-8:
+
\bappcheer\.com\b
      939bacf56436084c5fb58b041a26c9fe4dd7d876 (2008-01-16T18:57:44Z)
+
\barchivesmc\.com\b
      d2eca7a9ec561c2c7bfbc9c5d57ca9558964ee87 (2008-10-02T16:46:07Z)
+
\barcticacoustics\.com\b
      dccf0b77d7d20538a44df5aac719646eb2b62fa4 (2008-10-09T13:06:44Z)
+
\barenacs\.alfalink\.ro\b
* Merge the branch UNDO_DEV back into <tt>master</tt> as described below.
+
\barmadahq\.com\b
* Rename tags into a hierarchy.
+
\baromatherapywales\.org\b
 
+
\barrowdetroit\.com\b
====Merging a Branch Back in Main Branch====
+
\bart4kids\.ru\b
 
+
\baskdriver\.com\b
After importation from CVS, some development branches are dangling. To make history easier to browse, one needs to merge them back into the main development branch. This is done by grafting.
+
\baskthemodularguru\.com\b
 
+
\baustfamilytree\.com\b
Suppose that the development branch <tt>mybranch</tt> needs to be merged back into the main development. First, identify the commit where the branch has ceased to be useful. Let's name this commit <tt>mergepoint</tt>. Then, type:
+
\bavalanchecreative\.org\b
      echo $(git log -1 --format=format:'%H %P' mergepoint) \
+
\baviawiki\.com\b
            $(git show-ref -s branch) >> .git/info/grafts
+
\bawarefinance\.com\b
 
+
\bb4rk\.net\b
Then check that this change works fine and type the following command to make it permanent:
+
\bballotpedia\.biz\b
      git filter-branch -- --all
+
\bballotpedia\.com\b
 
+
\bbanansearch\.com\b
The branch names can now be removed with
+
\bbarbershopwiki\.com\b
      git branch -d branch
+
\bbarcamppune\.org\b
      git branch -d mergepoint
+
\bbarelymanagerial\.com\b
 
+
\bbarnabar\.hu\b
====Renaming Tags into a Hierarchy====
+
\bbatuananon\.org\b
 
+
\bbeardyboy\.com\b
After importation from CVS, the tags were named:
+
\bbeatniksoftware\.com\b
I20060720
+
\bbestentrypoint\.com\b
+
\bbestsmartfind\.com\b
fr.systerel.explorer-0.0.1
+
\bbeta\.buckeyestateblog\b
fr.systerel.explorer-1.0.0
+
\bbigtopsale\.com\b
org.eventb.core-0.5.1
+
\bbillstron\.com\b
org.eventb.core-0.5.3
+
\bbilomagnet\.com\b
 
+
\bbinarydom\.com\b
This is a long list and it is not very practical. However, Git supports hierarchical tags, like a filesystem. To benefit from this, type the following commands:
+
\bbitcoinmoney\.com\b
cd .git/refs/tags
+
\bbitsmasher\.com\b
mkdir RodinCore
+
\bbiztards\.biz\b
mv I* RodinCore/
+
\bblazersnjeans\.com\b
ls | grep -e '-' | cut -d- -f1 | sort -u |
+
\bblink182\.sk\b
    for f in $(cat /tmp/a); do
+
\bblogbasters\.com\b
        mkdir $f
+
\bbloggersnet\.net\b
        for g in ${f}-*; do
+
\bborndancecompany\.com\b
            mv $g $f/$(echo $g | sed "s:^${f}-::")
+
\bbrewwiki\.com\b
        done
+
\bbrick-builder\.com\b
    done
+
\bbro\.pp\.ru\b
 
+
\bbrucecooperforkansas\.com\b
The list of tags becomes much shorter, as they are now neatly organized by plug-ins.
+
\bbrucewhealton\.com\b
 
+
\bbrugameros\.com\b
===From Subversion===
+
\bbuddhafart\.com\b
 
+
\bburan\.org\b
The Subversion commit that corresponds to the last commit done in CVS is <tt>r6896</tt>. However, the first interesting Subversion commit is <tt>r6903</tt>. In between, lie some Subversion commits for massaging the result of porting from CVS, which can be ignored.
+
\bbusinessklubben\.com\b
 
+
\bbuyukkaristiran\.com\b
====Extracting All Paths====
+
\bc2cprocurement\.com\.au\b
 
+
\bcaaglop\.org\b
The first task is to identify the interesting paths in the Subversion repository, that is the ones to extract to the new Git repository. For this, I have installed the tool [git://git.goodpoint.de/svneverever.git svneverever] and run it like that (assuming that I have a full copy of the Subversion repository from SourceForge in <tt>/tmp/svn</tt>):
+
\bcabaretafterdark\.com\b
    svneverever --tags --branches --no-dots file:///tmp/svn > svn-paths.txt
+
\bcalad\.com\b
 
+
\bcalarenys\.cat\b
The resulting file contains all the directory that have ever been committed to the Subversion repository.
+
\bcalypsonians\.com\b
 
+
\bcampaignfoundations\.com\b
====Writing Rules====
+
\bcanadasails\.ca\b
 
+
\bcanamrocs\.com\b
From the contents of the previous file, I have written rules for [git://gitorious.org/svn2git/svn2git.git svn2git from KDE].
+
\bcanarybyday\.net\b
 
+
\bcandyshophydro\.com\b
 
+
\bcapne\.net\b
 
+
\bcareykohl\.com\b
[[Category:Developer documentation]]
+
\bcarolinamotorcyclerides\.com\b
[[Category:Rodin Platform]]
+
\bcas\.mcmaster\b
 +
\bccn\.ucla\.edu\b
 +
\bcdinsight\.com\b
 +
\bcenarionguard\.com\b
 +
\bcensormon\.net\b
 +
\bcheckhowtoloseweightfast\.com\b
 +
\bchicagohospitals\.info\b
 +
\bchicksonballs\.com\b
 +
\bchoralpedia\.org\b
 +
\bchristianspeakernetwork\.com\b
 +
\bchristopherprest\.com\b
 +
\bchristwalkcafe\.com\b
 +
\bcinportal\.com\b
 +
\bcivilekanemzetert\.hu\b
 +
\bclassifiedadults\.co.uk\b
 +
\bclipcubes\.com\b
 +
\bclub-auto-entrepreneurs\.fr\b
 +
\bcm\.utexas\b
 +
\bco\.in\b
 +
\bco\.za\b
 +
\bcohomebrewers\.org\b
 +
\bcohwiki\.com\b
 +
\bcoinfactswiki\.com\b
 +
\bcoliberia\.org\b
 +
\bcoloradofaithandfreedom\.com\b
 +
\bcompetitive\.si\b
 +
\bconceptwiki\.org\b
 +
\bconnectintegratedmarketing\.com\b
 +
\bcontinentaloutdoor\.webmania\b
 +
\bcorporateespionage\.com\b
 +
\bcouchware\.ca\b
 +
\bcpoeaudit\.com\b
 +
\bcralbaxi\.it\b
 +
\bcrestonosec\.com\b
 +
\bcultcoders\.net\b
 +
\bcumafakili\.org\b
 +
\bcurrencyexchangeforum\.co\.uk\b
 +
\bcyclesofrevolution\.com\b
 +
\bcz\.cc\b
 +
\bdage\.fr\b
 +
\bdajnowski\.net\b
 +
\bdalbeck\.net\b
 +
\bdallasbhlt\.org\b
 +
\bdancesportwiki\.com\b
 +
\bdarksecretinterracialsex\.com\b
 +
\bdatewiki\.org\b
 +
\bdavidcox\.id\b
 +
\bdawnloadonline\.com\b
 +
\bdbzrpg\.net\b
 +
\bdc495\.com\b
 +
\bdealerbluesrockband\.com\b
 +
\bdeducers\.com\b
 +
\bdefragcomputerfree\.org\b
 +
\bdeshiweb\.com\b
 +
\bdetailedlook\.com\b
 +
\bdev\.refreshreload\.net\b
 +
\bdeveloperdocumentation\.com\b
 +
\bdickiepedia\.org\b
 +
\bdieselbenz\.info\b
 +
\bdieselcaronline\.co\.uk\b
 +
\bdirtbikingbc\.com\b
 +
\bdirtteams\.com\b
 +
\bdiscoverthefaith\.org\b
 +
\bditusbusinessapplications\.com\b
 +
\bdjdecks\.be\b
 +
\bdmrevolution\.com\b
 +
\bdnianola\.org\b
 +
\bdogboston\.com\b
 +
\bdolphinsoftwareuk\.com\b
 +
\bdominicsayers\.com\b
 +
\bdongvinhson\.net\b
 +
\bdrinksu\.net\b
 +
\bdrneeta\.com\b
 +
\bdroidnutz\.com\b
 +
\bdsbmatrix\.com\b
 +
\bdslruniversity\.com\b
 +
\bearth-inferno\.com\b
 +
\bebooksvisa\.com\b
 +
\beee-lab\.com\b
 +
\begcreations\.com\b
 +
\begnerdata\.no\b
 +
\beha\.ee\b
 +
\beieinohio\.org\b
 +
\belectroniccigarette2k\.com\b
 +
\belectroniccigarettetavern\.com\b
 +
\belektroniktasarim\.net\b
 +
\belenaoctavia\.es\b
 +
\belitewits\.com\b
 +
\bembeddedethernet\.com\b
 +
\bencounterpro\.org\b
 +
\bendgoalmarketing\.com\b
 +
\bengineering\.wustl\b
 +
\beoeband\.net\b
 +
\bepcinternet\.com\.\b
 +
\besecuritys\.com\b
 +
\besperanto\.rxfly\.net\b
 +
\bethics-compliance\.eu\b
 +
\beventualstudios\.com\b
 +
\beverythingistheworst\.com\b
 +
\bexcedone\.com\b
 +
\bexperidia\.org\b
 +
\bfablab\.is\b
 +
\bfaceious\.com\b
 +
\bfarmingfriends\.com\b
 +
\bfckeditor\.net\b
 +
\bfenerbahcekibris\.org\b
 +
\bfilemakercentral\.com\b
 +
\bfind24hs\.com\b
 +
\bfindfavour\.com\b
 +
\bfindinform\.com\b
 +
\bfindthisall\.com\b
 +
\bfindyourselfworthy\.com\b
 +
\bfinearts\.yorku\b
 +
\bfirstletters\.com\b
 +
\bfishingslang\.com\b
 +
\bfitagain\.net\b
 +
\bfitnesstr\.net\b
 +
\bflexiblesurvival\.com\b
 +
\bfordream2008\.com\b
 +
\bforex-automatic-trading-systems\.com\b
 +
\bfork-out\.com\b
 +
\bformandoencivicayetica\.com\b
 +
\bforo\.soyemprendedor\.com\b
 +
\bfortspro\.ru\b
 +
\bforum\.arenyestratosferic\.info\b
 +
\bforum\.browsergameindex\.de\b
 +
\bforum\.fishing-pro\.ru\b
 +
\bforum\.livehellp\.fr\b
 +
\bforum\.mrfochs\.com\b
 +
\bforums\.screwedbythegov\.com\b
 +
\bforums\.wordpress\b
 +
\bfreebuks\.com\b
 +
\bfreeheber\.com\b
 +
\bfreeminded\.com\b
 +
\bfreesharing\.org\b
 +
\bfusionnews\.net\b
 +
\bgaelengreen\.com\b
 +
\bgamervisa\.com\b
 +
\bgatemush\.com\b
 +
\bgb\.net\b
 +
\bgdfr\.info\b
 +
\bgeexbox\.org\b
 +
\bgenevaunconventional\.com\b
 +
\bgeospot\.pt\b
 +
\bgetxyz\.com\b
 +
\bgiving-circles\.org\b
 +
\bglobalibrary\.com\b
 +
\bglobalthinktank\.net\b
 +
\bglutenfreenb\.com\b
 +
\bgodsearchs\.com\b
 +
\bgoldannex\.com\b
 +
\bgoogle-reseach\.com\b
 +
\bgoozleology\.com\b
 +
\bgottacatch\.com\b
 +
\bgreatfound\.com\b
 +
\bgreedinc\.com\b
 +
\bgregsopinion\.com\b
 +
\bgridserver\.com\b
 +
\bgsmfora\.pl\b
 +
\bguggenheim-bilbao\.es\b
 +
\bgunstroker\.com\b
 +
\bgurubites\.com\b
 +
\bhabitatsteele-wasecaarea\.org\b
 +
\bhableet\.org\b
 +
\bhaccam\.com\b
 +
\bhackid\.org\b
 +
\bhahabook\.co\b
 +
\bhaiticonnections\.com\b
 +
\bhardlyfind\.com\b
 +
\bhawkgov\.com\b
 +
\bhealthinsurancecolorado\.net\b
 +
\bhellenistai\.com\b
 +
\bhenryhank\.com\b
 +
\bhercafe\.net\b
 +
\bhimaone\.com\b
 +
\bhiphopcatalunya\.com\b
 +
\bhistory\.eecssh\.com\b
 +
\bhistoryhaven\.com\b
 +
\bhollywise\.org\b
 +
\bhomeinsurance-info\.com\b
 +
\bhomeseer\.com\b
 +
\bhq\.usace\b
 +
\bhybridfitness\.com\b
 +
\bhyorinmaru\.com\b
 +
\biaba\.biz\b
 +
\biamadamhart\.com\b
 +
\biampaid\.com\b
 +
\bicce\.com\b
 +
\biconcurso\.com\b
 +
\bieeesp-blr\.org\b
 +
\bienpl\.com\b
 +
\biffa\.org\b
 +
\biluzjon\.slupsk\.pl\b
 +
\bimage\.ntua\b
 +
\bimersa\.org\b
 +
\bindependentmovement\.us\b
 +
\bindonesiansubculture\.com\b
 +
\binfologix\.co\.uk\b
 +
\binformatics\.mayo\.edu\b
 +
\binfoshop\.org\b
 +
\bingathome\.com\b
 +
\binline\.chuguev\.net\b
 +
\binnovationscotland\.com\b
 +
\binsurancequotes-blog\.net\b
 +
\bintelar\.ru\b
 +
\binternet-freedom\.info\b
 +
\binyong\.tk\b
 +
\bipadsuomi\.com\b
 +
\bironeagles\.net\b
 +
\birothwellg\.com\b
 +
\bislamyafirqa\.com\b
 +
\bita\.x10\b
 +
\bitinerisastrium\.com\b
 +
\bitpath\.ru\b
 +
\bitravelishop\.com\b
 +
\bjavaandjivecoffeehouse\.com\b
 +
\bjbtours\.co\.za\b
 +
\bjeffreybutt\.com\b
 +
\bjeuxintereni\.org\b
 +
\bjewishmontessori\.info\b
 +
\bjiaohuifurniture\.tk\b
 +
\bjoelheer\.ch\b
 +
\bjoojoobe\.com\b
 +
\bjr-webhost\.net\b
 +
\bjunior\.inf\.br\b
 +
\bjurnaldepariu\.com\b
 +
\bjzlconstruction\.com\b
 +
\bkantauri\.com\b
 +
\bkaznetmedia\.kz\b
 +
\bkeenix\.net\b
 +
\bkhelite\.com\b
 +
\bkickyousquareinthetaint\.com\b
 +
\bkillerinktattoo\.de\b
 +
\bkingscastle\.ca\b
 +
\bklonopinguide\.net\b
 +
\bknights-of-light\.ru\b
 +
\bknittingcenter\.com\b
 +
\bknowledgeprosperity\.com\b
 +
\bknownelement\.com\b
 +
\bkok3-wiki\.de\b
 +
\bkonnect-pr\.com\b
 +
\bkotanyi\.lt\b
 +
\bkoxuz\.eu\b
 +
\bkroha\.semya-na-5\.ru\b
 +
\bkts-hosting\.de\b
 +
\bkulinarne-przepisy\.com\b
 +
\bkumotrader\.com\b
 +
\bkunpuu\.net\b
 +
\bkwikwai\.com\b
 +
\bla-vraie-chypre\.infos\b
 +
\blaconic\.aecom\.yu\.edu\b
 +
\blalekent\.com\b
 +
\blancebraud\.com\b
 +
\blandjugend-weiler\.de\b
 +
\blandlordwiki\.info\b
 +
\blanzarotedigital\.com\b
 +
\blapatrulladebares\.com\b
 +
\blehmanbrotherbankruptcy\.com\b
 +
\blesincongrus\.info\b
 +
\bleviscopperjeans\.com\b
 +
\blfs\.criminal-tm\.lv\b
 +
\blifeaftersom\.com\b
 +
\blifesolutionstoday\.com\b
 +
\blimabike\.org\b
 +
\blink-dead\.thd\.vg\b
 +
\bliquiddemocracy\.net\b
 +
\blistenhanced\.com\b
 +
\blivemusicnightlife\.com\b
 +
\blivetvnow\.net\b
 +
\bloekepedia\.org\b
 +
\blookfriend\.com\b
 +
\blose-tummy-fat-fast\.info\b
 +
\bloserx\.com\b
 +
\blost-hope\.net\bhardlyfind\.com\b
 +
\blungcancersymptoms\.biz\b
 +
\bmac-club\.co\.uk\b
 +
\bmagnet4me\.com\b
 +
\bmagyarkatolikusok\.co\.uk\b
 +
\bmail\.sdtc\.ru\b
 +
\bmakeyourproducts\.com\b
 +
\bmanchestercityrevolution\.co.uk\b
 +
\bmanxwiki\.com\b
 +
\bmarijuana-wiki\.com\b
 +
\bmarutiritz\.net\b
 +
\bmashujaagroup\.com\b
 +
\bmathforum\.org\b
 +
\bmbsb-online\.my\b
 +
\bmcatdatprep\.com\b
 +
\bmechaniac\.com\b
 +
\bmediajobsearchcanada\.com\b
 +
\bmedienkunst\.thedocks\b
 +
\bmedsintegration\.com\b
 +
\bmedsreconciliation\.com\b
 +
\bmeineworld\.com\b
 +
\bmelissatrainor\.com\b
 +
\bmichigancrimelaws\.com\b
 +
\bmidnightro\.hidden-nw\.com\b
 +
\bmihost\.info\b
 +
\bmikestowe\.com\b
 +
\bmilfcontestrecreation\.typepad\.com\b
 +
\bminilabo\.com\b
 +
\bmmastats\.net\b
 +
\bmmfans\.net\b
 +
\bmortalonlinedatabase\.com\b
 +
\bmountkilimanjaroclimb\.com\b
 +
\bmrldportal\.com\b
 +
\bmsremake\.com\b
 +
\bmy-ecoupons\.com\b
 +
\bmyasdcommunity\.com\b
 +
\bmychatuniverse\.com\b
 +
\bmydotdot\.com\b
 +
\bmydrugdir\.com\b
 +
\bmyglobaldirs\.com\b
 +
\bmylinkdirs\.com\b
 +
\bmysafety\.tk\b
 +
\bmysearchends\.com\b
 +
\bmystarsearch\.com\b
 +
\bnaftalan\.hr\b
 +
\bneighborsink\.com\b
 +
\bnetdivvyexecutives\.com\b
 +
\bnetwork-tutorials\.org\b
 +
\bnewagevillage\.com\b
 +
\bnewdream\.net\b
 +
\bnewrecovery\.org\b
 +
\bnewsfordummies\.org\b
 +
\bnexialist\.org\b
 +
\bnickzillalabs\.net\b
 +
\bnigerianwiki\.com\b
 +
\bno2id-sheffield\.net\b
 +
\bnonviolenceinternational\.net\b
 +
\bnookdevs\.com\b
 +
\bnotepedia\.com\b
 +
\bnowornevermedia\.org\b
 +
\bnpcwireless\.com\b
 +
\bnswiki\.net\b
 +
\bntrack\.com\b
 +
\bnukethedawn\.com\b
 +
\bnycespanol\.com\b
 +
\bnytechwiki\.com\b
 +
\bobeliks\.org\b
 +
\bocf\.berkeley\b
 +
\bohada\.de\b
 +
\boldfauquier\.com\b
 +
\bomni-medical\.co\.uk\b
 +
\boneswarm\.org\b
 +
\bonlinewritingtips\.com\b
 +
\bonmycommute\.com\.au\b
 +
\bopenbioprojects\.net\b
 +
\bopendatamanchester\.org\b
 +
\bopenfoamworkshop\.org\b
 +
\bopenmoko\.org\b
 +
\bopenphysio\.co\.za\b
 +
\bopensurf\.it\b
 +
\bopentissue\.org\b
 +
\borg\.do\b
 +
\borg\.ua\b
 +
\boscarnaija\.com\b
 +
\boscworldwide\.com\b
 +
\boss\.tw\b
 +
\bourbank\.in\b
 +
\bourtoowong\.com\b
 +
\bovidion\.org\b
 +
\bp4o\.net\b
 +
\bpakies\.tk\b
 +
\bpangeanetworks\.net\b
 +
\bparaglidingbg\.com\b
 +
\bpassionclips\.org\b
 +
\bpatillo\.org\b
 +
\bpavlovo-posad\.ru\b
 +
\bpawletcc\.org\b
 +
\bpaxcess\.com\b
 +
\bpcatguide\.com\b
 +
\bpdaxrom\.org\b
 +
\bpdfedit\.cz\b
 +
\bpeace-education\.ca\b
 +
\bpeakinternet\.com\b
 +
\bpersonalgenomicsinstitute\.org\b
 +
\bpghroots\.com\b
 +
\bphonefanz\.com\b
 +
\bphracy\.org\b
 +
\bpickupage\.com\b
 +
\bpirate-party\.us\b
 +
\bpirategalaxy\.info\b
 +
\bplanetmosh\.com\b
 +
\bpoddelusion\.co.uk\b
 +
\bpoiuinitiative\.com\b
 +
\bpokerproacademy\.com\b
 +
\bportlandswing\.org\b
 +
\bppd08\.ucd\.ie\b
 +
\bprimariamedias\.ro\b
 +
\bproactol-advice\.net\b
 +
\bprojectloop\.org\b
 +
\bpropertyreturns\.co\.nz\b
 +
\bprzystanharlow\.com\b\bhardlyfind\.com\b
 +
\bps4wiki\.com\b
 +
\bpublicpatent\.org\b
 +
\bpunjabpedia\.com\b
 +
\bpuslapiai\.lt\b
 +
\bqosonline\.se\b
 +
\bquiltsnow\.com\b
 +
\bracetracker2011\.com\b
 +
\bradio-chat\.com\b
 +
\bragorg\b
 +
\braisengine\.com\b
 +
\brajputboyz\.in\b
 +
\bratstramps\.com\b
 +
\brcjprimer\.com\b
 +
\brdtn\.ru\b
 +
\breachtg\.com\b
 +
\breadmylibs\.com\b
 +
\brearsync\.com\b
 +
\brebornpanenky\.cz\b
 +
\bredecletica\.com\b
 +
\bregcure2009\.com\b
 +
\brelief1001\.org\b
 +
\bresourcepositive\.com\b
 +
\brevenant\.nablasoft\.com\b
 +
\brichiefranklin\.net\b
 +
\bridersunited\.org\b
 +
\bridicipedia\.com\b
 +
\brobwspage2\.com\b
 +
\brocketcarrental\.com\b
 +
\brockyfans\.com\b
 +
\bromanian-philosophy\.ro\b
 +
\bromfordraiders\.co.uk\b
 +
\bruckups\.com\b
 +
\bsacredmusicproject\.com\b
 +
\bsammirox\.com\b
 +
\bsanctussoft\.com\b
 +
\bsanduskyregister\.com\b
 +
\bsanjosepesquera\.com\b
 +
\bsavannahcoupon\.com\b
 +
\bsc-navi\.ru\b
 +
\bscattersunshine\.net\b
 +
\bschachfreunde-sasbach\.org\b
 +
\bschekkerman\.net\b
 +
\bschool63\.hdd2\.ru\b
 +
\bscopedia\.net\b
 +
\bscouthub\.org\b
 +
\bscripturalpedia\.com\b
 +
\bseachtop\.com\b
 +
\bsecubuntu\.org\b
 +
\bsehayazilim\.com\b
 +
\bsemiprobcs\.com\b
 +
\bservethehive\.info\b
 +
\bsexforum\.dk\b
 +
\bsfartistwatch\.com\b
 +
\bsgtsupply\.com\b
 +
\bshacknet\.nu\b
 +
\bshareinvest\.ru\b
 +
\bsheriffmonitor\.com\b
 +
\bshishawiki\.com\b
 +
\bshoppingfranklin\.com\b
 +
\bshortmakers\.com\b
 +
\bsidepodcastwiki\.com\b
 +
\bsignforcover\.com\b
 +
\bsinginst\.it\b
 +
\bsite11\.com\b
 +
\bsite50\.net\b
 +
\bsiteslocate\.com\b
 +
\bsitesworlds\.com\b
 +
\bsixthextinction\.se\b
 +
\bskill-gamers\.nl\b
 +
\bslateblog\.de\b
 +
\bsljenovacrisis\.com\b
 +
\bsnlon\.cn\b
 +
\bsocialengineeringdb\.org\b
 +
\bsocialize\.x10\b
 +
\bsohbetnaz\.com\b
 +
\bsparcspaces\.org\b
 +
\bspeed-biker\.com\b
 +
\bspritesserver\.nl\b
 +
\bsquatspace\.com\b
 +
\bsqueebs\.net\b
 +
\bsrudut\.com\b
 +
\bstarfishandspider\.com\b
 +
\bstarsearchtool\.com\b
 +
\bstatusim\.info\b
 +
\bstevooo\.webzdarma\.cz\b
 +
\bstpmwiki\.com\b
 +
\bstroompunt\.nl\b
 +
\bstylesum\.com\b
 +
\bsubaciaus\.projektas\.lt\b
 +
\bsulekha\.com\b
 +
\bsuper-turbo\.net\b
 +
\bsupernaturalwiki\.com\b
 +
\bsut\.ac\b
 +
\bsweetdreams\.three-words\b
 +
\bsyncleus\.com\b
 +
\btalktimmins\.com\b
 +
\btasawwuf\.nl\b
 +
\btbengineeringdesign\.com\b
 +
\bteamgeckoproductions\.co.uk\b
 +
\bteaminterrobang\.net\b
 +
\btechnicalzen\.com\b
 +
\bteenzclub\.tk\b
 +
\btemplate-builder\.com\b
 +
\bterraformgame\.com\b
 +
\btessgerritsen\.com\b
 +
\bthcc\.or\b
 +
\btheatreaspen\.org\b
 +
\bthebecwar\.com\b
 +
\bthecaliforniatheatre\.com\b
 +
\bthecloudsociety\.com\b
 +
\bthecreditcardcalculator\.com\b
 +
\bthedirsite\.com\b
 +
\bthejoin\.org\b
 +
\bthelowerabexercises\.com\b
 +
\bthemangusta\.com\b
 +
\bthememphiswewant\.com\b
 +
\bthephotostudent\.com\b
 +
\bthepleasantonwiki\.com\b
 +
\btheteacherstoolbox\.org\b
 +
\bthewaterlooway\.com\b
 +
\btic-tac-totality\.net\b
 +
\btitaniumhalo\.com\b
 +
\btoplongdistancerelationshipadvice\.com\b
 +
\btoptopdir\.com\b
 +
\btotalhealthcare\.com\b
 +
\btrainsforgta\.net\b
 +
\btraxus\.bungie\.org\b
 +
\btrebicsky\.net\b
 +
\btrenggalek\.net\b
 +
\btriadassociates\.com\b
 +
\btriagedesign\.co\.uk\b
 +
\btruecodeproxy\.com\b
 +
\btrustmetrics\.dreamhosters\b
 +
\btrybestwaytoloseweight\.com\b
 +
\btsuixu\.com\b
 +
\btuek-klongthom\.com\b
 +
\btuequipopesado\.net\b
 +
\btusnadcyclingteam\.com\b
 +
\btuwien\.ac\b
 +
\btuxfamily\.org\b
 +
\btwckaulitz\.com\b
 +
\btwiterperu\.com\b
 +
\btwoforks\.org\b
 +
\bualeadership\.org\b
 +
\buivote\.com\b
 +
\bulrich-voelkel\.de\b
 +
\bunbreakablejourney\.com\b
 +
\buniv-tlse1\.fr\b
 +
\burbancomm\.org\b
 +
\busc\.edu\b
 +
\busegroup\.de\b
 +
\bututo\.org\b
 +
\bv1aggi\.it\b
 +
\bvampirediaries24\.pl\b
 +
\bvbseo\.com\b
 +
\bvernotgallery\.com\b
 +
\bversion-next\.net\b
 +
\bvictoriaslupsk\.pl\b
 +
\bviennafolkclub\.org\b
 +
\bviesearch\.com\b
 +
\bvimukti\.com\b
 +
\bvirca\.hu\b
 +
\bvisionuvce\.in\b
 +
\bvistabusinesswomen\.com\b
 +
\bvmoov\.in\b
 +
\bvoreshjemvoresklima\.dk\b
 +
\bvoresklima\.dk\b
 +
\bvotewrap\.com\b
 +
\bwalkthroughs4u\.co.uk\b
 +
\bwarwickrss\.com\b
 +
\bwashlawdiscipline\.com\b
 +
\bwayoftherede\.com\b
 +
\bweboldala\.net\b
 +
\bwereproxy\.com\b
 +
\bwestexwiki\.com\b
 +
\bwewillsavetheworld\.org\b
 +
\bwhatwouldroymerrittdo\.com\b
 +
\bwickidevel\.com\b
 +
\bwidesearchengine\.com\b
 +
\bwiki-projects\.org\b
 +
\bwiki\.hitdice\b
 +
\bwiki\.sundtek\.de\b
 +
\bwikibreedia\.org\b
 +
\bwikichan\.net\b
 +
\bwikifee\.com\b
 +
\bwikifirepedia\.org\b
 +
\bwikifutbol\.es\b
 +
\bwikimir\.org\b
 +
\bwikipenisa\.com\b
 +
\bwikirule\.org\b
 +
\bwikiw\.com\b
 +
\bwikquepedia\.com\b
 +
\bwindowscleanuputility\.net\b
 +
\bwired\.net\b
 +
\bwist\.uni-linz\b
 +
\bwmskalna\.ndi\.net\.pl\b
 +
\bwnc\.com\b
 +
\bwonderzi\bhardlyfind\.com\b
 +
\bwordoftogethertude\.gaming\.multiplay\.co\.uk\b
 +
\bworld-rivera\.ru\b
 +
\bworshipinhd\.com\b
 +
\bwplug\.org\b
 +
\bwrappingfaq\.com\b
 +
\bwww3\.huntersi\.pl\b
 +
\bxbox360achievements\.org\b
 +
\bxceleo\.org\b
 +
\bxenu\.ca\b
 +
\bxtremerec\.com\b
 +
\byadohere\.com\b
 +
\byahbook\.info\b
 +
\byoga-dlya-vas\.ru\b
 +
\bzabezpeceno\.cz\b
 +
\bzimagnet\.com\b
 +
\bzodttd\.com\b
 +
\bzonguldakalperen\.com\b
 +
\bzoomwiki\.org\b
 +
#</pre> <!-- leave this line exactly as it is -->

Revision as of 02:00, 18 September 2011

# External URLs matching this list will be blocked when added to a page.
# This list affects only this wiki; refer also to the global blacklist.
# For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist

#

# Syntax is as follows:
#   * Everything from a "#" character to the end of the line is a comment
#   * Every non-blank line is a regex fragment which will only match hosts inside URLs
\b123diet-guide\.com\b
\b29\.75\b
\b32astolf\.se\b
\b40kforums\.nl\b
\b74\.200\.89\.183\b
\b7pk2\.net\b
\ba1aprecision\.com\b
\baaamortgagecorp\.com\b
\baaumc\.org\b
\babehorror\.com\b
\baboutpaleodiet\.org\b
\bacatcm\.com\b
\bacceptsearch\.com\b
\baccountingadvice\.co.uk\b
\bacmclub\.upj\.pitt\.edu\b
\badempiere\.lv\b
\bafdcom\b
\bajans07\.com\b
\bakiksurabaya\.com\b
\bakkp\.pl\b
\baktualweb\.eu\b
\balejandroribo\.com\b
\ballforresult\.com\b
\ballhomesearch\.com\b
\baltervista\.org\b
\baltpornwiki\.com\b
\bambx\.com\b
\bamericangirlscouts\.org\b
\bamydiamond\.org\b
\banahataenergy\.com\b
\bancoreonlus\.org\b
\banimalsciencemonitor\.com\b
\banphuneighbors\.org\b
\bappcheer\.com\b
\barchivesmc\.com\b
\barcticacoustics\.com\b
\barenacs\.alfalink\.ro\b
\barmadahq\.com\b
\baromatherapywales\.org\b
\barrowdetroit\.com\b
\bart4kids\.ru\b
\baskdriver\.com\b
\baskthemodularguru\.com\b
\baustfamilytree\.com\b
\bavalanchecreative\.org\b
\baviawiki\.com\b
\bawarefinance\.com\b
\bb4rk\.net\b
\bballotpedia\.biz\b
\bballotpedia\.com\b
\bbanansearch\.com\b
\bbarbershopwiki\.com\b
\bbarcamppune\.org\b
\bbarelymanagerial\.com\b
\bbarnabar\.hu\b
\bbatuananon\.org\b
\bbeardyboy\.com\b
\bbeatniksoftware\.com\b
\bbestentrypoint\.com\b
\bbestsmartfind\.com\b
\bbeta\.buckeyestateblog\b
\bbigtopsale\.com\b
\bbillstron\.com\b
\bbilomagnet\.com\b
\bbinarydom\.com\b
\bbitcoinmoney\.com\b
\bbitsmasher\.com\b
\bbiztards\.biz\b
\bblazersnjeans\.com\b
\bblink182\.sk\b
\bblogbasters\.com\b
\bbloggersnet\.net\b
\bborndancecompany\.com\b
\bbrewwiki\.com\b
\bbrick-builder\.com\b
\bbro\.pp\.ru\b
\bbrucecooperforkansas\.com\b
\bbrucewhealton\.com\b
\bbrugameros\.com\b
\bbuddhafart\.com\b
\bburan\.org\b
\bbusinessklubben\.com\b
\bbuyukkaristiran\.com\b
\bc2cprocurement\.com\.au\b
\bcaaglop\.org\b
\bcabaretafterdark\.com\b
\bcalad\.com\b
\bcalarenys\.cat\b
\bcalypsonians\.com\b
\bcampaignfoundations\.com\b
\bcanadasails\.ca\b
\bcanamrocs\.com\b
\bcanarybyday\.net\b
\bcandyshophydro\.com\b
\bcapne\.net\b
\bcareykohl\.com\b
\bcarolinamotorcyclerides\.com\b
\bcas\.mcmaster\b
\bccn\.ucla\.edu\b
\bcdinsight\.com\b
\bcenarionguard\.com\b
\bcensormon\.net\b
\bcheckhowtoloseweightfast\.com\b
\bchicagohospitals\.info\b
\bchicksonballs\.com\b
\bchoralpedia\.org\b
\bchristianspeakernetwork\.com\b
\bchristopherprest\.com\b
\bchristwalkcafe\.com\b
\bcinportal\.com\b
\bcivilekanemzetert\.hu\b
\bclassifiedadults\.co.uk\b
\bclipcubes\.com\b
\bclub-auto-entrepreneurs\.fr\b
\bcm\.utexas\b
\bco\.in\b
\bco\.za\b
\bcohomebrewers\.org\b
\bcohwiki\.com\b
\bcoinfactswiki\.com\b
\bcoliberia\.org\b
\bcoloradofaithandfreedom\.com\b
\bcompetitive\.si\b
\bconceptwiki\.org\b
\bconnectintegratedmarketing\.com\b
\bcontinentaloutdoor\.webmania\b
\bcorporateespionage\.com\b
\bcouchware\.ca\b
\bcpoeaudit\.com\b
\bcralbaxi\.it\b
\bcrestonosec\.com\b
\bcultcoders\.net\b
\bcumafakili\.org\b
\bcurrencyexchangeforum\.co\.uk\b
\bcyclesofrevolution\.com\b
\bcz\.cc\b
\bdage\.fr\b
\bdajnowski\.net\b
\bdalbeck\.net\b
\bdallasbhlt\.org\b
\bdancesportwiki\.com\b
\bdarksecretinterracialsex\.com\b
\bdatewiki\.org\b
\bdavidcox\.id\b
\bdawnloadonline\.com\b
\bdbzrpg\.net\b
\bdc495\.com\b
\bdealerbluesrockband\.com\b
\bdeducers\.com\b
\bdefragcomputerfree\.org\b
\bdeshiweb\.com\b
\bdetailedlook\.com\b
\bdev\.refreshreload\.net\b
\bdeveloperdocumentation\.com\b
\bdickiepedia\.org\b
\bdieselbenz\.info\b
\bdieselcaronline\.co\.uk\b
\bdirtbikingbc\.com\b
\bdirtteams\.com\b
\bdiscoverthefaith\.org\b
\bditusbusinessapplications\.com\b
\bdjdecks\.be\b
\bdmrevolution\.com\b
\bdnianola\.org\b
\bdogboston\.com\b
\bdolphinsoftwareuk\.com\b
\bdominicsayers\.com\b
\bdongvinhson\.net\b
\bdrinksu\.net\b
\bdrneeta\.com\b
\bdroidnutz\.com\b
\bdsbmatrix\.com\b
\bdslruniversity\.com\b
\bearth-inferno\.com\b
\bebooksvisa\.com\b
\beee-lab\.com\b
\begcreations\.com\b
\begnerdata\.no\b
\beha\.ee\b
\beieinohio\.org\b
\belectroniccigarette2k\.com\b
\belectroniccigarettetavern\.com\b
\belektroniktasarim\.net\b
\belenaoctavia\.es\b
\belitewits\.com\b
\bembeddedethernet\.com\b
\bencounterpro\.org\b
\bendgoalmarketing\.com\b
\bengineering\.wustl\b
\beoeband\.net\b
\bepcinternet\.com\.\b
\besecuritys\.com\b
\besperanto\.rxfly\.net\b
\bethics-compliance\.eu\b
\beventualstudios\.com\b
\beverythingistheworst\.com\b
\bexcedone\.com\b
\bexperidia\.org\b
\bfablab\.is\b
\bfaceious\.com\b
\bfarmingfriends\.com\b
\bfckeditor\.net\b
\bfenerbahcekibris\.org\b
\bfilemakercentral\.com\b
\bfind24hs\.com\b
\bfindfavour\.com\b
\bfindinform\.com\b
\bfindthisall\.com\b
\bfindyourselfworthy\.com\b
\bfinearts\.yorku\b
\bfirstletters\.com\b
\bfishingslang\.com\b
\bfitagain\.net\b
\bfitnesstr\.net\b
\bflexiblesurvival\.com\b
\bfordream2008\.com\b
\bforex-automatic-trading-systems\.com\b
\bfork-out\.com\b
\bformandoencivicayetica\.com\b
\bforo\.soyemprendedor\.com\b
\bfortspro\.ru\b
\bforum\.arenyestratosferic\.info\b
\bforum\.browsergameindex\.de\b
\bforum\.fishing-pro\.ru\b
\bforum\.livehellp\.fr\b
\bforum\.mrfochs\.com\b
\bforums\.screwedbythegov\.com\b
\bforums\.wordpress\b
\bfreebuks\.com\b
\bfreeheber\.com\b
\bfreeminded\.com\b
\bfreesharing\.org\b
\bfusionnews\.net\b
\bgaelengreen\.com\b
\bgamervisa\.com\b
\bgatemush\.com\b
\bgb\.net\b
\bgdfr\.info\b
\bgeexbox\.org\b
\bgenevaunconventional\.com\b
\bgeospot\.pt\b
\bgetxyz\.com\b
\bgiving-circles\.org\b
\bglobalibrary\.com\b
\bglobalthinktank\.net\b
\bglutenfreenb\.com\b
\bgodsearchs\.com\b
\bgoldannex\.com\b
\bgoogle-reseach\.com\b
\bgoozleology\.com\b
\bgottacatch\.com\b
\bgreatfound\.com\b
\bgreedinc\.com\b
\bgregsopinion\.com\b
\bgridserver\.com\b
\bgsmfora\.pl\b
\bguggenheim-bilbao\.es\b
\bgunstroker\.com\b
\bgurubites\.com\b
\bhabitatsteele-wasecaarea\.org\b
\bhableet\.org\b
\bhaccam\.com\b
\bhackid\.org\b
\bhahabook\.co\b
\bhaiticonnections\.com\b
\bhardlyfind\.com\b
\bhawkgov\.com\b
\bhealthinsurancecolorado\.net\b
\bhellenistai\.com\b
\bhenryhank\.com\b
\bhercafe\.net\b
\bhimaone\.com\b
\bhiphopcatalunya\.com\b
\bhistory\.eecssh\.com\b
\bhistoryhaven\.com\b
\bhollywise\.org\b
\bhomeinsurance-info\.com\b
\bhomeseer\.com\b
\bhq\.usace\b
\bhybridfitness\.com\b
\bhyorinmaru\.com\b
\biaba\.biz\b
\biamadamhart\.com\b
\biampaid\.com\b
\bicce\.com\b
\biconcurso\.com\b
\bieeesp-blr\.org\b
\bienpl\.com\b
\biffa\.org\b
\biluzjon\.slupsk\.pl\b
\bimage\.ntua\b
\bimersa\.org\b
\bindependentmovement\.us\b
\bindonesiansubculture\.com\b
\binfologix\.co\.uk\b
\binformatics\.mayo\.edu\b
\binfoshop\.org\b
\bingathome\.com\b
\binline\.chuguev\.net\b
\binnovationscotland\.com\b
\binsurancequotes-blog\.net\b
\bintelar\.ru\b
\binternet-freedom\.info\b
\binyong\.tk\b
\bipadsuomi\.com\b
\bironeagles\.net\b
\birothwellg\.com\b
\bislamyafirqa\.com\b
\bita\.x10\b
\bitinerisastrium\.com\b
\bitpath\.ru\b
\bitravelishop\.com\b
\bjavaandjivecoffeehouse\.com\b
\bjbtours\.co\.za\b
\bjeffreybutt\.com\b
\bjeuxintereni\.org\b
\bjewishmontessori\.info\b
\bjiaohuifurniture\.tk\b
\bjoelheer\.ch\b
\bjoojoobe\.com\b
\bjr-webhost\.net\b
\bjunior\.inf\.br\b
\bjurnaldepariu\.com\b
\bjzlconstruction\.com\b
\bkantauri\.com\b
\bkaznetmedia\.kz\b
\bkeenix\.net\b
\bkhelite\.com\b
\bkickyousquareinthetaint\.com\b
\bkillerinktattoo\.de\b
\bkingscastle\.ca\b
\bklonopinguide\.net\b
\bknights-of-light\.ru\b
\bknittingcenter\.com\b
\bknowledgeprosperity\.com\b
\bknownelement\.com\b
\bkok3-wiki\.de\b
\bkonnect-pr\.com\b
\bkotanyi\.lt\b
\bkoxuz\.eu\b
\bkroha\.semya-na-5\.ru\b
\bkts-hosting\.de\b
\bkulinarne-przepisy\.com\b
\bkumotrader\.com\b
\bkunpuu\.net\b
\bkwikwai\.com\b
\bla-vraie-chypre\.infos\b
\blaconic\.aecom\.yu\.edu\b
\blalekent\.com\b
\blancebraud\.com\b
\blandjugend-weiler\.de\b
\blandlordwiki\.info\b
\blanzarotedigital\.com\b
\blapatrulladebares\.com\b
\blehmanbrotherbankruptcy\.com\b
\blesincongrus\.info\b
\bleviscopperjeans\.com\b
\blfs\.criminal-tm\.lv\b
\blifeaftersom\.com\b
\blifesolutionstoday\.com\b
\blimabike\.org\b
\blink-dead\.thd\.vg\b
\bliquiddemocracy\.net\b
\blistenhanced\.com\b
\blivemusicnightlife\.com\b
\blivetvnow\.net\b
\bloekepedia\.org\b
\blookfriend\.com\b
\blose-tummy-fat-fast\.info\b
\bloserx\.com\b
\blost-hope\.net\bhardlyfind\.com\b
\blungcancersymptoms\.biz\b
\bmac-club\.co\.uk\b
\bmagnet4me\.com\b
\bmagyarkatolikusok\.co\.uk\b
\bmail\.sdtc\.ru\b
\bmakeyourproducts\.com\b
\bmanchestercityrevolution\.co.uk\b
\bmanxwiki\.com\b
\bmarijuana-wiki\.com\b
\bmarutiritz\.net\b
\bmashujaagroup\.com\b
\bmathforum\.org\b
\bmbsb-online\.my\b
\bmcatdatprep\.com\b
\bmechaniac\.com\b
\bmediajobsearchcanada\.com\b
\bmedienkunst\.thedocks\b
\bmedsintegration\.com\b
\bmedsreconciliation\.com\b
\bmeineworld\.com\b
\bmelissatrainor\.com\b
\bmichigancrimelaws\.com\b
\bmidnightro\.hidden-nw\.com\b
\bmihost\.info\b
\bmikestowe\.com\b
\bmilfcontestrecreation\.typepad\.com\b
\bminilabo\.com\b
\bmmastats\.net\b
\bmmfans\.net\b
\bmortalonlinedatabase\.com\b
\bmountkilimanjaroclimb\.com\b
\bmrldportal\.com\b
\bmsremake\.com\b
\bmy-ecoupons\.com\b
\bmyasdcommunity\.com\b
\bmychatuniverse\.com\b
\bmydotdot\.com\b
\bmydrugdir\.com\b
\bmyglobaldirs\.com\b
\bmylinkdirs\.com\b
\bmysafety\.tk\b
\bmysearchends\.com\b
\bmystarsearch\.com\b
\bnaftalan\.hr\b
\bneighborsink\.com\b
\bnetdivvyexecutives\.com\b
\bnetwork-tutorials\.org\b
\bnewagevillage\.com\b
\bnewdream\.net\b
\bnewrecovery\.org\b
\bnewsfordummies\.org\b
\bnexialist\.org\b
\bnickzillalabs\.net\b
\bnigerianwiki\.com\b
\bno2id-sheffield\.net\b
\bnonviolenceinternational\.net\b
\bnookdevs\.com\b
\bnotepedia\.com\b
\bnowornevermedia\.org\b
\bnpcwireless\.com\b
\bnswiki\.net\b
\bntrack\.com\b
\bnukethedawn\.com\b
\bnycespanol\.com\b
\bnytechwiki\.com\b
\bobeliks\.org\b
\bocf\.berkeley\b
\bohada\.de\b
\boldfauquier\.com\b
\bomni-medical\.co\.uk\b
\boneswarm\.org\b
\bonlinewritingtips\.com\b
\bonmycommute\.com\.au\b
\bopenbioprojects\.net\b
\bopendatamanchester\.org\b
\bopenfoamworkshop\.org\b
\bopenmoko\.org\b
\bopenphysio\.co\.za\b
\bopensurf\.it\b
\bopentissue\.org\b
\borg\.do\b
\borg\.ua\b
\boscarnaija\.com\b
\boscworldwide\.com\b
\boss\.tw\b
\bourbank\.in\b
\bourtoowong\.com\b
\bovidion\.org\b
\bp4o\.net\b
\bpakies\.tk\b
\bpangeanetworks\.net\b
\bparaglidingbg\.com\b
\bpassionclips\.org\b
\bpatillo\.org\b
\bpavlovo-posad\.ru\b
\bpawletcc\.org\b
\bpaxcess\.com\b
\bpcatguide\.com\b
\bpdaxrom\.org\b
\bpdfedit\.cz\b
\bpeace-education\.ca\b
\bpeakinternet\.com\b
\bpersonalgenomicsinstitute\.org\b
\bpghroots\.com\b
\bphonefanz\.com\b
\bphracy\.org\b
\bpickupage\.com\b
\bpirate-party\.us\b
\bpirategalaxy\.info\b
\bplanetmosh\.com\b
\bpoddelusion\.co.uk\b
\bpoiuinitiative\.com\b
\bpokerproacademy\.com\b
\bportlandswing\.org\b
\bppd08\.ucd\.ie\b
\bprimariamedias\.ro\b
\bproactol-advice\.net\b
\bprojectloop\.org\b
\bpropertyreturns\.co\.nz\b
\bprzystanharlow\.com\b\bhardlyfind\.com\b
\bps4wiki\.com\b
\bpublicpatent\.org\b
\bpunjabpedia\.com\b
\bpuslapiai\.lt\b
\bqosonline\.se\b
\bquiltsnow\.com\b
\bracetracker2011\.com\b
\bradio-chat\.com\b
\bragorg\b
\braisengine\.com\b
\brajputboyz\.in\b
\bratstramps\.com\b
\brcjprimer\.com\b
\brdtn\.ru\b
\breachtg\.com\b
\breadmylibs\.com\b
\brearsync\.com\b
\brebornpanenky\.cz\b
\bredecletica\.com\b
\bregcure2009\.com\b
\brelief1001\.org\b
\bresourcepositive\.com\b
\brevenant\.nablasoft\.com\b
\brichiefranklin\.net\b
\bridersunited\.org\b
\bridicipedia\.com\b
\brobwspage2\.com\b
\brocketcarrental\.com\b
\brockyfans\.com\b
\bromanian-philosophy\.ro\b
\bromfordraiders\.co.uk\b
\bruckups\.com\b
\bsacredmusicproject\.com\b
\bsammirox\.com\b
\bsanctussoft\.com\b
\bsanduskyregister\.com\b
\bsanjosepesquera\.com\b
\bsavannahcoupon\.com\b
\bsc-navi\.ru\b
\bscattersunshine\.net\b
\bschachfreunde-sasbach\.org\b
\bschekkerman\.net\b
\bschool63\.hdd2\.ru\b
\bscopedia\.net\b
\bscouthub\.org\b
\bscripturalpedia\.com\b
\bseachtop\.com\b
\bsecubuntu\.org\b
\bsehayazilim\.com\b
\bsemiprobcs\.com\b
\bservethehive\.info\b
\bsexforum\.dk\b
\bsfartistwatch\.com\b
\bsgtsupply\.com\b
\bshacknet\.nu\b
\bshareinvest\.ru\b
\bsheriffmonitor\.com\b
\bshishawiki\.com\b
\bshoppingfranklin\.com\b
\bshortmakers\.com\b
\bsidepodcastwiki\.com\b
\bsignforcover\.com\b
\bsinginst\.it\b
\bsite11\.com\b
\bsite50\.net\b
\bsiteslocate\.com\b
\bsitesworlds\.com\b
\bsixthextinction\.se\b
\bskill-gamers\.nl\b
\bslateblog\.de\b
\bsljenovacrisis\.com\b
\bsnlon\.cn\b
\bsocialengineeringdb\.org\b
\bsocialize\.x10\b
\bsohbetnaz\.com\b
\bsparcspaces\.org\b
\bspeed-biker\.com\b
\bspritesserver\.nl\b
\bsquatspace\.com\b
\bsqueebs\.net\b
\bsrudut\.com\b
\bstarfishandspider\.com\b
\bstarsearchtool\.com\b
\bstatusim\.info\b
\bstevooo\.webzdarma\.cz\b
\bstpmwiki\.com\b
\bstroompunt\.nl\b
\bstylesum\.com\b
\bsubaciaus\.projektas\.lt\b
\bsulekha\.com\b
\bsuper-turbo\.net\b
\bsupernaturalwiki\.com\b
\bsut\.ac\b
\bsweetdreams\.three-words\b
\bsyncleus\.com\b
\btalktimmins\.com\b
\btasawwuf\.nl\b
\btbengineeringdesign\.com\b
\bteamgeckoproductions\.co.uk\b
\bteaminterrobang\.net\b
\btechnicalzen\.com\b
\bteenzclub\.tk\b
\btemplate-builder\.com\b
\bterraformgame\.com\b
\btessgerritsen\.com\b
\bthcc\.or\b
\btheatreaspen\.org\b
\bthebecwar\.com\b
\bthecaliforniatheatre\.com\b
\bthecloudsociety\.com\b
\bthecreditcardcalculator\.com\b
\bthedirsite\.com\b
\bthejoin\.org\b
\bthelowerabexercises\.com\b
\bthemangusta\.com\b
\bthememphiswewant\.com\b
\bthephotostudent\.com\b
\bthepleasantonwiki\.com\b
\btheteacherstoolbox\.org\b
\bthewaterlooway\.com\b
\btic-tac-totality\.net\b
\btitaniumhalo\.com\b
\btoplongdistancerelationshipadvice\.com\b
\btoptopdir\.com\b
\btotalhealthcare\.com\b
\btrainsforgta\.net\b
\btraxus\.bungie\.org\b
\btrebicsky\.net\b
\btrenggalek\.net\b
\btriadassociates\.com\b
\btriagedesign\.co\.uk\b
\btruecodeproxy\.com\b
\btrustmetrics\.dreamhosters\b
\btrybestwaytoloseweight\.com\b
\btsuixu\.com\b
\btuek-klongthom\.com\b
\btuequipopesado\.net\b
\btusnadcyclingteam\.com\b
\btuwien\.ac\b
\btuxfamily\.org\b
\btwckaulitz\.com\b
\btwiterperu\.com\b
\btwoforks\.org\b
\bualeadership\.org\b
\buivote\.com\b
\bulrich-voelkel\.de\b
\bunbreakablejourney\.com\b
\buniv-tlse1\.fr\b
\burbancomm\.org\b
\busc\.edu\b
\busegroup\.de\b
\bututo\.org\b
\bv1aggi\.it\b
\bvampirediaries24\.pl\b
\bvbseo\.com\b
\bvernotgallery\.com\b
\bversion-next\.net\b
\bvictoriaslupsk\.pl\b
\bviennafolkclub\.org\b
\bviesearch\.com\b
\bvimukti\.com\b
\bvirca\.hu\b
\bvisionuvce\.in\b
\bvistabusinesswomen\.com\b
\bvmoov\.in\b
\bvoreshjemvoresklima\.dk\b
\bvoresklima\.dk\b
\bvotewrap\.com\b
\bwalkthroughs4u\.co.uk\b
\bwarwickrss\.com\b
\bwashlawdiscipline\.com\b
\bwayoftherede\.com\b
\bweboldala\.net\b
\bwereproxy\.com\b
\bwestexwiki\.com\b
\bwewillsavetheworld\.org\b
\bwhatwouldroymerrittdo\.com\b
\bwickidevel\.com\b
\bwidesearchengine\.com\b
\bwiki-projects\.org\b
\bwiki\.hitdice\b
\bwiki\.sundtek\.de\b
\bwikibreedia\.org\b
\bwikichan\.net\b
\bwikifee\.com\b
\bwikifirepedia\.org\b
\bwikifutbol\.es\b
\bwikimir\.org\b
\bwikipenisa\.com\b
\bwikirule\.org\b
\bwikiw\.com\b
\bwikquepedia\.com\b
\bwindowscleanuputility\.net\b
\bwired\.net\b
\bwist\.uni-linz\b
\bwmskalna\.ndi\.net\.pl\b
\bwnc\.com\b
\bwonderzi\bhardlyfind\.com\b
\bwordoftogethertude\.gaming\.multiplay\.co\.uk\b
\bworld-rivera\.ru\b
\bworshipinhd\.com\b
\bwplug\.org\b
\bwrappingfaq\.com\b
\bwww3\.huntersi\.pl\b
\bxbox360achievements\.org\b
\bxceleo\.org\b
\bxenu\.ca\b
\bxtremerec\.com\b
\byadohere\.com\b
\byahbook\.info\b
\byoga-dlya-vas\.ru\b
\bzabezpeceno\.cz\b
\bzimagnet\.com\b
\bzodttd\.com\b
\bzonguldakalperen\.com\b
\bzoomwiki\.org\b
#