This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Allowing only users coming from a certain website...

Old posts that have not been replied to for several years.
Locked
E
Eagleman

Allowing only users coming from a certain website...

Post by Eagleman »

Hi.
I have a problem...

I set up a hybrid ircd with eggdrop.
I have a website with a jpilot applet to access the irc channel.

when a user access has this /whois result:

~nickname@hostxxx.poolxxx.provider.com * http://www.mysite.it user

is there the possibility to avoid channel entrance to everybody who is not coming from my jpilot aplpet, so to everybody who hasn't "http://www.mysite.it user" ??


Thanks for halping, becouse I am a rellay newbie on this things...
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

use a script that bans by ircname (that is, a script which WHOISes users onjoin and checks the ircname against some pre-defined string)

browse the script archive, I'd imagine there's already something similar written and published by somebody
Locked