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

 Kayıt ol  Topluluk
1Beğeni(ler)
  • 1 Post By MesqeN

Yeni Konu aç Cevapla
 
LinkBack Seçenekler Stil
Alt 17 Nisan 2015, 02:22   #1
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Tor/Proxy TCL




Kod:   Kodu kopyalamak için üzerine çift tıklayın!
############################################################################################## ## ## dnsbl.tcl for eggdrop by Ford_Lawnmower irc.geekshed.net #Script-Help ## ## ############################################################################################## ############################################################################################## ## ____ __ ########################################### ## ## / __/___ _ ___ _ ___/ /____ ___ ___ ########################################### ## ## / _/ / _ `// _ `// _ // __// _ \ / _ \ ########################################### ## ## /___/ \_, / \_, / \_,_//_/ \___// .__/ ########################################### ## ## /___/ /___/ /_/ ########################################### ## ## ########################################### ## ############################################################################################## ## ## Start Setup. ## ## ############################################################################################## namespace eval dnsbl { ## Edit checksite to add or remove dnsbl sites ## set checksite {"dnsbl.dronebl.org" "recent.spam.dnsbl.sorbs.net" "bl.blocklist.de" "rbl.efnet.org" "tor.dan.me.uk" "virbl.dnsbl.bit.nl" "dnsbl.ahbl.org" "dnsbl-1.uceprotect.net" "dnsbl-2.uceprotect.net" "dnsbl-3.uceprotect.net"} ## Change banmessage to the ban message you want ## set banmessage "\002IP found it dnsbl blacklist\002" ## Change bantype to the type of ban you want: gzline, zline ## set bantype "gzline" ## Change bantime to the length of ban you want ## set bantime "10d" ## Change opernick and operpass to reflect the info from the bots oper block ## ## If you already have a oper script, comment out the bind at the bottom of this script ## set opernick opernickhere set operpass operpasshere ############################################################################################## ## ## End Setup. ## ## ############################################################################################## proc connection {host type text} { if {[string match -nocase {*client connecting*} $text]} { regexp -- {.*@([^\)]+)} $text null ip if {[regexp -- {([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})} $ip null a b c d]} { foreach dnsbl $dnsbl::checksite { dnslookup "$d.$c.$b.$a.$dnsbl" dnsbl::dronelookup } } else { dnslookup $ip dnsbl::lookup } } } proc dronelookup {ip host status} { if {$status == 1} { regexp -- {([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.} $host null a b c d putnow "$dnsbl::bantype *@$d.$c.$b.$a $dnsbl::bantime :$dnsbl::banmessage" } else { return "" } } proc lookup {ip host status} { if {$status == 1} { regexp -- {([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})} $ip null a b c d foreach dnsbl $dnsbl::checksite { dnslookup "$d.$c.$b.$a.$dnsbl" dnsbl::dronelookup } } else { return "" } } proc operup {type} { putserv "OPER $dnsbl::opernick $dnsbl::operpass" } } bind raw - NOTICE dnsbl::connection ## You can comment out the event below if you already have a oper script for this bot. bind evnt - init-server dnsbl::operup


__________________
"Her Günahın Bir İntikam Meleği Olur.."
 
Alıntı ile Cevapla

IRCForumlari.NET Reklamlar
sohbet odaları reklam ver Benimmekan Mobil Sohbet
Alt 19 Nisan 2015, 22:26   #2
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Tor/Proxy TCL




bukadarmı hepsi başka hiç bir açıklaması yokmu

 
Alıntı ile Cevapla

Cevapla

Etiketler
tcl, tor or proxy


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Açık
Refbacks are Açık


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Proxy Giriş Yapanları #proxy Kanalına Almak ! diyorumki mIRC Scripting Sorunları 30 04 Nisan 2013 15:14
Proxy IP Leri proxy.data dosyasından okutarak servere girişte zline atma ExrimCi mIRC Scripting Sorunları 4 26 Şubat 2010 15:11
Proxy Koruması ( Koruma Icın Proxy Lıstesı Lazım) Heavenly mIRC Scripting Sorunları 2 05 Temmuz 2009 20:09