mIRC Web Adresi Hız Testi / Snippets Code
Merhabalar , bu snippets yardimiyla Webinizin hız’ını ogrenebilirsiniz . Komut: /webhiz Web Örnek: /webhiz turkirc.com
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
on *:sockopen:hiz*: { var %komut sockwrite -nt $sockname var %63 $+(links=,$sock($sockname).mark) %komut POST /website-hiz-testi HTTP/1.1 %komut Host: wmaraci.com %komut User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0 %komut Accept: */* %komut Accept-Language: tr-TR %komut Accept-Encoding: gzip, deflate %komut Accept-Charset: ISO-8859-9,utf-8;q=0.7,*;q=0.7 %komut Connection: keep-alive %komut Content-Type: application/x-www-form-urlencoded; charset=UTF-8 %komut X-Requested-With: XMLHttpRequest %komut Referer: http://wmaraci.com/website-hiz-testi %komut Content-Length: $calc($len(%63) + 1) %komut Cookie: __utma=149776233.1948714681.1309876669.1312743942.1312764627.30; __utmz=149776233.1312764627.30.27.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=wmaraci; bblastvisit=1309945768; bblastactivity=0; PHPSESSID=b2f6f4894026bde81b22c7731e45584f; __utmb=149776233.5.10.1312764627; __utmc=149776233 %komut Pragma: no-cache %komut Cache-Control: no-cache %komut %komut %63 } on *:sockread:hiz*: { var %whois | sockread %whois if ($regex(%whois, 1tokenize 60 $token(%whois,5,34) | tokenize 62 $1- echo -a Domains: $sock($sockname).mark echo -a Sayfa Boyutu: $gettok($1-,5,32) kb echo -a Yukleme Zamani: $gettok($1-,9,32) sn. echo -a Kb basina Ortalama Hiz: $gettok($1-,13,32) sn } alias webhiz { var %random $rand(0,99999) sockopen $+(hiz,%random) wmaraci.com 80 sockmark $+(hiz,%random) $1 echo -a $qt($1) web hızı test ediliyor.. } |