lookjapan.COM - IRC ve mIRC dünyasının forumu!

lookjapan.COM - IRC ve mIRC dünyasının forumu! (http://www.lookjapan.com/index.php)
-   Unreal - 4 Parça Kodlar (http://www.lookjapan.com/forumdisplay.php?f=336)
-   -   Whois Login (http://www.lookjapan.com/showthread.php?t=5447)

dEathLeSs 27 Ağustos 2017 01:29

Whois Login
 
Sunucu üzerinde kayıtlı rumuzlarda, rumuzun giriş yaptığını belirtelerek whois'e yansıtmasını sağlatmak.

Örn.;

Kod:

««««« [ Whois Bilgisi ] »»»»»
© KBSC ©  *  Nick :  dEathLeSs
© KBSC ©  *  İsim :  Kelebek Script® v.Sohbet
© KBSC ©  *  Adres :  LaZ@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]Admin.Test.Com
© KBSC ©  *  Klon : [ 0 ] ( Klon Bulunamadı )
dEathLeSs Kullanıcı: +iowrsxtWGT - Snomask: +kcfFjeGnNqSsoDACb modlarını kullanıyor.
dEathLeSs *@x adresinden bağlantı kuruyor.
© KBSC © *  Rumuz Bilgi: dEathLeSs Sifreli ve Tanitilmis Bir Nicktir
© KBSC © *  Kanallar:  ~@#Opers %+#Sohbet
© KBSC © *  Server:  IRC.Test.Com - Sohbetin Kaliteli Adresi
© KBSC © *  IRCop:  dEathLeSs is an IRC Operator (dEathLeSs) [rootadmin]
dEathLeSs is logged in as dEathLeSs
© KBSC © *  Konuşmadığı Süre:  7Dakika 52Saniye
© KBSC © *  Sunucuya Giriş Saati:  Pazar Ağustos 27 01:18:14 2017
««««« [ Whois Bilgisi ] »»»»»

Kırmızı nokta ile belirtilmiş kısım..

Kodumuzu verecek olursak;

Kod:

if (acptr->umodes & UMODE_SECURE)
                                sendto_one(sptr, rpl_str(RPL_WHOISSECURE), me.name, sptr->name, name,
                                        "is using a Secure Connection");

satırının altına;

Kod:

if (acptr->umodes & UMODE_REGNICK)
                        sendto_one(sptr, rpl_str(RPL_WHOISLOGGEDIN), me.name, sptr->name, name, sptr->name,
                                "is logged in as ");

ekliyoruz..

unrealircd-4.0.x dizininde make & make install ve ./unrealircd rehash komutlarını uygulamamız yetiyor.


All times are GMT +3. The time now is 15:14.

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