IP Takip Kodu
Bir kişinin daha önce hangi ipten hangi nicklerle girmiş onu gösteren koddur.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
on !*:join:#:{ set %nick $nick set %mask $address($nick,2) set %nick2 $readini profil.ini %mask nick set %mask2 $readini profil.ini %mask mask if %mask == %mask2 && %nick != %nick2 { set %quand $readini profil.ini %mask quand | beep $iif(!$window(@IP-Takip),window -z @IP-Takip) aline -hp @IP-Takip - $- $+($time,-) $+($chr(40),#Sohbet,$chr(41)) 4 $nick nickinin,bundan önce aynı IP'den giriş yaptığı nick: 4%nick2 $+($chr(40),%quand,$chr(41)) } if !$ini(profil.ini,mask) { hashtable } } alias hashtable { if !$hget(profil) { .hmake profil 5 } else { .hadd profil nick %nick | .hadd profil mask %mask | .hadd profil quand $+($time,-,$date) | .hsave -sai profil profil.ini $hget(profil,mask) | .hfree -s profil } } |
önceki yazımızda « Nick – IP – Sehir – “GLİNE” – “NICKBAN” – “SHUN” makelemiz var.
IP Takip Kodu İle Benzer Sohbet Yazıları
IP Takip Kodu yazına yapılan yorumlar