Файл: titwar.ru/modules/clans/index.php
Строк: 23
<?php
/////////////////////////////////основные файлы
include('../../inc/cfg.php');
include('../../inc/verh.php');
include('../../inc/lostblock.php');
/////////////////////////////////основные файлы
$q = mysql_num_rows(mysql_query("select * from `clans`"));
$q1=mysql_query("select * from `clans`");
echo TIT.'
<b><u>Кланы</u></b>'.D,B;
if ($q == "0") {echo 'Сейчас на карте мира нет кланов!<br>';}
while($r = mysql_fetch_array($q1))
{
$people_in_clan = mysql_num_rows(mysql_query("select * from `users` where `clan`='".num($r['id'])."'"));
echo '<a href="/clans/view?id='.num($r['id']).''.$ssilki2.'">'.vivod($r['name']).'</a><br>';
}
if ($user['clan'] == "0") {echo '<a href="/clans/create'.$ssilki1.'">{Создать новый клан}</a><br>';}
echo D,F.'
<br><a href="game.php'.$ssilki1.'">Назад</a>
'.D;
include('../../inc/niz.php');
?>