$charset="utf-8";
// Database configuration
$host="localhost";
$user="LoginDB";
$password="PassDB";
$db="mangos";
$hostr="localhost";
$userr="LoginDB";
$passwordr="PassDB";
$dbr="realmd";
$hostc="localhost";
$userc="LoginDB";
$passwordc="PassDB";
$dbc="characters";
$database_encoding="utf8_general_ci";
// Server config
$server="localhost";
$port="8085";