Gebruker:ReyBrujo/Dumps/20070213

Uut Wikipedia, de vrye encyklopedy
Dumps

February 13, 2007[bewark | bronkode bewarken]

External link dumps[bewark | bronkode bewarken]

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

External
links
Article ID Article
12 6011 Blauw paapjen (Parus caeruleus)
8 2024 Ni'jlusen
6 2 Veurpagina
6 3165 Zuudhörn
6 1503 Nunspeet
5 3188 Doldersum
5 18 Afrikaans
5 1872 Malta (laand)
5 4389 Rötterdaam (stad)
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[bewark | bronkode bewarken]

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

Link count Site
41 http://nds-nl.wikipedia.org
18 http://www.soortenbank.nl
13 http://www.knmi.nl
11 http://video.google.com
9 http://taal.phileon.nl
6 http://www.waarneming.nl
5 http://www.viamichelin.com
5 http://www.dalfsen.nl
5 http://www.vatican.va
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[bewark | bronkode bewarken]

Some more information about this dump:

  • 2092 articles that are in the main space and not redirects
  • 2657 articles and redirects in the main space
  • 5643 pages in all namespaces
  • 595 redirects in all namespaces
  • 915 external links in every namespace
  • 517 external links in the main space

Very probable spambot pages[bewark | bronkode bewarken]

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

Possible spambot pages[bewark | bronkode bewarken]

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