!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/plugins/wordfence/views/scanner/   drwxr-xr-x
Free 179.61 GB of 490.84 GB (36.59%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     options-group-performance.php (3.91 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents the Performance Options group.
 *
 * Expects $scanner and $stateKey.
 *
 * @var wfScanner $scanner
 * @var string $stateKey The key under which the collapse state is stored.
 * @var bool $collapseable If defined, specifies whether or not this grouping can be collapsed. Defaults to true.
 */

if (!isset($collapseable)) {
    
$collapseable true;
}
?>
<div class="wf-row">
    <div class="wf-col-xs-12">
        <div class="wf-block<?php if (!$collapseable) { echo ' wf-always-active'; } else { echo (wfPersistenceController::shared()->isActive($stateKey) ? ' wf-active' ''); } ?>" data-persistence-key="<?php echo esc_attr($stateKey); ?>">
            <div class="wf-block-header">
                <div class="wf-block-header-content">
                    <div class="wf-block-title">
                        <strong><?php _e('Performance Options''wordfence'); ?></strong>
                    </div>
                    <?php if ($collapseable): ?><div class="wf-block-header-action"><div class="wf-block-header-action-disclosure"></div></div><?php endif; ?>
                </div>
            </div>
            <div class="wf-block-content">
                <ul class="wf-block-list">
                    <?php
                    $options 
= array(
                        array(
'key' => 'lowResourceScansEnabled''label' => __('Use low resource scanning (reduces server load by lengthening the scan duration)''wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_LOW_RESOURCE)),
                        array(
'key' => 'scan_maxIssues''label' => __('Limit the number of issues sent in the scan results email''wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_LIMIT_ISSUES), 'view' => 'options/option-text''parameters' => array('subtitle' => __('0 or empty means unlimited issues will be sent''wordfence'))),
                        array(
'key' => 'scan_maxDuration''label' => __('Time limit that a scan can run in seconds''wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_OVERALL_TIME_LIMIT), 'view' => 'options/option-text''parameters' => array('subtitle' => sprintf(__('0 or empty means the default of %s will be used''wordfence'), wfUtils::makeDuration(WORDFENCE_DEFAULT_MAX_SCAN_TIME)))),
                        array(
'key' => 'maxMem''label' => __('How much memory should Wordfence request when scanning''wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_MEMORY_LIMIT), 'view' => 'options/option-text''parameters' => array('subtitle' => __('Memory size in megabytes''wordfence'))),
                        array(
'key' => 'maxExecutionTime''label' => __('Maximum execution time for each scan stage ''wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_STAGE_TIME_LIMIT), 'view' => 'options/option-text''parameters' => array('subtitle' => sprintf(__('0 for default. Must be greater than %d and 10-20 or higher is recommended for most servers''wordfence'), intval(WORDFENCE_SCAN_MIN_EXECUTION_TIME) - 1))),
                    );
                    foreach (
$options as $o):
                        
?>
                        <li>
                            <?php
                            
if (isset($o['view']) && $o['view'] == 'options/option-text') {
                                if (!isset(
$o['parameters'])) { $o['parameters'] = array(); }
                                echo 
wfView::create($o['view'], array_merge(array(
                                    
'textOptionName' => $o['key'],
                                    
'textValue' => wfConfig::get($o['key']),
                                    
'title' => $o['label'],
                                    
'helpLink' => $o['helpLink'],
                                ), 
$o['parameters']))->render();
                            }
                            else {
                                echo 
wfView::create('options/option-toggled', array(
                                    
'optionName' => $o['key'],
                                    
'enabledValue' => 1,
                                    
'disabledValue' => 0,
                                    
'value' => wfConfig::get($o['key']) ? 0,
                                    
'title' => $o['label'],
                                    
'helpLink' => $o['helpLink'],
                                    
'disabled' => isset($o['disabled']) ? $o['disabled'] : false,
                                ))->
render();
                            }
                            
?>
                        </li>
                    <?php endforeach; ?>
                </ul>
            </div>
        </div>
    </div>
</div> <!-- end performance options -->

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0068 ]--