alias xile {
sockopen Xile
http://xilero.net 80
}
* Dns resolving
http://xilero.net* Dns unable to resolve
http://xilero.net-
* Dns resolving xilero.net
*xilero.net resolved to 72.29.77.223
ok, so we see http isnt working, and the TLD is, so ....
alias xile {
sockopen Xile xilero.net 80
}
on *:sockopen:Xile:{
sockwrite -n Xile GET
(What? Where?) /home.php HTTP/1.1
put the full path there and see what happens
sockwrite -n Xile Host: xilero.net $+ $crlf $+ $crlf
}