Search found 6 matches

by LT FOX
Sat Sep 04, 2004 1:01 pm
Forum: Unreal 3.2 Support
Topic: 8 Errors in "Set Block" (Win32)
Replies: 12
Views: 8232

Done

Nevermind, I fixed it, I had my wildcards set wrong on my Allow block, like I had

Code: Select all

users@*
when it should have been

Code: Select all

*@*
So anyone can join! :) My Server will be ready to go as soon as I get my services, so thanks AngryWolf!
by LT FOX
Sat Sep 04, 2004 12:05 pm
Forum: Unreal 3.2 Support
Topic: 8 Errors in "Set Block" (Win32)
Replies: 12
Views: 8232

FIXED!

Thanks! I fixed syntax and it is up and running, the only problem is no one is authorized to join.... Well, I will try my hardest to figure that one out! :) You helped me greatly AngryWolf, it was a pleasure! :) Thanks man!
by LT FOX
Sat Sep 04, 2004 11:36 am
Forum: Unreal 3.2 Support
Topic: 8 Errors in "Set Block" (Win32)
Replies: 12
Views: 8232

I will create those...

I will create those changes sir, for me it is hard to understand the documentation, for this is my first time setting it all up, even dealing with IRCD.... I thank you for your time and I am sorry for the trouble that may have been caused for you....
by LT FOX
Fri Sep 03, 2004 8:20 pm
Forum: Unreal 3.2 Support
Topic: 8 Errors in "Set Block" (Win32)
Replies: 12
Views: 8232

All done, now what!?!

Ok, I have done that, and redone my system configuration Unreal IRCD Config file... Here is what it looks like: loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf ...
by LT FOX
Fri Sep 03, 2004 11:46 am
Forum: Unreal 3.2 Support
Topic: 8 Errors in "Set Block" (Win32)
Replies: 12
Views: 8232

I understand..

I understand where everything is, but it is all there! Close block and everything... I will try to edit, and see if that helps, but I am not sure it will... Here is the entire block; set {
kline-address [email protected];
maxchannelsperuser 10;
};
dns {
nameserver IP;
timeout 1d2h3m;
retries 100 ...
by LT FOX
Thu Sep 02, 2004 10:52 pm
Forum: Unreal 3.2 Support
Topic: 8 Errors in "Set Block" (Win32)
Replies: 12
Views: 8232

8 Errors in "Set Block" (Win32)

This is what I get while attempting to start "WIRCD"
* Loading IRCd configuration ..
* unrealircd.conf:5: Ignoring extra data
* unrealircd.conf:5: Ignoring extra data
* unrealircd.conf:13: Ignoring extra data
* unrealircd.conf:13: Ignoring extra data
* unrealircd.conf:32: Ignoring extra close brace ...