利用者:ReyBrujo/Dumps/20070224
表示
< 利用者:ReyBrujo | Dumps
Dumps
February 24, 2007
[編集]External link dumps
[編集]Dump table | Hits |
---|---|
Articles with more than 50 external links | 134 |
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
[編集]Dump table | Hits |
---|---|
Sites linked more than 50 times | 568 |
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
[編集]Some more information about this dump:
- 336551 articles that are in the main space and not redirects
- 518573 articles and redirects in the main space
- 786143 pages in all namespaces
- 191567 redirects in all namespaces
- 748617 external links in every namespace
- 486154 external links in the main space
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 |
---|---|
341150 | W/index.php |
341148 | Talk:W/index.php |
Possible spambot pages
[編集]Possible pages created by spambots ending with /.
Article ID | Article |
---|---|
414722 | .hack// |
162705 | / |
605266 | Apple/// |
605265 | Apple /// |
496742 | Broken/ |
801965 | GUNDAM EVOLVE../ |
803405 | [[1]] |
535735 | 永遠ラブリン(∂▽<)/ |
324645 | 秋田県立秋田中央高等学校/ |
161276 | Talk:銚子市/ |
873968 | User:ちゃたま/試運転線/ |
733246 | Wikipedia:削除依頼/ |
859152 | Template:Lts/ |
821928 | Portal:道路/執筆依頼/ |
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 '%/';