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.

link another bot ?

Old posts that have not been replied to for several years.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

link another bot ?

Post by Sir_Fz »

is there a way to create a botnet of two bots.. like one that is a normal eggdrop and the other acts as a spambot for the bot, only cycle the channel every x mins and the first bot kickbans the spammers when they spam the cycle bot ??
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Sure there would be a way to do that... but first, have you tried NoSpam! by ppslim? I haven't had the need to use this script, but knowing how ppslim likes to spit out lines and lines of code ( :wink: ), it very well may already do what you are wanting to. I believe the page for it can be found at sourceforge.

Try that first, no sense in reinventing the wheel if it's already been done.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

I know that no!spam can do that. But what I don't know is how to create a leaf bot ?
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

RTFM
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

Sir_Fz wrote:I know that no!spam can do that. But what I don't know is how to create a leaf bot ?
an actual leaf bot (botnet) or a leafbot for this TCL (i havent tried that, there are some tcl's that have a leaf feature) ?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

well, I don't have any experiance with botnets.. so can anyone help me on what to do to create a botnet consisting the main bot and the leaf bot ?
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

http://www.egghelp.org/enhance.htm

with this help even i got my botnet running :P
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

actually you should have known the page with 459 posts here :P
aVote page back online!
Check out the most popular voting script for eggdrop bots.

Join the metal tavern!
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

yeah, I remembered that :oops:
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

People do usualy do forget or are lazy, he must be one of this two :) :P
Once the game is over, the king and the pawn go back in the same box.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

actually, the "enhance" page is pretty clear.. So its the first suggestion :P
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

[ From no!spam.tcl ]
#- spam leaf bot(s)

# If you want this copy of no!spam to forward all spammers to another bot for processing
# then set this to 1. If you do not want to forward, then set this to 0.
#
# How this Works: The hub will sit and monitor for spam like normal, but instead of
# banning the spammer itself, it will ask the leaf(s) to take care of it.
#
# The hub sends the leaf(s) all the appropriate settings to handle the
# bans. (such as ban time, ban reason, etc.) So you MUST continue
# setting up the rest of this TCL for the leaf to work properly.
#
# The only thing always processed by the hub will be $spam_file_warn.
#
# Please Note: The hub is this bot, and the leaf(s) will being any bots running
# no.spam.leaf.tcl. These do not have to do with botflags or sharing.
#
# Though, the bots must be linked with the hub running no!spam 1.7.0
# or later, and the leaf(s) using no.spam.leaf.tcl.
I want exactly the opposite.
if the leaf bot get's spammed, it relays to the hub bot and the hub bot will kickban the spammer.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

It looks like you are confusing the names up a little here.

What you and I class as a hub or leaf are the oposite way around.

In my eyes (and is why the script is coded as such):

A Hub is:

The workhorse of the pack. It is designed with high processing power and check every incoming message for spam.

A Leaf is:

A bot lower down the chain,t hat doesn't require as much power. Its job is to simply sit and wait for a hub to tell it that there was a spammer to kick/ban.

You are treating them the wrong way around.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

so what you're sayin is that you want me to set my main bot as a leaf and the cycler as a hub ?
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Post by z_one »

Yes, I think that's what ppslim meant.
The Leaf bot is opped and waits for the Hub to relay any spammer info upon cycling the channel.

As for setting up a botnet, it really shouldn't take you more than a few minutes with the link GodOfSuicide posted earlier (which is part of Slennox's site of course). I learned how to do it by visiting that page. It's very well explained.

Good luck.
Locked