Добро пожаловать, Гость!
Переделать код - Страница 1
PHP/MySQL | Переделать код
Hack :
Здравствуйте.
Возник вопрос, как сделать чтобы лента и обсуждения отделались
вот код файла sys/fnc/aut.php
<?function title()
{
global $user; if (isset($user))
{
global $set;
if ($set['web']==false)
{
echo "<table style='width:100%' cellspacing='0' cellpadding='0'><tr>";
$k_new=mysql_result(mysql_query("SELECT COUNT(`mail`.`id`) FROM `mail`
LEFT JOIN `users_konts` ON `mail`.`id_user` = `users_konts`.`id_kont` AND `users_konts`.`id_user` = '$user[id]'
WHERE `mail`.`id_kont` = '$user[id]' AND (`users_konts`.`type` IS NULL OR `users_konts`.`type` = 'common' OR `users_konts`.`type` = 'favorite') AND `mail`.`read` = '0'"),0);
$k_new_fav=mysql_result(mysql_query("SELECT COUNT(`mail`.`id`) FROM `mail`
LEFT JOIN `users_konts` ON `mail`.`id_user` = `users_konts`.`id_kont` AND `users_konts`.`id_user` = '$user[id]'
WHERE `mail`.`id_kont` = '$user[id]' AND (`users_konts`.`type` = 'favorite') AND `mail`.`read` = '0'"),0); // �����
$lenta = mysql_result(mysql_query("SELECT COUNT(`read`) FROM `tape` WHERE `id_user` = '$user[id]' AND `read` = '0' "),0); // �����
$discuss = mysql_result(mysql_query("SELECT COUNT(`count`) FROM `discussions` WHERE `id_user` = '$user[id]' AND `count` > '0' "),0); // ����������
$k_frend = mysql_result(mysql_query("SELECT COUNT(id) FROM `frends_new` WHERE `to` = '$user[id]'"), 0); // ������
$k_notif = mysql_result(mysql_query("SELECT COUNT(`read`) FROM `notification` WHERE `id_user` = '$user[id]' AND `read` = '0'"), 0); // �����������
/*
=================================
Страничка
=================================
*/
echo "<td class='auts'>";
echo "<a href="/info.php?id=$user[id]"><center><img src='/style/icons/nav_stranica.png' alt='S'/></center></a>";
echo "</td>";
/*
=================================
Почта
=================================
*/
echo "<td class='auts'>";
if ($k_new!=0 && $k_new_fav==0)
{
echo "<a href='/new_mess.php'><center><img src='/style/icons/nav_pochta.png' alt='$k_new' />";
echo "<font color="#ff0000">($k_new)</font></center></a>";
}else{
echo "<a href='/konts.php'><center><img src='/style/icons/nav_pochta.png' alt='S'/></center></a>";
}
echo "</td>";
/*
=================================
Лента
=================================
*/
if ($lenta > 0)
{
$j2 = 'tape';
}
elseif ($discuss > 0)
{
$j2 = 'discussions';
}
elseif ($k_notif > 0)
{
$j2 = 'notification';
}else{
$j2 = 'tape';
}
echo "<td class='auts'>";
echo "<a href='/user/$j2/index.php'><center><img src='/style/icons/nav_lenta.png' alt='S'/>";
$k_l = $lenta+$k_notif+$discuss;
if($k_l>0)echo "<font color="#ff0000">($k_l)</font>";
echo "</center></a>";
echo "</td>";
/*
=================================
Друзья
=================================
*/
if ($k_frend > 0)
{
echo "<td class='auts'>";
echo "<a href='/user/frends/new.php'><center><img src='/style/icons/icon_druzya.png' alt='S'/><font color='red'>($k_frend)</font></center></a>";
echo "</td>";
}
/*
=================================
Обновить
=================================
*/
echo "</tr></table>";
/*
=================================
Панель
=================================
*/
echo "<td class='auts'>";
echo "<div class='verh'>";
echo "<center>";
if($user){
if ($user['verh0']==1)echo "<a href='/exit.php'><img src='/verh/vihod.png' input class='white' type='button' alt='Выход'></a>n";
if ($user['verh1']==1)echo "<a href='/umenu.php'><img src='/verh/kabinet.png' input class='white' type='button' alt='Кабинет'></a>n";
if ($user['verh2']==1)echo "<a href='/chat/'><img src='/verh/chat.png' input class='white' type='button' alt='Чат'></a>n";
if ($user['verh3']==1)echo "<a href='/forum/'><img src='/verh/forum.png' input class='white' type='button' alt='Форум'></a>n";
if ($user['verh4']==1)echo "<a href='/guest/'><img src='/verh/gostevaya.png' input class='white' type='button' alt='Гостевая'></a>n";
if ($user['verh5']==1)echo "<a href='/lib/'><img src='/verh/bibl.png' input class='white' type='button' alt='Библиотека'></a>n";
if ($user['verh6']==1)echo "<a href='/user/users.php'><img src='/verh/obitateli.png' input class='white' type='button' alt='Обитатели'></a>n";
if ($user['verh7']==1)echo "<a href='/obmen/'><img src='/verh/obmen.png' input class='white' type='button' alt='Зона Обмена'></a>n";
if ($user['verh8']==1)echo "<a href='/foto/'><img src='/verh/foto.png' input class='white' type='button' alt='Фотоальбомы'></a>n";
if ($user['verh9']==1)echo "<a href='/plugins/notes/'><img src='/verh/dnev.png' input class='white' type='button' alt='Дневники'></a>n";
if ($user['verh10']==1)echo "<a href='/news/'><img src='/verh/news.png' input class='white' type='button' alt='Новости'></a>n";
if ($user['verh11']==1)echo "<a href='/user/info/anketa.php'><img src='/verh/anketa.png' input class='white' type='button' alt='Анкета'></a>n";
if ($user['verh12']==1)echo "<a href='/user/money/index.php'><img src='/verh/dop.png' input class='white' type='button' alt='Дополнительные услуги'></a>n";
if ($user['verh13']==1)echo "<a href='/user/info/settings.php'><img src='/verh/moi.png' input class='white' type='button' alt='Мои настройки'></a>n";
echo "<a href='/verh_panel.php?act=tfoot'>+</a><br />n";
echo "</center>";
echo "</div>n";
}
echo "</td>";
}
}
}
?>
Переделать код
25 Июля 2014Здравствуйте.
Возник вопрос, как сделать чтобы лента и обсуждения отделались
вот код файла sys/fnc/aut.php
<?function title()
{
global $user; if (isset($user))
{
global $set;
if ($set['web']==false)
{
echo "<table style='width:100%' cellspacing='0' cellpadding='0'><tr>";
$k_new=mysql_result(mysql_query("SELECT COUNT(`mail`.`id`) FROM `mail`
LEFT JOIN `users_konts` ON `mail`.`id_user` = `users_konts`.`id_kont` AND `users_konts`.`id_user` = '$user[id]'
WHERE `mail`.`id_kont` = '$user[id]' AND (`users_konts`.`type` IS NULL OR `users_konts`.`type` = 'common' OR `users_konts`.`type` = 'favorite') AND `mail`.`read` = '0'"),0);
$k_new_fav=mysql_result(mysql_query("SELECT COUNT(`mail`.`id`) FROM `mail`
LEFT JOIN `users_konts` ON `mail`.`id_user` = `users_konts`.`id_kont` AND `users_konts`.`id_user` = '$user[id]'
WHERE `mail`.`id_kont` = '$user[id]' AND (`users_konts`.`type` = 'favorite') AND `mail`.`read` = '0'"),0); // �����
$lenta = mysql_result(mysql_query("SELECT COUNT(`read`) FROM `tape` WHERE `id_user` = '$user[id]' AND `read` = '0' "),0); // �����
$discuss = mysql_result(mysql_query("SELECT COUNT(`count`) FROM `discussions` WHERE `id_user` = '$user[id]' AND `count` > '0' "),0); // ����������
$k_frend = mysql_result(mysql_query("SELECT COUNT(id) FROM `frends_new` WHERE `to` = '$user[id]'"), 0); // ������
$k_notif = mysql_result(mysql_query("SELECT COUNT(`read`) FROM `notification` WHERE `id_user` = '$user[id]' AND `read` = '0'"), 0); // �����������
/*
=================================
Страничка
=================================
*/
echo "<td class='auts'>";
echo "<a href="/info.php?id=$user[id]"><center><img src='/style/icons/nav_stranica.png' alt='S'/></center></a>";
echo "</td>";
/*
=================================
Почта
=================================
*/
echo "<td class='auts'>";
if ($k_new!=0 && $k_new_fav==0)
{
echo "<a href='/new_mess.php'><center><img src='/style/icons/nav_pochta.png' alt='$k_new' />";
echo "<font color="#ff0000">($k_new)</font></center></a>";
}else{
echo "<a href='/konts.php'><center><img src='/style/icons/nav_pochta.png' alt='S'/></center></a>";
}
echo "</td>";
/*
=================================
Лента
=================================
*/
if ($lenta > 0)
{
$j2 = 'tape';
}
elseif ($discuss > 0)
{
$j2 = 'discussions';
}
elseif ($k_notif > 0)
{
$j2 = 'notification';
}else{
$j2 = 'tape';
}
echo "<td class='auts'>";
echo "<a href='/user/$j2/index.php'><center><img src='/style/icons/nav_lenta.png' alt='S'/>";
$k_l = $lenta+$k_notif+$discuss;
if($k_l>0)echo "<font color="#ff0000">($k_l)</font>";
echo "</center></a>";
echo "</td>";
/*
=================================
Друзья
=================================
*/
if ($k_frend > 0)
{
echo "<td class='auts'>";
echo "<a href='/user/frends/new.php'><center><img src='/style/icons/icon_druzya.png' alt='S'/><font color='red'>($k_frend)</font></center></a>";
echo "</td>";
}
/*
=================================
Обновить
=================================
*/
echo "</tr></table>";
/*
=================================
Панель
=================================
*/
echo "<td class='auts'>";
echo "<div class='verh'>";
echo "<center>";
if($user){
if ($user['verh0']==1)echo "<a href='/exit.php'><img src='/verh/vihod.png' input class='white' type='button' alt='Выход'></a>n";
if ($user['verh1']==1)echo "<a href='/umenu.php'><img src='/verh/kabinet.png' input class='white' type='button' alt='Кабинет'></a>n";
if ($user['verh2']==1)echo "<a href='/chat/'><img src='/verh/chat.png' input class='white' type='button' alt='Чат'></a>n";
if ($user['verh3']==1)echo "<a href='/forum/'><img src='/verh/forum.png' input class='white' type='button' alt='Форум'></a>n";
if ($user['verh4']==1)echo "<a href='/guest/'><img src='/verh/gostevaya.png' input class='white' type='button' alt='Гостевая'></a>n";
if ($user['verh5']==1)echo "<a href='/lib/'><img src='/verh/bibl.png' input class='white' type='button' alt='Библиотека'></a>n";
if ($user['verh6']==1)echo "<a href='/user/users.php'><img src='/verh/obitateli.png' input class='white' type='button' alt='Обитатели'></a>n";
if ($user['verh7']==1)echo "<a href='/obmen/'><img src='/verh/obmen.png' input class='white' type='button' alt='Зона Обмена'></a>n";
if ($user['verh8']==1)echo "<a href='/foto/'><img src='/verh/foto.png' input class='white' type='button' alt='Фотоальбомы'></a>n";
if ($user['verh9']==1)echo "<a href='/plugins/notes/'><img src='/verh/dnev.png' input class='white' type='button' alt='Дневники'></a>n";
if ($user['verh10']==1)echo "<a href='/news/'><img src='/verh/news.png' input class='white' type='button' alt='Новости'></a>n";
if ($user['verh11']==1)echo "<a href='/user/info/anketa.php'><img src='/verh/anketa.png' input class='white' type='button' alt='Анкета'></a>n";
if ($user['verh12']==1)echo "<a href='/user/money/index.php'><img src='/verh/dop.png' input class='white' type='button' alt='Дополнительные услуги'></a>n";
if ($user['verh13']==1)echo "<a href='/user/info/settings.php'><img src='/verh/moi.png' input class='white' type='button' alt='Мои настройки'></a>n";
echo "<a href='/verh_panel.php?act=tfoot'>+</a><br />n";
echo "</center>";
echo "</div>n";
}
echo "</td>";
}
}
}
?>
Комментарии:
Нет сообщений в теме