User:Fiveby/greylist

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Fiveby (talk | contribs) at 16:12, 6 March 2020 (→‎Greylist). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Query[edit]

use enwiki_p;
select 
	CONCAT('https://en.wikipedia.org/wiki/',p.page_title) PAGE
    ,el.el_to LINK
from
	(select el_to bl from externallinks where el_from = 63182091) gl
    inner join externallinks el on el.el_index_60 >= binary gl.bl AND el.el_index_60 < binary CONCAT(gl.bl,'~')
    inner join page p on p.page_id = el.el_from
where
	p.page_namespace = 0
    and p.page_title not in (select pl_title FROM pagelinks where pl_from = 63182091)

RESULTS ('Submit Query') to refresh

add links in the form [http://org.ihr. http//ihr.org] reversed domain name ending with '.' any link text

wikilink to acceptable pages


Greylist[edit]