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/)
-   -   Rmtkl Modülü ile ilgili sorun (https://www.ircforumlari.net/unreal-ircd/478588-rmtkl-modulu-ile-ilgili-sorun.html)

kapitalist77 02 Mayıs 2012 20:23

Rmtkl Modülü ile ilgili sorun
 
Meraba arkadaşlar ;

Problemim konu başlığından anlaşıldığı gibi "/rmtkl * * " komutunu sunucudan uyguladığım zaman "Kısıtlı Erişim - Yeterli IRC Operatör yetkisine sahip değilsiniz." Netadmin Yetkisi olmasına karşın yetki olmadığını gösteriyor. rmtkl.c dosyasında herhangi bir değişiklik yapmadım. Aynen kurdum. Aratırmama rağmen çözümü bulmadım. Yardımcı olursanız sevinirim.

Teşekkürler. Kolay gelsin.

toXic 02 Mayıs 2012 21:25

Cevap: Rmtkl Modülü ile ilgili sorun
 
mode nick -Oo yapip tekrar oper girdikten sonra kullanmayi dene.

kapitalist77 04 Mayıs 2012 16:54

Cevap: Rmtkl Modülü ile ilgili sorun
 
Alıntı:

toXic Nickli Üyeden Alıntı (Mesaj 1041107601)
mode nick -Oo yapip tekrar oper girdikten sonra kullanmayi dene.

Şundan Bahsediyorsun Sanırım ;

/mode [İlgili Nick] -Oo

[XX:XX] *** [İlgili Nick] mod değiştirdi:-oghANWq

Tekrar Oper Giriyorum,

[XX:XX] *** [İlgili Nick] mod değiştirdi:+oghaANWq

Sonuç : Kısıtlı Erişim - Yeterli IRC Operatör yetkisine sahip değilsiniz.

toXic 04 Mayıs 2012 17:01

Cevap: Rmtkl Modülü ile ilgili sorun
 
rmtkl modulunu koyarsan daha sağlam bakabilirz

kapitalist77 04 Mayıs 2012 17:40

Cevap: Rmtkl Modülü ile ilgili sorun
 
Alıntı:

toXic Nickli Üyeden Alıntı (Mesaj 1041109298)
rmtkl modulunu koyarsan daha sağlam bakabilirz


PHP- Kodu:

/*
 *   m_rmtkl - /RMTKL command to remove *lines matching certain patterns.
 *   (C) Copyright 2004-2006 Syzop <
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
>
 *   (C) Copyright 2003-2004 AngryWolf <angrywolf[MENTION=16847]Flash[/MENTION]mail.com>
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 1, or (at your option)
 *   any later version.
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program; if not, write to the Free Software
 *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

#include "config.h"
#include "struct.h"
#include "common.h"
#include "sys.h"
#include "numeric.h"
#include "msg.h"
#include "proto.h"
#include "channel.h"
#include <time.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef _WIN32
#include <io.h>
#endif
#include <fcntl.h>
#include "h.h"
#ifdef STRIPBADWORDS
#include "badwords.h"
#endif
#ifdef _WIN32
#include "version.h"
#endif

#ifndef MODVAR
 #error "requires Unreal3.2.2"
#endif

#define IsParam(x)      (parc > (x) && !BadPtr(parv[(x)]))
#define IsNotParam(x)   (parc <= (x) || BadPtr(parv[(x)]))
#define DelCommand(x)    if (x) CommandDel(x); x = NULL

/* Externs */
#if !defined(UNREAL_VERSION_MINOR)
extern aTKline        *tkl_del_line(aTKline *tkl);
extern MODVAR int    tkl_hash(char c);
extern MODVAR aTKline    *tklines[TKLISTLEN];
#endif

/* Forward declarations */
DLLFUNC int m_rmtkl(aClient *cptraClient *sptrint parcchar *parv[]);

ModuleHeader MOD_HEADER(m_rmtkl)
  = {
    
"rmtkl",
    
"/RMTKL atılan line'ları kaldırma",
    
"
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">,
    
"3.2-b8-1",
    
NULL 
    
};


DLLFUNC int MOD_INIT(m_rmtkl)(ModuleInfo *modinfo)
{
    if (!
CommandAdd(modinfo->handle"RMTKL"NULLm_rmtkl30) ||
        (
ModuleGetError(modinfo->handle) != MODERR_NOERROR))
    {
        
config_error("Error adding command RMTKL: %s",
            
ModuleGetErrorStr(modinfo->handle));
        return 
MOD_FAILED;
    }

    return 
MOD_SUCCESS;
}

DLLFUNC int MOD_LOAD(m_rmtkl)(int module_load)
{
    return 
MOD_SUCCESS;
}

DLLFUNC int MOD_UNLOAD(m_rmtkl)(int module_unload)
{
    return 
MOD_SUCCESS;
}

#if !defined(UNREAL_VERSION_MINOR)
/*
 * =================================================================
 * tkl_check_local_remove_shun:
 *     Copied from src/s_kline.c (because it's declared statically,
 *     but I want to use it).
 * =================================================================
 */

/* NOTE OF SYZOP: No longer used for Unreal 3.2.4 and above */
static void tkl_check_local_remove_shun(aTKline *tmp)
{
long i1i;
char *chost, *cname, *cip;
int  is_ip;
aClient *acptr;

    for (
i1 0i1 <= 5i1++)
    {
        for (
0<= LastSlot; ++i)
        {
            if ((
acptr local[i]))
                if (
MyClient(acptr) && IsShunned(acptr))
                {
                    
chost acptr->sockhost;
                    
cname acptr->user->username;

    
                    
cip GetIP(acptr);

                    if (!(*
tmp->hostmask '0') && (*tmp->hostmask '9'))
                        
is_ip 1;
                    else
                        
is_ip 0;

                    if (
is_ip ==
                        
? (!match(tmp->hostmask,
                        
chost)
                        && !
match(tmp->usermask,
                        
cname)) : (!match(tmp->
                        
hostmaskchost)
                        || !
match(tmp->hostmask,
                        
cip))
                        && !
match(tmp->usermask,
                        
cname))
                    {
                        
ClearShunned(acptr);
#ifdef SHUN_NOTICES
                        
sendto_one(acptr,
                            
":%s NOTICE %s :*** You are no longer shunned",
                            
me.name,
                            
acptr->name);
#endif
                    
}
                }
        }
    }
}
#endif /* <3.2.4 */

/*
 * =================================================================
 * my_tkl_del_line:
 *     Modified version of tkl_del_line (from src/s_kline.c),
 *     because using loops is unnecessary here). Also, I don't
 *     delete any spamfilter entries with this module either.
 * =================================================================
 */
void my_tkl_del_line(aTKline *pint tklindex)
{
    
MyFree(p->hostmask);
    
MyFree(p->reason);
    
MyFree(p->setby);
    if ((
p->type TKL_KILL || p->type TKL_ZAP || p->type TKL_SHUN)
        && 
p->ptr.netmask)
        
MyFree(p->ptr.netmask);
    
DelListItem(ptklines[tklindex]);
    
MyFree(p);
}

/*
 * =================================================================
 * dumpit:
 *     Dump a NULL-terminated array of strings to user sptr using
 *     the numeric rplnum, and then return 0.
 *     (Taken from DarkFire IRCd)
 * =================================================================
 */

static int dumpit(aClient *sptrchar **p)
{
        for (; *
!= NULLp++)
                
sendto_one(sptr":%s %03d %s :%s",
                        
me.nameRPL_TEXTsptr->name, *p);
        
/* let user take 8 seconds to read it! */
        
sptr->since += 8;
        return 
0;
}

/* help for /rmtkl command */

static char *rmtkl_help[] =
{
    
"*** \002Help on /rmtkl\002 *** ",
    
"COMMAND - Removes all TKLs matching the given conditions from the",
    
"local server or the IRC Network depending on it's a global ban or not.",
    
"With this command you can remove any type of TKLs (including K:Line",
    
"G:Line, Z:Line, Global Z:Line and Shun).",
    
"Syntax:",
    
"    \002/rmtkl\002 type user@host [comment]",
    
"The type field may contain any number of the following characters:",
    
"    K, z, G, Z, q, Q and *",
    
"    (asterix includes every types but q & Q).",
    
"The user@host field is a wildcard mask to match an user@host which",
        
"    a ban was set on.",
    
"The comment field is also wildcard mask that you can match the",
    
"    text of the reason for a ban.",
    
"Examples:",
    
"    - \002/rmtkl * *\002",
    
"        [remove all TKLs but q and Q lines]",
    
"    - \002/rmtkl GZ *@*.mx\002",
    
"        [remove all Mexican G/Z:Lines]",
    
"    - \002/rmtkl * * *Zombie*\002",
    
"        [remove all non-nick bans having Zombie in their reasons]",
    
"*** \002End of help\002 ***",
    
NULL
};

// =================================================================
// Array of TKL types
// =================================================================

typedef struct _tkl_type TKLType;

struct _tkl_type
{
    
int    type;
    
char    flag;
    
char    *txt;
    
u_long    oflag;
};

TKLType tkl_types[] =
{
    { 
TKL_KILL,            'K',    "K:Line",        OFLAG_KLINE    },
    { 
TKL_ZAP,            'z',    "Z:Line",        OFLAG_ZLINE    },
    { 
TKL_KILL TKL_GLOBAL,    'G',    "G:Line",        OFLAG_TKL    },
    { 
TKL_ZAP TKL_GLOBAL,        'Z',    "Global Z:Line",    OFLAG_GZL    },
    { 
TKL_SHUN TKL_GLOBAL,    's',    "Shun",            OFLAG_TKL    },
    { 
TKL_NICK,            'q',    "Q:Line",        OFLAG_TKL    },
    { 
TKL_NICK TKL_GLOBAL,    'Q',    "Global Q:Line",    OFLAG_TKL    },
    { 
0,                0,    "Unknown *:Line",    0        },
};

static 
TKLType *find_TKLType_by_type(int type)
{
    
TKLType *t;

    for (
tkl_typest->typet++)
        if (
t->type == type)
            break;

    return 
t;
}

static 
TKLType *find_TKLType_by_flag(char flag)
{
    
TKLType *t;

    for (
tkl_typest->typet++)
        if (
t->flag == flag)
            break;

    return 
t;
}

/*
 * =================================================================
 * m_rmtkl -- Remove all matching TKLs from the network
 *     parv[0] = sender prefix
 *     parv[1] = ban types
 *     parv[2] = userhost mask
 *     parv[3] = comment mask (optional)
 * =================================================================
 */

DLLFUNC int m_rmtkl(aClient *cptraClient *sptrint parcchar *parv[])
{
aTKline *tk, *next NULL;
TKLType *tkltype;
char *types, *uhmask, *cmask, *p;
char gmt[256], flag;
int tklindex;

    if (!
IsULine(sptr) && !(IsPerson(sptr) && IsAnOper(sptr)))
    {
        
sendto_one(sptrerr_str(ERR_NOPRIVILEGES), me.nameparv[0]);
        return -
1;
    }

    if (
IsNotParam(1))
        return 
dumpit(sptrrmtkl_help);

    if (
IsNotParam(2))
    {
        
sendto_one(sptrerr_str(ERR_NEEDMOREPARAMS), me.nameparv[0], "RMTKL");
        
sendnotice(sptr"Type '/RMTKL' for help");
        return 
0;
    }

    
types    parv[1];
    
uhmask    parv[2];
    
cmask    IsParam(3) ? parv[3] : NULL;

    
/* I don't add 'q' and 'Q' here. They are different. */
    
if (strchr(types'*'))
        
types "KzGZs";

    
/* check access */
    
if (!IsULine(sptr))
        for (
types; *pp++)
        {
            
tkltype find_TKLType_by_flag(*p);
            if (!
tkltype->type)
                continue;
            if (((
tkltype->type TKL_GLOBAL) && !IsOper(sptr))
                || !(
sptr->oflag tkltype->oflag))
            {
                
sendto_one(sptrerr_str(ERR_NOPRIVILEGES),
                    
me.nameparv[0]);
                return -
1;
            }
        }

    for (
tkltype tkl_typestkltype->typetkltype++)
    {
        
flag        tkltype->flag;
        
tklindex    tkl_hash(flag);

        if (!
strchr(typesflag))
            continue;

        for (
tk tklines[tklindex]; tktk next)
        {
            
next tk->next;

            if (
tk->type != tkltype->type)
                continue;
            if (
tk->type TKL_NICK)
            {
                
/*
                 * If it's a services hold (ie. NickServ is holding
                 * a nick), it's better not to touch it
                 */
                
if (*tk->usermask == 'H')
                    continue;
                if (
match(uhmasktk->hostmask))
                    continue;
            }
            else
                if (
match(uhmaskmake_user_host(tk->usermasktk->hostmask)))
                    continue;

            if (
cmask && _match(cmasktk->reason))
                continue;

            
strncpyzt(gmtasctime(gmtime((TS *)&tk->set_at)),
                
sizeof gmt);
            
iCstrip(gmt);

            if (
tk->type TKL_NICK)
            {
                
sendto_snomask(SNO_TKL"%s removed %s %s (set at %s "
                    "- reason: %s)"
,
                    
sptr->nametkltype->txttk->hostmaskgmt,
                    
tk->reason);
                
ircd_log(LOG_TKL"%s removed %s %s (set at %s "
                    "- reason: %s)"
,
                    
sptr->nametkltype->txttk->hostmask,
                    
gmttk->reason);
            }
            else
            {
                
sendto_snomask(SNO_TKL"%s removed %s %s@%s (set at "
                    "%s - reason: %s)"
,
                    
sptr->nametkltype->txttk->usermask,
                    
tk->hostmaskgmttk->reason);
                
ircd_log(LOG_TKL"%s removed %s %s@%s (set at "
                    "%s - reason: %s)"
,
                    
sptr->nametkltype->txttk->usermask,
                    
tk->hostmaskgmttk->reason);
            }

            if ((
tk->type TKL_GLOBAL) && flag)
                
sendto_serv_butone_token(&meme.nameMSG_TKLTOK_TKL,
                    
"- %c %s %s %s",
                    
flagtk->usermasktk->hostmaskparv[0]);
            if (
tk->type TKL_SHUN)
                
tkl_check_local_remove_shun(tk);
            
my_tkl_del_line(tktklindex);
        }
    }

    return 
0;



toXic 04 Mayıs 2012 18:49

Cevap: Rmtkl Modülü ile ilgili sorun
 
Flaglarini ve snomasklarini gösterirmisin?

kapitalist77 04 Mayıs 2012 20:09

Cevap: Rmtkl Modülü ile ilgili sorun
 
Alıntı:

toXic Nickli Üyeden Alıntı (Mesaj 1041109349)
Flaglarini ve snomasklarini gösterirmisin?

Flag : OaANCorRDhgqwnGcLkKbtBzZtvHW

Server notice mask (+kcfvGqSso)

toXic 04 Mayıs 2012 20:42

Cevap: Rmtkl Modülü ile ilgili sorun
 
Bir sorun görünmüyor ama yinede flaglari bu sekil doldur net adminler icin;

PHP- Kodu:

      flags  aASsDdFPfgHjKkLliMmnNBbVvCcXZzPpOoIUuYyTtREeWwQq^*;
        
snomask +ksfFcvGqejSoP 

Deneyip haber verirsen sevinirim.

kapitalist77 04 Mayıs 2012 21:24

Cevap: Rmtkl Modülü ile ilgili sorun
 
Alıntı:

toXic Nickli Üyeden Alıntı (Mesaj 1041109459)
Bir sorun görünmüyor ama yinede flaglari bu sekil doldur net adminler icin;

PHP- Kodu:

      flags  aASsDdFPfgHjKkLliMmnNBbVvCcXZzPpOoIUuYyTtREeWwQq^*;
        
snomask +ksfFcvGqejSoP 

Deneyip haber verirsen sevinirim.

Flag ve Snomask'larıda Aynı Şekilde Yaptım Sorun devam ediyor. ;s2

Server'da daha önce kullanabiliyordum. Sonrasında Unreal'i Silip Tekrar Kurdum. Modülleri ve unrealircd.conf 'u Aynı Şekilde yerlerine attım. Tabi server'in kurulum modülleri hariç şekilde. bütün modüller aktif sadece rtmlk çalışmıyor.

Ayrıca İlgin için Teşekkür ederim.


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

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