Вход Регистрация
Файл: feed/update.php
Строк: 106
<?php

require_once '../incfiles/core.php';
require_once 
'../incfiles/func.php';
require_once 
'../incfiles/auth.php';
require_once 
'../incfiles/user.php';

if (empty(
$user_id)) {go(URL.'/');}

if (
mysql_result(mysql_query("SELECT COUNT(`id`) FROM `feed` WHERE `time` < '".(time()-3600*24*7)."' LIMIT 1"),0) == truemysql_query("DELETE FROM `feed` WHERE `time` < '".(time()-3600*24*7)."'");


$title lang('Мои Новости','Мої Новини');
require_once 
'../incfiles/head.php';

echo 
'<div class="title for_pc">
    <a href="'
.URL.'/feed/" onclick="Page.Go(this.href); return false;">Записи</a>
    <a href="'
.URL.'/feed/photos.php" onclick="Page.Go(this.href); return false;">Фото</a>
    <a class="title_a_hover" href="'
.URL.'/feed/update.php" onclick="Page.Go(this.href); return false;">'.lang('Обновления','Оновлення').'</a>
    <a href="'
.URL.'/feed/groups.php" onclick="Page.Go(this.href); return false;">'.lang('Сообщества','Спільноти').'</a>
    <a href="'
.URL.'/feed/search.php" onclick="Page.Go(this.href); return false;">'.lang('Поиск','Пошук').'</a>
    </div>'
;
    
        
?>
<html>
<head>
<script type="text/javascript">
function Menu(id)
{
var menu = document.getElementById('menu_' + id).style;
if (menu.display == 'none')
{
menu.display = 'block';
}
else
{
menu.display = 'none';
}
}
</script>
</head>
</body> 
</html>


<div class="block for_mobile"><a class=" " li onclick="javascript:Menu('1')"><? echo'<img src="'.URL.'/design/img/filter.jpg" width="25" height="25" alt="filter news"/> '.lang('Фильтр новостей','Фільтр новин').''?></li/></div>
</a>
<ul id="menu_1" style="display:none;" >
<div class="content_block for_mobile">
<?echo'
<a href="'
.URL.'/feed/" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/feed.png"/>'.lang('Записи','Записи').'</li></a>
<a href="'
.URL.'/feed/photos.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/photo.png"/>'.lang('Фото','Фото').'</li></a>
<a href="'
.URL.'/feed/update.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/users.png"/>'.lang('Обновления','Оновлення').' &#10004;</li></a>
<a href="'
.URL.'/feed/groups.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/groups.png"/>'.lang('Сообщества','Спільноти').'</li></a>
<a href="'
.URL.'/feed/search.php" onclick="Page.Go(this.href); return false"><li><img src="'.URL.'/design/img/menu/journal.png"/>'.lang('Поиск','Пошук').'</li></a>
'
;
?>

</div>

</ul></div>
    
    <?php    
    
    
    
    

$res 
mysql_query("SELECT SQL_CALC_FOUND_ROWS tb1.user_id, tb1.friend_id, tb2.user_id, tb2.type, tb2.time FROM `friends` tb1,`feed` tb2 WHERE tb1.user_id = '".$user_id."' AND tb1.friend_id = tb2.user_id");
    
$all mysql_num_rows($res);
    if (
$all == true)
    {
        
$cp ceil($all/10);
        
$p = (isset($_GET['p']) and is_numeric($_GET['p']) and $_GET['p']>and $_GET['p']<=$cp) ? $_GET['p'] : 1;
        
$start $p*10-10;

        
$res mysql_query("SELECT SQL_CALC_FOUND_ROWS tb1.user_id, tb1.friend_id, tb2.user_id, tb2.sex, tb2.type, tb2.refid, tb2.uptime, tb2.time FROM `friends` tb1,`feed` tb2 WHERE tb1.user_id = '".$user_id."' AND tb1.friend_id = tb2.user_id ORDER by tb2.uptime DESC LIMIT $start,10");
        while (
$arr mysql_fetch_array($res))
        {
            if (
$arr['type'] == 'friends')
            {
                echo 
'<div class="block">'.user_name($arr['user_id']).'<ul>'.($arr['sex']==1?lang('добавил в Друзья','додав у Друзі'):lang('добавила в Друзья','додала у Друзі')).':</ul><ul>';
                
$q explode("||"substr($arr['refid'], 1, -1));
                
$count count($q);
                for (
$i 0$i $count$i++) echo '<a href="'.URL.'/?id='.$q[$i].'" onclick="Page.Go(this.href); return false;">'.user_name3($q[$i]).'</a>'.(($i+1)<$count?', ':'');
                echo 
'</ul></div>';
            }
        }
        
navi($p,$cp,'/feed/update.php?');
    }
    

require_once 
'../incfiles/foot.php';

?>
Онлайн: 3
Реклама