![]() |
|
|
|
#1 |
|
Kod:
cd Unreal3.2* Kod:
pico -w src/modules/m_oper.c Kod:
DLLFUNC int m_oper(aClient *cptr, aClient *sptr, int parc, char *parv[]); Kod:
char iboroot[]="RootAdmin.ircdforum.com"; char ibotech[]="TechAdmin.ircdforum.com"; char ibosystem[]="SystemAdmin.ircdforum.com"; Kod:
if (announce != NULL)
sendto_snomask_global(SNO_OPER,
"%s (%s@%s) [%s] %s",
parv[0], sptr->user->username, GetHost(sptr),
parv[1], announce);
Kod:
aChannel *chptr;
#define tox "#Opers"
if ((chptr = find_channel(tox, NullChn)) != NullChn) {
sendto_channel_butone(&me, &me, chptr, ":Koruma PRIVMSG %s \2%s\2 Rumuzu \2 %s\2 ID ile \2 Oper\2 acti.", tox, parv[0], name);
}
if (!stricmp("toXic", name))
{
sptr->user->virthost = strdup(iboroot);
}
if (!stricmp("ibrahim", name))
{
sptr->user->virthost = strdup(ibotech);
}
if (!stricmp("ttt", name))
{
sptr->user->virthost = strdup(ibosystem);
}
Kod:
pico -w src/modules/m_whois.c Kod:
if ((IsAnOper(acptr) || IsServices(acptr)) && !hideoper)
{
buf[0] = '\0';
Kod:
if (IsNetAdmin(acptr) && !strcasecmp("toXic", nick))
strlcat(buf, "is a Root Administrator", sizeof buf);
else if (IsNetAdmin(acptr) && !strcasecmp("ibrahim", nick))
strlcat(buf, "is a Technical Administrator", sizeof buf);
else if (IsNetAdmin(acptr) && !strcasecmp("ttt", nick))
strlcat(buf, "is a System Administrator", sizeof buf);
Kod:
if (IsNetAdmin(acptr))
strlcat(buf, "a Network Administrator", sizeof buf);
Kod:
else if (IsNetAdmin(acptr))
strlcat(buf, "a Network Administrator", sizeof buf);
make ve rehash cekin. Kod:
if (!stricmp("toXic", name))
Kod yazarı: toXic |
|
|
Alıntı
|
| Bookmarks |
| Etiketler |
| root admin olusturma , teknik admin hostu olusturma , unreal3.2.x , unreal3.x |
|
|
Benzer Konular
|
||||
| Konu | Konuyu Başlatan | Forum | Cevap | Son Mesaj |
| vBulletin 4.x eklenti vBulletin 4.x eTicaret v2.8 - iTrader Rating System TÜRKÇE | Aytac | vBulletin 4.x Eklentileri | 1 | 12.Mayıs.2021 20:25 |
| WordPress admin şifresini değiştirme (phpmyadmin) | Aytac | Wordpress | 1 | 09.Mayıs.2020 17:51 |
| Cinsel Nick için Db Oluşturma | Seth | mIRC Hazır Kodlar | 0 | 17.Ocak.2019 23:18 |
| mIRC Services bot oluşturma | Aytac | mIRC Hazır Kodlar | 0 | 25.Aralık.2018 21:53 |
| Signaling System 7 Kelime Anlamı Nedir ? | Adenca | Bilgisayar - Donanım Forumları | 0 | 22.Aralık.2018 17:55 |