hello,
any web developer here can tell me how to put the fortress guild owners on
my home page like an php script to show the guild owners name
thx all
<?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 = "here"; $facebooklink = "here; $showusername = 1; // 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 = "here\SQLEXPRESS"; // DB Host $accountdbuser = "sa"; // DB user $accountdbpass = "here"; // DB pass $accountdb = "SRO_VT_ACCOUNT"; // DB //account db //shard db $sharddbhost = "here\SQLEXPRESS"; $sharddbuser = "sa"; $sharddbpass = "here"; $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 ?>
iam using Epic WebSite Click Me!
so what i did wrong ? :/