Need help with cloak keys

These are old archives. They are kept for historic purposes only.
Post Reply
N4rK07IX
Posts: 4
Joined: Mon Dec 04, 2006 6:54 am

Need help with cloak keys

Post by N4rK07IX »

I just dl unrealircd 3.2.5 and im having hard time generating the cloak keys. I haven't messed with unreal in along time so i'd appriciate if anyone will tell me how to load the loadmodule\cloak.dll. I'm on windows.

The error i get is this :
* Loading IRCd configuration ..
[error] ERROR: No cloaking module loaded. (hint: you probably want to load modules\cloak.dll)
Any help would be appriciated.

Thanks in advance, tom.
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Post by SpaceDoG »

Open your unrealircd.conf and make sure that load modules\cloak.dll is not commented with \\, /* */, or #.
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post by Grunt »

SpaceDoG wrote:commented with \\
// :P
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Post by SpaceDoG »

bah I can't remember all the different commenting stuff :-P I usually use /* */ and #
N4rK07IX
Posts: 4
Joined: Mon Dec 04, 2006 6:54 am

Post by N4rK07IX »

Sorry im dumb, this is how it looks like afte uncommentin:
/* FOR *NIX, uncomment the following 2lines: */
//loadmodule "src/modules/commands.so";
//loadmodule "src/modules/cloak.so";

/* FOR Windows, uncomment the following 2 lines: */
//loadmodule "modules commands.dll";
//loadmodule "modules cloak.dll";
Is this how it should look like?
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Post by SpaceDoG »

Code: Select all

/* FOR Windows, uncomment the following 2 lines: */
//loadmodule "modules commands.dll";
//loadmodule "modules cloak.dll";
remove the // before loadmodule and it should work.
N4rK07IX
Posts: 4
Joined: Mon Dec 04, 2006 6:54 am

Post by N4rK07IX »

Heh. Something else popped up.
I fixed all that
/* FOR Windows, uncomment the following 2 lines: */
loadmodule "modules commands.dll";
loadmodule "modules cloak.dll";
Now i get:
* Loading IRCd configuration ..
* unrealircd.conf:41: loadmodule modules commands.dll: failed to load
[error] IRCd configuration failed to load
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post by Grunt »

* Loading IRCd configuration ..
* unrealircd.conf:41: loadmodule modules commands.dll: failed to load
[error] IRCd configuration failed to load
It should look like:

Code: Select all

/* FOR Windows, uncomment the following 2 lines: */
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
N4rK07IX
Posts: 4
Joined: Mon Dec 04, 2006 6:54 am

Post by N4rK07IX »

Thanks for putting up with me, I finally got it.

Cheers.
Post Reply