|
Yazan : Admin | Tarih : 2009-07-09
|
|
allow {
ip "*@*";
hostname "*@*";
class clients;
password "ŞİFRE";
maxperip 30;
redirect-server Irc.mirctr.org;
}; |
| Son Güncelleme ( 2009-07-09 ) |
|
Yazan : Admin | Tarih : 2009-07-09
|
|
m_whois.c'de
Kod:
if (IsWhois(acptr) && (sptr != acptr))
{
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->... |
| Son Güncelleme ( 2009-07-09 ) |
|
Yazan : Admin | Tarih : 2009-07-09
|
|
Unreal IRCd 'de sıkca sorulan sorulardan birtaneside
ident yasaklamaktır.
Uygulanacak komutlar sırasıyla ;
cd Unreal3.2x
pico unrealircd.conf
Conf'unuzun uyugn yerine ( genelde en alt satır )
ban user {
mask *@*; -> * yerine yasak... |
| Son Güncelleme ( 2009-07-09 ) |
|
Yazan : Admin | Tarih : 2009-07-09
|
|
m_quit.c dosyası içerisinde
if (!IsServer(cptr) && IsPerson(sptr))
{
#ifdef STRIPBADWORDS
int blocked = 0;
#endif
int n;
char *s = comment;
Hook *tmphook;
satırının altına
char *cmesajlistesi[]= {
"Çıkış Mesajı 1",
"Çıkı... |
| Son Güncelleme ( 2009-07-09 ) |
|
Yazan : Admin | Tarih : 2009-07-09
|
|
Telnet'e login girisimizi yaptiktan sonraa
cd Unreal3.2
cd src
cd modules
wget http://www.angrywolf.org/hideserver.tar.gz
tar -zxvf http://www.angrywolf.org/hideserver.tar.gz
cd ../..
make custommodule MODULEFILE=hideserver
A... |
| Son Güncelleme ( 2009-07-09 ) |
|
Yazan : Admin | Tarih : 2009-07-09
|
|
Bildiğiniz üzere birçok invite botları away mesajlarını kullaniyorlar, bir nevi bunlara önlem için;
m_away.c dosyasında
if (MyConnect(sptr))
sendto_one(sptr, rpl_str(RPL_NOWAWAY), me.name, parv[0]);
return 0;
}
satırını
if (IsRegN... |
| Son Güncelleme ( 2009-07-09 ) |