Ymmydeyr:ReyBrujo/Dumps/20070224

Ass Wikipedia.
Dumps

February 24, 2007[reagh | edit source]

External link dumps[reagh | edit source]

Articles with more than 1 external links as of February 24, 2007. Only articles in the main space are considered.

External
links
Article ID Article
7 1 Main Page
6 2034 Lisboa
4 1935 An Commeeys Celtiagh
4 2017 Balley Aah Cleeah
3 1887 Yn Rank
2 1593 Wikipedia
1 1599 Bunscoill Ghaelgagh
1 2013 Euro
1 962 Filmyn
1 2115 Ned Maddrell
1 1736 Ushagyn Vannin
1 951 Yn Cheshaght Ghailckagh
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[reagh | edit source]

Dump table Hits
Sites linked more than 1 times 27
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[reagh | edit source]

Some more information about this dump:

  • 174 articles that are in the main space and not redirects
  • 216 articles and redirects in the main space
  • 410 pages in all namespaces
  • 52 redirects in all namespaces
  • 2454 external links in every namespace
  • 32 external links in the main space

Very probable spambot pages[reagh | edit source]

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
2160 W/index.php
2046 Talk:Euro/w/index.php?title=Euro/w/index.php

Possible spambot pages[reagh | edit source]

Possible pages created by spambots ending with /.

Article ID Article
725 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 '%/';