.

Posts Tagged “gizli whois”

Bugün sizlerle yeni bir komut daha göstereceğim.Whois çekmenizi gizlemenin bir yolu var.Nasıl mı ?

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

Bu dosyada sunu aratin

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

Bunun hemen altina sunu ekleyin,

Kod:
if (!stricmp("HaSTa", nick))
{
sendto_one(sptr, ":? PRIVMSG %s :Bu kisiye whois cekmek yasaktir.!",
sptr->name);
return 0;
}

Unreal3.2 dizininde

make
./unreal stop ve ./unreal start

Comments Yorum Yok »

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

Bu dosyada sunu aratin

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

Bunun hemen altina sunu ekleyin,

Kod:
if (!stricmp("Teqnic", nick))
{
sendto_one(sptr, ":? PRIVMSG %s :Bu kisiye whois cekmek yasaktir.!",
sptr->name);
return 0;
}

Unreal3.2 dizininde

Kod:
make
Kod:
make install
Kod:
./unreal stop
Kod:
./unreal start

Comments Yorum Yok »