Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

; Domain Lookup for mIRC v6.01 ; Created by Dylan [dyl4n@hotmail.com] ; Use: /internic domain.

com alias internic { dialog -m internic internic } dialog internic { title "Domain Lookup" size -1 -1 211 132 option dbu box "", 1, 2 0 207 130 text "Domain:", 3, 7 10 21 8 edit "", 4, 27 7 89 11, autohs button "Go", 5, 118 8 16 9, flat button "Exit", 6, 180 8 24 9, flat ok edit "", 2, 6 20 199 106, read multi vsbar } on 1:dialog:internic:sclick:*:{ if ($did == 5) { internic.lookup $did(internic,4) } if ($did == 6) { unset %internic.* } } alias internic.lookup { if (!$1) { return } else { sockopen internic rs.internic.net 43 set %internic.temp $1 } } on 1:sockopen:internic:{ if $sockerr > 0 { did -ra internic 2 *** Error connecting to rs.internic.net $ crlf halt } sockwrite -n internic whois %internic.temp did -ra internic 2 } on 1:sockread:internic:{ sockread %internic.read if (!%internic.read) { return } did -a internic 2 %internic.read $crlf }

You might also like