Вход Регистрация
Файл: modules/video/top_video.php
Строк: 55
<?php

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



    
$title ''.lang('Видео рейтинг','Відео рейтинг');
    require_once 
'../../incfiles/head.php';
    

    

    
        echo 
'<div class="title">
    <a href="'
.URL.'/video/?id='.$user_id.'" onclick="Page.Go(this.href); return false">'.$user['name'].' '.$user['surname'].'</a>
    <a class="title_a_hover" href="'
.URL.'/modules/video/add.php" onclick="Page.Go(this.href); return false">'.lang('Добавить видео c','Додати відео з').' youtube</a>
    <a class="title_a_hover" href="'
.URL.'/modules/video/history.php" onclick="Page.Go(this.href); return false">'.lang('История просмотров','Історія переглядів').'</a>
    <a class="title_a_hover" href="'
.URL.'/modules/video/cat.php" onclick="Page.Go(this.href); return false">'.lang('Каталог','Каталог').'</a>
    <a class="title_a_hover" href="'
.URL.'/modules/video/top_video.php" onclick="Page.Go(this.href); return false">'.lang('TOP: «Нам нравится»','TOP: «Нам подобається»').'</a>
       
</div>'
;
    
     
$all mysql_result(mysql_query("SELECT COUNT(`id`) FROM `video` order by `clike` DESC limit 27 "),0);
if (
$all 0)
{
    
$cp ceil($all/27);
    
$p = (isset($_GET['p']) and is_numeric($_GET['p']) and $_GET['p']>and $_GET['p']<=$cp) ? $_GET['p'] : 1;
    
$start $p*27-27;
    
$res mysql_query("SELECT * FROM `video` order by `clike` DESC LIMIT 27");
    while (
$arr mysql_fetch_array($res)){
    
$name no_tags($arr['name']);
    
$name substr($name045);
    
$name rtrim($name"!,.-");
    if(
$arr['type']==0)
    {
       if(
is_file(HOME .''.$arr['img'].''))$img =''.URL.''.$arr['img'].''
                               else
                                   
$img =''.URL.'/design/img/video404.jpg';
    }
    elseif(
$arr['type']==1)
    {
       
$img ='https://i.ytimg.com/vi/'.$arr['file'].'/mqdefault.jpg';
    }
    
    
//echo '<a href="'.URL.'/video/'.$arr['id'].'" onclick="Page.Go(this.href); return false;"><img class="preview_mini" src="'.$img.'"></a>';
    //if (empty($_COOKIE['site_version']) || $_COOKIE['site_version'] == 'default')
        
echo '<div class="video"><a href="'.URL.'/video/'.$arr['id'].'" onclick="Page.Go(this.href); return false;"><div class="video_block"><img src="'.$img.'"/><div class="video_title">'.$name.'</div></div></a></div>';
    
//else
    //echo '<a href="'.URL.'/video/'.$arr['id'].'" onclick="Page.Go(this.href); return false;"><img class="preview_mini" src="'.$img.'"></a>';    
    
    
}
    
    
//navi($p,$cp,'/modules/video/cat.php?');
    
}

    
        

        

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


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