Submit
Path:
~
/
home
/
getwphos
/
public_html
/
deerguard
/
wp-content
/
plugins
/
wordfence
/
views
/
scanner
/
File Content:
scan-progress-detailed.php
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents the scan activity log and its controls. * * Expects $scanner. * * @var wfScanner $scanner The scanner state. */ ?> <div class="wf-alert wf-alert-danger" id="wf-scan-failed" style="display: none;"> </div> <ul class="wf-flex-horizontal wf-flex-vertical-xs wf-flex-full-width wf-no-top wf-no-bottom"> <li id="wf-scan-last-status"></li> <li id="wf-scan-activity-log-controls"><a href="#" id="wf-scan-email-activity-log" role="button"><?php echo wp_kses(/* translators: word order may be altered as long as HTML remains around "activity" */ __('Email<span class="wf-hidden-xs"> activity</span> log', 'wordfence'), array('span'=>array('class'=>array()))); ?></a> <a href="<?php echo esc_attr(wfUtils::getSiteBaseURL()); ?>?_wfsf=viewActivityLog&nonce=<?php echo esc_attr(wp_create_nonce('wp-ajax')); ?>" id="wf-scan-full-activity-log" target="_blank"><?php echo wp_kses(/* translators: word order may be altered as long as HTML remains around "full" */ __('View<span class="wf-hidden-xs"> full</span> log', 'wordfence'), array('span'=>array('class'=>array()))); ?></a> <a href="#" id="wf-scan-toggle-activity-log" class="<?php echo (wfPersistenceController::shared()->isActive('wf-scan-activity-log') ? 'wf-active' : '') ?>" role="button"><span class="wf-scan-activity-log-visible"><?php esc_html_e('Hide log', 'wordfence'); ?></span><span class="wf-scan-activity-log-hidden"><?php esc_html_e('Show log', 'wordfence'); ?></span><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a></li> </ul> <div id="wf-scan-running-bar" style="<?php if (!$scanner->isRunning()) { echo 'display: none;'; } ?>"><div id="wf-scan-running-bar-pill"></div></div> <ul id="wf-scan-activity-log" class="<?php echo (wfPersistenceController::shared()->isActive('wf-scan-activity-log') ? ' wf-active' : '') ?>"></ul> <script type="application/javascript"> (function($) { $(function() { $('#wf-scan-email-activity-log').on('click', function(e) { e.preventDefault(); e.stopPropagation(); WFAD.emailActivityLog(); }); $('#wf-scan-toggle-activity-log').on('click', function(e) { e.preventDefault(); e.stopPropagation(); var isActive = $('#wf-scan-activity-log').hasClass('wf-active'); if (isActive) { $('#wf-scan-activity-log').slideUp({ always: function() { $('#wf-scan-activity-log').removeClass('wf-active'); $('#wf-scan-toggle-activity-log').removeClass('wf-active'); } }); } else { $('#wf-scan-activity-log').slideDown({ always: function() { $('#wf-scan-activity-log').addClass('wf-active'); $('#wf-scan-toggle-activity-log').addClass('wf-active'); } }); } WFAD.ajax('wordfence_saveDisclosureState', {name: 'wf-scan-activity-log', state: !isActive}, function() {}); }); }); })(jQuery); </script>
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