/
home
/
vianto5
/
.trash
/
cititower.mx
/
wp-content
/
plugins
/
wordfence
/
views
/
scanner
/
/home/vianto5/.trash/cititower.mx/wp-content/plugins/wordfence/views/scanner
mkdir
upload
Name
Size
Mode
Actions
issue-base.php
8695
0644
edit
dl
rm
issue-checkGSB.php
2467
0644
edit
dl
rm
issue-checkHowGetIPs.php
1553
0644
edit
dl
rm
issue-checkSpamIP.php
1341
0644
edit
dl
rm
issue-commentBadURL.php
3168
0644
edit
dl
rm
issue-configReadable.php
2082
0644
edit
dl
rm
issue-control-edit-comment.php
444
0644
edit
dl
rm
issue-control-edit-post.php
622
0644
edit
dl
rm
issue-control-edit-user.php
1120
0644
edit
dl
rm
issue-control-hide-file.php
2780
0644
edit
dl
rm
issue-control-ignore.php
2185
0644
edit
dl
rm
issue-control-repair.php
916
0644
edit
dl
rm
issue-control-show-details.php
1989
0644
edit
dl
rm
issue-coreUnknown.php
2048
0644
edit
dl
rm
issue-database.php
2167
0644
edit
dl
rm
issue-diskSpace.php
1988
0644
edit
dl
rm
issue-easyPassword.php
2222
0644
edit
dl
rm
issue-file.php
3366
0644
edit
dl
rm
issue-geoipSupport.php
1858
0644
edit
dl
rm
issue-knownfile.php
3041
0644
edit
dl
rm
issue-optionBadURL.php
2115
0644
edit
dl
rm
issue-postBadTitle.php
2117
0644
edit
dl
rm
issue-postBadURL.php
3263
0644
edit
dl
rm
issue-publiclyAccessible.php
2065
0644
edit
dl
rm
issue-skippedPaths.php
1737
0644
edit
dl
rm
issue-spamvertizeCheck.php
1346
0644
edit
dl
rm
issue-suspiciousAdminUsers.php
2294
0644
edit
dl
rm
issue-timelimit.php
1852
0644
edit
dl
rm
issue-wafStatus.php
1984
0644
edit
dl
rm
issue-wfPluginAbandoned.php
3926
0644
edit
dl
rm
issue-wfPluginRemoved.php
3148
0644
edit
dl
rm
issue-wfPluginUpgrade.php
4089
0644
edit
dl
rm
issue-wfPluginVulnerable.php
3091
0644
edit
dl
rm
issue-wfThemeUpgrade.php
3666
0644
edit
dl
rm
issue-wfUpgrade.php
3607
0644
edit
dl
rm
issue-wfUpgradeError.php
1438
0644
edit
dl
rm
issue-wpscan_directoryList.php
2274
0644
edit
dl
rm
issue-wpscan_fullPathDiscl.php
2269
0644
edit
dl
rm
no-issues.php
1134
0644
edit
dl
rm
option-scan-signatures.php
5990
0644
edit
dl
rm
options-group-advanced.php
3713
0644
edit
dl
rm
options-group-basic.php
1413
0644
edit
dl
rm
options-group-general.php
8055
0644
edit
dl
rm
options-group-performance.php
4221
0644
edit
dl
rm
options-group-scan-schedule.php
1453
0644
edit
dl
rm
scan-failed.php
1802
0644
edit
dl
rm
scan-progress-detailed.php
2974
0644
edit
dl
rm
scan-progress-element.php
2066
0644
edit
dl
rm
scan-progress.php
2912
0644
edit
dl
rm
scan-results.php
8479
0644
edit
dl
rm
scan-scheduling.php
18100
0644
edit
dl
rm
scan-starter.php
1878
0644
edit
dl
rm
scan-type.php
9334
0644
edit
dl
rm
scanner-status.php
4079
0644
edit
dl
rm
site-cleaning-beta-sigs.php
8793
0644
edit
dl
rm
site-cleaning-bottom.php
2083
0644
edit
dl
rm
site-cleaning-high-sense.php
8795
0644
edit
dl
rm
site-cleaning.php
9336
0644
edit
dl
rm
Edit:
/home/vianto5/.trash/cititower.mx/wp-content/plugins/wordfence/views/scanner/scanner-status.php
(4079B)
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents the scanner status. * * Expects $scanner to be defined. * * @var wfScanner $scanner The scanner state. * @var wfDashboard $dashboard Dashboard statistics. */ ?> <ul class="wf-block-list wf-block-list-horizontal"> <?php if ($scanner->isEnabled() == 'enabled' && $scanner->signatureMode() == wfScanner::SIGNATURE_MODE_PREMIUM): ?> <li> <div class="wf-block-labeled-value wf-scan-status wf-scan-status-full-enabled"> <div class="wf-block-labeled-value-label"><?php switch (wfLicense::current()->getType()) { case wfLicense::TYPE_RESPONSE: esc_html_e('Wordfence Scan & Response License Enabled', 'wordfence'); break; case wfLicense::TYPE_CARE: esc_html_e('Wordfence Scan & Care License Enabled', 'wordfence'); break; default: esc_html_e('Wordfence Scan & Premium Enabled', 'wordfence'); break; } ?></div> </div> </li> <?php else: ?> <li> <?php if (!$scanner->isEnabled()): ?> <div class="wf-scan-status-disabled"> <p><h3><?php esc_html_e('Wordfence Scan Deactivated', 'wordfence'); ?></h3></p> <p><?php esc_html_e('A Wordfence scan examines all files, posts, pages, and comments on your WordPress website looking for malware, known malicious URLs, and known patterns of infections. It also does several other reputation and server checks.', 'wordfence'); ?></p> <p> <a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="#" target="_blank" rel="noopener noreferrer" id="wf-scan-top-enable-scans" role="button"><?php esc_html_e('Enable Automatic Scans', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a> <script type="application/javascript"> (function($) { $(function() { $('#wf-scan-top-enable-scans').on('click', function(e) { e.preventDefault(); e.stopPropagation(); WFAD.setOption('scheduledScansEnabled', 1, function() { window.location.reload(true); }); }); }); })(jQuery); </script> </p> </div> <?php else: ?> <div class="wf-block-labeled-value wf-scan-status wf-scan-status-enabled"> <div class="wf-block-labeled-value-value"><i class="wf-fa wf-fa-check" aria-hidden="true"></i></div> <div class="wf-block-labeled-value-label"><?php esc_html_e('Wordfence Scan Enabled', 'wordfence'); ?></div> </div> <?php endif; ?> </li> <li> <?php if ($scanner->signatureMode() == wfScanner::SIGNATURE_MODE_COMMUNITY): ?> <div> <p><h3><?php esc_html_e('Premium Protection Disabled', 'wordfence'); ?></h3></p> <p><?php esc_html_e('As a free Wordfence user, you are currently using the Community version of the Threat Defense Feed. Premium users are protected by additional firewall rules and malware signatures as well as the Wordfence real-time IP blocklist. Upgrade to Premium today to improve your protection.', 'wordfence'); ?></p> <p><a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1scanUpgrade/wordfence-signup/#premium-order-form" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Upgrade to Premium', 'wordfence'); ?></a> <a class="wf-btn wf-btn-callout-subtle wf-btn-default" href="https://www.wordfence.com/gnl1scanLearn/wordfence-signup/" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Learn More', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a></p> </div> <?php else: ?> <div class="wf-block-labeled-value wf-protection-status wf-protection-status-<?php echo esc_attr($scanner->signatureMode()); ?>"> <div class="wf-block-labeled-value-value"><i class="wf-fa wf-fa-check" aria-hidden="true"></i></div> <div class="wf-block-labeled-value-label"><?php esc_html_e('Premium Protection Enabled', 'wordfence'); ?></div> </div> <?php endif; ?> </li> <?php endif; ?> </ul>
Save
cmd:
run