Файл: kuznica.php
Строк: 22
<?php
define('PROTECTOR', 1);
$headmod = 'kuznica';//фикс. места
$textl='Мастерская';
include('files/path.php');
include('files/gzips.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');
include($path.'files/zag.php');
echo"
<div class='battle_result'>Мастерская</div>
<div>
<div class='win'></div>
<div class='clear'></div>
</div>
";
echo "<center><img src='10.jpg'/></center><br/>";
echo "Используя <b>Свитки заточки</b>, вы можете улучшить ваше оружие. Чем выше уровень заточки, тем меньше шанс удачной модификации.<br>
";
$scroll = mysql_result(mysql_query("SELECT COUNT(*) FROM res WHERE usr='$log' and tip='scroll'"),0);
echo "
<a href="shopscroll.php">Купить свитки</a> <br/>
<a href="inventar.php?mod=res&tip=scroll">Модифицировать</a> ($scroll)";
include($path.'files/down.php');
////////////////////////////////////
include($path.'files/meny.php');
////////////////////////////////////
?>