Assagida ki remote sunucuya girdiginizde otomatik fullname ( Setname ) degistirmenize yarar
Stop yazan kismi kendinize gore uyarlayabilisiniz.
on *:Connect:{ setname 14Stop! }
Yorum Yok »
belirttiginiz idente ait yada fullname yada nick’e benzer tum kisileri tek komut ile sunucudan uzaklastirmaya yarayan bir code’dir saldirilar icin sahane.
ornek ;
/whogline +u ident Proxy
/whogline +g fullname Proxy
/whogline +n nick* proxy
#############################################################
##### #####
##### Kullanım: /whogline +[h,u,n,g] mask sebep #####
##### Whogline Version 1.1 By Syntax #####
##### Ulaşabileceğiniz adres: Syntax@liderchat.net #####
##### #####
#############################################################
on *:load: {
.echo -s 7Whogline Version v1.0 Başarı ile yüklendi.
.echo -s 7Kullanım: 4/whogline +[h,u,n,g] mask sebep
.echo -s 13Daha fazla bilgi için:4/whogline help
.echo -s 13İletişim: Syntax@ayna.org
}
alias whogline {
if ( $$1 = help ) || ( $$0 < 3 ) {
echo -a Kullanım /whogline +[h,u,n,g] mask sebep
echo -a Choose 'h' host'a gline, 'u' ident'e gline, 'n' nick'e gline, 'g' real name gline
echo -a Example 1:a) /whogline +h 195.123.12.32 Get Lost $+ $chr(160) $+ $chr(160) $+ $chr(160) This will gline any user having 195.123.12.32 as his host with the reason you chose (Get lost)
echo -a Example 1:b) /whogline +h 195.123.12.* Get Lost $+ $chr(160) $+ $chr(160) $+ $chr(160) This will gline any user having host that matches the mask 195.123.12.* with the reason you chose (Get lost)
echo -a Example 2:a) /whogline +u virus Infected User $+ $chr(160) $+ $chr(160) $+ $chr(160) This will gline any user having the ident virus with the reason you chose
echo -a Example 2:b) /whogline +u *virus* Infected User $+ $chr(160) $+ $chr(160) $+ $chr(160) This will gline any user having an ident that matches the given mask (*virus*) with the reason you chose
echo -a Example 3: /whogline +n *victor* Not Welcome $+ $chr(160) $+ $chr(160) $+ $chr(160) This will gline any user having a nickname that matches the given mask (*victor*) with the reason you chose
echo -a Example 4: /whogline +g *eggdrop* No Bots allowed here $+ $chr(160) $+ $chr(160) $+ $chr(160) This will gline any user having a real name that matches the given mask (*eggdrop*) with the reason you chose
echo -a Whogline Version 1.1 By Victor1.For any bugs found in this Script, please mail Syntax@ayna.org .Thanks For Using my Script.
}
if ( $$1 == +h ) && ( $$0 > 2 ) {
.set %whoglinehost $$2
.set %whoglinereazon $$3-
.enable #whogline
who +h $$2
}
if ( $$1 == +u ) && ( $$0 > 2 ) {
.set %whoglineident $$2
.set %whoglinereazon $$3-
.enable #whogline
who +u $$2
}
if ( $$1 == +n ) && ( $$0 > 2 ) {
.set %whoglinenick $$2
.set %whoglinereazon $$3-
.enable #whogline
who +n $$2
}
if ( $$1 == +g ) && ( $$0 > 2 ) {
.set %whoglinename $$2
.set %whoglinereazon $$3-
.enable #whogline
.who +g $$2
}
}
#whogline on
raw 352:*: {
if ( $iif(%whoglinehost iswm $4,true,false) == true ) && ( $6 != $me ) {
inc %whoglinenumber
gline $6 WHO gline:Host Matches: *!*@ $+ %whoglinehost . %whoglinereazon $+ $chr(160) $+ [ $+ $chr(160) $+ gline : %whoglinenumber $+ .] [ Syntax ]
}
if ( $iif(%whoglineident iswm $3,true,false) == true ) && ( $6 != $me ) {
inc %whoglinenumber
gline $6 WHO gline:Ident Matches: *! $+ %whoglineident $+ @* . %whoglinereazon $+ $chr(160) $+ [ $+ $chr(160) $+ gline : %whoglinenumber $+ .] [ Syntax ]
}
if ( $iif(%whoglinenick iswm $$6,true,false) == true ) && ( $6 != $me ) {
inc %whoglinenumber
gline $6 WHO gline:Nick Matches: %whoglinenick . %whoglinereazon $+ $chr(160) $+ [ $+ $chr(160) $+ gline : %whoglinenumber $+ .] [ Syntax ]
}
if ( $iif(%whoglinename iswm $9-,true,false) == true ) && ( $6 != $me ) {
inc %whoglinenumber
gline $6 WHO gline:Real Name Matches: %whoglinename . %whoglinereazon $+ $chr(160) $+ [ $+ $chr(160) $+ gline : %whoglinenumber $+ .] [ Syntax ]
}
}
raw 315:*: {
.disable #whogline | unset %whoglinereazon | unset %whoglinename | unset %whoglinenick | unset %whoglinehost | unset %whoglineident
if ( %whoglinenumber != $null ) {
.timer 1 4 echo 4Whogline Stoped.7 %whoglinenumber Targets Triggered ! | unset %whoglinenumber | halt
}
else {
.timer 1 4 echo 4Whogline Stoped.7 0 Targets Triggered ! | halt
}
}
#whogline end
Yorum Yok »
admin tarafýndan Hazır Kodlar, IRCd Komutları, mIRC Aliasları içinde postalandý, tags: Alias, aliaslar, fullname, Fullname aliası, Fullname kontrolü, ircd eğitim, mirc, mIRC Aliasları, mirc chat, mirc kodları, mircbul
alias fnkoruma { if $1 == + { enable #FNKontrol } | else { disable #FNKontrol } }
#FNKontrol On
alias fullnamekontrol { if *.com iswm $2- || *.net iswm $2- || *.org iswm $2- || irc.* iswm $2- { var %cSj = $comchan($1,0) | while %cSj { $iif($comchan($1,%cSj).op,ban -k $comchan($1,%cSj) $1 2 4Fullname’inizde RekLam’a RastLandı!.. Değiştiriniz!.. ) | dec %cSj } } }
on !*:join:#:{ who $nick }
raw 352:*:{ fullnamekontrol $6 $9- | halt }
raw 315:*:{ halt }
#FNKontrol end
Bunu IRC Komutlarıyla da şu şekliyle yapabilirsin
/mode #kanal +b ~r:www
Yorum Yok »
Merhaba Arkadaşlar Bu kısımda ircd services eğitimlerinden Setname konusunu anlatacağim..
Setname soyadinizi belirlemektedir ve whois bilgilerinizde çıkmaktadir.
Örnegin;
back Kimlik Bilgisi: Siyah@Operator.LiderChat.Net * Cehennemden Gelen Siyah Ruh..
Burdaki Cehennemden Gelen Siyah Ruh Setname olmaktadir.
Sunucuya girdiğiniz zaman belirtmek zorundasiniz.
sunucuda değiştirmesi mümkündür değiştirmek için
/setname mesaj
şeklinde kullanılmaktadir.
Yorum Yok »