الموضوع: Server Problem
عرض مشاركة واحدة
قديم 11-08-2013, 07:44 PM   #5

Hoka
عضو مميز



الصورة الرمزية Hoka


• الانـتـسـاب » Aug 2012
• رقـم العـضـويـة » 104721
• المشـــاركـات » 763
• الـدولـة » مصر
• الـهـوايـة »
• اسـم الـسـيـرفـر » Thebes
• الـجـنـس » Male
• نقـاط التقييم » 13
Hoka صـاعـد

Hoka غير متواجد حالياً


إرسال رسالة عبر Yahoo إلى Hoka

افتراضي



<?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
?>