egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Goto page Previous  1, 2, 3 ... 53, 54, 55 ... 88, 89, 90  Next
 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
whoelse
Voice


Joined: 08 Oct 2007
Posts: 15

PostPosted: Wed Feb 13, 2008 5:38 pm    Post subject: Reply with quote

Zircon wrote:
@wholse : bad words, bad nicks, bad idents, bad ctrcs, adwords, are just workin fine for me. Read the comments in the script to know how you can add with success badwords and badnicks :p


if you think that I've done something wrong on adding badwords and badnicks, can you explain how come they are working fine when the bot is restarted and stop working after some days? could it be because of 'bad configuration'? I don't think so.
_________________
a talent can win a game, teamwork wins championchip!
Back to top
View user's profile Send private message
Amr
Halfop


Joined: 14 Sep 2007
Posts: 94
Location: Egypt

PostPosted: Thu Feb 14, 2008 3:09 pm    Post subject: Reply with quote

i wanna know, when i add bad word to the bad words List, when someone say only the bad word, he got kicked. but if he say a phrase or something including the bad word. he doesnt got kicked, Why?
Back to top
View user's profile Send private message
Zircon
Op


Joined: 21 Aug 2006
Posts: 191
Location: Montreal

PostPosted: Thu Feb 14, 2008 6:28 pm    Post subject: Reply with quote

@wholse : Hi there. Honestly, i cant find an explanation to this behaviour. But for sure, it s not becoz of the script itself, coz it s fully working for me with NO problem. So it s has to be something wrong with your configuration or your egg.

@Amr : Hello. Well, it all depends in the way you add the badword, with/without wildcards, with/without spaces. Let s say that you added the badword WORD, means that the bot will react only if the phrase contains only that single word. So the badwords : WORD, "WORD *", "* WORD *", "* WORD", *WORD*, *WORD, or WORD*, will make the bot react differently.
Back to top
View user's profile Send private message
MenzAgitat
Op


Joined: 04 Jul 2006
Posts: 118
Location: France

PostPosted: Tue Feb 19, 2008 5:42 pm    Post subject: Reply with quote

I would like to use the advertising protection but do not want to banish all those who have the URL of their mirc script's homepage in their quit message.

So, I would like to punish people for advertising on the channel, but not in the quit/part message.

Can I do that ?

Sorry if the subject had been discussed before, but I can't manage to find the info.
Back to top
View user's profile Send private message Visit poster's website
Zircon
Op


Joined: 21 Aug 2006
Posts: 191
Location: Montreal

PostPosted: Tue Feb 19, 2008 6:24 pm    Post subject: Reply with quote

Hello MenzAgitat

From a previous discussion with Sir-Fz, in the next version of this script, an option will be added to enable/disable banning users with part/quit msgs containing advertisement. Same thing for swear.
Back to top
View user's profile Send private message
Nor7on
Op


Joined: 03 Mar 2007
Posts: 185
Location: Spain - Barcelona

PostPosted: Wed Feb 20, 2008 6:21 pm    Post subject: Reply with quote

i have 46 chanbans..

and i have activate the opcion:
Code:

set banthruX(do) 1

set banthruX(cmd) "privmsg X :ban %chan %ban %btime %level %reason"

and..
Code:

<(Modo> ap:bchans: {+ 10 kb 2 5}

but don't bankick via X in the channel.

Code:

*** DexterMadrid ( ~Andres27@79.148.52.10 ) Entra al Canal #mychan
* DexterMadrid ha sido KICKEADO por Modo (Banned: Has Sido Baneado Por Estar En Canal Lamer Como: secure/ro-spania/leganes.)
*** DexterMadrid ( ~Andres27@79.148.52.10 ) Entra al Canal #mychan
* DexterMadrid ha sido KICKEADO por Modo (Banned: Has Sido Baneado Por Estar En Canal Lamer Como: secure/ro-spania/leganes.)
*** DexterMadrid ( ~Andres27@79.148.52.10 ) Entra al Canal #mychan
* DexterMadrid ha sido KICKEADO por Modo (Banned: Has Sido Baneado Por Estar En Canal Lamer Como: secure/ro-spania/leganes.)


in the partyline getme this.

Code:

<(Modo> [16:03] -X (cservice@undernet.org)- Invalid ban duration. Your ban duration can be a maximum of 2400 hours.


what happend?
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Zircon
Op


Joined: 21 Aug 2006
Posts: 191
Location: Montreal

PostPosted: Wed Feb 20, 2008 8:41 pm    Post subject: Reply with quote

Hello Nor7on

You already asked the same question in this thread, and we already gave you the answer.....check your previous posts in this thread....
As a quick answer, change 10 to 60 in
Code:
<(Modo> ap:bchans: {+ 10 kb 2 5}
coz with this version of AllProtection, ths bantime cant be less than 1 hour = 60 minutes.
Back to top
View user's profile Send private message
Nor7on
Op


Joined: 03 Mar 2007
Posts: 185
Location: Spain - Barcelona

PostPosted: Wed Feb 20, 2008 8:55 pm    Post subject: Reply with quote

hey Zircon thanks Wink
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Sat Feb 23, 2008 1:44 pm    Post subject: Reply with quote

New beta released: AllProtection v4.6b8.

Change log:

  • Integrated queues (One timer for all queues)
  • Enhanced AntiSpamBot (for better performance)
  • Modulated exempt types (more flexibility)
  • Scanning bad/excess chans and bad CTCP replies when bot gains ops
  • Flexible warn method (notice or privmsg)
  • Fixed AntiSpamBot IP problem
  • Added ability to exempt hostmasks from greets by AntiSpamBot
  • AntiSpam bans spammers only if on chan (optional)
  • Ability to immediately ban through X
  • Enable or disable bad words/ads ban for quit/part
  • Queue for bad/excess chans scan
  • Punish bad chan users in all channels
  • And probably more but I don't remember...

_________________
Follow me on GitHub

- Opposing

Public Tcl scripts


Last edited by Sir_Fz on Sat Apr 12, 2008 7:37 am; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
Fiby
Voice


Joined: 23 Feb 2008
Posts: 7
Location: Spain

PostPosted: Sat Feb 23, 2008 1:50 pm    Post subject: Reply with quote

Code:

!   C:\Users\Sil\Desktop\allprotection4.6b8.zip: El archivo está dañado
!   C:\Users\Sil\Desktop\allprotection4.6b8.zip: El archivo está dañado
!   C:\Users\Sil\Desktop\allprotection4.6b8.zip: Error de CRC en GPL.txt. El fichero está dañado
!   C:\Users\Sil\Desktop\allprotection4.6b8.zip: El archivo está dañado
!   C:\Users\Sil\Desktop\allprotection4.6b8.zip: El archivo está dañado


I can't extract the files.
Back to top
View user's profile Send private message Visit poster's website
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Sat Feb 23, 2008 1:55 pm    Post subject: Reply with quote

Link updated. Sorry for any inconveniences Smile
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Domin
Halfop


Joined: 10 Jun 2006
Posts: 72

PostPosted: Mon Feb 25, 2008 11:08 am    Post subject: Reply with quote

Nice thanks for the new version Sir_Fz, the only thing i still miss is some sort of link/botnet function so another bot can take over if one timeout/losses connection or is attacked in some way Smile

Thanks for a greate script Wink
_________________
Regards
Domin @ efnet
Back to top
View user's profile Send private message
elisca
Halfop


Joined: 27 Jan 2007
Posts: 65
Location: in the middle of nowhere

PostPosted: Wed Mar 05, 2008 5:51 pm    Post subject: Reply with quote

i have activated ap:bctcrs: {+ 120 w:kb 2 30}
and add on global with some scripts name, example => ( .ap:add bctcrs global *X script* ) why my bot didn't give a warning when the user join on channel and use X script ?

set cbcd(check) 1
set cbcd(procs) {drones clones bnicks bidents bchans bctcrs}
set cbcd(chans) "*"

did i miss something Sir_Fz ?
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Wed Mar 05, 2008 7:49 pm    Post subject: Reply with quote

Quote:
.ap:add bctcrs global *X script*

Adds "*X" and "script*" separately. What you want is
Quote:
.ap:add bctcrs global "*X script*"

Try it and tell me if it works.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
elisca
Halfop


Joined: 27 Jan 2007
Posts: 65
Location: in the middle of nowhere

PostPosted: Wed Mar 05, 2008 8:49 pm    Post subject: Reply with quote

i have try it, and still not working .. bot could check that user use that's script.. but nothing happen
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases All times are GMT - 4 Hours
Goto page Previous  1, 2, 3 ... 53, 54, 55 ... 88, 89, 90  Next
Page 54 of 90

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber