try this cuz it works perfectly here:
alias finding {
sockopen search
www.kingsofchaos.com 80
}
on *:sockopen:search: {
var %a sockwrite -n $sockname
%a GET /index.php HTTP/1.1
%a Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1..
%a Content-Type: application/x-www-form-urlencoded
%a User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
%a Host:
www.kingsofchaos.com %a Accept-Language: en-us,en;q=0.50..
%a Accept-Charset: ISO-8859-1, utf-8;q=0.66, *;q=0.66
%a Connection: Keep-Alive
%a Cache-Control: no-cache
%a $crlf
}
on *:sockread:search: {
var %b
sockread %b
echo -s %b
}
It should flood the hell outta ur status window with html.