PATH:
home
/
lab2454c
/
archfort.com
/
wp-content
/
plugins
/
wordfence
/
views
/
scanner
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents a block list element specifically for the start scan button. * * Expects $running. * * @var bool $running Whether or not the scan is currently running. */ ?> <div id="wf-scan-starter" class="wf-block-navigation-option"> <div class="wf-block-navigation-option-content"> <a href="#" class="wf-btn wf-btn-primary wf-btn-callout-subtle wf-scan-starter-idle" style="<?php if ($running) { echo 'display: none;'; } ?>" role="button"><?php esc_html_e('Start New Scan', 'wordfence'); ?></a> <a href="#" class="wf-btn wf-btn-primary wf-btn-callout-subtle wf-scan-starter-running" style="<?php if (!$running) { echo 'display: none;'; } ?>;" role="button"><?php esc_html_e('Stop Scan', 'wordfence'); ?></a> </div> </div> <script type="application/javascript"> (function($) { $('#wf-scan-starter a').on('click', function(e) { e.preventDefault(); e.stopPropagation(); if ($(this).hasClass('wf-scan-starter-idle')) { WFAD.startScan(); $('#wf-scan-running-bar').show(); } else { WFAD.killScan(function(success) { WFAD.colorboxModal((WFAD.isSmallScreen ? '300px' : '400px'), success ? '<?php esc_attr_e('Scan Stopping', 'wordfence'); ?>' : '<?php esc_attr_e('Stop Failed', 'wordfence'); ?>', success ? '<?php esc_attr_e('A termination request has been sent to stop any running scans.', 'wordfence'); ?>' : '<?php esc_attr_e('We failed to send a termination request.', 'wordfence'); ?>'); }); $('#wf-scan-running-bar').hide(); } }); $(window).on('wfScanUpdateButtons', function() { if (WFAD.scanRunning) { $('.wf-scan-starter-idle').hide(); $('.wf-scan-starter-running').show(); } else { $('.wf-scan-starter-idle').show().toggleClass('wf-disabled', WFAD.scanStalled); $('.wf-scan-starter-running').hide(); } }) })(jQuery); </script>
[-] issue-checkGSB.php
[edit]
[-] issue-knownfile.php
[edit]
[-] issue-wfUpgrade.php
[edit]
[-] issue-wfPluginVulnerable.php
[edit]
[-] issue-checkSpamIP.php
[edit]
[-] issue-easyPassword.php
[edit]
[-] issue-timelimit.php
[edit]
[-] issue-wpscan_fullPathDiscl.php
[edit]
[+]
..
[-] issue-checkHowGetIPs.php
[edit]
[-] options-group-general.php
[edit]
[-] scan-progress-element.php
[edit]
[-] site-cleaning-beta-sigs.php
[edit]
[-] issue-wfPluginRemoved.php
[edit]
[-] issue-control-repair.php
[edit]
[-] issue-wafStatus.php
[edit]
[-] issue-wpscan_directoryList.php
[edit]
[-] issue-control-show-details.php
[edit]
[-] issue-control-edit-user.php
[edit]
[-] issue-publiclyAccessible.php
[edit]
[-] site-cleaning-high-sense.php
[edit]
[-] issue-skippedPaths.php
[edit]
[-] options-group-basic.php
[edit]
[-] options-group-advanced.php
[edit]
[-] issue-wfPluginUpgrade.php
[edit]
[-] issue-commentBadURL.php
[edit]
[-] scanner-status.php
[edit]
[-] issue-postBadURL.php
[edit]
[-] issue-wfUpgradeError.php
[edit]
[-] issue-wfPluginAbandoned.php
[edit]
[-] issue-database.php
[edit]
[-] issue-control-hide-file.php
[edit]
[-] issue-spamvertizeCheck.php
[edit]
[-] issue-file.php
[edit]
[-] issue-postBadTitle.php
[edit]
[-] issue-base.php
[edit]
[-] scan-results.php
[edit]
[-] site-cleaning.php
[edit]
[-] issue-coreUnknown.php
[edit]
[-] site-cleaning-bottom.php
[edit]
[-] issue-suspiciousAdminUsers.php
[edit]
[-] options-group-scan-schedule.php
[edit]
[-] scan-progress-detailed.php
[edit]
[-] option-scan-signatures.php
[edit]
[-] issue-optionBadURL.php
[edit]
[-] scan-progress.php
[edit]
[-] scan-type.php
[edit]
[-] issue-control-edit-comment.php
[edit]
[-] no-issues.php
[edit]
[-] issue-diskSpace.php
[edit]
[-] issue-wfThemeUpgrade.php
[edit]
[-] scan-failed.php
[edit]
[-] scan-starter.php
[edit]
[-] scan-scheduling.php
[edit]
[-] issue-configReadable.php
[edit]
[-] issue-control-ignore.php
[edit]
[-] issue-geoipSupport.php
[edit]
[-] issue-control-edit-post.php
[edit]
[-] options-group-performance.php
[edit]