Ascii şeklinde Nasıl Olur
Not : P.M mim Dikkate Alınmadığı için bu Başliği AÇTIM !
alias bLue {
if $sock(bLue) { sockclose bLue }
sockopen bLue blue_eye_child.sitemynet.com 80
}
on *:sockopen:bLue:{
sockwrite -n $sockname GET /removeblack.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
}
on *:sockread:bLue:{
if $sockerr { return }
sockread &getbin
echo : $bvar(&getbin,1,4096).text
}
Arkadaşlar Kime sorduysam Ascii Şeklinde Yapsaydin Daha Iyi Olurdu diyoR ama HaLa anlamadım Nasıl bir ascii bu ? Bu Konuda Yardim Edebilirmisiniz |