<?php
ob_start();
// Base configuration file for SroLand web panel 3 - Special edit for GerSro
// coded by HyperProCoders - 27.09.2011 - Last Edit: 23.10.2012
// Site Settings
$sitecharset = '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
$sitetitle = "";
$facebooklink = "";
$showusername = 0; // Show user name on profiles?
$mysqlsupport = 1; // Your host support MySQL? (mysql for mysql_real_escape_string)
$languages = array("en" => "English", "tr" => "Turkish");
// Site Settings finish.
// Connection Settings
//account db
$accountdbhost = ""; // DB Host
$accountdbuser = ""; // DB user
$accountdbpass = ""; // DB pass
$accountdb = "SRO_VT_ACCOUNT"; // DB
//account db
//shard db
$sharddbhost = "";
$sharddbuser = "sa";
$sharddbpass = "";
$sharddb = "SRO_VT_SHARD";
//shard db
// Connection Settings finish.
// DB Connection
include_once("connection.php");
// DB Connection
// Do not edit
$girisdurum = $_SESSION["girisdurum"];
$kullanici = $_SESSION["username"];
$kullaniciid = $_SESSION["userid"];
$yonetici = $_SESSION["rutbe"];
$reseller = $_SESSION["resellername"];
$language = $_SESSION["language"];
// Do not edit
?>