Naar inhoud springen

Gebruker:ReyBrujo/Dumps/20070301

Van Wikipedia
Dumps

March 01, 2007

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

External
links
Article IDArticle
151969Sites over 't Vlams
126335Frans-Vlams
91840Wervik
76408Universiteit
76422Oudnederlands
71757Dèrlik
61704Kuurne
66576Ostense Companië
53144Alyssa Milano
51382Brugge
53366De Twède slag om Mêesn
56757Dirk Tanghe
54179Oeke
51833Euvelland
51782Poperienge
51739Mullebeke
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;

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

Link countSite
158http://tools.wikimedia.de
54http://vls.wikipedia.org
10http://users.pandora.be
8http://www.dbnl.org
6http://www.westhoek.be
6http://www.zonnebeke.be
6http://www.imdb.com
6http://users.skynet.be
5http://www.sip.be
5http://home.tiscali-business.be
5http://paola.erfgoed.net
5http://www.youtube.com
5http://users.telenet.be
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:

  • 1337 articles that are in the main space and not redirects
  • 2041 articles and redirects in the main space
  • 4611 pages in all namespaces
  • 843 redirects in all namespaces
  • 1405 external links in every namespace
  • 843 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 IDArticle

Possible spambot pages

Possible pages created by spambots ending with /.

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