hello can you help me

These are old archives. They are kept for historic purposes only.
Locked
cryptopsy
Posts: 13
Joined: Sun Sep 24, 2006 1:15 am

hello can you help me

Post 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)
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Did you put the proper loadmodule line in your unrealircd.conf?
cryptopsy
Posts: 13
Joined: Sun Sep 24, 2006 1:15 am

Post by cryptopsy »

where must i put it in whits line?
cryptopsy
Posts: 13
Joined: Sun Sep 24, 2006 1:15 am

Post by cryptopsy »

and what is the proper loadmodule?
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

cryptopsy
Posts: 13
Joined: Sun Sep 24, 2006 1:15 am

Post by cryptopsy »

i still get the same error

what can i do?
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

in your unrealircd conf, go to the loadmodule directive and paste it here, lets us see what you have
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
cryptopsy
Posts: 13
Joined: Sun Sep 24, 2006 1:15 am

Post by cryptopsy »

Moderator: Do NOT post your whole config file! http://forums.unrealircd.com/viewtopic.php?t=1146
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post 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";
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
cryptopsy
Posts: 13
Joined: Sun Sep 24, 2006 1:15 am

Post by cryptopsy »

now it is this error

unrealircd.conf:542: loadmodule modules/cloak.dll: failed to load: %1 is geen geldige Win32-toepassing.
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

i cant read dutch sorry, syzop or someone else will help with the rest :)
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
cryptopsy
Posts: 13
Joined: Sun Sep 24, 2006 1:15 am

Post 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
tdw
Posts: 105
Joined: Sat Aug 06, 2005 12:40 pm

Post by tdw »

did you ever bother reading the faq?

heb je de faq wel gelezen?
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post 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
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

LOCK: nondescript topic + should've read docs/faq
Locked