Просмотр файла clikus/contact.php

Размер файла: 1Kb
<?php

$title="Администрация сайта\n";

include_once ('config/ini.php');
include_once ('config/function.php');
include_once ('config/header.php');
include_once ('config/connect.php');
include_once ('config/click-club.class.php');
include_once ('config/online.php');
include_once ('smiles/smiles.php');
include_once ('config/ban.php');

If (!isset($_GET['log'])) define("anybody","true");
include_once ('config/panel.php');

echo '
<div class="header_rek">Наш Админ:</div>';
if ($_enter){
echo '&#187;<a href="info.php?user=Alexandr"><b>Alexandr</b></a><br/>';} else { echo '&#187;<b>Alexandr</b><br/>';}
echo 'icq: 915-317<br/>
<div class="header_rek">Модераторы</div>';
$sql = mysql_query("SELECT * FROM `".prefix."users` WHERE `moder`<>'0'");
while($s = mysql_fetch_array($sql))
{
	if ($_enter){ echo "&#187;<a href='info.php?user=$s[login]'><b>$s[login]</b></a><br/>";} else { echo "&#187;<b>$s[login]</b><br/>";}
}

include_once ('config/end.php');
//make for clikus.ru
//Admin icq 915317
?>