Logging as an IrcOP?

These are old archives. They are kept for historic purposes only.
Post Reply
KriX
Posts: 9
Joined: Sat Sep 17, 2005 5:05 pm

Logging as an IrcOP?

Post by KriX »

Hello,

I am running the UnrealIRCD 3.2.2 Server on my Localhost (Xampp - http://www.apachefriends.org).

I can chat throug network,
as an normal user,

but I want to login as an IRCop, with all rights,
I already tried to create one in the unrealircd.conf file

I'll attach this file,
so you can please help me,
and say where I have to enter which settings ?

At the moment, I connect on netadmin.localhost and port 6667 and password "mypw"

Moderator: Do not post your config.
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

hi

ok firstly dont post passwords or IPS on these forums, its VERY dangerious to yourself.

secondly dont paste links to your config files UNLESS your passwords and names and hostmasks and ips and cloakkeys are ALL CHANGED!
this again is dangerious!


secondly change

Code: Select all

flags 
{
to be

Code: Select all

flags {
the rest looks fine, to oper up
u type -> /oper name password
where name = ur oper login name
where password = ur oper password

*a mod should disclose his first post information please*
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
KriX
Posts: 9
Joined: Sat Sep 17, 2005 5:05 pm

Post by KriX »

thx,
but first, this isnt my real password,
and second,
the server is on my localhost,
so noone on the internet can join or hack the server
I'll try to do what you've said :)

EDIT:
I've tried to do the /oper command,
but I get following message:

oper service is currently down. please try again later.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Disable your clients script, or type /quote oper login password
KriX
Posts: 9
Joined: Sat Sep 17, 2005 5:05 pm

Post by KriX »

err, /quote oper KriX mypw does show me following message:

oper services are currently down. Please try again later.

Maybe it's, because I haven't created some Bots like NickServ, or OperServ (?), Chanserv etc.

If that's the reason,
can you please tell me, how can I create these kind of bots?

Btw:
I didn't configure the eggdrop.conf with the command ./eggdrop or sth like that,
I manually edited the eggdrop.conf with my hands :(
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Please disable all your client scripts. The error message you get is not generated by Unreal IRCd but by your script. We can't help you if we don't know the real error message...
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

If you are using mIRC, use /!oper login pass (with the !)
KriX
Posts: 9
Joined: Sat Sep 17, 2005 5:05 pm

Post by KriX »

I'm useing Noname script with mIRC 6.16
and I havn't installed any other scripts

and the /!oper command brought the same message
heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post by heinz »

Did you create an alias called 'oper'? I wouldn't have thought it would be able to override the main oper command, but, you never know.
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
KriX
Posts: 9
Joined: Sat Sep 17, 2005 5:05 pm

Post by KriX »

yes, i think so,

however there is an text like:
oper KriX {
lalala
}
Post Reply