Page 1 of 2
Loadmodule "svc/modules/commands.dll;" <-- Not
Posted: Tue Sep 14, 2004 4:01 pm
by Alex_Tepes
I've Tried changing the location by copying and pasting it somewhere else and changing the lcation in the unrealircd aswell no change.
Posted: Tue Sep 14, 2004 4:04 pm
by Alex_Tepes
It keeps saying * unrealircd.conf:371: loadmodule src/commands.dll: failed to load
[error] IRCd configuration failed to load No matter what i do.
Read the FAQ :P
Posted: Tue Sep 14, 2004 5:06 pm
by aquanight
Loadmodule.
Posted: Fri Sep 17, 2004 4:40 pm
by Alex_Tepes
I know, Don't you think i tried that.?
Posted: Fri Sep 17, 2004 6:52 pm
by AngryWolf
Alex_Tepes: aquanight gave you the most rational answer, as he had no clue what you had already tired or not (you haven't told us), and your problem seemed to be a typical one. The FAQ should have given you an idea that in the Windows port of UnrealIRCd there is no "src" directory, but a "modules" one, however you are still using that wrong path in your configuration.
Ok.
Posted: Sun Sep 19, 2004 6:20 am
by Alex_Tepes
I've read it over and over, So your saying Src means your Ircd folder.?
So i put Unreal3.2/Modules/commands.dll instead of src.?
Posted: Sun Sep 19, 2004 9:48 am
by AngryWolf
Ok, what word don't you understand in the FAQ entry?
Remove the old loadmodule lines and add these:
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
Of course a "/" is used in those two loadmodule lines to indicate a subdirectory, but that's OK with UnrealIRCd, and you can also use "\" instead of "/", both will work.
Forget "src", if you are using UnrealIRCd on Windows. The loadmodule directive (like many other ones) accepts relative paths starting from the Unreal3.2 directory, that's why you can use simply "modules\commands.dll" to load the "commands" module.
Ok.
Posted: Sun Sep 19, 2004 7:43 pm
by Alex_Tepes
Got it, thanks, I thought Src just ment the directory folder of Unreal, But if you don't need to use it thats fine, You've been alot of help, I'm sorry it took me so long to understand.
Well, If i need anymore help i know who to call, Well now to Load it all up and begin with using it.
I've used previous versions, This loadmodule thing is new to me.
Shit.
Posted: Mon Sep 20, 2004 2:27 am
by Alex_Tepes
I changed it all, And fuck yeah, It worked, Cept Why didn't i see the Unreal program come up and i put the same link info from my previous version of Unreal (3.2) And my Services won't work, And the server does say anything about it trying to connect, The services just won't start up right, And they were just running fine on the previous version, The services are Auspice.
Re: Shit.
Posted: Mon Sep 20, 2004 2:31 am
by w00t
Alex_Tepes wrote:I changed it all, And fuck yeah, It worked, Cept Why didn't i see the Unreal program come up and i put the same link info from my previous version of Unreal (3.2) And my Services won't work, And the server does say anything about it trying to connect, The services just won't start up right, And they were just running fine on the previous version, The services are Auspice.
You probably installed Unreal as a service. Open a DOS prompt, change to your unreal directory (hint: cd), type "unreal uninstall" without the quotes, press enter.
Then type "wircd.exe" and press enter.
As for services, we need more info than "doesnt work"

it will be a link block problem.
On an unrelated note, I advise you to change from Auspice. They are out of date, and extremly buggy. The windows port of anope might be worth a try.
Second.
Posted: Mon Sep 20, 2004 2:34 am
by Alex_Tepes
People also say Anope Is better.
I don't know how to get anope for windows though.
I'd need a link,
But i like services that have..
NickServ
OperServ
MemoServ
ChanServ
BotServ
Agent
RootServ
HelpServ
HostServ
Basicly Everything, And is which not hard to use.
If you know One with all of the above, And is used on a Windows Platform, Provide me with the link.
Posted: Mon Sep 20, 2004 2:37 am
by Alex_Tepes
Thanks, Kindly for this information you have posted for me, I'll show my link block not containing a password, Lol.
link services.alucards.org
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7000;
hub *;
password-connect "";
password-receive "";
class servers;
options {
zip;
};
};
dos
Posted: Mon Sep 20, 2004 2:43 am
by Alex_Tepes
I get this when trying to do unreal uninstall
'UNREAL' is not recognised as a internal or external command,
operable program or batch file.
I think i found the program.
Posted: Mon Sep 20, 2004 2:52 am
by Alex_Tepes
My firewalls were probably blocking it because of it being 7000
I have it set for my firewalls to accept 6667.
Yep.
Posted: Mon Sep 20, 2004 2:55 am
by Alex_Tepes
Fixed, I will continue using my buggy
Auspice, w00t.
Aight thanks for the help and everything now to make motd and rules, Who cares if i can't see the unreal program aslong as it works.