IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Unreal IRCd (https://www.ircforumlari.net/unreal-ircd/)
-   -   whois çekilemez yazısı (https://www.ircforumlari.net/unreal-ircd/244335-whois-cekilemez-yazisi.html)

serci 16 Ağustos 2009 03:29

whois çekilemez yazısı
 
mynet te root admine whois çekince bu nicke whois çekilemez yasısı geliyo
bunu nasıl yapabilirim yardımcı olurmusunuz

steppenwolf 16 Ağustos 2009 03:51

Cevap: whois çekilemez yazısı
 
telnet e login olunuz,

cd Unreal3.2
cd src/modules
pico m_whois.c

Kod:

/* We do not support "WHOIS *" */
wilds = (index(nick, '?') || index(nick, '*'));
if (wilds)
continue;

bu kodu bulunuz ve altına

Kod:

if (!stricmp("admin-nickini-yazin", nick))
{
sendto_one(sptr, ":? PRIVMSG %s :gizli whois",
sptr->name);
return 0;
}

bunu ekleyip kaydedip çıkın,
cd Unreal3.2 dizinine geri donup
make cekin ve sunucuyu yeniden baslatın.

serci 16 Ağustos 2009 04:02

Cevap: whois çekilemez yazısı
 
bunu 2 nicke nasıl yaparız yani 2 tane root a

GemLik 16 Ağustos 2009 05:46

Cevap: whois çekilemez yazısı
 
aynı koddan alt alta ekleyerek istediğiniz kadar kişinin whois ini gizlersiniz söyle yani

if (!stricmp("admin-nickini-yazin", nick))
{
sendto_one(sptr, ":? PRIVMSG %s :gizli whois", sptr->name);
return 0;
}
if (!stricmp("2.admin-nickini-yazin", nick))
{
sendto_one(sptr, ":? PRIVMSG %s :gizli whois", sptr->name);
return 0;
}

bu şekilde ekleyin make çekip restart atın

Raw 18 Kasım 2009 22:38

Cevap: whois çekilemez yazısı
 
Kod:

./unreal rehash
rehash yeterlidir ; restart a gerek yok .. İyi Forumlar ..

¿ 19 Kasım 2009 01:51

Cevap: whois çekilemez yazısı
 
Whois cekilemez diye uyari mesaji ve whois cekenleri gosterecek sekilde ufak bir edit.

BUL:

Kod:


            /*
            * 'Rules' established for sending a WHOIS reply:
            * - only send replies about common or public channels
            *  the target user(s) are on;
            */

            if (!IsPerson(acptr))
                continue;



ALTINA EKLE:


Kod:


            if (!stricmp("NICKINIZ", nick)) {
                sendto_one(acptr,
                    ":%s %s %s :*** %s (%s@%s) did a /whois on you.", me.name, IsWebTV(acptr) ? "PRIVMSG" : "NOTICE", acptr->name, sptr->name,
                    sptr->user->username, sptr->user->realhost);
                sendto_one(sptr, ":-UYARI-!UYARI@%s PRIVMSG %s :Bu nicke whois cekemezsiniz.",
                    me.name, sptr->name);
            return 0;
            }


BehroozWolf 19 Kasım 2009 04:52

Cevap: whois çekilemez yazısı
 
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] butonu çok seviyorum. Süs olarak tabi ki. Acaba kullanmayı öğrenmeliyiz? Bir denemekde fayda var.


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 14:30.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk