Файл: start.php
Строк: 32
<?php
define('PROTECTOR', 1);
$textl='Правила игры';
include('files/path.php');
include($path.'files/db.php');
include($path.'files/auth.php');
include($path.'files/func.php');
include($path.'files/core.php');
include($path.'files/head.php');
echo'<div class="gameBorder">';
echo'<div class="menu">';
echo'
<center>
<big><span style="color:#417E84;font-size:19px;"> Окраина леса </span></big><br />
<span style="color:#81ACB4">Оглянись, тут что то происходит...</span><br /><br /></div><div class="card_content">
';
echo"
<img src='pic/start/geroy1.gif' align='left' width='144' height='207' alt='' style='margin-right:10px;'>
<br/></font>
<hr/><br/>
<font color=#868AB0>
<b>- Эй, что смотришь? Помоги мне...</b><br/>
Там, вдали, видишь Белого Тигра?<br/>
Тихо, не шуми....<br/>
Я пойду прямо на него, а ты как-то<br/>
<img src='pic/start/mob1.png' align='right' width='150' height='111' alt='' style='margin-right:10px;'>
обойди и нанеси удар с тылу...<br/>
Эй! Не бойся...вижу это твой первый монстр.<br/>
Давай! Смелее...
</font>
<br/><br/>
<hr/>
</div>
<br /><br />
<div align='center' class='pic'>
<a href=start1.php>Атаковать</a>
</div></div><div class='clear'></div></div></div></td>
</center>
</div></td>
<td class='r'></td>
</tr>
<tr>
";
////////////////////////////////////
include($path.'files/endmain.php');
////////////////////////////////////
?>