Meine echelon config "inc_config.php"
Code:
<?php
$path = "http://jackav.zapto.org/EliteHunting/echelon/";
$hide_admin_level = "128"; // 1, 2, 8, 16, 32, 64, 128 -> Hides clientdetails
## settings for the echelon database
$hostname_wwwvalidate = "localhost";
$database_wwwvalidate = "B3Bot_echolon";
$username_wwwvalidate = "B3Bot";
$password_wwwvalidate = "xxxxxxxxxxxxxxxxxxxxxxxxLOL";
## settings for your b3 databases
$config = array(
"clanname" => "Elite Hunting",
//How many servers do we have down here
"numservers" => 5,
"servers" => array(
1 => array(
"name" => "URT-Uptown only",
"hostname" => "localhost",
"database" => "B3Bot_uptown",
"username" => "B3Bot",
"password" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
//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" => "27963",
"rcon_pass" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
// set to 1 if you want permban from that server included into the banlist page.
"include_in_banlist" => 1,
// 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" => 1
),
2 => array(
"name" => "URT-TS",
// Database connection for the B3
"hostname" => "localhost",
"database" => "B3Bot_ts",
"username" => "B3Bot",
"password" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
//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" => "27960",
"rcon_pass" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
// set to 1 if you want permban from that server included into the banlist page.
"include_in_banlist" => 1,
// 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" => 1
),
3 => array(
"name" => "URT-WAR",
// Database connection for the B3
"hostname" => "localhost",
"database" => "B3Bot_war",
"username" => "B3Bot",
"password" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
//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" => "27964",
"rcon_pass" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
// set to 1 if you want permban from that server included into the banlist page.
"include_in_banlist" => 1,
// 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" => 1
),
4 => array(
"name" => "URT-Jumps",
// Database connection for the B3
"hostname" => "localhost",
"database" => "B3Bot_jumps",
"username" => "B3Bot",
"password" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
//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" => "27962",
"rcon_pass" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
// set to 1 if you want permban from that server included into the banlist page.
"include_in_banlist" => 1,
// 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" => 1
),
5 => array(
"name" => "URT-TDM",
// Database connection for the B3
"hostname" => "localhost",
"database" => "B3Bot_tdm",
"username" => "B3Bot",
"password" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
//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" => "27961",
"rcon_pass" => "xxxxxxxxxxxxxxxxxxxxxxxxLOL",
// set to 1 if you want permban from that server included into the banlist page.
"include_in_banlist" => 1,
// 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" => 1
),
)
);
?>