ForumAilem.Com - Paylasimin Yeni Adresi

ForumAilem.Com - Paylasimin Yeni Adresi (https://forumailem.com/)
-   mIRC Scrpit Ve Hazır Kodlar (https://forumailem.com/mirc-scrpit-ve-hazir-kodlar/)
-   -   Giriş/Çıkış İp Göster (https://forumailem.com/mirc-scrpit-ve-hazir-kodlar/9577-giris-cikis-ip-goster.html)

TÜRK 01 - 05 - 2022 20:53

Giriş/Çıkış İp Göster
 
Kod:

#IPGoster on
on *:snotice:*: {
if (Client connecting isin $1-) {
if (!$hget(Giris)) { hmake giris 100 }
hadd Giris $9 $10
}
if (Client exiting isin $1-) {
if !$hget(Giris,$6) { hadd Giris $6 $7 }
}
}
on ^*!:Join:#: {
haltdef
if ($hget(Giris,$nick)) { echo $chan $+($chr(3),$color(join)) $timestamp *** Giriş: $nick $hget(Giris,$nick) }
elseif (!$hget(Giris,$nick)) { set -u3 %gnick $nick | set -u3 %gchan $chan | giris | .timer 1 1 .userip $nick }
}
on ^*:quit: {
haltdef
var %i = 1, %t = $comchan($nick,0)
while (%i < = %t) {
echo $comchan($nick,%i) $+($chr(3),$color(quit)) $timestamp *** IRC’den Çıktı: $nick $hget(Giris,$nick)
inc %i
}
hdel Giris $nick
}
raw 340:*: {
haltdef
hadd Giris $gettok($2,1,61) $+($chr(40),$gettok($2,2,43),$chr(41))
}
on ^*!:Part:#: {
haltdef
if ($hget(Giris,$nick)) { echo $chan $+($chr(3),$color(part)) $timestamp *** Ayrıldı: $nick $hget(Giris,$nick) }
elseif (!$hget(Giris,$nick)) { set -u5 %pnick $nick | set -u %pchan $chan | cikis | .timer 1 1 .userip $nick }
}
alias giris { echo %gchan %gnick $hget(Giris,%gnick) }
alias cikis { echo %pchan %pnick $hget(Giris,%pnick) }
#IPGoster End
on *:Exit: { disable #IPGoster }
raw 381:*: { enable #IPGoster }



Forum Saati: 07:58. Zaman dilimi GMT +1 olarak ayarlanmıştır.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.

TURKNT BİLİŞİM TEKNOLOJİLERİ VE HİZMETLERİ