Usuário(a):ReyBrujo/Dumps/20070423
Dumps
Índice
April 23, 2007
editarExternal link dumps
editarDump table | Hits |
---|---|
Articles with more than 50 external links | 93 |
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
editarDump table | Hits |
---|---|
Sites linked more than 50 times | 206 |
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
editarSome more information about this dump:
- 256946 articles that are in the main space and not redirects
- 497501 articles and redirects in the main space
- 878672 pages in all namespaces
- 247570 redirects in all namespaces
- 573944 external links in every namespace
- 465700 external links in the main space
Very probable spambot pages
editarIf 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 |
---|---|
175559 | W/index.php |
175875 | Talk:W/index.php |
Possible spambot pages
editarPossible pages created by spambots ending with /.
Article ID | Article |
---|---|
865664 | Vocetv/ |
651001 | \\o/ |
815988 | /guipastana/ |
126591 | User:555/Caçada/ |
963496 | User:Rei-artur/w/add |
959636 | User:Rei-artur/w/add/preload |
959637 | User:Rei-artur/w/add/txt |
976231 | User:Rei-artur/w/add2 |
815993 | /guipastana/ |
127781 | User talk:555/Caçada/ |
227102 | User talk:Predefinição teste/Info/Montanha/ |
959646 | User talk:Rei-artur/w/add |
863233 | Wikipedia:Páginas para eliminar/Jamesbong/ |
984113 | Wikipedia:Páginas para eliminar/\\o/ |
345839 | Template:=/ |
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 '%/';