Gebruiker:ReyBrujo/Dumps/20070202

Dumps

February 2, 2007

bewerken
bewerken
Dump table Hits
Articles with more than 20 external links 147
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 215
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:

  • 269,714 articles that are in the main space and not redirects
  • 383,569 articles and redirects in the main space
  • 616,865 pages in all namespaces
  • 123,495 redirects in all namespaces
  • 795,924 external links in every namespace
  • 356,878 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 Overleg:Internetforum/w/index.php
595725 Overleg: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/
350441 Imageshack.us/
511349 Internetforum/
540572 Internetforum/wiki/Internetforum/
757669 Overleg:Bulletin board system/
666686 Gebruiker:Empoor/
106524 Gebruiker:Fedor/Taxonomie/
546498 Gebruiker:Fruitcake/Kladblok/
665056 Gebruiker:Gruna 1/http://gos.wikipedia.org/
679040 Wikipedia:OrphanOverleg/
5554 Afbeelding:Broken/
SELECT page_id, page_title, page_namespace
FROM page
WHERE page_title LIKE '%index.php%' OR page_title LIKE '%/';