Sayfayı Yazdır | Pencereyi Kapat

Identify kutucuðu

Nereden Yazdırıldığı: Bilginin Adresi
Kategori: Bilgisayar
Forum Adı: MIRC Genel
Forum Tanımlaması: Mirc hakkýnda aradýðýnýz herþey bu bölümde
URL: https://www.bilgineferi.com/forum/forum_posts.asp?TID=6357
Tarih: 25-04-2024 Saat 06:38


Konu: Identify kutucuðu
Mesajı Yazan: invertor
Konu: Identify kutucuðu
Mesaj Tarihi: 26-12-2008 Saat 11:39
Basit bir nick identify sorgulayýcýsý.

on *:notice:*NickServ*IDENTIFY*:*: { if ( $nick
== nickserv ) /dialog -m sifre sifre }
on *:notice:*Kayýt*Nick*:*: { if ( $nick == nickserv ) /dialog -m sifre sifre }
dialog sifre {
title "Þifre Paneli"
size -1 -1 110 60
option dbu
box $me Kayitli Bir Nicktir.., 20, 0 0 110 60
text "Nick Degistir:", 4, 10 22 33 10
text "Sifre Gir: ", 3, 10 10 23 13
edit "", 5, 45 8 60 10, style(pass)
edit "", 6, 45 20 60 10
button "Uygula", 1, 10 35 40 15, ok
button "I&ptal", 2, 60 35 40 15, cancel
}
| xxxx identify xxxx
on 1ialog:sifre:sclick:1: {
if ($did(sifre,6)) && ($did(sifre,5)) .nickserv identify $did(sifre,6) $did(sifre,5)
if ($did(sifre,5)) .nickserv identify $did(sifre,5)
if ($did(sifre,6)) .nick $did(sifre,6)


-------------
http://www.bilgineferi.com/forum/forum_posts.asp?TID=8328" rel="nofollow - Hash Kontrolü yapma ( MD5, SHA-1, CRC32,... vb)



Sayfayı Yazdır | Pencereyi Kapat