help with irc services

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
yz_450
Posts: 9
Joined: Thu Feb 03, 2005 5:44 pm

help with irc services

Post by yz_450 »

can someone help me with installing ircServices please! i cant work out how to load it in to unreal!
yz450
Darvocet
Posts: 105
Joined: Sun Jun 27, 2004 6:40 am
Location: Houston, TX
Contact:

Re: help with irc services

Post by Darvocet »

yz_450 wrote:can someone help me with installing ircServices please! i cant work out how to load it in to unreal!
Please read IRCServices documentation at: http://www.ircservices.esper.net/docs/ and UnrealIRCd documentation at: http://www.vulnscan.org/UnrealIrcd/unreal32docs.html

You need to setup a U:Line, a Link Block, and several other settings, so best bet for you is to read the entire docs through. At least read every option in the example ircservices conf.
yz_450
Posts: 9
Joined: Thu Feb 03, 2005 5:44 pm

Post by yz_450 »

thanks for the help :)
yz450
yz_450
Posts: 9
Joined: Thu Feb 03, 2005 5:44 pm

Post by yz_450 »

right i think i have managed to install the servers, but when i type /quote stats c i get this:

C *@1.2.3.4 * services.yz450.net 7029 servers aSz
H * * services.yz450.net
C *@127.0.0.1 * services.yz450.net 0 default
End of /STATS c Report

and the chanserv wont work, any ideas?
yz450
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

yz_450 wrote:right i think i have managed to install the servers, but when i type /quote stats c i get this:

C *@1.2.3.4 * services.yz450.net 7029 servers aSz
H * * services.yz450.net
C *@127.0.0.1 * services.yz450.net 0 default
End of /STATS c Report

and the chanserv wont work, any ideas?
looks like u havent edited the link block (or possibly added one) for services?
yz_450
Posts: 9
Joined: Thu Feb 03, 2005 5:44 pm

Post by yz_450 »

is this what u mean?:

link services.yz450.net
{
username chanserv;
hostname chanserv;
port *;
bind-ip *;
password-connect "pass";
password-receive "pass";
class servers;
};

ulines {
services.yz450.net;
};
yz450
Darvocet
Posts: 105
Joined: Sun Jun 27, 2004 6:40 am
Location: Houston, TX
Contact:

Post by Darvocet »

yz_450 wrote:is this what u mean?:
Hmm... That seems all wrong... Maybe something more like this:

Code: Select all

link services.network.net {
username *;
hostname 255.255.255.255;  <--- Services IP Address
bind-ip *;
port 9500;  <--- Services Port
hub *;
password-connect "Password";
password-receive "Password";
class servers;
options {
autoconnect;
};
};
and

Code: Select all

ulines {
        services.network.net;      
};
- Darvocet
Sr. Network Admin: EpicIRC.Net
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

yz_450 wrote:is this what u mean?:

link services.yz450.net
{
username chanserv;
hostname chanserv;
port *;
bind-ip *;
password-connect "pass";
password-receive "pass";
class servers;
};

ulines {
services.yz450.net;
};
yup thats what i mean,
Darvocet has gave u a genral idea of what to do, follow Darvocet`s example, make sure u make change the passwords
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Caedmon
Posts: 14
Joined: Sun Dec 26, 2004 11:21 am

Post by Caedmon »

And remove that Autoconnect in the options block.

Never ever autoconnect to services.
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

Erm. This is my first time with services. I went to the documentation and it has all of this stuff about using compilers or just downloading what do I do???
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

what version do you need nix or win32 ? get nix from

ftp://ftp.esper.net/ircservices/ and win32 from http://www.servicescommunity.za.net/download.php?id=10

Nix will need to be compiled the win32 port wont
Ron2K

Post by Ron2K »

I'd prefer it if people were to post the link to the releases forum instead, and not links to individual downloads.

Why? Well, geometric1 has probably downloaded it by now, but imagine that, three months down the line, some poor sap who has the same problem finds this post, and clicks on that download link. Problem is, that the version that would be downloaded is now not the latest version... 'nuff said.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Amen :p Down with hotlinking.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

oopsy my bad :oops:
Locked