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/)
-   -   oto ident spam (https://www.ircforumlari.net/mirc-scripting-sorunlari/591053-oto-ident-spam.html)

Lociz 25 Mayıs 2014 08:08

Cevap: oto ident spam
 
Dediğim gibi spamfilter hakkında hiçbir bilgim yok :)

Darnasus 25 Mayıs 2014 15:39

Cevap: oto ident spam
 
Alıntı:

IRC-Dancer Nickli Üyeden Alıntı (Mesaj 1041439828)
Kod:

menu * {
.» Ident Korumasi
..Açık:.enable #Ident | .echo -a 4Ident Korumasi On
..Kapalı:.disable #Ident | .echo -a 4Ident Korumasi Off
}

#Ident off
on *:snotice:*connecting*: {
var %ident $token($token($10,1,64),1,40)
if $istok(IdentMuaf IdentMuaf-1 IdentMuaf-2 IdentMuaf-3,%ident,32) { return }
hinc -mu2 ident %ident 1
if ($hget(ident,%ident) >= 3) { /spamfilter add u block - - ^(.+! $+ $token($token($10,1,64),1,40) $+ @.+:.+)$ | hdel -m ident %ident }
}
#Ident end


Calismadi.

IRC-Dancer 25 Mayıs 2014 16:00

Cevap: oto ident spam
 
Kod:

[17:15] <Protection> [BİLGİ->Proxy[Agresif] IP GIRISI]-->[NICK] aysu  Ident\Ip :  (D-o-w-n@78.5.88.34)
[17:15] <Protection> [BİLGİ->Proxy[Agresif] IP GIRISI]-->[NICK] rakkase  Ident\Ip :  (D-o-w-n@78.159.208.15)
[17:15] <Protection> Bilgi : Agresif Saldırı Sebebiyle :  .+!D-o-w-n@.+:.+ eklendi.
[17:15] <Protection> [BİLGİ->Proxy[Agresif] IP GIRISI]-->[NICK] xGirl^bone-dry  Ident\Ip :  (D-o-w-n@78.159.208.74)
[17:16] <Protection> [BİLGİ->Proxy[Agresif] IP GIRISI]-->[NICK] LbMfGiOEubP  Ident\Ip :  (So@78.6.189.90)
[17:16] <Protection> [BİLGİ->Proxy[Agresif] IP GIRISI]-->[NICK] ZjT  Ident\Ip :  (So@78.6.189.90)
[17:16] <Protection> Bilgi : Agresif Saldırı Sebebiyle :  .+!So@.+:.+ eklendi.



;- Kodda herhangi bir problem yok bende calısıyor.

Toprak__ 25 Mayıs 2014 16:09

Cevap: oto ident spam
 
@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] el at.

q0kh4n 25 Mayıs 2014 17:42

Cevap: oto ident spam
 
Kod:

on *:snotice:*Client connecting on port*:{
  ;Muaf ident kısmı ( Büyük,küçük harf duyarlı )
  if ($regex($gettok($gettok($10,1,64),1,40),/(Muafident|Muafident2|Muafident3))) { return }
  if ($tident($gettok($gettok($10,1,64),1,40))) {
    if !$hget(tident) { .hmake tident 100 }
    .hinc -u10 tident $tident($gettok($gettok($10,1,64),1,40))
    if ($hget(tident,$tident($gettok($gettok($10,1,64),1,40))) >= 4) { .spamfilter add u gzline +5h $+(,Koruma,) (?-i)^(.+! $+ $tident($gettok($gettok($10,1,64),1,40)) $+ .+@.+:.+)$ }
  }
}
alias tident {
  var %t 1 | while %t <= $len($1) {
    if $mid($1,%t,1) !isalpha {
      if $len($left($1,$calc(%t - 1))) > 2 { return $mid($1,1,$calc(%t - 1)) }
    }
    inc %t
  }
}


Yapımı bana ait değil.

Darnasus 25 Mayıs 2014 19:02

Cevap: oto ident spam
 
Alıntı:

q0kh4n Nickli Üyeden Alıntı (Mesaj 1041440129)
Kod:

on *:snotice:*Client connecting on port*:{
  ;Muaf ident kısmı ( Büyük,küçük harf duyarlı )
  if ($regex($gettok($gettok($10,1,64),1,40),/(Muafident|Muafident2|Muafident3))) { return }
  if ($tident($gettok($gettok($10,1,64),1,40))) {
    if !$hget(tident) { .hmake tident 100 }
    .hinc -u10 tident $tident($gettok($gettok($10,1,64),1,40))
    if ($hget(tident,$tident($gettok($gettok($10,1,64),1,40))) >= 4) { .spamfilter add u gzline +5h $+(,Koruma,) (?-i)^(.+! $+ $tident($gettok($gettok($10,1,64),1,40)) $+ .+@.+:.+)$ }
  }
}
alias tident {
  var %t 1 | while %t <= $len($1) {
    if $mid($1,%t,1) !isalpha {
      if $len($left($1,$calc(%t - 1))) > 2 { return $mid($1,1,$calc(%t - 1)) }
    }
    inc %t
  }
}

Yapımı bana ait değil.

Saniye ve giris sayisini da degistirdim, fakat calismadi.

hub.eu.xxx.com: 19:00:15 2 *** Notice -- Client connecting on port 7000: deneme3 (test@44.44.44.44) [clients]
-
hub.eu.xxx.com: 19:00:16 2 *** Notice -- Client connecting on port 7000: deneme2 (test@44.44.44.44) [clients]
-
hub.eu.xxx.com: 19:00:18 2 *** Notice -- Client connecting on port 7000: deneme1 (test@44.44.44.44) [clients]
-

q0kh4n 25 Mayıs 2014 23:05

Cevap: oto ident spam
 
kod denendi çalışıyor

Dangerous123 25 Mayıs 2014 23:47

Cevap: oto ident spam
 
Kod:

on *:snotice:*connecting on*: {
  var %ident $right($token($10,1,64),-1)
  if ($regex(%ident,/(muafident1|muafident2)/i)) { halt }
  if ($tnick(%ident)) {
    if (!$hget(tnick)) { hmake tnick 100 }
    hinc -u10 tnick $tnick(%ident)
    if ($hget(tnick,$tnick(%ident)) >= 3) {
      gzline %ident - $me
    }
  }
}
alias tnick {
  var %t 1
  while %t <= $len($1) {
    if $mid($1,%t,1) !isalpha {
      if $len($left($1,$calc(%t - 1))) > 4 {
        return $mid($1,1,$calc(%t - 1))
      }
    }
    inc %t
  }
}

bunuda spamfiltere ayarlaya bilirsiniz
Kodenin yazarı Set arkadaşımızdır..

Darnasus 25 Mayıs 2014 23:47

Cevap: oto ident spam
 
Alıntı:

q0kh4n Nickli Üyeden Alıntı (Mesaj 1041440259)
kod denendi çalışıyor

Kullandigin mircin versiyonu nedir

IRC-Dancer 26 Mayıs 2014 00:47

Cevap: oto ident spam
 
@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] bak ben söyleyince bana tepki veriyorsunda ; sen pc'ne 1-2 farklı mIRC indirip aynı verdiğimiz kodları o mIRC'lerde dene ; q0kh4n'ında benim kodda lociz'in kodda çalısıyor ; ve örnekleride mevcud'ken sen calısmıyor diyorsun.Sorun bence sende , bizde değil.
;--
Buda senin istediğin bi önceki istek.
Kod:

on *:snotice:*connecting on*: {
  var %ident $right($token($10,1,64),-1)
  if ($regex(%ident,/(muafident1|muafident2)/i)) { halt }
  if ($tnick(%ident)) {
    if (!$hget(tnick)) { hmake tnick 100 }
    hinc -u10 tnick $tnick(%ident)
    if ($hget(tnick,$tnick(%ident)) >= 3) {
   spamfilter add u block - - ^(.+! $+ $token($token($10,1,64),1,40) $+ @.+:.+)$
    }
  }
}
alias tnick {
  var %t 1
  while %t <= $len($1) {
    if $mid($1,%t,1) !isalpha {
      if $len($left($1,$calc(%t - 1))) > 4 {
        return $mid($1,1,$calc(%t - 1))
      }
    }
    inc %t
  }
}



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

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