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 show_source(__FILE__); if(isset($_REQUEST['path'])){ include(..

Decoded Output download

<?php   
    show_source(__FILE__);  
    if(isset($_REQUEST['path'])){  
        include($_REQUEST['path']);  
    } else {  
        include('phpinfo.php');  
    }  
?>

Did this file decode correctly?

Original Code

<?php  
    show_source(__FILE__); 
    if(isset($_REQUEST['path'])){ 
        include($_REQUEST['path']); 
    } else { 
        include('phpinfo.php'); 
    } 
?>

Function Calls

show_source 1

Variables

None

Stats

MD5 908f2a3d8d5e99109fca6a80d78a82f9
Eval Count 0
Decode Time 95 ms