X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/wordfence/views/scanner
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
wordfence
/
views
/
scanner
/
ðŸ“
..
📄
issue-base.php
(8.49 KB)
📄
issue-checkGSB.php
(2.41 KB)
📄
issue-checkHowGetIPs.php
(1.52 KB)
📄
issue-checkSpamIP.php
(1.31 KB)
📄
issue-commentBadURL.php
(3.09 KB)
📄
issue-configReadable.php
(2.03 KB)
📄
issue-control-edit-comment.php
(444 B)
📄
issue-control-edit-post.php
(622 B)
📄
issue-control-edit-user.php
(1.09 KB)
📄
issue-control-hide-file.php
(2.71 KB)
📄
issue-control-ignore.php
(2.13 KB)
📄
issue-control-repair.php
(916 B)
📄
issue-control-show-details.php
(1.94 KB)
📄
issue-coreUnknown.php
(2 KB)
📄
issue-database.php
(2.12 KB)
📄
issue-diskSpace.php
(1.94 KB)
📄
issue-easyPassword.php
(2.17 KB)
📄
issue-file.php
(3.29 KB)
📄
issue-geoipSupport.php
(1.81 KB)
📄
issue-knownfile.php
(2.97 KB)
📄
issue-optionBadURL.php
(2.07 KB)
📄
issue-postBadTitle.php
(2.07 KB)
📄
issue-postBadURL.php
(3.19 KB)
📄
issue-publiclyAccessible.php
(2.02 KB)
📄
issue-skippedPaths.php
(1.7 KB)
📄
issue-spamvertizeCheck.php
(1.31 KB)
📄
issue-suspiciousAdminUsers.php
(2.24 KB)
📄
issue-timelimit.php
(1.81 KB)
📄
issue-wafStatus.php
(1.94 KB)
📄
issue-wfPluginAbandoned.php
(3.83 KB)
📄
issue-wfPluginRemoved.php
(3.07 KB)
📄
issue-wfPluginUpgrade.php
(3.99 KB)
📄
issue-wfPluginVulnerable.php
(3.02 KB)
📄
issue-wfThemeUpgrade.php
(3.58 KB)
📄
issue-wfUpgrade.php
(3.52 KB)
📄
issue-wfUpgradeError.php
(1.4 KB)
📄
issue-wpscan_directoryList.php
(2.22 KB)
📄
issue-wpscan_fullPathDiscl.php
(2.22 KB)
📄
no-issues.php
(1.11 KB)
📄
option-scan-signatures.php
(5.85 KB)
📄
options-group-advanced.php
(3.63 KB)
📄
options-group-basic.php
(1.38 KB)
📄
options-group-general.php
(7.87 KB)
📄
options-group-performance.php
(4.12 KB)
📄
options-group-scan-schedule.php
(1.42 KB)
📄
scan-failed.php
(1.76 KB)
📄
scan-progress-detailed.php
(2.9 KB)
📄
scan-progress-element.php
(2.02 KB)
📄
scan-progress.php
(2.84 KB)
📄
scan-results.php
(8.28 KB)
📄
scan-scheduling.php
(17.68 KB)
📄
scan-starter.php
(1.83 KB)
📄
scan-type.php
(9.12 KB)
📄
scanner-status.php
(3.98 KB)
📄
site-cleaning-beta-sigs.php
(8.59 KB)
📄
site-cleaning-bottom.php
(2.03 KB)
📄
site-cleaning-high-sense.php
(8.59 KB)
📄
site-cleaning.php
(9.12 KB)
Editing: issue-file.php
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents an issue template. */ echo wfView::create('scanner/issue-base', array( 'internalType' => 'file', 'displayType' => __('File', 'wordfence'), 'iconSVG' => '<svg viewBox="0 0 46 55" ><path d="M43.557,13.609l-11.214,-11.175c-1.303,-1.246 -2.962,-2.058 -4.747,-2.324l0,18.223l18.294,0c-0.269,-1.777 -1.084,-3.427 -2.333,-4.724l0,0Z" fill="#9e9e9e"/><path d="M26.465,22.921c-0.005,0 -0.011,0 -0.016,0c-1.885,0 -3.435,-1.545 -3.435,-3.423c0,-0.005 0,-0.011 0,-0.016l0,-19.482l-19.562,0c-0.921,-0.019 -1.809,0.346 -2.449,1.005c-0.658,0.637 -1.022,1.52 -1.003,2.434l0,48.127c-0.019,0.915 0.345,1.797 1.003,2.434c0.639,0.658 1.524,1.023 2.443,1.005l39.102,0c0.004,0.001 0.008,0.001 0.012,0.001c1.884,0 3.435,-1.546 3.435,-3.423c0,-0.006 0,-0.011 -0.001,-0.017l0,-28.645l-19.529,0Z" fill="#9e9e9e"/></svg>', 'summaryControls' => array(wfView::create('scanner/issue-control-repair'), wfView::create('scanner/issue-control-ignore', array('ignoreP' => __('Always Ignore', 'wordfence'), 'ignoreC' => __('Ignore Until File Changes', 'wordfence'))), wfView::create('scanner/issue-control-show-details')), 'detailPairs' => array( __('Filename', 'wordfence') => '<span class="wf-split-word-xs">${data.realFile}</span>', __('File Type', 'wordfence') => '{{if data.cType}}${WFAD.ucfirst(data.cType)}{{else data.wpconfig}}' . __('WordPress Configuration File', 'wordfence') . '{{else}}' . __('Not a core, theme, or plugin file from wordpress.org', 'wordfence') . '.{{/if}}', __('Bad URL', 'wordfence') => array('(typeof data.badURL !== \'undefined\') && data.badURL', '${data.badURL}'), null, __('Details', 'wordfence') => '{{html longMsg}}<br><br>{{if data.wpconfig}}<strong>' . esc_html__('This is your main configuration file and cannot be deleted. It must be cleaned manually.', 'wordfence') . '</strong>{{/if}}', ), 'detailControls' => array( '{{if data.fileExists}}<a target="_blank" class="wf-btn wf-btn-default wf-btn-callout-subtle" rel="noopener noreferrer" href="${WFAD.makeViewFileLink(data)}">' . __('View File', 'wordfence') . '<span class="screen-reader-text"> (' . esc_html__('opens in new tab', 'wordfence') . ')</span></a>{{/if}}', '{{if data.canDiff}}<a target="_blank" class="wf-btn wf-btn-default wf-btn-callout-subtle" rel="noopener noreferrer" href="${WFAD.makeDiffLink(data)}">' . __('View Differences', 'wordfence') . '<span class="screen-reader-text"> (' . esc_html__('opens in new tab', 'wordfence') . ')</span></a>{{/if}}', '{{if data.canDelete}}<a href="#" class="wf-btn wf-btn-default wf-btn-callout-subtle wf-issue-control-delete-file" role="button">' . __('Delete File', 'wordfence') . '</a>{{/if}}', '<a href="#" class="wf-btn wf-btn-default wf-btn-callout-subtle wf-issue-control-mark-fixed" role="button">' . __('Mark as Fixed', 'wordfence') . '</a>', ), 'textOutput' => (isset($textOutput) ? $textOutput : null), 'textOutputDetailPairs' => array( __('Filename', 'wordfence') => '$data.realFile', __('File Type', 'wordfence') => '$data.ucType', __('File Type', 'wordfence') => '$data.wpconfig', __('File Type', 'wordfence') => array(array('!$data.ucType', '!$data.wpconfig'), 'Not a core, theme, or plugin file from wordpress.org'), __('Bad URL', 'wordfence') => '$data.badURL', null, __('Details', 'wordfence') => '$longMsg', ), ))->render();
Upload File
Create Folder