コンテンツにスキップ

利用者:ReyBrujo/Dumps

Dumps

April 23, 2007[編集]

External link dumps[編集]

Dump table Hits
Articles with more than 50 external links 146
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 100 times 289
Sites linked between 50 and 99 times 350
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:

  • 363439 articles that are in the main space and not redirects
  • 560491 articles and redirects in the main space
  • 854081 pages in all namespaces
  • 207751 redirects in all namespaces
  • 841208 external links in every namespace
  • 551241 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
341148 Talk:W/index.php

Possible spambot pages[編集]

Possible pages created by spambots ending with /.

Article ID Article
916255 .hack/
414722 .hack//
162705 /
916354 Apple/
605266 Apple///
916351 Apple /
605265 Apple ///
496742 Broken/
801965 GUNDAM EVOLVE../
803405 [[1]]
535735 永遠ラブリン(∂▽<)/
324645 秋田県立秋田中央高等学校/
161276 Talk:銚子市/
948713 User:S.S.Exp.Hashimoto/
961011 User:Volfgang/My Wiki And Internet/
873968 User:ちゃたま/試運転線/
965354 User talk:かまくらゴンザレス/
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 '%/';
Archive

Dump analysis archive[編集]

This is the archive of dump analysis.

ak:User:ReyBrujo/Dumps