lookjapan.COM - IRC ve mIRC dünyasının forumu!

lookjapan.COM - IRC ve mIRC dünyasının forumu! (http://www.lookjapan.com/index.php)
-   Hazır Kodlar (http://www.lookjapan.com/forumdisplay.php?f=51)
-   -   İp Analiz Sistemi (http://www.lookjapan.com/showthread.php?t=6166)

Che 01 Mart 2019 07:57

İp Analiz Sistemi
 
Kullanımı : /ipekle 88.111.*

Kod:

alias ipekle {
  write iptakip.txt $1  | echo -a " $1 " eklendi. ID Nick Takip sistemi
}
on *:snotice:*client connecting*: {
  var %tstx = 1 | while $read(iptakip.txt,%tstx) {
    if $v1 iswm $gettok($remove($10,$chr(41)),2,64) { /msg #Kanal Nick : $9 Ident : $remove($gettok($10,1,64),$chr(40),$chr(41)) IP araligi : $gettok($remove($10,$chr(41)),2,64) | break }
    inc %tstx
  }
}



All times are GMT +3. The time now is 15:14.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.