CODE
<?php
$ServerName = "EpicPenguin"; //The name of your game here NO SPACES
$mysqlhost = "localhost"; //Keep this as 127.0.0.1 if your server is running on the same host as your mysql host
$mysqluser = "519062_root"; //MySQL user that has access to the database
$mysqlpass = "MY PASSWORD IS HERE BUT HIDDEN"; //Password to the mysql user
$database = "epicpenguin_99k_epic"; //Replace with your database name
$table = "ep_users"; //Replace with your table name
$loginIP = "67.220.217.226"; //Enter the IP that your login server is running on
$loginPort = "6113"; //Enter the port you've opened for the login server. Default is 6112
$server1IP = "67.220.217.226"; //IP of your first game server
$server1Port = "6113"; //Enter the port you've opened for the fist game server. Default is 6113
$server1Name = "test"; //The name of your first game server
$server2IP = "67.220.217.230"; //The IP of your second game server
$server2Port = "6114"; //Enter the port you've opened for your second game server. Default is 6114
$server2Name = "test2"; //The name of your second game server
$BotName = "Elite"; //Change this to what you want your bot to be named
?>
$ServerName = "EpicPenguin"; //The name of your game here NO SPACES
$mysqlhost = "localhost"; //Keep this as 127.0.0.1 if your server is running on the same host as your mysql host
$mysqluser = "519062_root"; //MySQL user that has access to the database
$mysqlpass = "MY PASSWORD IS HERE BUT HIDDEN"; //Password to the mysql user
$database = "epicpenguin_99k_epic"; //Replace with your database name
$table = "ep_users"; //Replace with your table name
$loginIP = "67.220.217.226"; //Enter the IP that your login server is running on
$loginPort = "6113"; //Enter the port you've opened for the login server. Default is 6112
$server1IP = "67.220.217.226"; //IP of your first game server
$server1Port = "6113"; //Enter the port you've opened for the fist game server. Default is 6113
$server1Name = "test"; //The name of your first game server
$server2IP = "67.220.217.230"; //The IP of your second game server
$server2Port = "6114"; //Enter the port you've opened for your second game server. Default is 6114
$server2Name = "test2"; //The name of your second game server
$BotName = "Elite"; //Change this to what you want your bot to be named
?>