Exemple #1
0
		<frame name="a1" SRC="menu.php" noresize="noresize" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0">
		<frame name="a9" SRC="overview.php" noresize="noresize" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0">
	</frameset>
</frameset>

</html>
	<?php 
    exit;
}
echo $indextitel;
if ($tickdif > $TICKERTIME) {
    $tickertimetxt = "<font color=red>" . ($tickdif >= 24 * 3600 ? date("d", $tickdif) - 1 . " dagen, " : "") . (date("H", $tickdif) - 1) . "h " . date("i\\m s\\s", $tickdif) . "</font>";
} else {
    $tickertimetxt = "{$tickdif} seconds";
}
$tickertimetxt = ($tickdif > $TICKERTIME ? "<font color=red>" : "") . Verschil_In_Tijd($tickdif, ' days', ' hours', ' minutes', ' seconds') . ($tickdif > $TICKERTIME ? "</font>" : "");
?>
<html>
<head>
<title><?php 
echo $GAMENAME;
?>
</title>
<link rel=stylesheet href="css/styles.css">
<script>if (top.location!=document.location) { top.location=document.location; }</script>
</head>
<body bgcolor="black">
<center>
<br />
<?php 
echo isset($_SESSION['ps_msg']) ? "<font color=\"" . $_SESSION['ps_msg']['color'] . "\">" . $_SESSION['ps_msg']['msg'] . "</font>" : "";
Exemple #2
0
$szRanked = (string) $iRanked . $arrRanks[$iRanked % 10];
?>
<!-- STARTS HEADER -->
<div style="width:828px;">

<table border="0" cellpadding="5" cellspacing="0" width="100%" style="background-color:#111;">
<tr valign="middle" height="30">
	<td colspan="4" align="center" style="font-size:30px;padding:0;color:#3388dd;letter-spacing:10px;" class="b" onclick="window.location.reload();"><?php 
echo strtoupper(str_replace('_', ' ', isset($titlearray[$st]) ? $titlearray[$st] : $st));
?>
</td>
	<td colspan="2" align="right"<?php 
echo $tickdif > $GAMEPREFS['tickertime'] ? ' style="color:red;"' : '';
?>
><?php 
echo $szTickDiff = Verschil_In_Tijd($tickdif);
?>
 since last tick (<?php 
echo $GAMEPREFS['tickertime'];
?>
s)</td>
</tr>
<tr height="30">
	<td colspan="4"><b>&nbsp;&nbsp;<?php 
echo $g_arrUser['rulername'] . " of " . $g_arrUser['planetname'] . ' (' . $g_arrUser['x'] . ':' . $g_arrUser['y'] . ':' . $g_arrUser['z'];
?>
)</b></td>
	<td align="center"><a title="<?php 
echo $iHasMail;
?>
 new" href="messages.php" style="color:#ddd;"><?php