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.

multiple servers?

Old posts that have not been replied to for several years.
Locked
F
Fred

Post by Fred »

How can I get my eggdrop on multiple servers?
P
Phooka

Post by Phooka »

U might have to make multiple .conf files named different (like i did) dont use loadmodule share or trnasfer b/c u could get a takeover also be shure to rename theuser files, chan files, notes files, and pid file or you'll have a booboo

<font size=-1>[ This Message was edited by: Phooka on 2002-06-13 10:27 ]</font>
F
Fred

Post by Fred »

So basically I have to put up another eggdrop.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Eggdrop does not have any multi-server features/capability.

To get on more than one server, you will have to create multiple config, channel, and user files, plus have the ability to run more than one bot on the shell (if only using one account).

As for phooka's post, there is nothing in the share, or transfer modules that could cause a takeover. Eggdrop out of the box is exploit free.
g
guest
Halfop
Posts: 52
Joined: Mon Jan 19, 2004 4:15 pm

Post by guest »

What is best , to install two eggdrops or to run from the same?
and is it really not possible to load a config file from another config file( having load scripts in one and others in other)
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

you can load a part of config file as a tcl script.
But if you want to do that, you must use it really carrefully, and have your initial configuration loaded completely.
So, try making a script based on init-server and then unset variables and re-set them
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

hu, small detail: your channels have to be the same on all networks, or your eggdrop'll make a lot of errors.
Locked