User:Furey/Interwiki Status
Contents
- 1 Interwiki Status
- 2 Timeline
- 3 Learnings
- 4 api for interwiki backlinks
- 5 Whitelist
- 6 Letter by letter
- 6.1 Safe to delete (other first character)
- 6.2 Keep these for now (other first character)
- 6.3 Safe to delete (x), (y), and (z)
- 6.4 Keep these for now (x), (y), and (z)
- 6.5 Safe to delete (w)
- 6.6 Keep these for now (w)
- 6.7 Safe to delete (v)
- 6.8 Keep nothing (v)
- 6.9 Safe to delete (u)
- 6.10 Keep this for now (u)
- 6.11 Safe to delete (t)
- 6.12 Keep these for now (t)
- 6.13 Safe to delete (s)
- 6.14 Keep these for now (s)
- 6.15 Safe to delete (r)
- 6.16 Keep these for now (r)
- 6.17 Safe to delete (q)
- 6.18 Keep these for now (q)
- 6.19 Safe to delete (p)
- 6.20 Keep these for now (p)
- 6.21 Safe to delete (o)
- 6.22 Keep this for now (o)
- 6.23 Safe to delete (n)
- 6.24 Keep nothing (n)
- 6.25 Safe to delete (m)
- 6.26 Keep these for now (m)
- 6.27 Safe to delete (l)
- 6.28 Keep these for now (l)
- 6.29 Safe to delete (k)
- 6.30 Keep nothing (k)
- 6.31 Safe to delete (j)
- 6.32 Keep nothing (j)
- 6.33 Safe to delete (i)
- 6.34 Keep these for now (i)
- 6.35 Safe to delete (h)
- 6.36 Keep this for now (h)
- 6.37 Safe to delete (g)
- 6.38 Keep these for now (g)
- 6.39 Safe to delete (f)
- 6.40 Keep these for now (f)
- 6.41 Safe to delete (e)
- 6.42 Keep these for now (e)
- 6.43 Safe to delete (d)
- 6.44 Keep these for now (d)
- 6.45 Safe to delete (c)
- 6.46 Keep these for now (c)
- 6.47 Safe to delete (b)
- 6.48 Keep these for now (b)
- 6.49 Safe to delete (a)
- 6.50 Keep these for now (a)
Interwiki Status
https://nethackwiki.com/wiki/Special:Interwiki
In June 2024, I found 3 links in NetHackWiki:policy pointing to an ad farm for Vietnamese casinos and sports gambling. They were interwiki links, and the domain had transferred to a cybersquatter.
Also wikia.com is a reputable site but they serve a lot of ads which leads to a poor reader experience. It would be good to replace wikia links to wikipedia or to independent wikis. After all, NetHackWiki is an independent wiki.
The table was dormant from the Wikia move up to June 2024. We can safely delete a large number of these, preventing future problems. I have reported 573 entries, where we go letter-by-letter and delete easy cases. Phase 1 will take us down from 677 to 104 (plus any entries that the admins choose not to remove). If we do more phases, we will need more sophistication and better tools.
Timeline
We started with 679 entries.
- June 13, 2024: Furey found that NetHackWiki:policy had 3 links to an ad farm for Vietnamese casinos and sports gambling. They were interwiki links, and the domain had transferred to a cybersquatter. Paxed modified the relevant interwiki link.
- June 18, 2024: Furey found another 3 sketchy links. Umbire modified one, removed two.
- June 19, 2024: NetHackWiki has 677 interwiki entries. Furey started a sweep. Umbire started removals.
- June 26, 2024: Furey finished the non-admin side of the sweep, reporting 573 interwiki entries for removal spread over 25 requests in NetHackWiki:Community Portal. Umbire continued removals.
- June 29, 2024: NetHackWiki has 506 interwiki entries.
- July 8, 2024: NetHackWik has 461 entries.
Learnings
Wikia links turn into "not a valid community", but they do not turn into ad farms or browser hijacking sites.
Indy links can turn into ad farms or browser hijacking sites. Use protection when checking an indy link. In phase 1, I found:
- casino and sports gambling ad farm in Vietnamese
- casino ad farm in German
- four sites that redirect to "secure search" browser hijacker download site
Mediawiki search syntax allows search by word, which is useless for a lot of common words. It takes an admin or maybe even a sheller to do regexp searches for "[[foo", "foo:", or "[foo:".
A good test for a regexp search (or some other approach) is whether they find everything in my hand-constructed whitelist.
Several very early pages have references to external pages as policy guides. This caused the problem with NetHackWiki:policy above. It would be good to regexp search the whole wiki for interwiki links and then rewrite some of those links. I bet some of them could be just plain wikipedia links.
If a page uses a non-existent interwiki link,then that link will show up in https://nethackwiki.com/index.php?title=Special:WantedPages&limit=5000&offset=0 . Just look for Furey:xyzzy and see how it got into the table. Basically, an interwiki reference without a table entry becomes a redlink and goes into WantedPages. However, WantedPages is not enough to find these, because of the link table staleness issue mentioned below.
We do not have a process for handling bluelinks from user pages. Something like nowiki would help.
It would be good to make a NetHackWiki page with an intro to interwiki and a list of interwiki links. Then about once per month someone goes through the list, syncs it with the ground truth of the interwiki prefix table, and then clicks every link, looking for any sites that have disappeared, moved, or shifted to ad farms.
api for interwiki backlinks
Mediawiki has an api to show backlinks for an interwiki link or for all interwiki links:
https://nethackwiki.com/api.php?action=query&list=iwbacklinks&prop=info&iwblprop=iwprefix|iwtitle&iwbllimit=500&iwblprefix=...
However, this api gave incomplete results for me. I have two known pages with interwiki links for emacswiki. Interwiki backlink results showed only one of them. When I made a small edit to the second page, it showed up. Similarly, I have one known page with an interwiki link for clubpenguin. Interwiki backlink results did not show it. When I made a null edit to that page, then interwiki backlinks found the page.
I found a third example that I have carefully preserved. I am looking at a certain article with a certain interwiki prefix right there on the page, and it resolves correctly when I click on it. However an api query for that iwblprefix returns zero results.
I am not fluent with LAMP programming or MediaWiki in particular, but from perusing documentation, it looks like we have articles where the iwlinks table is not up to date. That is why a null edit makes the article appear in an api query. Perhaps NetHackWiki needs a run of refreshLinks.php? Or from the user side, a bot that touches every page with a null edit?
If the iwlinks table were up to date, then https://nethackwiki.com/api.php?action=query&list=iwbacklinks&prop=info&iwblprop=iwprefix%7Ciwtitle&iwbllimit=500 would be very useful. (Even more useful with a limit of 5000 instead of 500). As it is, I do not trust iwbacklinks because it did not find clubpenguin at all, it missed one of the emacswiki pages, and it is still missing the interwiki prefix from my third example.
Whitelist
Here are some prefixes I have seen in actual use:
- Wikihack
- clubpenguin
- commons
- dnd
- emacswiki
- gameinfo
- gta
- m
- manual
- meatball
- mediawikiwiki
- mediazilla
- memoryalpha
- metawiki
- metawikimedia
- metawikipedia
- mw
- php
- roguebasin
- s
- w
- wiki
- wikia
- wikibooks
- wikicities
- wikimedia
- wikinfo
- wikipedia
- wikt
- wiktionary
And some requested by admins for keeping:
- uncyclopedia
- zeldapendium
- zeldawiki
Letter by letter
Safe to delete (other first character)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
3dgame | http://3dgame.wikia.com/wiki/$1 | 0 | Not a valid community | - |
AwarenessWiki | http://taoriver.net/aware/$1 | 0 | ERR_ADDRESS_UNREACHABLE | - |
Legowiki | http://www.object-arts.com/wiki/html/Lego-Robotics/$1 | 0 | ERR_TIMED_OUT | - |
Keep these for now (other first character)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
Cache | http://www.google.com/search?q=cache:$1 | unsearchable | operational | - |
Wikihack | http://nethackwiki.com/wiki/NetHackWiki:$1 | unsearchable, 2+ known uses | operational | we have 2+ [[Wikihack:xxx]] links! |
Safe to delete (x), (y), and (z)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
xao | http://XAO.wikia.com/wiki/$1 | 0 | Not a valid community | - |
ypsieyeball | http://sknkwrks.dyndns.org:1957/writewiki/wiki.pl?$1 | 0 | ERR_TIMED_OUT | - |
zeldapendium | http://www.zeldapendium.de/wiki/$1 | 0 | operational | german |
zeldawiki | http://zeldawiki.org/$1 | 0 | operational | - |
zemirot | http://zemirotdatabase.org/view_song.php?title=$1 | 0 | operational | - |
zhmusic | http://zh.music.wikia.com/wiki/$1 | 0 | operational | chinese |
zwiki | http://zwiki.org/$1 | 0 | zwiki.org link broken #6 | - |
Keep these for now (x), (y), and (z)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
x-files | http://x-files.wikia.com/wiki/$1 | unsearchable | operational | - |
zh.anime | http://zh.anime.wikia.com/wiki/$1 | unsearchable | operational | chinese |
zh.mac | http://zh.mac.wikia.com/wiki/$1 | unsearchable | operational | chinese |
zh.wikimac | http://zh.mac.wikia.com/wiki/$1 | unsearchable | operational | chinese |
zzz wiki | http://wiki.zzz.ee/index.php/$1 | unsearchable | ERR_CONNECTION_REFUSED | - |
Safe to delete (w)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
w:c:academicjobs | http://academicjobs.wikia.com/wiki/$1 | 0 | operational | - |
w:c:wowwiki | http://www.wowwiki.com/$1 | 0 | operational | - |
warpedview | http://www.warpedview.com/mediawiki/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
warzone2100 | http://warzone2100.wikia.com/wiki/$1 | 0 | operational | - |
webdevwikinl | http://www.promo-it.nl/WebDevWiki/index.php?page=$1 | 0 | De website die u probeert te vinden is niet bereikbaar | dutch |
webisodes | http://www.webisodes.org/$1 | 0 | HTTP Status: 404 (not found) | - |
webseitzwiki | http://webseitz.fluxent.com/wiki/$1 | 0 | operational | - |
westport | http://Westport.wikia.com/wiki/$1 | 0 | Not a valid community | - |
whitewolf | http://whiteWolf.wikia.com/wiki/$1 | 0 | operational | - |
wikiablog | http://blogs.wikia.com/$1 | 0 | operational | - |
wikiaentertainment | http://entertainment.wikia.com/wiki/$1 | 0 | operational | - |
wikiagaming | http://gaming.wikia.com/wiki/$1 | 0 | operational | - |
wikiahelp | http://help.wikia.com/wiki/Help:$1 | 0 | operational | - |
wikianswers | http://answers.wikia.com/wiki/$1 | 0 | Not a valid community | - |
wikible | http://www.wikible.org/en/$1 | 0 | (sketchy site with a popup asking me to install a browser extension) | (expedited deletion requested) use protection if you visit this site. |
wikicomedy | http://comedy.wikia.com/wiki/$1 | 0 | operational | - |
wikif1 | http://www.wikif1.org/$1 | 0 | ERR_TIMED_OUT | - |
wikifur | http://en.wikifur.com/wiki/$1 | 0 | operational | - |
wikihelp | http://help.wikia.com/wiki/Help:$1 | 0 | operational | - |
wikihow | http://www.wikihow.com/$1 | 0 | operational | - |
wikiindex | http://wikiindex.com/$1 | 0 | 504 Gateway Time-out | - |
wikimac | http://mac.wikia.com/wiki/$1 | 0 | operational | - |
wikimon | http://wikimon.net/$1 | 0 | operational | - |
wikimoon | http://wikimoon.org/index.php?title=$1 | 0 | operational | - |
wikinews | http://en.wikinews.org/wiki/$1 | 0 | operational | - |
wikiquote | http://en.wikiquote.org/wiki/$1 | 0 | operational | - |
wikirps | http://www.wikirps.org/wiki/$1 | 0 | Page Not Found | - |
wikiscum | http://scum.wikia.com/wiki/$1 | 0 | operational | - |
wikisource | http://wikisource.org/wiki/$1 | 0 | operational | - |
wikispecies | http://species.wikimedia.org/wiki/$1 | 0 | operational | - |
wikitravel | http://wikitravel.org/en/$1 | 0 | operational | - |
wikiversity | http://en.wikiversity.org/wiki/$1 | 0 | operational | - |
wikivoyage | http://www.wikivoyage.org/general/$1 | 0 | operational | - |
wikiworld | http://WikiWorld.com/wiki/index.php/$1 | 0 | Parse error: syntax error, unexpected 'Namespace' (T_NAMESPACE), expecting identifier (T_STRING) in /var/www/vhosts/wikiworld.com/httpdocs/wiki/includes/Namespace.php on line 46 | - |
windsurfing | http://windsurfing.wikia.com/wiki/$1 | 0 | Not a valid community | - |
wlp | http://wlp.wikia.com/wiki/$1 | 0 | Not a valid community | - |
wlug | http://www.wlug.org.nz/$1 | 0 | operational | - |
wnc | http://wnc.wikia.com/wiki/$1 | 0 | Not a valid community | - |
worldcitizen | http://worldcitizen.wikia.com/wiki/$1 | 0 | Not a valid community | - |
wowwiki | http://www.wowwiki.com/$1 | 0 | operational | - |
Keep these for now (w)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
w | http://community.wikia.com/wiki/$1 | unsearchable, 6+ known uses | operational | we have 6+ [[w:xxx]] links! |
why | http://clublet.com/c/c/why?$1 | unsearchable | (domain for sale) | - |
wiki | http://c2.com/cgi/wiki?$1 | unsearchable | operational | - |
wikia | http://www.wikia.com/wiki/$1 | unsearchable | main page of fandom.com | - |
wikibooks | http://en.wikibooks.org/wiki/$1 | 3 | operational | we have 3 [[wikibooks:xxx]] links! |
wikicities | http://www.wikia.com/wiki/$1 | 1 | main page of fandom.com | we have 1 [[wikicities:xxx]] links! |
wikimedia | http://wikimediafoundation.org/wiki/$1 | unsearchable | operational | - |
wikinfo | http://www.wikinfo.org/index.php/$1 | 2 | wikinfo exists but rearranged site | we have 2 [[wikinfo:xxx]] links! |
wikipedia | http://en.wikipedia.org/wiki/$1 | unsearchable, many | operational | we have many [[wikipedia:xxx]] links! |
wikt | http://en.wiktionary.org/wiki/$1 | 1 | operational | we have 1 [[wikt:xxx]] links! |
wiktionary | http://en.wiktionary.org/wiki/$1 | 3 | operational | we have 3 [[wiktionary:xxx]] links! |
worlds | http://worlds.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
Safe to delete (v)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
vancouver | http://vancouver.wikia.com/wiki/$1 | 0 | operational | - |
vanishedlibrary | http://VanishedLibrary.wikia.com/wiki/$1 | 0 | Not a valid community | - |
vegas | http://lasvegas.wikia.com/wiki/$1 | 0 | operational | - |
villagearts | http://www.Village-Arts.org/wiki/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
vinismo | http://vinismo.com/en/$1 | 0 | ERR_TIMED_OUT | - |
virtualpets | http://VirtualPets.wikia.com/wiki/$1 | 0 | Not a valid community | - |
virus | http://virus.wikia.com/wiki/$1 | 0 | Not a valid community | - |
visualworks | http://wiki.cs.uiuc.edu/VisualWorks/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
vlaamseklantenbrussel | http://vlaamseklantenbrussel.wikia.com/wiki/$1 | 0 | operational | dutch |
voterice | http://voterice.wikia.com/wiki/$1 | 0 | Not a valid community | - |
Keep nothing (v)
There are no interwiki entries to keep starting with lowercase 'v'.
Safe to delete (u)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
uea | http://www.tejo.org/uea/$1 | 0 | operational | esperanto |
ufology | http://ufology.wikia.com/wiki/$1 | 0 | operational | - |
ukrailways | http://ukrailways.wikia.com/wiki/$1 | 0 | operational | - |
ukroads | http://ukroads.wikia.com/wiki/$1 | 0 | operational | - |
uncyclopedia | http://www.uncyclopedia.org/wiki/$1 | 0 | File not found (404 error) | uncyclopedia moved. I changed all 1 uses of [[uncyclopedia:xxx]] to use direct https to current location. |
universitywikinodewiki | http://universitywikinodewiki.wikia.com/wiki/$1 | 0 | Not a valid community | - |
unreal | http://wiki.beyondunreal.com/wiki/$1 | 0 | operational | - |
ursine | http://ursine.ca/$1 | 0 | Not Found | - |
usej | http://www.tejo.org/usej/$1 | 0 | operational | esperanto |
utopia | http://Utopia.wikia.com/wiki/$1 | 0 | operational | - |
Keep this for now (u)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
university | http://universitywikinodewiki.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
Safe to delete (t)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
tablature | http://tablature.wikia.com/wiki/$1 | 0 | Not a valid community | - |
talisman | http://talismanonlinewiki.com/wiki/$1 | 0 | Top Live Casino | already done, expedited deletion |
tardis | http://tardis.wikia.com/wiki/$1 | 0 | operational | - |
tavi | http://tavi.sourceforge.net/$1 | 0 | An error has been encountered in accessing this page. | - |
techcompare | http://TechCompare.wikia.com/wiki/$1 | 0 | Not a valid community | - |
tejo | http://www.tejo.org/vikio/$1 | 0 | operational | esperanto |
terrorwiki | http://www.liberalsagainstterrorism.com/wiki/index.php/$1 | 0 | How To Grow Your Small Business Into a Large Business | - |
tesoltaiwan | http://www.tesol-taiwan.org/wiki/index.php/$1 | 0 | no wiki, redirects to its main page | - |
thelemapedia | http://www.thelemapedia.org/index.php/$1 | 0 | operational | - |
theopedia | http://www.theopedia.com/$1 | 0 | Not found | - |
theowiki | http://www.theowiki.com/index.php/$1 | 0 | ERR_CONNECTION_RESET | - |
thinkwiki | http://www.thinkwiki.org/wiki/$1 | 0 | operational | - |
tianjin | http://Tianjin.wikia.com/wiki/$1 | 0 | Not a valid community | - |
tmbw | http://www.tmbw.net/wiki/$1 | 0 | operational | - |
tmnet | http://www.technomanifestos.net/?$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
tmwiki | http://www.EasyTopicMaps.com/?page=$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
toronto | http://toronto.wikia.com/wiki/$1 | 0 | operational | - |
tourism | http://tourism.wikia.com/wiki/$1 | 0 | operational | - |
trains | http://trains.wikia.com/wiki/$1 | 0 | operational | - |
transformers | http://tfwiki.net/wiki/$1 | 0 | operational | - |
transhumanism | http://transhumanism.wikia.com/wiki/$1 | 0 | operational | - |
tricities | http://huntricitiesde.wikia.com/wiki/$1 | 0 | Not a valid community | - |
turismo | http://www.tejo.org/turismo/$1 | 0 | operational | esperanto |
turriwiki | http://wiki.finfur.net/index.php/$1 | 0 | Fatal exception of type MWException | - |
tvtropes | http://tvtropes.org/pmwiki/pmwiki.php/Main/$1 | 0 | operational | our interwiki link points to Main and their NetHack article is no longer in Main, so we no longer use any tvtropes:xxx interwiki links |
twiki | http://twiki.org/cgi-bin/view/$1 | 0 | operational | - |
twistedwiki | http://purl.net/wiki/twisted/$1 | 0 | 404 Page not found on this site. | - |
Keep these for now (t)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
town-titles | http://townn-titles.wikia.com/wiki/$1 | unsearchable | operational | russian |
townn-titles | http://townn-titles.wikia.com/wiki/$1 | unsearchable | operational | russian |
translation | http://translation.wikia.com/wiki/$1 | unsearchable | operational | - |
Safe to delete (s)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
s23wiki | http://is-root.de/wiki/index.php/$1 | 0 | Buy this domain. | - |
sageswiki | http://sages.wikia.com/wiki/$1 | 0 | Not a valid community | - |
sagewiki | http://sage.wikia.com/wiki/$1 | 0 | operational | - |
salmesykkel | http://salmesykkel.wikia.com/wiki/$1 | 0 | Not a valid community | - |
samplitude | http://Samplitude.wikia.com/wiki/$1 | 0 | operational | - |
sandiego | http://sandiego.wikia.com/wiki/$1 | 0 | Not a valid community | - |
sanfranciscowiki | http://sanfrancisco.wikia.com/wiki/$1 | 0 | Not a valid community | - |
sca21 | http://sca21.wikia.com/wiki/$1 | 0 | operational | - |
schoolcomputing | http://SchoolComputing.wikia.com/wiki/$1 | 0 | Not a valid community | - |
schools | http://schools.wikia.com/wiki/$1 | 0 | Not a valid community | - |
scoop | http://scoop.wikia.com/wiki/$1 | 0 | Not a valid community | - |
scouting | http://scouting.wikia.com/wiki/$1 | 0 | operational | - |
scoutpedia | http://www.scoutpedia.info/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
scratchpad | http://scratchpad.wikia.com/wiki/$1 | 0 | operational | - |
scriptingwiki | http://scripting.wikia.com/wiki/$1 | 0 | Not a valid community | - |
seapig | http://www.seapig.org/$1 | 0 | Save Money on Shared or Dedicated Hosting | - |
seattlewiki | http://seattle.wikia.com/wiki/$1 | 0 | operational | - |
seattlewireless | http://seattlewireless.net/?$1 | 0 | 404. That’s an error. | - |
seldonshand | http://seldonhand.wikia.com/wiki/$1 | 0 | Not a valid community | - |
semweb | http://semweb.wikia.com/wiki/$1 | 0 | Not a valid community | - |
senseislibrary | http://senseis.xmp.net/?$1 | 0 | operational | - |
sgcommand | http://stargate.wikia.com/wiki/$1 | 0 | operational | - |
sgwireless | http://sgwireless.wikia.com/wiki/$1 | 0 | operational | - |
shakti | http://cgi.algonet.se/htbin/cgiwrap/pgd/ShaktiWiki/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
shoppingwiki | http://shopping.wikia.com/wiki/$1 | 0 | operational | - |
simpsons | http://simpsons.shoutwiki.com/wiki/$1 | 0 | No such wiki | - |
sims | http://sims.wikia.com/wiki/$1 | 0 | operational | - |
sitelibrary | http://libraries.wikia.com/wiki/$1 | 0 | Not a valid community | - |
skypeme | skype:$1?chat | 0 | (url not tested) | - |
slashdot | http://slashdot.org/article.pl?sid=$1 | 0 | operational | - |
slektami | http://slektami.wikia.com/wiki/$1 | 0 | Not a valid community | - |
smarteam | http://cm.wikia.com/wiki/$1 | 0 | operational | - |
smikipedia | http://www.smikipedia.org/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
smw | http://semantic-mediawiki.org/wiki/$1 | 0 | operational | - |
socialism | http://socialism.wikia.com/wiki/$1 | 0 | Not a valid community | - |
sockwiki | http://wiki.socklabs.com/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
solarconquest | http://SolarConquest.wikia.com/wiki/$1 | 0 | Not a valid community | - |
sosdancn | http://wiki.sosdancn.org/index.php?title=$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
sourceforge | http://sourceforge.net/$1 | 0 | operational | - |
sourcewatch | http://www.sourcewatch.org/index.php?title=$1 | 0 | operational | - |
spankart | http://spankingartwiki.animeotk.com/wiki/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
sport | http://armchairgm.wikia.com/$1 | 0 | operational | - |
sports | http://armchairgm.wikia.com/$1 | 0 | operational | - |
squeak | http://wiki.squeak.org/squeak/$1 | 0 | operational | - |
srpstvo | http://Srpstvo.wikia.com/wiki/$1 | 0 | Not a valid community | - |
ssb | http://www.ssbwiki.com/$1 | 0 | operational | - |
stargate | http://stargate.wikia.com/wiki/$1 | 0 | operational | - |
startrekwiki | http://startrek.wikia.com/wiki/$1 | 0 | operational | - |
starwars | http://starwars.wikia.com/wiki/$1 | 0 | fully operational | - |
storypedia | http://Storypedia.wikia.com/wiki/$1 | 0 | Not a valid community | - |
stpete | http://stpete.wikia.com/wiki/$1 | 0 | Not a valid community | - |
strategywiki | http://strategywiki.org/wiki/$1 | 0 | operational | - |
strikiwiki | http://ch.twi.tudelft.nl/~mostert/striki/teststriki.pl?$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
suceavacounty | http://Suceava.wikia.com/wiki/$1 | 0 | Not a valid community | - |
suisse | http://suisse.wikia.com/wiki/$1 | 0 | Not a valid community | - |
sunrisesunset | http://sunrisesunset.wikia.com/wiki/$1 | 0 | Not a valid community | - |
superstar | http://superstar.wikia.com/wiki/$1 | 0 | operational | czech |
susning | http://www.susning.nu/$1 | 0 | ERR_CONNECTION_REFUSED | - |
svgwiki | http://wiki.svg.org/$1 | 0 | Not Found | - |
svtwiki | http://SVT.wikia.com/wiki/$1 | 0 | Not a valid community | - |
swtrain | http://train.spottingworld.com/$1 | 0 | operational | - |
Keep these for now (s)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
s | http://www.shoutwiki.com/wiki/$1 | unsearchable, 1+ known uses | operational | we have 1+ [[s:xxx]] links! |
search | http://search.wikia.com/wiki/$1 | unsearchable | operational | - |
seeds | http://www.IslandSeeds.org/wiki/$1 | unsearchable | DNS_PROBE_FINISHED_NXDOMAIN | - |
software | http://software.wikia.com/wiki/$1 | unsearchable | operational | - |
startup | http://startup.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
students | http://students.wikia.com/wiki/$1 | unsearchable | operational | - |
Safe to delete (r)
Keep these for now (r)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
religion | http://religion-wiki.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
religion-wiki | http://religion-wiki.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
reviews | http://reviews.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
roguebasin | https://www.roguebasin.com/index.php?title=$1 | unsearchable, 10+ known uses | operational | we have 10+ [[roguebasin:xxx]] links! |
Safe to delete (q)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
quitsmoking | http://quitsmoking.wikia.com/wiki/$1 | 0 | operational | - |
quiz | http://quiz.wikia.com/wiki/$1 | 0 | operational | - |
Keep these for now (q)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
query | http://re.search.wikia.com/search.html#$1 | unsearchable | NET::ERR_CERT_COMMON_NAME_INVALID | - |
Safe to delete (p)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
pagan | http://pagan.wikia.com/wiki/$1 | 0 | operational | - |
pakistan | http://pakistan.wikia.com/wiki/$1 | 0 | operational | - |
palkbay | http://palkbay.wikia.com/wiki/$1 | 0 | operational | - |
pangalacticorg | http://www.pangalactic.org/Wiki/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
panzer_general | http://pg2.wikia.com/wiki/$1 | 0 | operational | - |
parenting | http://parenting.wikia.com/wiki/$1 | 0 | Not a valid community | - |
patwiki | http://gauss.ffii.org/$1 | 0 | operational | - |
pdamaps | http://pdamaps.wikia.com/wiki/$1 | 0 | Not a valid community | - |
pearpc | http://pearpc.wikia.com/wiki/$1 | 0 | Not a valid community | - |
peize | http://peize.wikia.com/wiki/$1 | 0 | operational | dutch |
personals | http://personals.wikia.com/wiki/$1 | 0 | Not a valid community | - |
personaltelco | http://www.personaltelco.net/index.cgi/$1 | 0 | operational | - |
peteashdown | http://vote.peteashdown.org/wiki/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
pg2 | http://pg2.wikia.com/wiki/$1 | 0 | operational | - |
philadelphiawiki | http://philadelphia.wikia.com/wiki/$1 | 0 | operational | - |
philippines | http://philippines.wikia.com/wiki/$1 | 0 | operational | - |
phpbb | http://phpbb.wikia.com/wiki/$1 | 0 | Not a valid community | - |
phpwiki | http://phpwiki.sourceforge.net/phpwiki/index.php?$1 | 0 | An error has been encountered in accessing this page. | - |
piki | http://pikminwiki.com/$1 | 0 | operational | - |
pikie | http://pikie.darktech.org/cgi/pikie?$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
pikifan | http://fanon.pikminwiki.com/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
pl.cpp | http://pl.cpp.wikia.com/wiki/$1 | 0 | operational | polish |
plotwiki | http://www.gaiacast.com/wiki/index.php/$1 | 0 | 404 | - |
pmeg | http://www.bertilow.com/pmeg/$1.php | 0 | operational | esperanto |
pmid | https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract | 0 | operational | - |
pmwiki | http://wiki.porplemontage.com/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
pnw | http://pnw.wikia.com/wiki/$1 | 0 | Not a valid community | - |
pnwcommunity | http://pnw.wikia.com/wiki/$1 | 0 | Not a valid community | - |
poetrywiki | http://poetry.wikia.com/wiki/$1 | 0 | operational | - |
poewiki | http://poewiki.org/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
poker | http://poker.wikia.com/wiki/$1 | 0 | operational | - |
polaqu | http://polaqu.wikia.com/wiki/$1 | 0 | operational | - |
powerrangers | http://PowerRangers.wikia.com/wiki/$1 | 0 | operational | - |
ppr | http://c2.com/cgi/wiki?$1 | 0 | operational | - |
protoscience | http://Protoscience.wikia.com/wiki/$1 | 0 | operational | - |
prowrestling | http://ProWrestling.wikia.com/wiki/$1 | 0 | operational | - |
psychographic | http://Psychographic.wikia.com/wiki/$1 | 0 | Not a valid community | - |
pt.linuxwikia | http://pt.Linux.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
pt.linuxwikicity | http://pt.Linux.wikicities.com/wiki/$1 | 0 | main page of fandom.com | - |
pt.tibia | http://pt.tibia.wikia.com/wiki/$1 | 0 | operational | portuguese |
purlnet | http://purl.oclc.org/NET/$1 | 0 | operational | - |
pythoninfo | http://wiki.python.org/moin/$1 | 0 | operational | - |
pythonwiki | http://www.pythonwiki.de/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
pywiki | http://www.voght.com/cgi-bin/pywiki?$1 | 0 | Not Found | - |
Keep these for now (p)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
pc | http://pc.wikia.com/wiki/$1 | unsearchable | operational | - |
peace | http://peace.wikia.com/wiki/$1 | unsearchable | operational | - |
php | http://www.php.net/manual/en/function.$1.php | unsearchable, 1+ known uses | operational | we have 1+ [[php:xxx]] links! |
pokemon | http://pokemon.wikia.com/wiki/$1 | unsearchable | operational | - |
pokémon | http://pokemon.wikia.com/wiki/$1 | unsearchable | operational | special char in prefix |
Safe to delete (o)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
oeis | http://www.research.att.com/cgi-bin/access.cgi/as/njas/sequences/eisA.cgi?Anum=$1 | 0 | Page Not Found | - |
olpc | http://wiki.laptop.org/go/$1 | 0 | operational | - |
onderwijs | http://onderwijs.wikia.com/wiki/$1 | 0 | operational | dutch |
openfacts | http://openfacts.berlios.de/index.phtml?title=$1 | 0 | Internal Server Error | - |
openwiki | http://openwiki.com/?$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
opera7wiki | http://nontroppo.org/wiki/$1 | 0 | (sketchy site with a popup asking me to install a browser extension) | (expedited deletion requested) use protection if you visit this site. |
operabrowser | http://Operabrowser.wikia.com/wiki/$1 | 0 | Not a valid community | - |
orgpatterns | http://www.bell-labs.com/cgi-user/OrgPatterns/OrgPatterns?$1 | 0 | 404 Page not found | - |
orsonwelles | http://welles.wikia.com/wiki/$1 | 0 | Not a valid community | - |
osi reference model | http://wiki.tigma.ee/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
owiki | http://owiki.de/index.php?title=$1 | 0 | german |
Keep this for now (o)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
oracle | http://oracle.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
Safe to delete (n)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
nagasaki | http://Nagasaki.wikia.com/wiki/$1 | 0 | Not a valid community | - |
nashville | http://nashville.wikia.com/wiki/$1 | 0 | operational | - |
nationalparks | http://nationalparks.wikia.com/wiki/$1 | 0 | Not a valid community | - |
neopets | http://guilds.wikia.com/wiki/$1 | 0 | operational | - |
netvillage | http://www.netbros.com/?$1 | 0 | ERR_SSL_PROTOCOL_ERROR | - |
networking | http://networking.wikia.com/wiki/$1 | 0 | operational | - |
neverend | http://Neverend.wikia.com/wiki/$1 | 0 | Not a valid community | - |
neworleans | http://neworleans.wikia.com/wiki/$1 | 0 | Not a valid community | - |
newyork | http://newyork.wikia.com/wiki/$1 | 0 | operational | - |
nickelodeon | http://Nickelodeon.wikia.com/wiki/$1 | 0 | operational | - |
nintendo | http://nintendo.wikia.com/wiki/$1 | 0 | operational | - |
nl.phpbb | http://nl.phpbb.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
nn.miqra | http://nn.miqra.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
novelas | http://novelas.wikia.com/wiki/$1 | 0 | operational | - |
novellas | http://novelas.wikia.com/wiki/$1 | 0 | operational | - |
nswiki | http://www.nswiki.net/index.php?title=$1 | 0 | Buy this domain | - |
Keep nothing (n)
There are no interwiki entries to keep starting with lowercase 'n'.
Safe to delete (m)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
manga | http://en.manga.wikia.com/wiki/$1 | 0 | operational | - |
mariowiki | http://www.mariowiki.com/$1 | 0 | operational | - |
marvel database | http://marvel.wikia.com/wiki/$1 | 0 | operational | - |
marveldatabase | http://marvel.wikia.com/wiki/$1 | 0 | operational | - |
mathsongswiki | http://SeedWiki.com/page.cfm?wikiid=237&doc=$1 | 0 | seedwiki.com This domain is available for sale! | - |
metareciclagem | http://www.metareciclagem.com.br/wiki/index.php/$1 | 0 | Error establishing a database connection | - |
metaweb | http://www.metaweb.com/wiki/wiki.phtml?title=$1 | 0 | 404. That’s an error. | - |
metodolcient | http://metodolcient.wikia.com/wiki/$1 | 0 | Not a valid community | - |
mexique | http://mexique.wikia.com/wiki/$1 | 0 | Not a valid community | - |
minneapolis | http://minneapolis.wikia.com/wiki/$1 | 0 | Not a valid community | - |
miqra | http://miqra.wikia.com/ | 0 | Not a valid community | note the lack of $1 |
mittelalter | http://Mittelalter.wikia.com/wiki/$1 | 0 | operational | german |
moinmoin | http://purl.net/wiki/moin/$1 | 0 | operational | - |
morrowind | http://morrowind.wikia.com/wiki/$1 | 0 | operational | - |
motorsport | http://motorsport.wikia.com/wiki/$1 | 0 | operational | - |
mozcom | http://mozilla.wikia.com/wiki/$1 | 0 | operational | - |
mozillawiki | http://wiki.mozilla.org/index.php/$1 | 0 | operational | - |
mozillazinekb | http://kb.mozillazine.org/$1 | 0 | operational | - |
moztwwiki | http://wiki.moztw.org/index.php/$1 | 0 | operational | chinese |
mozwiki | http://mozwiki.moznetwork.org/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
musicplayerdaemon | http://mpd.wikia.com/wiki/$1 | 0 | operational | - |
muweb | http://www.dunstable.com/scripts/MuWebWeb?$1 | 0 | dunstable.com This domain is available for sale! | - |
Keep these for now (m)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
m | http://meta.wikimedia.org/wiki/$1 | unsearchable | operational | - |
mac | http://mac.wikia.com/wiki/$1 | unsearchable | operational | - |
http://mail.wikipedia.org/mailman/listinfo/$1 | unsearchable | Not Found | - | |
manual | http://www.mediawiki.org/wiki/Manual:$1 | unsearchable | operational | - |
matrix | http://matrix.wikia.com/wiki/$1 | unsearchable | operational | - |
me | http://me.wikicities.com/wiki/$1 | unsearchable | main page of fandom.com | - |
meatball | https://www.usemod.org/cgi-bin/mb.pl?$1 | unsearchable, 4+ known uses | operational | we have 4+ [[meatball:xxx]] links! |
mediawikiwiki | http://www.mediawiki.org/wiki/$1 | 7 | operational | we have 7+ [[mediawikiwiki:xxx]] links! |
mediazilla | https://bugzilla.wikimedia.org/$1 | 2 | operational | we have 2 [[mediazilla:xxx]] links! |
medicine | http://medicine.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
memoryalpha | http://www.memory-alpha.org/en/index.php/$1 | 1 | ERR_CONNECTION_REFUSED | we have 1 [[memoryalpha:xxx]] link! |
metawiki | http://sunir.org/apps/meta.pl?$1 | 1 | Internal Server Error | we have 1 [[metawiki:xxx]] link! |
metawikimedia | http://meta.wikimedia.org/wiki/$1 | 4 | operational | we have 4 [[metawikimedia:xxx]] links! |
metawikipedia | http://meta.wikimedia.org/wiki/$1 | 5 | operational | we have 5 [[metawikipedia:xxx]] links! |
military | http://military.wikia.com/wiki/$1 | unsearchable | operational | - |
money | http://money.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
mw | http://www.mediawiki.org/wiki/$1 | unsearchable, 5+ known uses | operational | we have 5+ [[mw:xxx]] links! |
Safe to delete (l)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
l5r | http://l5r.wikia.com/wiki/$1 | 0 | operational | - |
laff | http://laff.tixen.net/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
lambengolmor | http://lambengolmor.wikia.com/wiki/$1 | 0 | Not a valid community | - |
lanifexwiki | http://opt.lanifex.com/cgi-bin/wiki.pl?$1 | 0 | (sketchy site with a popup asking me to install a browser extension) | (specially deleted already.) use protection if you visit this url. |
lasvegas | http://lasvegas.wikia.com/wiki/$1 | 0 | operational | - |
lasvegaswiki | http://wiki.gmnow.com/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
lawandorder | http://LawandOrder.wikia.com/wiki/$1 | 0 | operational | - |
liberaltalk | http://LiberalTalkRadio.com/$1 | 0 | The domain name liberaltalkradio.com is for sale! | - |
libertarian | http://libertarian.wikia.com/wiki/$1 | 0 | operational | - |
libraries | http://libraries.wikia.com/wiki/$1 | 0 | Not a valid community | - |
linuxstudiowiki | http://linuxstudio.wikia.com/wiki/$1 | 0 | operational | - |
linuxwiki | http://linuxwiki.de/$1 | 0 | operational | german |
linuxwikia | http://Linux.wikia.com/wiki/$1 | 0 | operational | - |
linuxwikicity | http://Linux.wikicities.com/wiki/$1 | 0 | main page of fandom.com | - |
litcrit | http://litcrit.wikia.com/wiki/$1 | 0 | operational | - |
lojban | http://www.lojban.org/tiki/tiki-index.php?page=$1 | 0 | operational | - |
lomac | http://lomac.wikia.com/wiki/$1 | 0 | Not a valid community | - |
losangeles | http://losangeles.wikia.com/wiki/$1 | 0 | Not a valid community | - |
lostsoulswiki | http://lostsouls.org/wiki/$1 | 0 | operational | - |
lotr | http://lotr.wikia.com/wiki/$1 | 0 | operational | - |
lqwiki | http://wiki.linuxquestions.org/wiki/$1 | 0 | operational | - |
lucid | http://Lucid.wikia.com/wiki/$1 | 0 | operational | - |
lug | http://lug.wikia.com/wiki/$1 | 0 | Not a valid community | - |
lugkr | http://lug-kr.sourceforge.net/cgi-bin/lugwiki.pl?$1 | 0 | Could not create /home/groups/l/lu/lug-kr/wiki: No such file or directory | - |
luxembourg | http://luxembourg.wikia.com/wiki/$1 | 0 | Not a valid community | - |
lyricwiki | http://lyrics.wikia.com/$1 | 0 | Not a valid community | - |
Keep these for now (l)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
legal | http://legal.wikia.com/wiki/$1 | unsearchable | operational | - |
logic | http://logic.wikia.com/wiki/$1 | unsearchable | operational | - |
Safe to delete (k)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
kabbalah | http://Kabbalah.wikia.com/wiki/$1 | 0 | operational | - |
keene | http://keene.wikia.com/wiki/$1 | 0 | Not a valid community | - |
keiki | http://kei.ki/en/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
kerala | Not a valid community | 0 | Not a valid community | - |
kerimwiki | http://wiki.oxus.net/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
kmwiki | http://kmwiki.wikispaces.com/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
knowhow | http://www2.iro.umontreal.ca/~paquetse/cgi-bin/wiki.cgi?$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
korea | http://korea.wikia.com/wiki/$1 | 0 | Not a valid community | - |
kulturwiki | http://feuilleton.wikia.com/wiki/$1 | 0 | Not a valid community | - |
Keep nothing (k)
There are no interwiki entries to keep starting with lowercase 'k'.
Safe to delete (j)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
japanwiki | http://japan.wikia.com/wiki/$1 | 0 | operational | - |
jargonfile | http://sunir.org/apps/meta.pl?wiki=JargonFile&redirect=$1 | 0 | Internal Server Error | - |
jefo | http://www.esperanto-jeunes.org/vikio/index.php?$1 | 0 | browser hang | - |
jerseycity | http://jc.wikia.com/wiki/$1 | 0 | Not a valid community | - |
jiniwiki | http://www.cdegroot.com/cgi-bin/jini?$1 | 0 | 404 Page not found | - |
joinme | http://JoinMe.wikia.com/wiki/$1 | 0 | operational | - |
journalism | http://journalism.wikia.com/wiki/$1 | 0 | operational | - |
jspwiki | http://www.jspwiki.org/wiki/$1 | 0 | operational | - |
judaism | http://Judaism.wikia.com/wiki/$1 | 0 | operational | - |
judgedredd | http://JudgeDredd.wikia.com/wiki/$1 | 0 | operational | - |
Keep nothing (j)
There are no interwiki entries to keep starting with lowercase 'j'.
Safe to delete (i)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
iaudio | http://iaudio.wikia.com/wiki/$1 | 0 | Not a valid community | - |
iawiki | http://www.IAwiki.net/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
idokorea | http://IdoKorea.wikia.com/wiki/$1 | 0 | operational | korea |
imdb | http://us.imdb.com/Title?$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
incubator | http://incubator.wikimedia.org/wiki/$1 | 0 | operational | - |
industrialengineering | http://IndustrialEngineering.wikia.com/wiki/$1 | 0 | Not a valid community | - |
infosecpedia | http://www.infosecpedia.org/pedia/index.php/$1 | 0 | Connection timed out Error code 522 | - |
insurancewiki | http://insurance.wikia.com/wiki/$1 | 0 | Not a valid community | - |
inteq | http://inteq.wikia.com/wiki/$1 | 0 | operational | portuguese |
internationalbaccalaureate | http://ib.wikia.com/wiki/$1 | 0 | Not a valid community | - |
internshipswiki | http://internships.wikia.com/wiki/$1 | 0 | Not a valid community | - |
intuite | http://intuite.wikia.com/wiki/$1 | 0 | operational | french |
inuyasha | http://InuYasha.wikia.com/wiki/$1 | 0 | operational | - |
inventions | http://inventions.wikia.com/wiki/$1 | 0 | operational | - |
investments | http://investments.wikia.com/wiki/$1 | 0 | operational | - |
investwiki | http://investwiki.ru/wiki/index.php?title=$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
ipodwiki | http://ipod.wikia.com/wiki/$1 | 0 | operational | - |
issuepedia | http://www.issuepedia.org/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
italia | http://Italia.wikia.com/wiki/$1 | 0 | operational | - |
Keep these for now (i)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
ib | http://ib.frath.net/w/$1 | unsearchable | operational | - |
india | http://india.wikia.com/wiki/$1 | unsearchable | operational | - |
inferno | http://inferno.wikia.com/wiki/$1 | unsearchable | operational | - |
Safe to delete (h)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
hammondwiki | http://www.dairiki.org/HammondWiki/$1 | 0 | operational | - |
haribeau | http://wiki.haribeau.de/cgi-bin/wiki.pl?$1 | 0 | Your server is running PHP version 5.6.40-nmm8 but WordPress 6.3.4 requires at least 7.0.0. | - |
he.miqra | http://he.miqra.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
helpwiki | http://help.wikia.com/wiki/Help:$1 | 0 | This wiki has joined forces with another wiki on the Fandom network. The wiki has been archived and we ask that readers and editors move to the now combined wiki. - | |
hembygd | http://Hembygd.wikia.com/wiki/$1 | 0 | operational | - |
heraldry | http://Heraldry.wikia.com/wiki/$1 | 0 | operational | - |
herzkinderwiki | http://www.herzkinderinfo.de/Mediawiki/index.php/$1 | 0 | Charities where You Can Sponsor a Child | - |
hewikisource | http://he.wikisource.org/wiki/$1 | 0 | operational | hebrew |
highlandgames | http://highlandgames.wikia.com/wiki/$1 | 0 | operational | - |
historywiki | http://History.wikia.com/wiki/$1 | 0 | operational | - |
homeschooling | http://homeschooling.wikia.com/wiki/$1 | 0 | operational | - |
hongkong | http://hongkong.wikia.com/wiki/$1 | 0 | Not a valid community | - |
horrorfilms | http://Horrormovies.wikia.com/wiki/$1 | 0 | operational | - |
hrwiki | http://www.hrwiki.org/index.php/$1 | 0 | operational | - |
htmlwiki | http://HTML.wikia.com/wiki/$1 | 0 | operational | - |
hundewiki | http://hunde.wikia.com/wiki/$1 | 0 | operational | german |
hypertexttheory | http://Hypertext.wikia.com/wiki/$1 | 0 | Not a valid community | - |
Keep this for now (h)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
homepage | http://www.wikia.com/$1 | unsearchable | operational | - |
Safe to delete (g)
Prefix | URL | Uses | Site statu | Comments |
---|---|---|---|---|
gamefaqs | http://GameFAQs.wikia.com/wiki/$1 | 0 | Not a valid community | - |
gamemaker | http://gamemaker.wikia.com/wiki/$1 | 0 | operational | - |
gamewiki | http://gamewiki.org/wiki/index.php/$1 | 0 | Connection timed out | - |
garoumush | http://GarouMUSH.wikia.com/wiki/$1 | 0 | operational | - |
gausswiki | http://gauss.ffii.org/$1 | 0 | Not Found | - |
geck | http://geck.bethsoft.com/index.php/$1 | 0 | This wiki is currently down for backend maintenance. | - |
gej | http://www.esperanto.de/cgi-bin/aktivikio/wiki.pl?$1 | 0 | Server Error 404 Page Not Found | - |
genealogy | http://genealogy.wikia.com/wiki/$1 | 0 | operational | - |
gknowledge | http://gknowledge.wikia.com/wiki/$1 | 0 | operational | - |
globalization | http://globalization.wikia.com/wiki/$1 | 0 | Not a valid community | - |
globalvoices | http://cyber.law.harvard.edu/dyn/globalvoices/wiki/$1 | 0 | 404 Page Cannot Be Found | - |
gmailwiki | http://www.gmailwiki.com/index.php/$1 | 0 | 404 Not Found | - |
googlegroups | http://groups.google.com/groups?q=$1 | 0 | operational | - |
googlewiki | http://google.wikia.com/wiki/$1 | 0 | operational | - |
gotamac | http://www.got-a-mac.org/$1 | 0 | operational | swedish |
granada | http://granada.wikia.com/wiki/$1 | 0 | Not a valid community | - |
grapeswiki | http://grapes.wikia.com/wiki/$1 | 0 | Not a valid community | - |
greencheese | http://www.greencheese.org/$1 | 0 | (sketchy site with a popup asking me to install a browser extension) | - |
grixml | http://grixml.wikia.com/wiki/$1 | 0 | Not a valid community | - |
guilds | http://guilds.wikia.com/wiki/$1 | 0 | operational | - |
guildwiki | http://guildwars.wikia.com/wiki/$1 | 0 | operational | - |
gw2w | http://wiki.guildwars2.com/wiki/$1 | 0 | operational | - |
gww | http://wiki.guildwars.com/wiki/$1 | 0 | operational | - |
Keep these for now (g)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
gameinfo | http://gameinfo.wikia.com/wiki/$1 | several | Not a valid community | we have several [[gameinfo:xxx]] links! |
games | http://games.wikia.com/wiki/$1 | unsearchable | operational | - |
gentoo-wiki | http://gentoo-wiki.com/$1 | unsearchable | 404 Not Found | - |
http://www.google.com/search?q=$1 | unsearchable | operational | how ironic | |
grammar | http://grammar.wikia.com/wiki/$1 | unsearchable | operational | - |
gta | http://www.grandtheftwiki.com/$1 | 1 | operational | we have 1 [[gta:xxx]] link! |
Safe to delete (f)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
facialcleansingproducts | http://facialcleansingproducts.wikia.com/wiki/$1 | 0 | operational | - |
fadingsuns | http://FadingSuns.wikia.com/wiki/$1 | 0 | operational | - |
familyguy | http://FamilyGuy.wikia.com/wiki/$1 | 0 | operational | - |
fastribe | http://fsatribe.wikia.com/wiki/$1 | 0 | Not a valid community | - |
featuregarden | http://FeatureGarden.wikia.com/wiki/$1 | 0 | Not a valid community | - |
fet | http://www.egnu.org/thelema/index.php/$1 | 0 | Not Found | - |
feuilleton | http://feuilleton.wikia.com/wiki/$1 | 0 | Not a valid community | - |
fi.marveldatabase | http://fi.marveldatabase.com/$1 | 0 | operational | finnish |
filmwiki | http://film.wikia.com/wiki/$1 | 0 | operational | german |
finalempire | http://final-empire.sourceforge.net/cgi-bin/wiki.pl?$1 | 0 | Could not create /home/groups/f/fi/final-empire/wiki: No such file or directory | - |
finalfantasy | http://finalfantasy.wikia.com/wiki/$1 | 0 | operational | - |
fineart | http://Fineart.wikia.com/wiki/$1 | 0 | operational | - |
firefly | http://firefly.wikia.com/wiki/$1 | 0 | operational | - |
firstwiki | http://firstwiki.org/index.php/$1 | 0 | operational | - |
fisherymanagement | http://fisherymanagement.wikia.com/wiki/$1 | 0 | operational | - |
flink | http://flink.wikia.com/wiki/$1 | 0 | operational | norwegian |
foldoc | http://foldoc.org/?$1 | 0 | operational | - |
footy | http://footy.wikia.com/wiki/$1 | 0 | operational | - |
foundationgame | http://foundation.wikia.com/wiki/$1 | 0 | operational | - |
foxwiki | http://fox.wikis.com/wc.dll?Wiki~$1 | 0 | The FoxPro Wiki is down, on purpose | - |
fr.miqra | http://fr.miqra.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
freebasic | http://FreeBASIC.wikia.com/wiki/$1 | 0 | operational | - |
freebsdman | http://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1 | 0 | operational | - |
fruawiki | http://frua.wikia.com/wiki/$1 | 0 | operational | - |
fundraising | http://Fundraising.wikia.com/wiki/$1 | 0 | Not a valid community | - |
furry | http://furry.wikia.com/wiki/$1 | 0 | operational | - |
Keep these for now (f)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
fiction | http://fiction.wikia.com/wiki/$1 | unsearchable | operational | - |
fr.be | http://fr.wikinations.be/$1 | unsearchable | operational | - |
fr.org | http://fr.wikinations.org/$1 | unsearchable | DNS_PROBE_FINISHED_NXDOMAIN | - |
freebsd | http://freebsd.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
future | http://future.wikia.com/wiki/$1 | unsearchable | operational | - |
Safe to delete (e)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
eagleparty | http://eagleparty.wikia.com/wiki/$1 | 0 | Not a valid community | - |
eaglesfans | http://eaglesfans.wikia.com/wiki/$1 | 0 | Not a valid community | - |
eberron | http://Eberron.wikia.com/wiki/$1 | 0 | operational | - |
ecei | http://www.ikso.net/cgi-bin/wiki.pl?$1 | 0 | Not Found | - |
echei | http://www.ikso.net/cgi-bin/wiki.pl?$1 | 0 | Not Found | - |
ecoreality | http://www.EcoReality.org/wiki/$1 | 0 | Under Construction | - |
ecovillage | http://ecovillage.wikia.com/wiki/$1 | 0 | operational | - |
ecxei | http://www.ikso.net/cgi-bin/wiki.pl?$1 | 0 | Not Found | - |
education | http://education.wikia.com/wiki/$1 | 0 | Not a valid community | - |
efnetceewiki | http://purl.net/wiki/c/$1 | 0 | Page not found on this site. | - |
efnetcppwiki | http://purl.net/wiki/cpp/$1 | 0 | Page not found on this site. | - |
efnetpythonwiki | http://purl.net/wiki/python/$1 | 0 | Page not found on this site. | - |
efnetxmlwiki | http://purl.net/wiki/xml/$1 | 0 | An error has been encountered in accessing this page. | - |
efrat | http://Efrat.wikia.com/wiki/$1 | 0 | operational | - |
eisenbahn | http://eisenbahn.wikia.com/wiki/$1 | 0 | operational | german |
elderscrollscs | http://cs.elderscrolls.com/constwiki/index.php/$1 | 0 | This wiki is currently down for backend maintenance. | - |
elibre | http://enciclopedia.us.es/index.php/$1 | 0 | operational | spanish |
eljwiki | http://elj.sourceforge.net/phpwiki/index.php/$1 | 0 | An error has been encountered in accessing this page. | - |
emailwiki | http://Email.wikia.com/wiki/$1 | 0 | operational | - |
en.anime | http://anime.wikia.com/wiki/$1 | 0 | operational | - |
en.hassa | http://en.Hassa.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
en.linuxwikia | http://en.Linux.wikia.com/wiki/$1 | 0 | operational | - |
en.linuxwikicity | http://en.Linux.wikicities.com/wiki/$1 | 0 | fandom.com (main page) | - |
en.miqra | http://en.miqra.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
en.phpbb | http://en.phpbb.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
en.tibia | http://en.tibia.wikia.com/wiki/$1 | 0 | operational | - |
en.townn-titles | http://en.townn-titles.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
enciclopedialibre | http://enciclopedia.us.es/index.php/$1 | 0 | operational | spanish |
enmusic | http://en.music.wikia.com/wiki/$1 | 0 | operational | - |
eokulturcentro | http://esperanto.toulouse.free.fr/wakka.php?wiki=$1 | 0 | blank page | - |
esclarion | http://es.clarion.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
esperanto | http://esperanto.wikia.com/wiki/$1 | 0 | operational | - |
essences | http://Essences.wikia.com/wiki/$1 | 0 | operational | - |
everquest2 | http://eq2.wikia.com/wiki/$1 | 0 | operational | - |
evolutionarybusiness | http://EvolutionaryBusiness.wikia.com/wiki/$1 | 0 | Not a valid community | - |
evowiki | http://www.evowiki.org/index.php/$1 | 0 | File not found. | - |
expressways | http://expressways.wikia.com/wiki/$1 | 0 | operational | - |
Keep these for now (e)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
ec^ei | http://www.ikso.net/cgi-bin/wiki.pl?$1 | unsearchable | Not Found | special char in prefix |
ed | http://www.encyclopediadramatica.com/index.php/$1 | unsearchable | DNS_PROBE_FINISHED_NXDOMAIN | - |
emacswiki | http://www.emacswiki.org/cgi-bin/wiki.pl?$1 | 2 | operational | we have 2 [[emacswiki:xxx]] links! |
en.cpp | http://en.cpp.wikia.com/wiki/$1 | unsearchable | operational | - |
events | http://Events.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
eĉei | http://www.ikso.net/cgi-bin/wiki.pl?$1 | unsearchable | Not Found | special char in prefix |
Safe to delete (d)
Keep these for now (d)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
delphi | http://delphi.wikia.com/wiki/$1 | unsearchable | operational | - |
dictionary | http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1 | unsearchable | operational | - |
diy | http://diy.wikia.com/wiki/$1 | unsearchable | operational | - |
dnd | http://dandwiki.com/wiki/$1 | 2 | operational | we have 2 [[dnd:xxx]] links! |
documentation | http://documentation.wikia.com/wiki/$1 | unsearchable | operational | - |
doom | http://doom.wikia.com/wiki/$1 | unsearchable | operational | - |
désencyclopédie | http://desencyclopedie.wikia.com/wiki/$1 | 0? | Not a valid community | - |
Safe to delete (c)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
c2find | http://c2.com/cgi/wiki?FindPage&value=$1 | 0 | operational | - |
calgary | http://calgary.wikia.com/wiki/$1 | 0 | operational | - |
camarilarequiem | http://camarilarequiem.wikia.com/wiki/$1 | 0 | Not a valid community | - |
camcorder | http://Camcorder.wikia.com/wiki/$1 | 0 | operational | - |
cancerhelp | http://cancer.wikia.com/wiki/$1 | 0 | Not a valid community | - |
cantonese | http://cantonese.wikia.com/wiki/$1 | 0 | operational | chinese |
castlemarrach | http://Marrach.wikia.com/wiki/$1 | 0 | operational | - |
casualty | http://casualty.shoutwiki.com/wiki/$1 | 0 | operational | - |
celebrity | http://celebrity.wikia.com/wiki/$1 | 0 | operational | - |
cellphones | http://cell.wikia.com/wiki/$1 | 0 | operational | - |
censorship | http://censorship.wikia.com/wiki/$1 | 0 | operational | - |
charlesmunch | http://charlesmunch.wikia.com/wiki/$1 | 0 | Not a valid community | - |
chdk | http://chdk.wikia.com/wiki/$1 | 0 | operational | - |
chej | http://esperanto.blahus.cz/cxej/vikio/index.php/$1 | 0 | The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. | - |
chw | http://chw.wikia.com/wiki/$1 | 0 | operational | - |
ciscavate | http://ciscavate.org/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
cliki | http://ww.telent.net/cliki/$1 | 0 | Page not found | - |
cmwiki | http://www.ourpla.net/cgi-bin/wiki.pl?$1 | 0 | No page found | - |
codersbase | http://www.codersbase.com/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
collegehockey | http://chw.wikia.com/wiki/$1 | 0 | operational | - |
comedy | http://comedy.wikia.com/wiki/$1 | 0 | operational | - |
commdesign | http://commdesign.wikia.com/wiki/$1 | 0 | Not a valid community | - |
computervision | http://computervision.wikia.com/wiki/$1 | 0 | operational | - |
concordwiki | http://Concord.wikia.com/wiki/$1 | 0 | operational | - |
conferencewiki | http://conferences.wikia.com/wiki/$1 | 0 | operational | - |
conlang | http://conlang.wikia.com/wiki/$1 | 0 | operational | - |
connectivity | http://connectivity.wikia.com/wiki/$1 | 0 | Not a valid community | - |
conworld | http://conworld.wikia.com/wiki/$1 | 0 | operational | - |
corpknowpedia | http://corpknowpedia.org/wiki/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
craftedbycarol | http://www.CraftedByCarol.com/wiki/$1 | 0 | Not Found [CFN #0005] | - |
creationmatters | http://www.ourpla.net/cgi-bin/wiki.pl?$1 | 0 | No page found | - |
cyclisme | http://cyclisme.wikia.com/wiki/$1 | 0 | Not a valid community | - |
Keep these for now (c)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
cache | http://www.google.com/search?q=cache:$1 | unsearchable | operational | - |
cities | http://cities.wikia.com/wiki/$1 | unsearchable | operational | - |
clubpenguin | http://clubpenguinwiki.info/wiki/$1 | 1 | DNS_PROBE_FINISHED_NXDOMAIN | we have a [[clubpenguin:xxx]] link! |
cm | http://cm.wikia.com/wiki/$1 | unsearchable | operational | - |
commons | http://commons.wikimedia.org/wiki/$1 | unsearchable | operational | - |
community | http://community.wikia.com/wiki/$1 | unsearchable | operational | - |
consciousness | http://teadvus.inspiral.org/ | unsearchable | DNS_PROBE_FINISHED_NXDOMAIN | note the lack of $1 |
cpp | http://cpp.wikia.com/ | unsearchable | operational | note the lack of $1 |
creatures | http://creatures.wikia.com/wiki/$1 | unsearchable | operational | - |
Safe to delete (b)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
babylon5 | http://babylon5.wikia.com/wiki/$1 | 0 | operational | - |
babysign | http://BabySign.wikia.com/wiki/$1 | 0 | Not a valid community | - |
bahrain | http://bahrain.wikia.com/wiki/$1 | 0 | operational | - |
baltimore | http://baltimore.wikia.com/wiki/$1 | 0 | Not a valid community | - |
bangalore | http://Bangalore.wikia.com/wiki/$1 | 0 | Not a valid community | - |
battlestarwiki | http://en.battlestarwiki.org/wiki/$1 | 0 | operational | - |
beijing | http://beijing.wikia.com/wiki/$1 | 0 | operational | - |
bemi | http://bemi.free.fr/vikio/index.php?$1 | 0 | Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'bemi'@'172.20.245.52' (using password: YES) in /mnt/105/sda/1/a/bemi/vikio/index.php on line 302 | - |
benefitswiki | http://www.benefitslink.com/cgi-bin/wiki.cgi?$1 | 0 | 410 - Page No Longer Available | - |
berlin | http://Berlin.wikia.com/wiki/$1 | 0 | operational | german |
bestpractices | http://BestPractices.wikia.com/wiki/$1 | 0 | operational | - |
beyondvoting | http://beyondvoting.wikia.com/wiki/$1 | 0 | Not a valid community | - |
bloggingwiki | http://blogging.wikia.com/wiki/$1 | 0 | Not a valid community | - |
blogsome | http://blogsome.wikia.com/wiki/$1 | 0 | Not a valid community | - |
boppard | http://boppard.wikia.com/wiki/$1 | 0 | Not a valid community | - |
boston | http://Boston.wikia.com/wiki/$1 | 0 | operational | - |
brasilwiki | http://rio.ifi.unizh.ch/brasilienwiki/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
bridgeswiki | http://c2.com/w2/bridges/$1 | 0 | The requested URL was not found on this server. | - |
bswiki | http://en.bswiki.com/index.php/$1 | 0 | This domain is available for sale! | - |
bulbapedia | http://bulbapedia.bulbagarden.net/wiki/$1 | 0 | operational | - |
businessowns | http://business_owns.wikia.com/wiki/$1 | 0 | Not a valid community | - |
bydgoszcz | http://bydgoszcz.wikia.com/wiki/$1 | 0 | operational | polish |
Keep these for now (b)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
box | http://userboxes.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
Safe to delete (a)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
abbenormal | http://www.ourpla.net/cgi-bin/pikie.cgi?$1 | 0 | operational | - |
abitur | http://abi_wiki.wikia.com/wiki/$1 | 0 | "Not a valid community" | - |
abiwiki | http://abi_wiki.wikia.com/wiki/$1 | 0 | "Not a valid community" | - |
absurdopedia | http://absurdopedia.net/wiki/$1 | 0 | operational | russian |
academicjobs | http://academicjobs.wikia.com/wiki/$1 | 0 | operational | - |
acadwiki | http://xarch.tu-graz.ac.at/autocad/wiki/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
accountingwiki | http://accounting.wikia.com/wiki/$1 | 0 | operational | - |
acronym | http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=$1 | 0 | operational | - |
activeworlds | http://activeworlds.wikia.com/wiki/$1 | 0 | operational | - |
activism | http://activism.wikia.com/wiki/$1 | 0 | operational | - |
advogato | http://www.advogato.org/$1 | 0 | redirects to an archive.org capture from 2017 | - |
agohwiki | http://agoh.wikia.com/wiki/$1 | 0 | Not a valid community | - |
aiwiki | http://www.ifi.unizh.ch/ailab/aiwiki/aiw.cgi?$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
alaska | http://Alaska.wikia.com/wiki/$1 | 0 | operational | - |
alife | http://news.alife.org/wiki/index.php?$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
altereco | http://altereco.wikia.com/wiki/$1 | 0 | "Not a valid community" | - |
althistory | http://althistory.wikia.com/wiki/$1 | 0 | operational | - |
altscience | http://altscience.wikia.com/wiki/$1 | 0 | operational | - |
amazone | http://Amazone.wikia.com/wiki/$1 | 0 | operational | portuguese |
americanfederationofmusicians | http://afm.wikia.com/wiki/$1 | 0 | "Not a valid community" | - |
ancientcoins | http://ancientcoins.wikia.com/wiki/$1 | 0 | operational | - |
ancientworld | http://AncientWorld.wikia.com/wiki/$1 | 0 | operational | russian |
andstuff | http://andstuff.org/wiki.php?$1 | 0 | redirects to a blog | - |
anime | http://anime.wikia.com/wiki/$1 | 0 | operational | - |
annotationwiki | http://www.seedwiki.com/page.cfm?wikiid=368&doc=$1 | 0 | This domain is available for sale! | - |
aocfinland | http://www.aocfinland.net/wiki/index.php/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
appropedia | http://www.appropedia.org/$1 | 0 | operational | - |
ar.hassa | http://ar.Hassa.wikia.com/wiki/$1 | 0 | NET::ERR_CERT_COMMON_NAME_INVALID | - |
arbeitslos | http://Arbeitslos.wikia.com/wiki/$1 | 0 | operational | german |
arcapedia | http://www.sasoriza.us/a/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
archaeology | http://archaeology.wikia.com/wiki/$1 | 0 | operational | - |
argentumonline | http://ao2.wikia.com/wiki/$1 | 0 | operational | - |
armchair | http://armchairgm.wikia.com/$1 | 0 | operational | - |
armchairgm | http://armchairgm.wikia.com/$1 | 0 | operational | - |
armoriale | http://armoriale.wikia.com/wiki/$1 | 0 | operational | - |
artemisfowl | http://ArtemisFowl.wikia.com/wiki/$1 | 0 | operatonal | - |
arxiv | http://www.arxiv.org/abs/$1 | 0 | lands on empty page | - |
asheron | http://ac.wikkii.net/wiki/$1 | 0 | DNS_PROBE_FINISHED_NXDOMAIN | - |
ashleesimpson | http://ashleesimpson.wikia.com/wiki/$1 | 0 | operational | - |
asimov | http://asimov.wikia.com/wiki/$1 | 0 | operational | - |
aspienetwiki | http://aspie.mela.de/Wiki/index.php?title=$1 | 0 | The requested URL was not found on this server. | - |
astronomy | http://astronomy.wikia.com/wiki/$1 | 0 | Not a valid community | - |
asylum | http://Asylum.wikia.com/wiki/$1 | 0 | Not a valid community | - |
australiawiki | http://australia.wikia.com/wiki/$1 | 0 | operational | - |
avegost | http://avegost.wikia.com/wiki/$1 | 0 | Not a valid community | - |
Keep these for now (a)
Prefix | URL | Uses | Site status | Comments |
---|---|---|---|---|
a-levels | http://a-levels.wikia.com/wiki/$1 | unsearchable | "There is currently no text in this page." | - |
annotation | http://bayle.stanford.edu/crit/nph-med.cgi/$1 | unsearchable | DNS_PROBE_FINISHED_NXDOMAIN | - |
answers | http://answers.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
anthropology | http://Anthropology.wikia.com/wiki/$1 | unsearchable | Not a valid community | - |
apple | http://techessentials.org/apple/$1 | unsearchable | Opaque site, definitely not a wiki | - |
architecture | http://Architecture.wikia.com/wiki/$1 | unsearchable | operational | - |