Viewing file: cook.php (1.82 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php SetCookie("ezboowebstats","Admin",time()+100000000,"/","",0) ; ?>
<? require("config.inc.php"); ?>
<? include("get_conf.inc.php"); ?>
<html>
<head>
<title>ezBOO WebStats</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
-->
</style>
<link rel="stylesheet" href="style1.css">
</head>
<body bgcolor="#FFFFFF">
<table width="760" border="1" cellspacing="0" cellpadding="2" bordercolor="#636563" class="normal" height="10">
<tr bordercolor="#666666">
<td height="60" valign="middle" align="center"><a href="/"><img src="image/logo_ez1.gif" width="200" height="40" border="0"></a></td>
<td colspan="2" bgcolor="#666666" class="titre" height="60">
<div align="center" class="titre"><font color="#FFFFFF">>><a href="index.php">
<font color="#FFFFFF"><? echo $msgAdminPanel ?> </font></a><< </font></div>
</td>
</tr>
<tr bordercolor="#FFFFFF">
<td colspan="3" bordercolor="#666666" height="200">
<p align="right"><?
function AL_Date( ) {
require("config.inc.php");
echo $msgDaysArray[date("w")] ." ";
echo date("j").(date("j") == 1 ? "er " : " ");
echo $msgMonthsArray[date("n")-1]." ".date("Y");
}
AL_Date( );
?> </p>
<div align="center">
<p><?php
if ($ezboowebstats=="Admin") {
echo $msgCreateCook;
}
else {
echo $msgCreateCookError;
}
?><br>
</p>
</div>
<p align="center" class="verysmall"><a href="http://www.ezboo.com" target="_blank"><img src="image/logo_webstats.gif" width="100" height="40" border="0"></a><br>
<? echo $msgStatBy ?> <a href="http://www.ezboo.com" target="_blank">ezBOO</a>
<? echo $msgVersion ?></p>
</td>
</tr>
</table>
<p class="verysmall"> </p>
</body>
</html>
|