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.

stats.mod - one problem and one question

Old posts that have not been replied to for several years.
Locked
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

stats.mod - one problem and one question

Post by dwickie »

hi, i have two problems with stats.mod module.


Problem 1) new users are added this way:

[16:27] Stats.Mod: Added llama(*!?ident@192.168.0.*) to userbase.

i need to add this hotmask *!*ident@192.168.0.* and no that with
?
wildcard.

I have problems with *!?ident@* hotmasks on linknet (module does not recognize users, if they have hotmask with ? before ident.

Question 2) is there any way to secure whole livestats or different channels with http-auth or something like that? i saw this once, but it is a long time ago :/
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

From eggdrop.conf:
# Set this to 1 if you don't want your the bot to strip a leading '~' on
# user@hosts.
set strict-host 0
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Post by dwickie »

Alchera wrote:From eggdrop.conf:
# Set this to 1 if you don't want your the bot to strip a leading '~' on
# user@hosts.
set strict-host 0

really thanks, now it finnaly works ;)
Locked