Beispiel #1
0
//////////////////////////////////////////////////////////////
$SSIfile = "./skins/" . $SkinName . "/standard_cfg.php";
if (file_exists($SSIfile)) {
    include $SSIfile;
}
//////////////////////////////////////////////////////////////
require $Root_Path . "bin/CR3DCQuery.php";
require $Root_Path . "bin/config.php";
require $Root_Path . "includes/language.php";
//Instantiate theCR3DCQuery Class
$oR3DCQuery = new CR3DCQuery($config);
$jtime = $_GET['jtime'];
$message = trim($_GET['txtMessage']);
$cmdSend = $_GET['cmdSend'];
if ($cmdSend != "" && isset($_SESSION['id']) && $message != "") {
    $oR3DCQuery->PlayerChatAddChatMessage($_SESSION['id'], $message);
}
?>

<html>
<head>
<title></title>
<link rel="stylesheet" href="<?php 
echo $Root_Path . "skins/" . $SkinName . "/";
?>
layout.css" type="text/css">
</head>
<body>

<form name='frmChatList' method='get' action='./pc_chat1.php'>