SILENT KILLERPanel

Current Path: > home > transcarter > public_html > wp-content > > plugins > wordfence > lib > dashboard


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html/wp-content//plugins/wordfence/lib/dashboard

NameTypeSizeLast ModifiedActions
widget_content_countries.php File 871 bytes July 17 2025 21:05:47.
widget_content_ips.php File 938 bytes July 17 2025 21:05:47.
widget_content_logins.php File 883 bytes July 17 2025 21:05:47.
widget_countries.php File 3713 bytes July 17 2025 21:05:47.
widget_ips.php File 6605 bytes July 17 2025 21:05:47.
widget_localattacks.php File 4673 bytes July 17 2025 21:05:47.
widget_logins.php File 4799 bytes July 17 2025 21:05:47.
widget_networkattacks.php File 7671 bytes July 17 2025 21:05:47.
widget_notifications.php File 10338 bytes July 17 2025 21:05:47.

Reading File: /home/transcarter/public_html/wp-content//plugins/wordfence/lib/dashboard/widget_content_ips.php

<?php if (!defined('WORDFENCE_VERSION')) { exit; } ?>
<?php //$data is defined here as an array of login attempts: array('IP' => binary ip, 'countryCode' => string, 'blockCount' => int, 'unixday' => int, 'countryName' => string) ?>
<table class="wf-table wf-table-hover">
	<thead>
		<tr>
			<th><?php esc_html_e('IP', 'wordfence') ?></th>
			<th colspan="2"><?php esc_html_e('Country', 'wordfence') ?></th>
			<th><?php esc_html_e('Block Count', 'wordfence') ?></th>
		</tr>
	</thead>
	<tbody>
	<?php foreach ($data as $l): ?>
		<tr>
			<td><?php echo esc_html(wfUtils::inet_ntop($l['IP'])); ?></td>
			<td><?php echo esc_html($l['countryName']); ?></td>
			<td><span class="wf-flag <?php echo esc_attr('wf-flag-' . strtolower($l['countryCode'])); ?>" title="<?php echo esc_attr($l['countryName']); ?>"></span></td>
			<td><?php echo esc_html(number_format_i18n($l['blockCount'])); ?></td>
		</tr>
	<?php endforeach; ?>
	</tbody>
</table>

SILENT KILLER Tool