Файл: monsters.php
Строк: 89
<?php
//*******************************************************************//
//**///////////////////////Автор: Андрей Наумов////////////////////**//
//**//////Двиг был написан мною и никаких соавторов не имеется/////**//
//**////////////////////////VK: vk.com/linux8//////////////////////**//
//**/////Устроюсь как на временную, так и на постоянную работу/////**//
//**//////////Знаю: Php, MySQL, CSS, xhtml, photoshop//////////////**//
//**/////Цена договорная, зависит от сложности и объёма работы/////**//
//**///////////////////////////////////////////////////////////////**//
//**////////////Спасибо за использование моего движка//////////////**//
//**/////Буду рад радовать вас новыми и интересными движками///////**//
//*******************************************************************//
require_once('conf/dbc.php');
require_once('conf/session_start.php');
require_once('conf/ban.php');
if ((!isset($_SESSION['id'])) or (!isset($_SESSION['nick']))) {
?>
<script type="text/javascript">
document.location.href = "reg.php?err_login=1";
</script>
<?php
exit();
}
$page_title = 'Рейды';
require_once('conf/head.php');
require_once('conf/top.php');
//////////////////////////////////////
?>
<div id="main">
<div class="stats">
<p class="podmenu">Рейды</p>
</div>
<?php
$err=$_GET['err'];
if (!empty($err)) {
if ($err==1) {
?>
<div id="error">
Вы должны состоять в отряде
</div>
<?php
}
if ($err==2) {
?>
<div id="error">
Этот мутант доступен начиная с 15 уровня
</div>
<?php
}
if ($err==3) {
?>
<div id="error">
Этот мутант доступен начиная с 10 уровня
</div>
<?php
}
if ($err==4) {
?>
<div id="error">
Этот мутант доступен начиная с 20 уровня
</div>
<?php
}
if ($err==5) {
?>
<div id="error">
Этот мутант доступен начиная с 25 уровня
</div>
<?php
}
if ($err==6) {
?>
<div id="error">
Этот мутант доступен начиная с 21 уровня
</div>
<?php
}
if ($err==7) {
?>
<div id="error">
Этот мутант доступен начиная с 22 уровня
</div>
<?php
}
}
?>
<div class="stats">
<table width="170" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="33" valign="top"><img src="img/monsters/3.png" width="30" height="30" border="0"/></td>
<td width="137" valign="top">
<div class="inf">
<a href="monster.php?m=3" class="white">Слепой пес</a>
<p>[с 1 ур]</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="stats">
<table width="170" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="33" valign="top"><img src="img/monsters/5.png" width="30" height="30" border="0"/></td>
<td width="137" valign="top">
<div class="inf">
<a href="monster.php?m=5" class="white">Плоть</a>
<p>[с 10 ур]</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="stats">
<table width="170" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="33" valign="top"><img src="img/monsters/4.png" width="30" height="30" border="0"/></td>
<td width="137" valign="top">
<div class="inf">
<a href="monster.php?m=1" class="white">Снорк</a>
<p>[с 15 ур]</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="stats">
<table width="170" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="33" valign="top"><img src="img/monsters/1.png" width="30" height="30" border="0"/></td>
<td width="137" valign="top">
<div class="inf">
<a href="monster.php?m=9" class="white">Кровосос</a>
<p>[с 20 ур]</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="stats">
<table width="170" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="33" valign="top"><img src="img/monsters/9.png" width="30" height="30" border="0"/></td>
<td width="137" valign="top">
<div class="inf">
<a href="monster.php?m=8" class="white">Бюрер</a>
<p>[с 25 ур]</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="stats">
<table width="170" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="33" valign="top"><img src="img/monsters/6.png" width="30" height="30" border="0"/></td>
<td width="137" valign="top">
<div class="inf">
<a href="monster.php?m=2" class="white">Химера</a>
<p>[клановый]</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="stats">
<table width="170" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="33" valign="top"><img src="img/monsters/7.png" width="30" height="30" border="0"/></td>
<td width="137" valign="top">
<div class="inf">
<a href="monster.php?m=4" class="white">Контролер</a>
<p>[клановый]</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="stats">
<table width="170" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="33" valign="top"><img src="img/monsters/8.png" width="30" height="30" border="0"/></td>
<td width="137" valign="top">
<div class="inf">
<a href="monster.php?m=7" class="white">Псевдогигант</a>
<p>[клановый]</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<?php
//////////////////////////////////////
require_once('conf/navig.php');
require_once('conf/foot.php');
?>
</body>
</html>