PHP-Code:
<?PHP
include("../mysql.inc.php";
include("../vars.inc.php";
include("../lang_".$lang.".inc.php";
include("../bbcode.inc.php";
$template_dir = "server";
$server = include("serverstatus.php");
$tpl = tplload("../design/".$template_dir."/show.tpl";
$inhalt = tplprint($tpl, array(
"SERVER" => "$server");
getindex($inhalt, $template_dir);
?>
PHP-Code:
$server = include("serverstatus.php");
PHP-Code:
$inhalt = tplprint($tpl, array(
"SERVER" => "$server");
Was kann ich da machen?
Mfg Markus
Kommentar