User:ReyBrujo/Dumps/20070228
From Wikipedia
< User:ReyBrujo | Dumps
Dumps
Contents |
[edit] February 28, 2007
[edit] External link dumps
Articles with more than 5 external links as of February 28, 2007. Only articles in the main space are considered.
External links |
Article ID | Article |
---|---|---|
27 | 3207 | ValidXhtml |
17 | 3225 | Sildenafil |
16 | 3223 | Water |
12 | 3552 | Infinity |
10 | 1934 | Epic |
9 | 165 | 04792 |
9 | 168 | פּרוּװ |
9 | 11229 | Wikipedia+test |
8 | 8404 | Test Page 4681 |
8 | 166 | 04792 (pipe trick) |
8 | 167 | 04792, pipe trick |
8 | 170 | פּרוּװ ,פּרוּװ |
8 | 2032 | 6133 |
7 | 160 | 04917 |
7 | 161 | 04917 (pipe trick) |
7 | 162 | 04917, pipe trick |
6 | 1798 | ParserFunctions |
6 | 193 | א |
6 | 3247 | Toluene |
5 | 2626 | The Game |
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;
[edit] External link ranking
Sites linked more than 5 times as of February 28, 2007. Only articles in the main space are considered.
Link count | Site |
---|---|
82 | http://test.wikipedia.org |
28 | http://de.wikipedia.org |
21 | http://bugzilla.wikimedia.org |
11 | http://en.wikipedia.org |
8 | http://youtube.com |
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;
[edit] Additional information
Some more information about this dump:
- 7622 articles that are in the main space and not redirects
- 7725 articles and redirects in the main space
- 9343 pages in all namespaces
- 264 redirects in all namespaces
- 2243 external links in every namespace
- 252 external links in the main space
[edit] 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 ID | Article |
---|---|
11187 | W/index.php |
11106 | W/w/index.php |
11024 | Talk:W/w/index.php |
11195 | MediaWiki talk:Ipb expiry invalid/w/index.php |
[edit] Possible spambot pages
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 '%/';