Angruwolf's module

These are old archives. They are kept for historic purposes only.
Post Reply
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

Angruwolf's module

Post by GouroB »

i download " hide server " module ( Win32 ) and used it with 3.2.1 beta 19
& 3.2.2 ..... in both case it was loaded successfully but worked fine for 3.2.1 beta 19 only ... didnt work with 3.2.2 .... donno why ... :!:
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Eros
Posts: 16
Joined: Thu Apr 01, 2004 1:58 pm
Location: From My Home :p
Contact:

Post by Eros »

Add below codes to ur unrealircd.conf file

Code: Select all

hideserver
	{
	/*
	 * Enable this (specify "yes" as a value) if you'ld like
	 * to restrict the usage of /map to IRCOps only.
	 */
	disable-map yes;
	/*
	 * The same as above, but now the setting applies to /links
	 */
	disable-links yes;
	/*
	 * They are the messages that will be displayed when a user
	 * (non-ircop) tries to do a /map or /links, and the
	 * corresponding command is disabled. The existence of three
	 * stars in the beginning of the message is recommended.
	 * If the directives below are not present (for instance,
	 * they are commented out), users will receive only an
	 * "End of /<command>" message.
	 */
	map-deny-message "Command /map is disabled for security reasons";
	links-deny-message "Command /links is disabled for security reasons";
	/*
	 * You can also hide only specific servers. This block has
	 * a meaning only if at least one of the /map and /links
	 * commands is enabled. Works like the uline block, simply
	 * put as many server names in this block as you want.
	 * If you include the name of the local server in this list,
	 * it will be ignored.
	 */
	hide
	{
		irc.msn.net;
		irc.msn.com;
	};
};
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

:D

Post by GouroB »

Dhonnobad buira ... guru :lol:
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Re: Angruwolf's module

Post by AngryWolf »

GouroB, firstly, there's no Unreal release with version "3.2.1 beta 19". I suppose you wanted to say 3.2.1. Secondly, define "didn't work". If you saw an error message, please show it to us! Thirdly, you really really shouldn't use the hideserver module, because it gives you a false sense of security (details here).
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

Post by GouroB »

Angrywolf
its ok now .... there was something i missed in the unrealircd config file ... but as u said its a false sence of protection t use " hide server " module ... so is there any other protection module to hide these info's fro user's and specially if i wanna hide some specific server's .
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

I don't know of any. In any cases, you can follow Syzop's advice that I mentioned in my previous post.
Post Reply