Submit
Path:
~
/
home
/
getwphos
/
public_html
/
deerguard
/
wp-content
/
plugins
/
wordfence
/
views
/
scanner
/
File Content:
options-group-advanced.php
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents the Advanced Scan 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 esc_html_e('Advanced Scan Options', 'wordfence'); ?></strong> </div> <?php if ($collapseable): ?><div class="wf-block-header-action"><div class="wf-block-header-action-disclosure" role="checkbox" aria-checked="<?php echo (wfPersistenceController::shared()->isActive($stateKey) ? 'true' : 'false'); ?>" tabindex="0"></div></div><?php endif; ?> </div> </div> <div class="wf-block-content"> <ul class="wf-block-list"> <li> <?php echo wfView::create('options/option-textarea', array( 'textOptionName' => 'scan_exclude', 'textValue' => wfUtils::cleanupOneEntryPerLine(wfConfig::get('scan_exclude')), 'title' => __('Exclude files from scan that match these wildcard patterns (one per line)', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_EXCLUDE_PATTERNS), 'noSpacer' => true, ))->render(); ?> </li> <li> <?php echo wfView::create('options/option-textarea', array( 'textOptionName' => 'scan_include_extra', 'textValue' => wfConfig::get('scan_include_extra'), 'title' => __('Additional scan signatures (one per line)', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_CUSTOM_MALWARE_SIGNATURES), 'noSpacer' => true, ))->render(); ?> </li> <li> <?php echo wfView::create('options/option-toggled', array( 'optionName' => 'scan_force_ipv4_start', 'enabledValue' => 1, 'disabledValue' => 0, 'value' => wfConfig::get('scan_force_ipv4_start') ? 1 : 0, 'title' => __('Use only IPv4 to start scans', 'wordfence'), 'subtitle' => __('This option requires cURL. (This may have no effect on some old PHP or cURL versions.)', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_USE_ONLY_IPV4), 'premium' => false, 'disabled' => !wfUtils::isCurlSupported() ))->render(); ?> </li> <li> <?php $options = array(); foreach (range(0, wfScanMonitor::MAX_RESUME_ATTEMPTS) as $number) { $options[] = array('value' => $number, 'label' => $number > 0 ? $number : '0 (Disabled)'); } echo wfView::create('options/option-select', array( 'selectOptionName' => 'scan_max_resume_attempts', 'selectOptions' => $options, 'selectValue' => wfConfig::get('scan_max_resume_attempts', wfScanMonitor::DEFAULT_RESUME_ATTEMPTS), 'title' => __('Maximum number of attempts to resume each scan stage', 'wordfence'), 'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_SCAN_OPTION_MAX_RESUME_ATTEMPTS), ))->render(); ?> </li> </ul> </div> </div> </div> </div> <!-- end custom scan options -->
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
issue-base.php
8695 bytes
0644
issue-checkGSB.php
2467 bytes
0644
issue-checkHowGetIPs.php
1553 bytes
0644
issue-checkSpamIP.php
1341 bytes
0644
issue-commentBadURL.php
3168 bytes
0644
issue-configReadable.php
2082 bytes
0644
issue-control-edit-comment.php
444 bytes
0644
issue-control-edit-post.php
622 bytes
0644
issue-control-edit-user.php
1120 bytes
0644
issue-control-hide-file.php
2780 bytes
0644
issue-control-ignore.php
2185 bytes
0644
issue-control-repair.php
916 bytes
0644
issue-control-show-details.php
1989 bytes
0644
issue-coreUnknown.php
2048 bytes
0644
issue-database.php
2167 bytes
0644
issue-diskSpace.php
1988 bytes
0644
issue-easyPassword.php
2222 bytes
0644
issue-file.php
3366 bytes
0644
issue-geoipSupport.php
1858 bytes
0644
issue-knownfile.php
3041 bytes
0644
issue-optionBadURL.php
2115 bytes
0644
issue-postBadTitle.php
2117 bytes
0644
issue-postBadURL.php
3263 bytes
0644
issue-publiclyAccessible.php
2065 bytes
0644
issue-skippedPaths.php
1737 bytes
0644
issue-spamvertizeCheck.php
1346 bytes
0644
issue-suspiciousAdminUsers.php
2294 bytes
0644
issue-timelimit.php
1852 bytes
0644
issue-wafStatus.php
1984 bytes
0644
issue-wfPluginAbandoned.php
3926 bytes
0644
issue-wfPluginRemoved.php
3148 bytes
0644
issue-wfPluginUpgrade.php
4089 bytes
0644
issue-wfPluginVulnerable.php
3091 bytes
0644
issue-wfThemeUpgrade.php
3666 bytes
0644
issue-wfUpgrade.php
3607 bytes
0644
issue-wfUpgradeError.php
1438 bytes
0644
issue-wpscan_directoryList.php
2274 bytes
0644
issue-wpscan_fullPathDiscl.php
2269 bytes
0644
no-issues.php
1134 bytes
0644
option-scan-signatures.php
5990 bytes
0644
options-group-advanced.php
3713 bytes
0644
options-group-basic.php
1413 bytes
0644
options-group-general.php
8055 bytes
0644
options-group-performance.php
4221 bytes
0644
options-group-scan-schedule.php
1453 bytes
0644
scan-failed.php
1802 bytes
0644
scan-progress-detailed.php
2974 bytes
0644
scan-progress-element.php
2066 bytes
0644
scan-progress.php
2912 bytes
0644
scan-results.php
8479 bytes
0644
scan-scheduling.php
18100 bytes
0644
scan-starter.php
1878 bytes
0644
scan-type.php
9334 bytes
0644
scanner-status.php
4079 bytes
0644
site-cleaning-beta-sigs.php
8793 bytes
0644
site-cleaning-bottom.php
2083 bytes
0644
site-cleaning-high-sense.php
8795 bytes
0644
site-cleaning.php
9336 bytes
0644
N4ST4R_ID | Naxtarrr