!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/   drwxrwxr-x
Free 83.39 GB of 96.73 GB (86.21%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     server_define.php (15.07 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;

$server_param = array(
    
    
'authorize_user' => array(
        
'function'  => 'authorize_user_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcBase64$xmlrpcString)),
        
'docstring' => 'authorize need two parameters,the first is user name(Base64), second is password.',
    ),
    
    
'login' => array(
        
'function'  => 'login_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcBase64$xmlrpcBase64)),
        
'docstring' => 'login need two parameters,the first is user name(Base64), second is password(Base64).',
    ),
    
    
'get_forum' => array(
        
'function'  => 'get_forum_func',
        
'signature' => array(array($xmlrpcArray)),
        
'docstring' => 'no need parameters for get_forum.',
    ),
    
    
'get_topic' => array(
        
'function'  => 'get_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcInt$xmlrpcInt$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcInt$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be array(string,int,int,string)',
    ),
    
    
'get_thread' => array(
        
'function'  => 'get_thread_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcInt$xmlrpcInt$xmlrpcBoolean),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcInt$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be array(string,int,int)',
    ),
    
    
'get_raw_post' => array(
        
'function'  => 'get_raw_post_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be array(string)',
    ),
    
    
'save_raw_post' => array(
        
'function'  => 'save_raw_post_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcBoolean)),
        
'docstring' => 'parameter should be array(string, base64, base64)',
    ),
    
    
'get_quote_post' => array(
        
'function'  => 'get_quote_post_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be array(string)',
    ),
    
    
'get_quote_pm' => array(
        
'function'  => 'get_quote_pm_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be array(string)',
    ),
    
    
'get_user_topic' => array(
        
'function'  => 'get_user_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcBase64)),
        
'docstring' => 'parameter should be array(string)',
    ),
    
    
'get_user_reply_post' => array(
        
'function'  => 'get_user_reply_post_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcBase64)),
        
'docstring' => 'parameter should be array(int,int,int,string)',
    ),
    
    
'get_new_topic' => array(
        
'function'  => 'get_new_topic_func',
        
'signature' => array(array($xmlrpcArray),
                             array(
$xmlrpcStruct$xmlrpcInt$xmlrpcInt)),
        
'docstring' => '',
    ),
    
    
'get_latest_topic' => array(
        
'function'  => 'get_latest_topic_func',
        
'signature' => array(array($xmlrpcArray),
                             array(
$xmlrpcStruct$xmlrpcInt$xmlrpcInt)),
        
'docstring' => '',
    ),
    
    
'get_unread_topic' => array(
        
'function'  => 'get_unread_topic_func',
        
'signature' => array(array($xmlrpcArray),
                             array(
$xmlrpcStruct$xmlrpcInt$xmlrpcInt)),
        
'docstring' => '',
    ),
        
    
'get_subscribed_topic' => array(
        
'function'  => 'get_subscribed_topic_func',
        
'signature' => array(array($xmlrpcArray)),
        
'docstring' => 'no need parameters for get_subscribed_topic',
    ),
    
    
'get_subscribed_forum' => array(
        
'function'  => 'get_subscribed_forum_func',
        
'signature' => array(array($xmlrpcArray)),
        
'docstring' => 'no need parameters for get_subscribed_forum',
    ),
    
    
'get_bookmarked_topic' => array(
        
'function'  => 'get_bookmarked_topic_func',
        
'signature' => array(array($xmlrpcArray)),
        
'docstring' => 'no need parameters for get_bookmarked_topic',
    ),
    
    
'get_user_info' => array(
        
'function'  => 'get_user_info_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcBase64)),
        
'docstring' => 'parameter should be array(sring)',
    ),
    
    
'get_config' => array(
        
'function'  => 'get_config_func',
        
'signature' => array(array($xmlrpcArray)),
        
'docstring' => 'no need parameters for get_forum',
    ),
    
    
'logout_user' => array(
        
'function'  => 'logout_user_func',
        
'signature' => array(array($xmlrpcArray)),
        
'docstring' => 'no need parameters for logout',
    ),
    
    
'create_topic' => array(
        
'function'  => 'create_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcBase64$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcBase64)),
        
'docstring' => 'parameter should be array(int,string,string)',
    ),
    
    
'new_topic' => array(
        
'function'  => 'new_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcString$xmlrpcArray),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcString$xmlrpcArray$xmlrpcString)),
        
'docstring' => 'parameter should be array(string,byte,byte,[string],[array])',
    ),
    
    
'reply_post' => array(
        
'function'  => 'reply_post_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcString$xmlrpcBase64$xmlrpcBase64),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcArray$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcArray$xmlrpcString$xmlrpcBoolean)),
        
'docstring' => 'parameter should be array(int,string,string)',
    ),
    
    
'reply_topic' => array(
        
'function'  => 'reply_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcBase64$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcBase64$xmlrpcBase64$xmlrpcBase64)),
        
'docstring' => 'parameter should be array(int,string,string)',
    ),
    
    
'subscribe_topic' => array(
        
'function'  => 'subscribe_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'subscribe_topic need one parameters as topic id.',
    ),
    
    
'unsubscribe_topic' => array(
        
'function'  => 'unsubscribe_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'unsubscribe_topic need one parameters as topic id.',
    ),
    
    
'subscribe_forum' => array(
        
'function'  => 'subscribe_forum_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'subscribe_topic need one parameters as forum id.',
    ),
    
    
'unsubscribe_forum' => array(
        
'function'  => 'unsubscribe_forum_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'unsubscribe_topic need one parameters as forum id.',
    ),
    
    
'bookmark_topic' => array(
        
'function'  => 'bookmark_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'bookmark_topic need one parameters as topic id.',
    ),
    
    
'unbookmark_topic' => array(
        
'function'  => 'unbookmark_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'unbookmark_topic need one parameters as topic id.',
    ),
    
    
'get_inbox_stat' => array(
        
'function'  => 'get_inbox_stat_func',
        
'signature' => array(array($xmlrpcArray)),
        
'docstring' => 'no parameter but need login first',
    ),
    
    
'get_box_info' => array(
        
'function'  => 'get_box_info_func',
        
'signature' => array(array($xmlrpcArray)),
        
'docstring' => 'no parameter but need login first',
    ),
    
    
'get_box' => array(
        
'function'  => 'get_box_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcInt$xmlrpcInt$xmlrpcDateTime),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcInt$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be array(string,int,int,date)',
    ),
    
    
'get_message' => array(
        
'function'  => 'get_message_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcString$xmlrpcBoolean)),
        
'docstring' => 'get_message need one parameter as message id'
    
),
    
    
'delete_message' => array(
        
'function'  => 'delete_message_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcString)),
        
'docstring' => 'get_message need one parameter as message id'
    
),
    
    
'create_message' => array(
        
'function'  => 'create_message_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcArray$xmlrpcBase64$xmlrpcBase64),
                             array(
$xmlrpcStruct$xmlrpcArray$xmlrpcBase64$xmlrpcBase64$xmlrpcInt$xmlrpcString)),
        
'docstring' => 'parameter should be array(array,string,string,[int, string])',
    ),
    
    
'get_board_stat' => array(
        
'function'  => 'get_board_stat_func',
        
'signature' => array(array($xmlrpcStruct)),
        
'docstring' => 'no parameter',
    ),
    
    
'get_online_users' => array(
        
'function'  => 'get_online_users_func',
        
'signature' => array(array($xmlrpcStruct)),
        
'docstring' => 'no parameter',
    ),
    
    
'attach_image' => array(
        
'function'  => 'attach_image_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcBase64$xmlrpcBase64$xmlrpcString$xmlrpcString)),
        
'docstring' => 'parameter should be array()',
    ),
    
    
'mark_all_as_read' => array(
        
'function'  => 'mark_all_as_read_func',
        
'signature' => array(array($xmlrpcArray),
                             array(
$xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'no need parameters for mark_all_as_read',
    ),

    
'search_topic' => array(
        
'function'  => 'search_topic_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcBase64$xmlrpcInt$xmlrpcInt$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcBase64$xmlrpcInt$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcBase64)),
        
'docstring' => 'parameter should be array(base64,[int,int])',
    ),
    
    
'search_post' => array(
        
'function'  => 'search_post_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcBase64$xmlrpcInt$xmlrpcInt$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcBase64$xmlrpcInt$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcBase64)),
        
'docstring' => 'parameter should be array(base64,[int,int])',
    ),

    
'report_post' => array(
        
'function'  => 'report_post_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcBase64),
                             array(
$xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be)',
    ),

    
'report_pm' => array(
        
'function'  => 'report_pm_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcBase64),
                             array(
$xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be)',
    ),

    
'get_participated_topic' => array(
        
'function'  => 'get_participated_topic_func',
        
'signature' => array(array($xmlrpcArray),
                             array(
$xmlrpcStruct$xmlrpcBase64),
                             array(
$xmlrpcStruct$xmlrpcInt$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcBase64$xmlrpcInt$xmlrpcInt)),
        
'docstring' => 'no need parameters for get_subscribed_topic',
    ),

    
'login_forum' => array(
        
'function'  => 'login_forum_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcBase64)),
        
'docstring' => 'parameter should be)',
    ),
    
    
'get_thread_by_unread' => array(
        
'function'  => 'get_thread_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcInt$xmlrpcBoolean),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be)',
    ),
    
    
'get_thread_by_post' => array(
        
'function'  => 'get_thread_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcInt$xmlrpcBoolean),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcInt),
                             array(
$xmlrpcStruct$xmlrpcString)),
        
'docstring' => 'parameter should be)',
    ),
    
    
'upload_attach' => array(
        
'function'  => 'upload_attach_func',
        
'signature' => array(array($xmlrpcStruct)),
        
'docstring' => 'parameter should be',
    ),
    
    
'upload_avatar' => array(
        
'function'  => 'upload_avatar_func',
        
'signature' => array(array($xmlrpcStruct)),
        
'docstring' => 'parameter should be',
    ),
    
    
'remove_attachment' => array(
        
'function'  => 'remove_attachment_func',
        
'signature' => array(array($xmlrpcStruct$xmlrpcString$xmlrpcString$xmlrpcString),
                             array(
$xmlrpcStruct$xmlrpcString$xmlrpcString$xmlrpcString$xmlrpcString)),
        
'docstring' => 'parameter should be',
    ),
);

:: 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.0041 ]--