Pengguna:ReyBrujo/Dumps/20070326

Polé Wikipedia
Dumps

March 26, 2007[sunting | sunting sumber]

External link dumps[sunting | sunting sumber]

Articles with more than 1 external links as of March 26, 2007. Only articles in the main space are considered.

External
links
Article ID Article
4 41 Malaysia
2 1353 Fisika
2 40 Halamang Utama
1 18 Daftar ᨓᨊᨘᨕ ᨓᨊᨘᨕ ᨑᨗ ᨒᨗᨊᨚ
1 1355 Elektron
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[sunting | sunting sumber]

Sites linked more than 1 times as of March 26, 2007. Only articles in the main space are considered.

Link count Site
1 http://www.un.org
1 http://pdg.lbl.gov
1 http://fizik.um.edu.my
1 http://www.ums.edu.my
1 http://en.wikinews.org
1 http://home.att.net
1 http://www.4dw.net
1 http://www.asinah.net
1 http://www.gov.my
1 http://www.parlimen.gov.my
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[sunting | sunting sumber]

Some more information about this dump:

  • 8 articles that are in the main space and not redirects
  • 14 articles and redirects in the main space
  • 360 pages in all namespaces
  • 13 redirects in all namespaces
  • 81 external links in every namespace
  • 10 external links in the main space

Very probable spambot pages[sunting | sunting sumber]

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
1776 MediaWiki talk:And/w/index.php

Possible spambot pages[sunting | sunting sumber]

Possible pages created by spambots ending with /.

Article ID Article
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 '%/';