User:ReyBrujo/Dumps/20070428
From Wikimedia Commons, the free media repository
< User:ReyBrujo | Dumps
Dumps
Contents
April 28, 2007
[edit]External link dumps
[edit]Articles with more than 50 external links as of April 28, 2007. Only articles in the main space are considered.
External links |
Article ID | Article |
---|---|---|
532 | 215382 | Chinese stroke order:Progress2 |
504 | 214684 | Chinese stroke order:Progress |
359 | 1527205 | Sources Heine Buch der Lieder 1827 |
275 | 11043 | English pronunciation |
106 | 10116 | Italian pronunciation |
72 | 256598 | Wikimania 2005 Presentations |
71 | 113200 | Portuguese pronunciation |
52 | 11083 | Latin pronunciation |
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
[edit]Sites linked more than 50 times as of April 28, 2007. Only articles in the main space are considered.
Link count | Site |
---|---|
1167 | http://tools.wikimedia.de |
1036 | http://www.internationalscientific.org |
707 | http://commons.wikimedia.org |
359 | http://germa83.uni-trier.de |
228 | http://it.wikipedia.org |
108 | http://en.wikipedia.org |
90 | http://de.wikipedia.org |
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
[edit]Some more information about this dump:
- 59495 articles that are in the main space and not redirects
- 85081 articles and redirects in the main space
- 1775422 pages in all namespaces
- 35441 redirects in all namespaces
- 3212677 external links in every namespace
- 4963 external links in the main space
Very probable spambot pages
[edit]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 |
---|---|
1991162 | Commons:Deletion requests/w/index.php |
Possible spambot pages
[edit]Possible pages created by spambots ending with /.
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 '%/';