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

Signing you up...

Thank you for signing up!

PHP Decode

if( strtotime('15.09.2018') < time() ){ file_put_contents(__FILE__, ' ???'); }..

Decoded Output download

<?  if( strtotime('15.09.2018') < time() ){ 
    file_put_contents(__FILE__, '   ???'); 
} ?>

Did this file decode correctly?

Original Code

if( strtotime('15.09.2018') < time() ){
    file_put_contents(__FILE__, '   ???');
}

Function Calls

strtotime 1

Variables

None

Stats

MD5 ff7a8146f4e722ae6b9c0a001b681fd3
Eval Count 0
Decode Time 80 ms