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

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

if (!empty(
$_GET['id']) && is_numeric($_GET['id']))
{
    
$id abs(intval($_GET['id']));
    
$result mysql_query("SELECT * FROM `users` WHERE `id` = '".$id."' LIMIT 1");
    if (
mysql_num_rows($result) == true$arr_user mysql_fetch_array($result);
        else 
go(URL);
}
else 
go(URL);

if (!empty(
$_GET['target']) && !empty($_GET['from']) && is_numeric($_GET['from'])) $target '&target='.check($_GET['target']).'&from='.abs(intval($_GET['from'])); else $target '';

    
$title $arr_user['name'].' '.$arr_user['surname'].' :: '.lang('Видеозаписи','Відеозаписи');
    require_once 
'../../incfiles/head.php';
    require_once 
'handler/upload.php';

    echo 
user_access_page($arr_user);
    if(
$user_id == 1)
    
$adm ' <a class="title_a_hover" href="'.URL.'/modules/video/add_i.php" onclick="Page.Go(this.href); return false">'.lang('Добавить видео c другого сайта','Додати відео з іншого сайту').' </a>';
    else 
$adm false;
    echo 
'<div class="title">
    <a href="'
.URL.'/?id='.$id.'" onclick="Page.Go(this.href); return false">'.$arr_user['name'].' '.$arr_user['surname'].'</a>
    <a class="title_a_hover" href="'
.URL.'/video/?id='.$id.'" onclick="Title.Open(); return false">'.lang('Загрузить','Завантажити').'</a>
    <a class="title_a_hover" href="'
.URL.'/modules/video/add.php" onclick="Page.Go(this.href); return false">'.lang('Добавить видео c','Додати відео з').' youtube</a>
   '
.$adm.'
    <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>'
;
    
    if (!empty(
$user_id) && $user_id == $arr_user['id'])
    {
    
        
    
        echo 
'<div id="title_menu">
        <div class="block">
        <div class="title">'
.lang('Максимальный размер загружаемого файла <b>50 MB</b>','Максимальний розмір файлу <b> 50 MB </ b>').'</div>
        <form'
.($site_version == 'default'?' id="form"':'').' action="'.URL.'/video/?id='.$user_id.'" method="post" enctype="multipart/form-data">
        <input class="input2" name="file" type="file"/> 
        <input class="button2" type="submit" value="'
.lang('Загрузить','Завантажити').'"/>
        </form>
        </div></div>'
;
        echo 
'<p><div class="time">';
    }
    
    
        echo
'</div></p>';
    
if (
$arr_user['count_video'] > 0)
{
    
$cp ceil($all/30);
    
$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 * FROM `video` where `user_id` = '$arr_user[id]' ORDER by `time` DESC LIMIT $start,30");
    while (
$arr mysql_fetch_array($res)){
    if(
$arr['type']==|| $arr['type']==2)
    {
       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';
    }
    if(!empty(
$target))$url ''.URL.'/modules/video/select.php?fid='.$arr['id'].'&target='.check($_GET['target']).'&from='.abs(intval($_GET['from'])).'';
        else 
$url ''.URL.'/video/'.$arr['id'].'';
    
//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.'" onclick="Page.Go(this.href); return false;"><div class="video_block"><img src="'.$img.'"/><div class="video_title">'.$arr['name'].'</div></div></a></div>';
    else
    echo 
'<a href="'.$url.'" onclick="Page.Go(this.href); return false;"><img class="preview_mini" src="'.$img.'"></a>';    
    
    }
    
    
    
navi($p,$cp,'/video/?id='.$arr_user['id'].''.$target.'&');
}

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


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