Gebruiker:ReyBrujo/Dumps/20070214

Dumps

February 14, 2007

bewerken
bewerken
Dump table Hits
Articles with more than 50 external links 25
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;
bewerken
Dump table Hits
Sites linked more than 50 times 219
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

bewerken

Some more information about this dump:

  • 272,952 articles that are in the main space and not redirects
  • 388,813 articles and redirects in the main space
  • 624,621 pages in all namespaces
  • 125,498 redirects in all namespaces
  • 825,997 external links in every namespace
  • 374,671 external links in the main space

Very probable spambot pages

bewerken

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
652870 Bulletin board system/w/index.php
649555 Bulletin board system/w/w/index.php
742654 Discussieforum/w/index.php
514714 Internetforum/w/index.php
568181 Internetforum/wiki/Internetforum/w/index.php
271284 W/index.php
514716 Talk:Internetforum/w/index.php
595725 Talk:Internetforum/wiki/Internetforum/w/index.php

Possible spambot pages

bewerken

Possible pages created by spambots ending with /.

Article ID Article
209941 /
650154 Bulletin board system/
651521 Bulletin board system/wiki/Bulletin board system/
729026 Discussieforum/
738709 Discussieforum/wiki/Discussieforum/
775664 Forum/
350441 Imageshack.us/
511349 Internetforum/
540572 Internetforum/wiki/Internetforum/
757669 Talk:Bulletin board system/
666686 User:Empoor/
106524 User:Fedor/Taxonomie/
546498 User:Fruitcake/Kladblok/
665056 User:Gruna 1/http://gos.wikipedia.org/
679040 Wikipedia:OrphanOverleg/
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 '%/';