!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/   drwxrwxrwx
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:     inc_faq.php (1.52 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
if ( !defined('JOOM15_PHPBB3') ) 

    die(
"Hacking attempt"); 

?><?php
/**
*
* @package phpBB3
* @version $Id: faq.php 8479 2008-03-29 00:22:48Z naderman $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* @ignore
*/
define('IN_PHPBB'true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH './';
$phpEx substr(strrchr(__FILE__'.'), 1);
include(
$phpbb_root_path 'common.' $phpEx);

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();

$mode request_var('mode''');

// Load the appropriate faq file
switch ($mode)
{
    case 
'bbcode':
        
$l_title $user->lang['BBCODE_GUIDE'];
        
$user->add_lang('bbcode'falsetrue);
    break;

    default:
        
$l_title $user->lang['FAQ_EXPLAIN'];
        
$user->add_lang('faq'falsetrue);
    break;
}

// Pull the array data from the lang pack
$help_blocks = array();
foreach (
$user->help as $help_ary)
{
    if (
$help_ary[0] == '--')
    {
        
$template->assign_block_vars('faq_block', array(
            
'BLOCK_TITLE'        => $help_ary[1])
        );

        continue;
    }

    
$template->assign_block_vars('faq_block.faq_row', array(
        
'FAQ_QUESTION'        => $help_ary[0],
        
'FAQ_ANSWER'        => $help_ary[1])
    );
}

// Lets build a page ...
$template->assign_vars(array(
    
'L_FAQ_TITLE'    => $l_title,
    
'L_BACK_TO_TOP'    => $user->lang['BACK_TO_TOP'])
);

page_header($l_title);

$template->set_filenames(array(
    
'body' => 'faq_body.html')
);
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));

page_footer();

?>

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