Page 1 of 1
help with irc services
Posted: Thu Feb 03, 2005 7:08 pm
by yz_450
can someone help me with installing ircServices please! i cant work out how to load it in to unreal!
Re: help with irc services
Posted: Thu Feb 03, 2005 9:42 pm
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.
Posted: Thu Feb 03, 2005 9:55 pm
by yz_450
thanks for the help

Posted: Fri Feb 04, 2005 12:28 am
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?
Posted: Fri Feb 04, 2005 12:30 am
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?
Posted: Fri Feb 04, 2005 1:14 am
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;
};
Posted: Fri Feb 04, 2005 1:58 am
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
Posted: Fri Feb 04, 2005 2:32 am
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
Posted: Fri Feb 04, 2005 3:31 am
by Caedmon
And remove that Autoconnect in the options block.
Never ever autoconnect to services.
Posted: Fri Mar 04, 2005 6:16 pm
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???
Posted: Fri Mar 04, 2005 8:35 pm
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
Posted: Sat Mar 05, 2005 7:18 pm
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.
Posted: Sun Mar 06, 2005 11:02 am
by w00t
Amen :p Down with hotlinking.
Posted: Sun Mar 06, 2005 4:59 pm
by Solutech
oopsy my bad
