User:ReyBrujo/Dumps/20070210
< User:ReyBrujo | Dumps
Dumps
Contents
February 10, 2007
ᓱᖁᓯᖅᐹ ᐃᓚExternal link dumps
ᓱᖁᓯᖅᐹ ᐃᓚDump table | Hits |
---|---|
Articles with more than 1 external links | 80 |
SELECT COUNT(el_from) AS total, el_from, page_title FROM externallinks, page WHERE externallinks.el_from = page_id AND page_is_redirect = 0 AND page_namespace = 0 GROUP BY el_from ORDER BY total DESC;
External link ranking
ᓱᖁᓯᖅᐹ ᐃᓚSites linked more than 1 times as of February 10, 2007. Only articles in the main space are considered.
Link count | Site |
---|---|
75 | http://iu.wikipedia.org |
3 | http://collections.ic.gc.ca |
3 | http://www.gov.nu.ca |
2 | http://www.ccca.ca |
1 | http://www.omniglot.com |
1 | http://www.nvkuujjuaq.ca |
1 | http://web.archive.org |
1 | http://perso.wanadoo.fr |
1 | http://architect.architecture.sk |
1 | http://www.wikipedia.com |
1 | http://meta.wikipedia.org |
1 | http://wiktionary.org |
1 | http://wikibooks.org |
1 | http://wikiquote.org |
1 | http://wikisource.org |
1 | http://www.nac.nu.ca |
1 | http://www.livingdictionary.com |
SELECT COUNT(el_to) AS total, SUBSTRING_INDEX(el_to, '/', 3) AS search FROM externallinks, page WHERE page_id = el_from AND page_namespace = 0 GROUP BY search ORDER BY total DESC;
Additional information
ᓱᖁᓯᖅᐹ ᐃᓚSome more information about this dump:
- 141 articles that are in the main space and not redirects
- 225 articles and redirects in the main space
- 492 pages in all namespaces
- 91 redirects in all namespaces
- 164 external links in every namespace
- 96 external links in the main space
Very probable spambot pages
ᓱᖁᓯᖅᐹ ᐃᓚIf index.php is found in a page title, it is very likely the article talk page has been created by a spambot. These pages should be deleted and protected if possible.
Article ID | Article |
---|---|
2373 | W/index.php |
2269 | W/w/index.php |
Possible spambot pages
ᓱᖁᓯᖅᐹ ᐃᓚPossible pages created by spambots ending with /.
Article ID | Article |
---|---|
803 | Wikipedia:Broken/ |
SELECT page_id, page_title, page_namespace FROM page WHERE page_title LIKE '%index.php%' OR page_title LIKE '%/wiki/%' OR page_title LIKE '%/w/%' OR page_title LIKE '%/';