| Server IP : 123.56.80.60 / Your IP : 216.73.216.217 Web Server : Apache/2.4.54 (Win32) OpenSSL/1.1.1s PHP/7.4.33 mod_fcgid/2.3.10-dev System : Windows NT iZhx3sob14hnz7Z 10.0 build 14393 (Windows Server 2016) i586 User : SYSTEM ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /site/20241224/spunner/wp-content/plugins/wp-statistics/includes/admin/templates/pages/ |
Upload File : |
<div class="postbox-container" id="wps-big-postbox">
<div class="metabox-holder">
<div class="meta-box-sortables">
<div class="postbox">
<div class="inside">
<div class="o-table-wrapper">
<table width="100%" class="o-table o-table--layout-fixed o-table--link table-stats wps-report-table">
<tbody>
<tr>
<td><?php echo esc_html__('Country', 'wp-statistics'); ?></td>
<td><?php echo esc_html__('Visitors', 'wp-statistics'); ?></td>
</tr>
<?php $i = 0;
foreach ($list as $item) {
$i++ ?>
<tr>
<td>
<img src="<?php echo esc_attr($item['flag']) ?>" title="<?php echo esc_attr($item['name']) ?>" alt="<?php echo esc_attr($item['name']) ?>" class="wps-flag wps-flag--first"/> <?php echo esc_html($item['name']) ?>
</td>
<td>
<a href="<?php echo esc_attr($item['link']) ?>" title="<?php echo esc_attr($item['name']) ?>" target="_blank"><?php echo number_format(esc_html($item['number'])) ?>
<svg style="margin-top: 3px;" width="10" height="10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.82751 4.99993 2.62209 2.79451c-.0759-.07859-.1179-.18384-.11695-.29309.00095-.10924.04477-.21375.12203-.291.07725-.07726.18176-.12108.291-.12203.10925-.00094.2145.04105.29309.11695l2.5 2.5c.07811.07814.12199.1841.12199.29459 0 .11048-.04388.21644-.12199.29458l-2.5 2.5c-.07859.0759-.18384.1179-.29309.11695-.10924-.00095-.21375-.04477-.291-.12203-.07726-.07725-.12108-.18176-.12203-.291-.00095-.10925.04105-.2145.11695-.29309l2.20542-2.20541Z" fill="#404BF2" fill-opacity=".5"/>
<path d="M7.87792 5.13371 5.67251 2.9283c-.0759-.07859-.1179-.18384-.11695-.29309.00095-.10924.04477-.21375.12202-.291.07726-.07726.18176-.12108.29101-.12203.10925-.00095.2145.04105.29308.11695l2.5 2.5c.07812.07814.122.1841.122.29458 0 .11049-.04388.21645-.122.29459l-2.5 2.5c-.07858.0759-.18383.11789-.29308.11695-.10925-.00095-.21375-.04477-.29101-.12203-.07725-.07725-.12107-.18176-.12202-.29101-.00095-.10924.04105-.2145.11695-.29308l2.20541-2.20542Z" fill="#404BF2"/>
</svg>
</a>
</td>
</tr>
<?php } ?>
</tbody>
</table>
</div>
</div>
</div>
<?php echo isset($pagination) ? $pagination : ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
</div>
</div>