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.

Userflags not added

Old posts that have not been replied to for several years.
Locked
m
mopar
Halfop
Posts: 87
Joined: Sat Oct 26, 2002 3:38 pm
Location: Grebbestad Sweden

Userflags not added

Post by mopar »

Hi botmasters...

I've experienced what I think is a wierd thing.
I added three more bots to my botnet and they went on line and I linked them to the hub and they downloaded the userfile... so far so good, but they didn't get the flags for the different users.

I'm using slennox's botnet scripts (sentinel and netbots) beside this annoying error everything works fine and have been for quite some time.

Any clue what might be the problem?

Thanks in advance
/mopar
It's never to late to give up..
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

Check the share-module section in their configs, you might have private-globals enabled, or another setting which b0rks it.
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
m
mopar
Halfop
Posts: 87
Joined: Sat Oct 26, 2002 3:38 pm
Location: Grebbestad Sweden

Post by mopar »

I think you're on to it....

Here is how it looks now

# When sharing user lists, DON'T ACCEPT global flag changes from other bots?
# NOTE: The bot will still send changes made on the bot, it just wont accept
# any global flag changes from other bots.
#set private-global 0

# When sharing user lists, if private-global isn't set, which global flag
# changes from other bots should be ignored?
#set private-globals "mnot"

# When sharing user lists, don't accept ANY userfile changes from other
# bots? Paranoid people should use this feature on their hub bot. This
# will force all userlist changes to be made via the hub.
#set private-user 0

# This setting makes the bot discard it's own bot records in favor of
# the ones sent by the hub.
# NOTE: No passwords or botflags are shared, only ports and
# address are added to sharing procedure. This only works with hubs that
# are v1.5.1 or higher.
#set override-bots 0

So which changes should I make on my leafs and on the hub to make it work smooth?

Thanks in advance
mopar
It's never to late to give up..
User avatar
j0n
Op
Posts: 140
Joined: Wed May 07, 2003 5:31 pm
Location: sjn.nb.ca
Contact:

Post by j0n »

Exactly, so read what you posted :)

Most likely you want to add users on a Hub bot and have the leaf bots use the same userlist, that way you just need to add users from one bot and the botnet will recognize new users.

On your new bots, leaf, you want to enable this; set override-bots 1
You want the leaf bots to have its userlist overwritten.
On the hub, make sure this is set to 0.

leaf:set private-user 0
hub: set private-user 1
m
mopar
Halfop
Posts: 87
Joined: Sat Oct 26, 2002 3:38 pm
Location: Grebbestad Sweden

Post by mopar »

Thanks, I will try that then.

/mopar
It's never to late to give up..
m
mopar
Halfop
Posts: 87
Joined: Sat Oct 26, 2002 3:38 pm
Location: Grebbestad Sweden

Post by mopar »

I forgot that I had posted here...
Tried this and it didn't work as far as i can tell :/

/mopar
It's never to late to give up..
Locked