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

<a name="maincontent"></a>

<h1><?php echo ((isset($this->_rootref['L_ACP_MASS_EMAIL'])) ? $this->_rootref['L_ACP_MASS_EMAIL'] : ((isset($user->lang['ACP_MASS_EMAIL'])) ? $user->lang['ACP_MASS_EMAIL'] : '{ ACP_MASS_EMAIL }')); ?></h1>

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

<?php if ($this->_rootref['S_WARNING']) {  ?>
    <div class="errorbox">
        <h3><?php echo ((isset($this->_rootref['L_WARNING'])) ? $this->_rootref['L_WARNING'] : ((isset($user->lang['WARNING'])) ? $user->lang['WARNING'] : '{ WARNING }')); ?></h3>
        <p><?php echo (isset($this->_rootref['WARNING_MSG'])) ? $this->_rootref['WARNING_MSG'] : ''?></p>
    </div>
<?php ?>

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

<fieldset>
    <legend><?php echo ((isset($this->_rootref['L_COMPOSE'])) ? $this->_rootref['L_COMPOSE'] : ((isset($user->lang['COMPOSE'])) ? $user->lang['COMPOSE'] : '{ COMPOSE }')); ?></legend>
<dl>
    <dt><label for="group"><?php echo ((isset($this->_rootref['L_SEND_TO_GROUP'])) ? $this->_rootref['L_SEND_TO_GROUP'] : ((isset($user->lang['SEND_TO_GROUP'])) ? $user->lang['SEND_TO_GROUP'] : '{ SEND_TO_GROUP }')); ?>:</label></dt>
    <dd><select id="group" name="g"><?php echo (isset($this->_rootref['S_GROUP_OPTIONS'])) ? $this->_rootref['S_GROUP_OPTIONS'] : ''?></select></dd>
</dl>
<dl>
    <dt><label for="usernames"><?php echo ((isset($this->_rootref['L_SEND_TO_USERS'])) ? $this->_rootref['L_SEND_TO_USERS'] : ((isset($user->lang['SEND_TO_USERS'])) ? $user->lang['SEND_TO_USERS'] : '{ SEND_TO_USERS }')); ?>:</label><br /><span><?php echo ((isset($this->_rootref['L_SEND_TO_USERS_EXPLAIN'])) ? $this->_rootref['L_SEND_TO_USERS_EXPLAIN'] : ((isset($user->lang['SEND_TO_USERS_EXPLAIN'])) ? $user->lang['SEND_TO_USERS_EXPLAIN'] : '{ SEND_TO_USERS_EXPLAIN }')); ?></span></dt>
    <dd><textarea name="usernames" id="usernames" rows="5" cols="40"><?php echo (isset($this->_rootref['USERNAMES'])) ? $this->_rootref['USERNAMES'] : ''?></textarea></dd>
    <dd>[ <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> ]</dd>
</dl>
<dl>
    <dt><label for="subject"><?php echo ((isset($this->_rootref['L_SUBJECT'])) ? $this->_rootref['L_SUBJECT'] : ((isset($user->lang['SUBJECT'])) ? $user->lang['SUBJECT'] : '{ SUBJECT }')); ?>:</label></dt>
    <dd><input name="subject" type="text" id="subject" value="<?php echo (isset($this->_rootref['SUBJECT'])) ? $this->_rootref['SUBJECT'] : ''?>" /></dd>
</dl>
<dl>
    <dt><label for="message"><?php echo ((isset($this->_rootref['L_MASS_MESSAGE'])) ? $this->_rootref['L_MASS_MESSAGE'] : ((isset($user->lang['MASS_MESSAGE'])) ? $user->lang['MASS_MESSAGE'] : '{ MASS_MESSAGE }')); ?>:</label><br /><span><?php echo ((isset($this->_rootref['L_MASS_MESSAGE_EXPLAIN'])) ? $this->_rootref['L_MASS_MESSAGE_EXPLAIN'] : ((isset($user->lang['MASS_MESSAGE_EXPLAIN'])) ? $user->lang['MASS_MESSAGE_EXPLAIN'] : '{ MASS_MESSAGE_EXPLAIN }')); ?></span></dt>
    <dd><textarea id="message" name="message" rows="10" cols="60"><?php echo (isset($this->_rootref['MESSAGE'])) ? $this->_rootref['MESSAGE'] : ''?></textarea></dd>
</dl>
<dl>
    <dt><label for="priority"><?php echo ((isset($this->_rootref['L_MAIL_PRIORITY'])) ? $this->_rootref['L_MAIL_PRIORITY'] : ((isset($user->lang['MAIL_PRIORITY'])) ? $user->lang['MAIL_PRIORITY'] : '{ MAIL_PRIORITY }')); ?>:</label></dt>
    <dd><select id="priority" name="mail_priority_flag"><?php echo (isset($this->_rootref['S_PRIORITY_OPTIONS'])) ? $this->_rootref['S_PRIORITY_OPTIONS'] : ''?></select></dd>
</dl>
<dl>
    <dt><label for="send"><?php echo ((isset($this->_rootref['L_SEND_IMMEDIATELY'])) ? $this->_rootref['L_SEND_IMMEDIATELY'] : ((isset($user->lang['SEND_IMMEDIATELY'])) ? $user->lang['SEND_IMMEDIATELY'] : '{ SEND_IMMEDIATELY }')); ?>:</label></dt>
    <dd><input id="send" type="checkbox" class="radio" name="send_immediately" checked="checked" /></dd>
</dl>

<p class="submit-buttons">
    <input class="button1" type="submit" id="submit" name="submit" value="<?php echo ((isset($this->_rootref['L_SEND_EMAIL'])) ? $this->_rootref['L_SEND_EMAIL'] : ((isset($user->lang['SEND_EMAIL'])) ? $user->lang['SEND_EMAIL'] : '{ SEND_EMAIL }')); ?>" />&nbsp;
    <input class="button2" type="reset" id="reset" name="reset" value="<?php echo ((isset($this->_rootref['L_RESET'])) ? $this->_rootref['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ RESET }')); ?>" />
</p>
<?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''?>
</fieldset>
</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.0034 ]--