You are here: Big Brother Bot ForumAdd-OnsEchelonEchelon inc_config
Pages: [1]   Go Down
  Print  
Author Topic: Echelon inc_config  (Read 712 times) Bookmark and Share
Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: COD 4 , COD 6
Posts: 154
Offline Offline
« on: November 25, 2011, 01:40:26 PM »

Can you add more servers to the inc_config.php file?
Or do you just make another one inc_config1.php?

Logged

Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #1 on: November 25, 2011, 04:29:36 PM »

Can you add more servers to the inc_config.php file?
Or do you just make another one inc_config1.php?



Find this line:

Code:
"numservers" => 1,

If you have 4 servers, it would look like this:

Code:
"numservers" => 4,

Then copy the section between this:

Code:
1 => array(

and this:

Code:
      "chatlogger_activated" => 0
    ),

and paste it, so it looks similar to this:

Code:
## settings for your b3 databases
$config = array(
  "clanname" => "GrossKopf's Servers",
  //How many servers do we have down here
  "numservers" => 4,
  "servers" => array(
    1 => array(
      "name" => "AIW-RTD",
      // Database connection for the B3
      "hostname" => "localhost",
      "database" => "dbname1",
      "username" => "dbuser1",
      "password" => "dbpassword1",
      //Do we have PunkBuster in this game? If yes, we'll use RCON to ban/unban PB-guids - Set it to "0" if not.
      "PBactive" => "0",
      //Set up rcon for talkback (need chatlogger plugin installed) and PB banning facilities
      "rcon_ip" => "127.0.0.1",
      "rcon_port" => "28960",
      "rcon_pass" => "rconpassword",
      // set to 1 if you want permban from that server included into the banlist page.
      "include_in_banlist" => 0,
      // set this to 1 if you are using the chatlogger plugin setup for that server. (see http://www.bigbrotherbot.com/forums/index.php?topic=423.0)
      "chatlogger_activated" => 0
    ),
    2 => array(
      "name" => "AIW-TGG",
      // Database connection for the B3
      "hostname" => "localhost",
      "database" => "dbname2",
      "username" => "dbuser2",
      "password" => "dbpassword2",
      //Do we have PunkBuster in this game? If yes, we'll use RCON to ban/unban PB-guids - Set it to "0" if not.
      "PBactive" => "0",
      //Set up rcon for talkback (need chatlogger plugin installed) and PB banning facilities
      "rcon_ip" => "127.0.0.1",
      "rcon_port" => "28960",
      "rcon_pass" => "rconpassword",
      // set to 1 if you want permban from that server included into the banlist page.
      "include_in_banlist" => 0,
      // set this to 1 if you are using the chatlogger plugin setup for that server. (see http://www.bigbrotherbot.com/forums/index.php?topic=423.0)
      "chatlogger_activated" => 0
    ),
    3 => array(
      "name" => "AIW-QCZM",
      // Database connection for the B3
      "hostname" => "localhost",
      "database" => "dbname3",
      "username" => "dbuser3",
      "password" => "dbpassword3",
      //Do we have PunkBuster in this game? If yes, we'll use RCON to ban/unban PB-guids - Set it to "0" if not.
      "PBactive" => "0",
      //Set up rcon for talkback (need chatlogger plugin installed) and PB banning facilities
      "rcon_ip" => "127.0.0.1",
      "rcon_port" => "28960",
      "rcon_pass" => "rconpassword",
      // set to 1 if you want permban from that server included into the banlist page.
      "include_in_banlist" => 0,
      // set this to 1 if you are using the chatlogger plugin setup for that server. (see http://www.bigbrotherbot.com/forums/index.php?topic=423.0)
      "chatlogger_activated" => 0
    ),
    4 => array(
      "name" => "AIW-DMC",
      // Database connection for the B3
      "hostname" => "localhost",
      "database" => "dbname4",
      "username" => "dbuser4",
      "password" => "dbpassword4",
      //Do we have PunkBuster in this game? If yes, we'll use RCON to ban/unban PB-guids - Set it to "0" if not.
      "PBactive" => "0",
      //Set up rcon for talkback (need chatlogger plugin installed) and PB banning facilities
      "rcon_ip" => "127.0.0.1",
      "rcon_port" => "28960",
      "rcon_pass" => "rconpassword",
      // set to 1 if you want permban from that server included into the banlist page.
      "include_in_banlist" => 0,
      // set this to 1 if you are using the chatlogger plugin setup for that server. (see http://www.bigbrotherbot.com/forums/index.php?topic=423.0)
      "chatlogger_activated" => 0
    )
  )
);
?>
Logged
Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: COD 4 , COD 6
Posts: 154
Offline Offline
« Reply #2 on: November 26, 2011, 04:27:25 AM »

Thanks
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal