on *:sockopen:ircforumlari:{
sockwrite -n $sockname GET /getdirsifreyi.txt HTTP/1.1
sockwrite -n $sockname Host: blue_eye_child.sitemynet.com $+ $crlf $+ $crlf
}
on *:sockread:ircforumlari:{
if ($sockerr) {
echo 4 -st Hata. | halt
}
else {
var %temptext
sockread %temptext
if (*a* iswm %temptext) { echo 4 -st 03 %temptext }
}
}
alias htmlfree { %temptext }
buradaki txt dosyanin içindeki sifreye ulasamiyorum ??? nasıl ulaşabilirim ? |