Просмотр записи
DOOM создал дневник Жалобы в категории
Полезные коды 9 Июня 2013
<?
if ($user['group_access']==2)
{
$types = " where `types` = 'chat' ";
}
elseif ($user['group_access']==3)
{
$types =" where `types` = 'forum' ";
}
elseif ($user['group_access']==4)
{
$types = " where (`types` = 'obmen_komm' OR `types` = 'files_komm') ";
}
elseif ($user['group_access']==5)
{
$types = " where `types` = 'lib_komm' ";
}
elseif ($user['group_access']==6)
{
$types = " where `types` = 'foto_komm' ";
}
elseif ($user['group_access']==11)
{
$types = " where `types` = 'notes_komm' ";
}
elseif ($user['group_access']==12)
{
$types = " where `types` = 'guest' ";
}
elseif (($user['group_access']>6 && $user['group_access']<10) || $user['group_access']==15)
{
$types = null;
}
$k_post=mysql_result(mysql_query("SELECT COUNT(*) FROM `spamus` $types"),0);
if ($k_post >0)
{
if (user_access('adm_panel_show'))echo "<img src='/style/icons/adm.gif'> <b><a href='/plugins/admin/spam'>Жалобы <font color='red'>+$k_post</font></b></a>";
}
?>
Код вывода новых жалоб
DCMS-Social.ru - движок социальной сети, вап и веб мастерская, файло-обменник и форум.
Статистика DCMS-Social.ru: Пользователей - 14967, тем на форуме - 30292, сообщений - 298885