Файл: GeroyHaosa/lib.php
Строк: 17
<?php
define('PROTECTOR', 1);
$textl='Герои Хаоса | онлайн игра MMORPG для телефонов бесплатно';
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">';
$result = mysql_result(mysql_query("SELECT COUNT(*) FROM `library`"),0);
$whiel = mysql_query("SELECT id, title FROM `library`");
$lists = mysql_fetch_array($whiel);
printf("<a href="index.php?mod=lib&id=%s&lb=list_library">%s</a><br/>",$lists[id],$lists[title]);
echo"</div>";
echo"<div class='foot'><a href="index.php?">Назад</a></div>";
echo'<div class="gameBorder">';
echo'<div class="menu">';
$whiel = mysql_query("SELECT * FROM library WHERE id='$_GET[id]'");
$lists = mysql_fetch_array($whiel);
echo "Название: <b>$lists[title]</b><br/><small>Дата добавления: <b>$lists[time]</b></small><br/>";
echo "------------<br/>";
echo "$lists[text]<br/>Автор: <b>$lists[author]</b></div>";
echo "<div class='foot'><a href="index.php?mod=lib">Назад</a></div>";
include($path.'files/end.php');
?>