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/)
-   TCL Scriptler (https://www.ircforumlari.net/tcl-scriptler/)
-   -   Proxy.db Proxy Koruması (https://www.ircforumlari.net/tcl-scriptler/776342-proxydb-proxy-korumasi.html)

GhostLy 03 Ağustos 2017 23:19

Proxy.db Proxy Koruması
 
Merhaba, 500.000 'e yakın proxy.db oluşturdum ve proxy koruması olarak sizlerle bu db'i kullanmak istedim firsat buldukça proxy.db 'e yeni ipler ekleyeceğim.. veya kendi dbnizi oluşturup daha önce paylaşılmış olan tcl bu şekilde kullana bilirsiniz.. iyi çalışmalar..

Kod:

bind raw * notice spam:connection
proc spam:connection {from keyword arg} {
global spam
if {[string match -nocase "*Client connecting on port*" $arg]} {
set mecukefendi  "http://urunler.org/proxy.db"
set ip [string range [lindex [split [lindex $arg 10] "@"] 1] 0 end-1]
if {![regexp {[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}} $ip]} {
set ip [dnslookup $ip baksuna]
}
set connect [::http::geturl $mecukefendi$ip]
set files [::http::data $connect]
if {![string match -nocase "*$ip*" $files]} {
putquick "GZLINE *@$ip +0 Spam/Advertising"
putquick "privmsg #Opers :Proxy/Spam IP: $ip"
::http::cleanup $files
}
}
}
proc baksuna {ip host status} {
if {!$status} {return}
return $ip
}


fLayer 04 Ağustos 2017 12:06

Cevap: Proxy.db Proxy Koruması
 
eline saglık güzel olmuş deniyecegim.

Aytac 04 Ağustos 2017 15:09

Cevap: Proxy.db Proxy Koruması
 
bunun yerine bopm kursak daha iyi en azından hızlı atar , bunun çalışcagını sanmıyom çalışssada yavas kalır tatmin verici olmaz ( :

GhostLy 04 Ağustos 2017 19:43

Cevap: Proxy.db Proxy Koruması
 
tcl'de ufak bir duzeltme yapmak lazım bir yeri pas geçmişim.


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

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