Re: [cgiirc-general] Need help with CGI:IRC
Brought to you by:
dgl
From: Ivan D. <iv...@gm...> - 2008-04-21 22:29:56
|
Hi Jim... Thanks for the suggestion. I had already tried that, and unfortunately it doesn't work, because it doesn't change the user's host. The /whois for the user now is: PensC0701 is iv...@ca... * [467987bc] PensChat.com PensC0701 on #penschatdotcomtest PensC0701 using irc.shoutcast.com HELLO WORLD PensC0701 actually using host 208.113.192.21 PensC0701 End of /WHOIS list. The iv...@ca... is the user's address. And that IP address (208.113.192.21) is not MY address, so it must be my web host's (meaning anyone who signs on through the site would get that same address). The part after the asterisk ([467987bc] PensChat.com) is just the username, which you can't ban (that's what changed when I set "encoded_ip = 2"). So, the host didn't change doing this. I think I have to do what I quoted from the advanced settings page... Thanks again Jim. Ivan On Mon, Apr 21, 2008 at 4:47 PM, Jim Tittsler <jt...@on...> wrote: > On Apr 22, 2008, at 07:49, Ivan Daglio wrote: > > > I have installed and done everything properly, however, when people > > connect to IRC using the site (which is PensChat.com), everyone on there has > > the exact same host. Thus, if any trolls or dummies sign up and try to spam > > the channel, there would be no way for me to ban them from the channel > > without banning everyone else who logs on through the site. > > > > Try experimenting with different values of encoded_ip in your > cgiirc.config: > > # encoded_ip, set to 3 to send real IP in realname and encoded in username > # set to 2 to send hex encoded IP address in username > # and in realname, set to 1 to send only in realname and 0 to > # disable. > encoded_ip = 3 > > > > > -- > Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 > Python Starship http://Starship.Python.net/crew/jwt/ > Mailman IRC irc://irc.freenode.net/#mailman > > > > |