Utent:ReyBrujo/Dumps/20070420

Da Wikipedia.
Dumps

April 20, 2007[modìfica | modifiché la sorgiss]

External link dumps[modìfica | modifiché la sorgiss]

Articles with more than 5 external links as of April 20, 2007. Only articles in the main space are considered.

External
links
Article ID Article
33 1 Intrada
23 1633 Bolé an piemontèis
12 5541 Wikipedia
9 2365 Parlé dla Galia
9 4270 Politécnich ëd Turin
8 1744 Pinus strobus
8 3105 Età dla pera
5 3187 Età dël bronz
5 8670 Trakai
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[modìfica | modifiché la sorgiss]

Sites linked more than 5 times as of April 20, 2007. Only articles in the main space are considered.

Link count Site
993 http://www.sil.org
113 http://kvaleberg.com
12 http://www.fungoceva.it
10 http://www.agraria.org
9 http://forum.funghiitaliani.it
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[modìfica | modifiché la sorgiss]

Some more information about this dump:

  • 6217 articles that are in the main space and not redirects
  • 6556 articles and redirects in the main space
  • 9651 pages in all namespaces
  • 380 redirects in all namespaces
  • 1724 external links in every namespace
  • 1531 external links in the main space

Very probable spambot pages[modìfica | modifiché la sorgiss]

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
8754 W/index.php
9943 W/w/index.php

Possible spambot pages[modìfica | modifiché la sorgiss]

Possible pages created by spambots ending with /.

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