2023-03-31 18:42:06 +00:00
|
|
|
<?php
|
2022-06-06 21:30:34 +00:00
|
|
|
if(!defined('GAME'))
|
|
|
|
{
|
|
|
|
die();
|
|
|
|
}
|
|
|
|
|
|
|
|
if($u->room['file']=='secret')
|
|
|
|
{
|
|
|
|
?>
|
|
|
|
<style type="text/css">
|
|
|
|
.pH3 {COLOR: #8f0000; FONT-FAMILY: Arial; FONT-SIZE: 12pt; FONT-WEIGHT: bold; }
|
|
|
|
</style>
|
|
|
|
<table width="100%" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
2023-01-10 16:29:32 +00:00
|
|
|
<td valign="top"><div align="center" class="pH3">Секретная комната</div>
|
2022-06-06 21:30:34 +00:00
|
|
|
<br /></td>
|
|
|
|
<td width="280" valign="top"><table align="right" cellpadding="0" cellspacing="0">
|
|
|
|
<tr>
|
|
|
|
<td width="100%"> </td>
|
|
|
|
<td><table border="0" cellpadding="0" cellspacing="0">
|
|
|
|
<tr align="right" valign="top">
|
|
|
|
<td><!-- -->
|
2023-03-31 16:54:33 +00:00
|
|
|
<?= $goLis; ?>
|
2022-06-06 21:30:34 +00:00
|
|
|
<!-- -->
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
|
|
<td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#DEDEDE">
|
|
|
|
<tr>
|
2023-03-31 18:30:14 +00:00
|
|
|
<td bgcolor="#D3D3D3"><img src="//img.new-combats.tech/i/move/links.gif" width="9" height="7" /></td>
|
2023-03-31 16:54:33 +00:00
|
|
|
<td bgcolor="#D3D3D3" nowrap="nowrap"><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.3&rnd=<?= $code; ?>';" title="<?php thisInfRm('1.180.0.3',1); ?>">Бойцовский клуб</a></td>
|
2022-06-06 21:30:34 +00:00
|
|
|
</tr>
|
|
|
|
</table></td>
|
|
|
|
</tr>
|
|
|
|
</table></td>
|
|
|
|
</tr>
|
|
|
|
</table></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<div><br />
|
|
|
|
<p> </p>
|
|
|
|
<p> <br />
|
|
|
|
<br />
|
|
|
|
</p>
|
|
|
|
</div></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2023-03-31 18:42:06 +00:00
|
|
|
<?php
|
2022-06-06 21:30:34 +00:00
|
|
|
}
|
|
|
|
?>
|