Размер файла: 3.59Kb
<?php
///////////////////////////////////////////////////////////////////////////////////////////
/////
///// ********* WAP-MOTORS *********
/////
///// Made by : VANTUZ
///// E-mail : [email protected]
///// Site : http://pizdec.ru
///// WAP-Site : http://visavi.net
///// ICQ : 36-44-66
/////
//////////////////////////////////////////////////////////////////////////////////////////////
// ВЫ НЕ ИМЕЕТЕ ПРАВО ВНОСИТ ИЗМЕНЕНИЯ В КОД СКРИПТА ДЛЯ ДАЛЬНЕЙШЕГО РАСПРОСТРАНЕНИЯ //
//////////////////////////////////////////////////////////////////////////////////////////////
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
function myErrorHandler ($errno, $errstr, $errfile, $errline) {}
set_error_handler("myErrorHandler");
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
extract($HTTP_COOKIE_VARS);
extract($HTTP_SERVER_VARS);
extract($HTTP_SESSION_VARS);
//////////////////////////////////////////////////////////////////////////////////////
ini_set('arg_separator.output','&');
session_name("SID");
session_start();
require_once"../config.php";
require_once"../template/regglobals.php";
//////////////////////////////////////////////////////////////////////////////////////
if(@file("../themes/$themes.php"))
{include_once"../themes/$themes.php";}else{$themes="default"; include_once"../themes/$themes.php";}
//////////////////////////////////////////////////////////////////////////////////////
$text = @file("../local/profil/$log.prof");
if ($text!=""){
$udata = explode(":||:",$text[0]);
$provlog=trim($udata[0]);
$provpar=trim($udata[1]);}
// Устанавливаем время исполнения скрипта 60 сек
set_time_limit(60);
$publics="public_html";
if(eregi("[^0-9]",$mode)){ echo"Неправильный ввод атрибутов!";
require_once"../template/foot.php";
exit;}
$link = ftp_connect($ftp_server);
if(!$link) {echo"К сожалению, не удаётся установить соединение с FTP-сервером $ftp_server";
require_once"../template/foot.php";
exit;}
// Осуществляем регистрацию на сервере
$login = ftp_login($link, $ftp_user, $ftp_password);
if(!$login) {echo"К сожалению, не удаётся зарегистрироваться на сервере";
require_once"../template/foot.php";
exit;}
$type = ftp_systype($link);
if($type != "UNIX") {echo"К сожалению, на удалённом сервере операционная система не совеместимая с UNIX";
require_once"../template/foot.php"; exit;}
if(empty($file3) && empty($file4)){$command = "chmod $mode $publics/$file2";}elseif
(empty($file4)){$command = "chmod $mode $publics/$file2/$file3";} else {$command = "chmod $mode $publics/$file2/$file3/$file4";}
ftp_site($link, $command);
if(!ftp_site)
{
echo("Не удаётся изменить права доступа к директории");
}
else
{
print"Права доступа успешно изменены!"; /////вывод
}
ftp_close($link);
print"<a href=\"admin.php\">Файл-менеджер</a><br/>";
print"<a href=\"adminka.php\">В админку</a>";
require_once"../template/foot.php";
?>