Файл: masteram_us/fo/load.php
Строк: 21
<?
require'../shaxty.php'; // waphp.ru - закрытый клуб вап мастеров!
$align='left';
$title='Обменник файлов';
$head='Обменник файлов';
include_once (H.'shaxty/head.php');
check_login();
###############Проверка переменных###############
$file = check(intval($_GET['file']));
###############Получаем инфу о файле###########
$d = @mysql_fetch_array(mysql_query('SELECT * FROM `fo_files` WHERE `id` = '.$file.' LIMIT 1'));
if(file_exists($d['path'])){
if(empty($d['pass'])||$_GET['pass']==$d['pass']){
mysql_query('UPDATE `fo_files` SET `loads`=`loads`+1, `timeload`='.$time.' WHERE `id`='.$file);
$tex2=$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.$d['path'];
$tex2=str_replace('/','/',$tex2);
header('Location: http://'.$tex2,true,301);
}else{if($d['pass']!=$_POST['pass']){
if(isset($_POST['pass']))echo '<b>Неверный пароль!</b><br />';
echo 'Файл защищен паролем!<br />';
if ($ver!='wml')echo '<form action="?" method="post">';
echo 'Пароль:<br/>';
echo '<input type="text" name="pass" maxlength="50" title="Пароль"/><br/>';
if ($ver=='wml'){
echo '<br /><anchor title="go">Скачать<go href="?" method="post">';
echo '<postfield name="pass" value="$pass"/>
</go></anchor>';
echo '<br/><br />';
}else{
echo '<br /><input type="submit" class="ibutton" value="Скачать"/></form><br /><br />';
}
echo "<br/>";
echo $div1.'<a href="/fo">Обменник</a>'.$div9;
include_once (H.'shaxty/foot.php');
}else{
mysql_query('UPDATE `fo_files` SET `loads`=`loads`+1, `timeload`='.$time.' WHERE `id`='.$file);
$tex2=$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.$d['path'];
$tex2=str_replace('/','/',$tex2);
header('Location: http://'.$tex2,true,301);
}
}
}
else{
echo 'Ошибка!';
}
?>