PATH:
home
/
centosnipponia
/
public_html
/
downloads
/
wp-content
/
plugins
/
wordfence
/
lib
<?php if (!defined('WORDFENCE_VERSION')) { exit; } $waf = wfWAF::getInstance(); $d = new wfDashboard(); unset($d->countriesNetwork); $firewall = new wfFirewall(); $config = $waf->getStorageEngine(); $wafConfigURL = network_admin_url('admin.php?page=WordfenceWAF&subpage=waf_options#configureAutoPrepend'); $wafRemoveURL = network_admin_url('admin.php?page=WordfenceWAF&subpage=waf_options#removeAutoPrepend'); /** @var array $wafData */ ?> <div class="wordfence-vue-wrapper" data-base-component="FirewallHeader"></div> <div class="wf-row"> <div class="wf-col-xs-12"> <div class="wf-block wf-active"> <div class="wf-block-content"> <ul class="wf-block-list"> <li> <ul class="wf-block-list wf-block-list-horizontal wf-waf-navigation"> <li> <?php echo wfView::create('common/block-navigation-option', array( 'id' => 'waf-option-rate-limiting', 'img' => 'ratelimiting.svg', 'title' => __('Rate Limiting', 'wordfence'), 'subtitle' => __('Block crawlers that are using too many resources or stealing content', 'wordfence'), 'link' => network_admin_url('admin.php?page=WordfenceWAF&subpage=waf_options#waf-options-ratelimiting'), ))->render(); ?> </li> <li> <?php echo wfView::create('common/block-navigation-option', array( 'id' => 'waf-option-blocking', 'img' => 'blocking.svg', 'title' => __('Blocking', 'wordfence'), 'subtitle' => __('Block traffic by country, IP, IP range, user agent, referrer, or hostname', 'wordfence'), 'link' => '#top#blocking', ))->render(); ?> </li> </ul> </li> <li> <ul class="wf-block-list wf-block-list-horizontal wf-waf-navigation"> <li> <?php echo wfView::create('common/block-navigation-option', array( 'id' => 'waf-option-support', 'img' => 'support.svg', 'title' => __('Help', 'wordfence'), 'subtitle' => __('Find the documentation and help you need', 'wordfence'), 'link' => network_admin_url('admin.php?page=WordfenceSupport'), ))->render(); ?> </li> <li> <?php echo wfView::create('common/block-navigation-option', array( 'id' => 'waf-option-all-options', 'img' => 'options.svg', 'title' => __('All Firewall Options', 'wordfence'), 'subtitle' => __('Manage global and advanced firewall options', 'wordfence'), 'link' => network_admin_url('admin.php?page=WordfenceWAF&subpage=waf_options'), ))->render(); ?> </li> </ul> </li> </ul> </div> </div> </div> </div> <div class="wf-row"> <div class="wf-col-xs-12 wf-col-lg-6 wf-col-lg-half-padding-right"> <!-- begin top ips blocked --> <div class="wordfence-vue-wrapper" data-base-component="WidgetIPs" data-prop-dashboard-data="<?php echo esc_attr($d->toJson(array('ips24h', 'ips7d', 'ips30d'))); ?>"></div> <!-- end top ips blocked --> <!-- begin countries blocked --> <?php include(dirname(__FILE__) . '/dashboard/widget_countries.php'); ?> <!-- end countries blocked --> </div> <!-- end content block --> <div class="wf-col-xs-12 wf-col-lg-6 wf-col-lg-half-padding-left"> <!-- begin firewall summary site --> <?php include(dirname(__FILE__) . '/dashboard/widget_localattacks.php'); ?> <!-- end firewall summary site --> <!-- begin total attacks blocked network --> <?php include(dirname(__FILE__) . '/dashboard/widget_networkattacks.php'); ?> <!-- end total attacks blocked network --> <!-- begin recent logins --> <div class="wordfence-vue-wrapper" data-base-component="WidgetLogins" data-prop-dashboard-data="<?php echo esc_attr($d->toJson(array('loginsSuccess', 'loginsFail'))); ?>"></div> <!-- end recent logins --> </div> <!-- end content block --> </div> <!-- end row --> <?php if (wfOnboardingController::willShowNewTour(wfOnboardingController::TOUR_FIREWALL)): ?> <div class="wordfence-vue-wrapper" data-base-component="FirewallNewTour"></div> <?php endif; ?>
[+]
..
[+]
Diff
[+]
audit-log
[+]
dashboard
[+]
rest-api
[-] compat.php
[edit]
[-] Diff.php
[edit]
[-] diffResult.php
[edit]
[-] email_genericAlert.php
[edit]
[-] email_newIssues.php
[edit]
[-] email_unlockRequest.php
[edit]
[-] email_unsubscribeRequest.php
[edit]
[-] flags.php
[edit]
[-] geoip.mmdb
[edit]
[-] IPTraf.php
[edit]
[-] live_activity.php
[edit]
[-] menu_dashboard_options.php
[edit]
[-] menu_dashboard.php
[edit]
[-] menu_firewall_blocking_options.php
[edit]
[-] menu_firewall_blocking.php
[edit]
[-] menu_firewall.php
[edit]
[-] menu_firewall_waf_options.php
[edit]
[-] menu_firewall_waf.php
[edit]
[-] menu_install.php
[edit]
[-] menu_options.php
[edit]
[-] menu_scanner_credentials.php
[edit]
[-] menu_scanner_options.php
[edit]
[-] menu_scanner.php
[edit]
[-] menu_support.php
[edit]
[-] menu_tools_auditlog.php
[edit]
[-] menu_tools_diagnostic.php
[edit]
[-] menu_tools_importExport.php
[edit]
[-] menu_tools_livetraffic.php
[edit]
[-] menu_tools.php
[edit]
[-] menu_tools_twoFactor.php
[edit]
[-] menu_tools_whois.php
[edit]
[-] menu_wordfence_central.php
[edit]
[-] noc1.key
[edit]
[-] sodium_compat_fast.php
[edit]
[-] sysinfo.php
[edit]
[-] viewFullActivityLog.php
[edit]
[-] wf503.php
[edit]
[-] wfActivityReport.php
[edit]
[-] wfAdminNoticeQueue.php
[edit]
[-] wfAlerts.php
[edit]
[-] wfAPI.php
[edit]
[-] wfAuditLog.php
[edit]
[-] wfBinaryList.php
[edit]
[-] wfBrowscapCache.php
[edit]
[-] wfBrowscap.php
[edit]
[-] wfBulkCountries.php
[edit]
[-] wfCache.php
[edit]
[-] wfCentralAPI.php
[edit]
[-] wfCommonPasswords.php
[edit]
[-] wfConfig.php
[edit]
[-] wfCrawl.php
[edit]
[-] wfCredentialsController.php
[edit]
[-] wfCrypt.php
[edit]
[-] wfCurlInterceptor.php
[edit]
[-] wfDashboard.php
[edit]
[-] wfDateLocalization.php
[edit]
[-] wfDB.php
[edit]
[-] wfDeactivationOption.php
[edit]
[-] wfDiagnostic.php
[edit]
[-] wfDirectoryIterator.php
[edit]
[-] wfFileUtils.php
[edit]
[-] wfHelperBin.php
[edit]
[-] wfHelperString.php
[edit]
[-] wfI18n.php
[edit]
[-] wfImportExportController.php
[edit]
[-] wfInaccessibleDirectoryException.php
[edit]
[-] wfInvalidPathException.php
[edit]
[-] wfIpLocation.php
[edit]
[-] wfIpLocator.php
[edit]
[-] wfIPWhitelist.php
[edit]
[-] wfIssues.php
[edit]
[-] wfJavascriptBridge.php
[edit]
[-] wfJWT.php
[edit]
[-] wfLicense.php
[edit]
[-] wfLockedOut.php
[edit]
[-] wfLog.php
[edit]
[-] WFLSPHP52Compatability.php
[edit]
[-] wfMD5BloomFilter.php
[edit]
[-] wfModuleController.php
[edit]
[-] wfNotification.php
[edit]
[-] wfOnboardingController.php
[edit]
[-] wfPersistenceController.php
[edit]
[-] wfRESTAPI.php
[edit]
[-] wfScanEngine.php
[edit]
[-] wfScanEntrypoint.php
[edit]
[-] wfScanFileLink.php
[edit]
[-] wfScanFileListItem.php
[edit]
[-] wfScanFile.php
[edit]
[-] wfScanFileProperties.php
[edit]
[-] wfScanMonitor.php
[edit]
[-] wfScanPath.php
[edit]
[-] wfScan.php
[edit]
[-] wfSchema.php
[edit]
[-] wfStyle.php
[edit]
[-] wfSupportController.php
[edit]
[-] wfUnlockMsg.php
[edit]
[-] wfUpdateCheck.php
[edit]
[-] wfUtils.php
[edit]
[-] wfVersionCheckController.php
[edit]
[-] wfVersionSupport.php
[edit]
[-] wfView.php
[edit]
[-] wfViewResult.php
[edit]
[-] wfWebsite.php
[edit]
[-] wordfenceClass.php
[edit]
[-] wordfenceConstants.php
[edit]
[-] wordfenceHash.php
[edit]
[-] wordfenceScanner.php
[edit]
[-] wordfenceURLHoover.php
[edit]
[-] .htaccess.disabled
[edit]