Файл: start1.php
Строк: 37
<?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=#B79A6F>
<b>- Я тебя недооценил...</b><br/>
Очень ловко ты с ним справился.<br/>
Вот тебе от меня вещи:<br/>
<img src='/shmot/Club.png' width='32' height='32' alt='' style='margin-right:10px;margin-left:10px;'>
<img src='/shmot/Cotton%20Robe.png' width='32' height='32' alt='' style='margin-right:10px;'>
<img src='/shmot/Necklace%20of%20Magic.png' width='32' height='32' alt='' style='margin-right:10px;'>
<br/>
Поверь, они пригодятся.<br/>
<b> До скорой встречи... </b>
</font>
<br/><br/>
<hr/>
</div>
<br /><br />
<div align='center' class='pic'>
<a href=reg.php?>Продолжить</a>
</div></div><div class='clear'></div></div></div></td>
</center>
";
////////////////////////////////////
include($path.'files/endmain.php');
////////////////////////////////////
?>