Page 1 of 1

hello can you help me

Posted: Sun Sep 24, 2006 1:21 am
by cryptopsy
hello can you help me i have a probleme

my unrealircd can not load cloaking


[error] ERROR: No cloaking module loaded. (hint: you probably want to load modules\cloak.dll)

Posted: Sun Sep 24, 2006 3:49 am
by Stealth
Did you put the proper loadmodule line in your unrealircd.conf?

Posted: Sun Sep 24, 2006 10:55 am
by cryptopsy
where must i put it in whits line?

Posted: Sun Sep 24, 2006 11:01 am
by cryptopsy
and what is the proper loadmodule?

Posted: Sun Sep 24, 2006 4:27 pm
by Stealth

Posted: Sun Sep 24, 2006 5:28 pm
by cryptopsy
i still get the same error

what can i do?

Posted: Sun Sep 24, 2006 6:21 pm
by White_Magic
in your unrealircd conf, go to the loadmodule directive and paste it here, lets us see what you have

Posted: Sun Sep 24, 2006 6:40 pm
by cryptopsy
Moderator: Do NOT post your whole config file! http://forums.unrealircd.com/viewtopic.php?t=1146

Posted: Sun Sep 24, 2006 7:05 pm
by White_Magic
cryptopsy wrote: /*
* NIEUW: tld {}
* OUD: T:Line
* Hiermee stel je verschillende MOTD en RULES bestanden in,
* afhangend van de gebruikers hostmask.
* De syntax is als volgt:
*
* loadmodule <file-name>;
* loadmodule <file-name>;
*

*loadmodule "modules/commands.dll";
*loadmodule "modules/cloak.dll";
*/
Here is your problem....
if you have windows then do this...

Code: Select all

/*
 * NIEUW: tld {}
 * OUD: T:Line
 * Hiermee stel je verschillende MOTD en RULES bestanden in,
 * afhangend van de gebruikers hostmask.
 * De syntax is als volgt: 
 * 
 * loadmodule <file-name>;
 * loadmodule <file-name>;
 */ 

loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
if not windows then do this....

Code: Select all

/*
 * NIEUW: tld {}
 * OUD: T:Line
 * Hiermee stel je verschillende MOTD en RULES bestanden in,
 * afhangend van de gebruikers hostmask.
 * De syntax is als volgt: 
 * 
 * loadmodule <file-name>;
 * loadmodule <file-name>;
 */ 
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";

Posted: Sun Sep 24, 2006 7:13 pm
by cryptopsy
now it is this error

unrealircd.conf:542: loadmodule modules/cloak.dll: failed to load: %1 is geen geldige Win32-toepassing.

Posted: Sun Sep 24, 2006 7:20 pm
by White_Magic
i cant read dutch sorry, syzop or someone else will help with the rest :)

Posted: Sun Sep 24, 2006 7:42 pm
by cryptopsy
now it is this error

unrealircd.conf:730: set::cloak-keys: All your 3 keys should be RANDOM, they should not be equal
[error] listen {} block is missing

Posted: Mon Sep 25, 2006 6:51 am
by tdw
did you ever bother reading the faq?

heb je de faq wel gelezen?

Posted: Mon Sep 25, 2006 11:00 am
by White_Magic
http://www.vulnscan.org/UnrealIrcd/faq/#5
^ for the missing listen block help
and
V
http://www.vulnscan.org/UnrealIrcd/faq/#16
for the help with cloakkeys

Posted: Sun Oct 08, 2006 8:44 pm
by aquanight
LOCK: nondescript topic + should've read docs/faq