Файл: public_html/modules/tutorial/9.php
Строк: 22
<?php
$root = $_SERVER['DOCUMENT_ROOT'];
include_once ($root.'/core/base.php');
falseauth();
$header = "Начало";
include_once ($root.'/core/head.php');
if($u['tutorial'] != 9) redirect('/tutorial/'.$u['tutorial']);
if($u['tutorial'] >= 15) redirect('/');
if($u['save'] == 1) redirect('/');
if(isset($_GET['next']))
{
setTutorialNum(10);
redirect('/caves');
}
echo '
<div class="b">
<table width="100%">
<tr>
<td width="55px" valign="top">
<img width="50px" src="/images/naparnik.png"/>
</td>
<td valign="top">
<big> <font color = "white">Напарник</font></big>
<div class="txt">
Ну вот! Другой человек! На таких как ты и не страшно родину оставить,
а теперь тебе нужно заработать, например в пещере.
</div>
</td>
</tr>
</table> </br>
';
echo '<center><img src="/images/icons/17.png" width="60" height="60"></center></br>
<big><b>Пещеры</b></big> - это универсальный заработок опыта, гемов и других ценных ресурсов для вашего игрока. <br><br>
<center><a href="?next"><input type="submit" value="В пещеры"></a>
</div>';
include_once ($root.'/core/foot.php');