User:ReyBrujo/Dumps/20070201

Dumps

February 1, 2007 change

External link dumps change

Dump table Hits
Articles with more than 10 external links 142
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;

9169 rows in set (1.06 sec)

External link ranking change

Dump table Hits
Sites linked more than 10 times 39
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;

5308 rows in set (2.03 sec)

Additional information change

Some more information about February's dump:

  • 13,998 articles that are in the main space and not redirects
  • 19,761 articles and redirects in the main space
  • 35,806 pages in all namespaces
  • 6,284 redirects in all namespaces
  • 21,543 external links in every namespace
  • 15,818 external links in the main space

Very probable spambot pages change

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 probably protected through cascading protecting by including them into Wikipedia:Protected deleted pages.

Article ID Article
14737 W/index.php
49062 Talk:GB/w/w/index.php?title=GB/w/w/index.php
48407 Talk:W/index.php

Possible spambot pages change

Possible pages created by spambots ending with /.

Article ID Article
46036 Discussion/
SELECT page_id, page_title, page_namespace
FROM page
WHERE page_title LIKE '%index.php%' OR page_title LIKE '%/';

4 rows in set (0.13 sec)