Anope IRC Services

Denora Stats (discontinued) => Denora 1.5.x Support (Read Only) => Topic started by: Nemesis Forever on April 17, 2011, 08:02:07 AM

Title: StatServ- Access denied
Post by: Nemesis Forever on April 17, 2011, 08:02:07 AM
When executing the command "/msg statServ login username password"

I receive the msg saying "StatServ- Access denied"

The denora conf file says the following:


Code: [Select]
admin {
    // required tokens
    name        "username";
    passwd      "password";
    hostname    "*@*";

    // optional tokens
    #language    1;
};

admin {
    name        "Username2";
    passwd      "password";
    hostname    "*@*";
};

What could be the problem?
Title: Re: StatServ- Access denied
Post by: Charles Kingsley on April 17, 2011, 08:04:05 AM
Opered?
Title: Re: StatServ- Access denied
Post by: Nemesis Forever on April 17, 2011, 08:30:27 AM
Not opered in UnrealIRCD 3.2

The block in unreal.conf is as follows:

Code: [Select]

oper Username {
class           clients;
from {
userhost Username@*;
};
password "password";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};

What needs to be changed? I connect to the server from a dynamic IP.
Title: Re: StatServ- Access denied
Post by: Charles Kingsley on April 17, 2011, 08:31:23 AM
 ???

You need to be opered on your ircd before you try and use stats.

Title: Re: StatServ- Access denied
Post by: Nemesis Forever on April 17, 2011, 08:42:20 AM
I understand that but how can I be opered on Unrealircd?

I'm the sole administrator and right now am setting up the network.

Please help.
Title: Re: StatServ- Access denied
Post by: Charles Kingsley on April 17, 2011, 08:44:07 AM
That is a question for your ircd people I'm afraid.

Hint, you should probably change

Quote
userhost Username@*;

to

Quote
userhost *@*;

(which is a truly awful way to set this up..)

Then REHASH (to reload the config)

And then /oper Username password (literally).


If you are doing this on linux you might want to spend a couple of bucks on a shell that comes preconfigured with Unreal/Anope Services/Denora Stats out of the box so you can just get on with running your network.
Title: Re: StatServ- Access denied
Post by: schorpioen22 on April 17, 2011, 08:44:35 AM
You oper on your network by typing in your client /oper opernick operpass and pressing enter
Title: Re: StatServ- Access denied
Post by: Nemesis Forever on April 17, 2011, 09:01:17 AM
Opered on Unreal.... Was able to login to statserv properly

Thanks a lot for your help.
Title: Re: StatServ- Access denied
Post by: schorpioen22 on April 17, 2011, 09:11:11 AM
your welcome