Вход Регистрация
Файл: moduls/files/download.php
Строк: 21
<?php

/**
* @package     Prime Social
* @link        http://primesocial.ru
* @copyright   Copyright (C) 2016 Prime Social
* @author      BoB | http://primesocial.ru/about
*/


require_once('../../core/start.php');
require_once(
'func.php');
check_auth();

$id abs(num($_GET['user']));
$ank DB::$dbs->queryFetch("SELECT * FROM ".USERS." WHERE `user_id` = ? ", array($id));

if (empty(
$ank)) {
    
head('Foydalanuvchi topilmadi');
    echo 
DIV_BLOCK 'Xatolik!' CLOSE_DIV;  
    echo 
DIV_GO '<a href="'.HOME.'/">Bosh sahifa</a> / <b>Foydalanuvchi topilmadi</b>' CLOSE_DIV;
    exit();
}

$folder DB::$dbs->queryFetch("SELECT * FROM ".FILES." WHERE `id` = ? && `user_id` = ? ", array(abs(num($_GET['folder'])), $ank['user_id']));
    if (empty(
$folder)) {
    
head('Bo`lim topilmadi');
        
    echo 
DIV_ERROR 'Xatolik!' CLOSE_DIV
        
    echo 
DIV_GO '<a href="'.HOME.'/">Bosh sahifa</a> / <a href="'.HOME.'/id'.$ank['user_id'].'">'.$ank['nick'].'</a> / <a href="'.HOME.'/files/'.$ank['user_id'].'/">Shahsiy fayllar</a> / <b>Bo`lim topilmadi</b>' CLOSE_DIV;      
    require_once(
'../../core/stop.php');
    exit(); 


$file DB::$dbs->queryFetch("SELECT * FROM ".FILES_FILE." WHERE `id` = ? ", array(abs(num($_GET['file']))));
if (empty(
$file)) {
    
head('Fayl topilmadi');
        
    echo 
DIV_ERROR 'Xatolik!' CLOSE_DIV
        
    echo 
DIV_GO '<a href="'.HOME.'/">Bosh sahifa</a> / <b>Fayl topilmadi</b>' CLOSE_DIV;
    require_once(
'../../core/stop.php');
    exit(); 
}  

DB::$dbs->query("UPDATE ".FILES_FILE." SET `loads` = ? WHERE `id` = ? ", array( (++$file['loads']), $file['id'] ));

header("Location: ".HOME."/files/usfiles/".$file['url']."");


require_once(
'../../core/stop.php');
?>
Онлайн: 0
Реклама