IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   Nick Takip Koduna Eklenti (https://www.ircforumlari.net/mirc-scripting-sorunlari/760016-nick-takip-koduna-eklenti.html)

By_ATMACA 09 Ekim 2016 19:15

Nick Takip Koduna Eklenti
 
Kod:

on *:snotice:*client connect*: {
  if $remove($8,:) = 6667 {
    if $hfind( $+ $token($token( $+ $10 $+ ,2,$asc(@)),1,41),*,0,w) > 0 {
      hadd -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $9 IRC
      hsave -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41) takipler/ $+ $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $+ .h

    }
    else {
      hmake -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41)
      hadd -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $9 IRC
      hsave -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41) takipler/ $+ $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $+ .h
      write yuklenecek.txt takipler/ $+ $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $+ .h
    }
  }
  elseif $remove($8,:) = 7000 {
    if $hfind( $+ $token($token( $+ $10 $+ ,2,$asc(@)),1,41),*,0,w) > 0 {
      hadd -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $9 WEB
      hsave -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41) takipler/ $+ $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $+ .h

    }
    else {
      hmake -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41)
      hadd -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $9 WEB
      hsave -s $token($token( $+ $10 $+ ,2,$asc(@)),1,41) takipler/ $+ $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $+ .h
      write yuklenecek.txt takipler/ $+ $token($token( $+ $10 $+ ,2,$asc(@)),1,41) $+ .h
    }
  }
}
on $*:text:/^[!.&-]tak[iIİ]p/Si:#root: {
  if !$2 { msg $chan Lutfen bir ip giriniz. | return }
  if !$regex($2,/^[0-9]/) { msg $chan Lutfen ip giriniz, nick degil. | return }
  if $hfind( $+ $2 $+ ,*,0,w) = 0 { msg $chan Bu ip hakkinda herhangi bir bilgi yok.. | return }
  else {
    msg $chan ------ 4 $2 ipsinden giris yapan nickler  -----
    var %i 1
    while (%i <= $hfind( $+ $2 $+ ,*,0,w)) {

      msg $chan 2Nick: 1,8 $hfind( $+ $2 $+ ,*,%i,w)  2Giris tipi: 1,8 $hget( $+ $2 $+ ,$hfind( $+ $2 $+ ,*,%i,w))
      msg $chan ---------------------------------------------------------
      inc %i
    }
  }
}

on *:start: {
  var %i 1
  while (%i <= $lines(yuklenecek.txt)) {
    hmake $remove($gettok($read(yuklenecek.txt,%i),2,$asc(/)),.h)
    hload -s $remove($gettok($read(yuklenecek.txt,%i),2,$asc(/)),.h) $read(yuklenecek.txt,%i)
    inc %i

Daha önce @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] un Paylaşmış Olduğu Kod da Bir Kac Düzenleme yapmak istiyorum Bütün kayıtsız Nicklerde işlem yapmasını Ve ip yerine !takip Nick Olarak Kullanmak , ilaveten !arşivle nick yaptığımda o nick sunucuya Ne zaman giris yapmış hangi Nicklerle girmiş saati tarihi Komple Versin istiyorum, .arsivle Nickler Yaptığımda da Komple Giriş yapan Nickleri Kanala Yansitmasini istiyorum

By_ATMACA 13 Ekim 2016 10:30

Cevap: Nick Takip Koduna Eklenti
 
Güncel.


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 01:10.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk