<?PHP
//Config
// Database information
$host = "hamachi ip"; //MySQL Host address
$user = "root"; //MySQL Username
$pass = "***"; //MySQL Password
$db = "alogon"; //Databse name
$port = 8129; // Server port (for realm status)
// Website information
$home = "http://flarefalcon.servegame.org/index.php"; //link to your index page, include http://
$forum = "http://asrv2.no-ip.org:8080/ascent/"; //link to your forums, include http://
$stats = "http://asrv2.no-ip.org:8080/ascent/"; //link to your stats page, include http://
$title = "FLARESERVER"; //Put the name of your page.
// Do Not edit following config or page wont work
$login = $_POST['username'];
$password = $_POST['password'];
$email = $_POST['email'];
$announce = "All accounts are set to BC";
$img = "";
?>