Restrict all clients except CGI:IRC

These are old archives. They are kept for historic purposes only.
Post Reply
Spectator
Posts: 2
Joined: Mon Jan 10, 2011 9:54 pm

Restrict all clients except CGI:IRC

Post by Spectator »

Hello,

What I want to do is bock users from joining all clients except the ones that join from web using CGI:IRC. But I also want to allow the staff to join via mIRC or other clients.
Is it possible to do this? Is yes, then please guide me how?

Thank you.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Restrict all clients except CGI:IRC

Post by Jobe »

Simple, 2 options:
1) use passworded allow blocks, and configure your CGI:IRC to A) use the webirc method (and a cgiirc block) and B) supply the correct password upon connecting
or 2) use non-standard port numbers that the general public wont know
Your IP: Image
Your Country: Image
Spectator
Posts: 2
Joined: Mon Jan 10, 2011 9:54 pm

Re: Restrict all clients except CGI:IRC

Post by Spectator »

or 2) use non-standard port numbers that the general public wont know
They can still find out the ports using any port scanner. That's the main problem sir.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Restrict all clients except CGI:IRC

Post by katsklaw »

Spectator wrote:
or 2) use non-standard port numbers that the general public wont know
They can still find out the ports using any port scanner. That's the main problem sir.
Port scanners can't detect passwords and CGI::IRC can be configured to send a password upon connect directly from the webclient so the user doesn't need to know the password. Both issues are easily solved with allow blocks. Thus making Jobe's option #1 your best bet.

http://www.unrealircd.com/files/docs/un ... allowblock
http://cgiirc.org/docs/config.php <-- see server_password option

The answer to this question was googled in about 12 seconds.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Restrict all clients except CGI:IRC

Post by katsklaw »

In an unrealted topic, if you are worried about web users copying and pasting or right clicking to view page source code you can click on this link: http://www.hypergurl.com/norightclick.html
Post Reply