!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/plugins/wordfence/lib/   drwxr-xr-x
Free 180.72 GB of 490.84 GB (36.82%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     menu_tools_commentSpam.php (4.24 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if (!defined('WORDFENCE_VERSION')) { exit; }

global 
$wpdb;

$table_wfBlockedCommentLog wfDB::networkTable('wfBlockedCommentLog');
$blockedToday = (int) $wpdb->get_var("SELECT SUM(blockCount) 
FROM 
{$table_wfBlockedCommentLog}
WHERE unixday >= FLOOR(UNIX_TIMESTAMP() / 86400)"
);

$blockedThisWeek = (int) $wpdb->get_var("SELECT SUM(blockCount) 
FROM 
{$table_wfBlockedCommentLog}
WHERE unixday >= FLOOR(UNIX_TIMESTAMP() / 86400) - 7"
);

$blockedThisMonth = (int) $wpdb->get_var("SELECT SUM(blockCount)
FROM 
{$table_wfBlockedCommentLog}
WHERE unixday >= FLOOR(UNIX_TIMESTAMP() / 86400) - 31"
);

?>
<script type="application/javascript">
    (function($) {
        $(function() {
            document.title = "<?php esc_attr_e('Comment Spam Filter''wordfence'); ?>" + " \u2039 " + WFAD.basePageName;
        });
    })(jQuery);
</script>
<div id="wf-tools-commentspam">
    <div class="wf-section-title">
        <h2><?php _e('Comment Spam Filter''wordfence'?></h2>
        <span><?php printf(__('<a href="%s" target="_blank" rel="noopener noreferrer" class="wf-help-link">Learn more<span class="wf-hidden-xs"> about the Comment Spam Filter</span></a>''wordfence'), wfSupportController::esc_supportURL(wfSupportController::ITEM_TOOLS_COMMENT_SPAM)); ?>
            <i class="wf-fa wf-fa-external-link" aria-hidden="true"></i></span>
    </div>

    <p><?php _e("Wordfence reduces spam that is known to slip through traditional filters by using advanced heuristics to identify spam comments and aggregate data to identify spammers."'wordfence'?></p>

    <div class="wf-row">
        <div class="wf-col-xs-12">
            <?php
            
echo wfView::create('options/block-controls', array(
                
'suppressLogo' => true,
                
'restoreDefaultsSection' => wfConfig::OPTIONS_TYPE_COMMENT_SPAM,
                
'restoreDefaultsMessage' => __('Are you sure you want to restore the default Comment Spam settings? This will undo any custom changes you have made to the options on this page.''wordfence'),
            ))->
render();
            
?>
        </div>
    </div>
    <?php
    
echo wfView::create('tools/options-group-comment-spam', array(
        
'stateKey' => 'wf-comment-spam-options',
        
'collapseable' => false,
    ))->
render();
    
?>

    <div class="wf-row">

        <div class="wf-col-xs-12">
            <div class="wf-dashboard-item active">
                <div class="wf-dashboard-item-inner">
                    <div class="wf-dashboard-item-content">
                        <div class="wf-dashboard-item-title">
                            <strong><?php _e('Spam Comments Blocked''wordfence'?></strong>
                        </div>
                    </div>
                </div>
                <div class="wf-dashboard-item-extra">
                    <ul class="wf-dashboard-item-list">
                        <li>
                            <ul class="wf-dashboard-item-list wf-dashboard-item-list-horizontal">
                                <li>
                                    <div class="wf-dashboard-item-labeled-count">
                                        <div class="wf-dashboard-item-labeled-count-count"><?php echo $blockedToday ?></div>
                                        <div class="wf-dashboard-item-labeled-count-label">Blocked Today</div>
                                    </div>
                                </li>
                                <li>
                                    <div class="wf-dashboard-item-labeled-count">
                                        <div class="wf-dashboard-item-labeled-count-count"><?php echo $blockedThisWeek ?></div>
                                        <div class="wf-dashboard-item-labeled-count-label">Blocked This Week</div>
                                    </div>
                                </li>
                                <li>
                                    <div class="wf-dashboard-item-labeled-count">
                                        <div class="wf-dashboard-item-labeled-count-count"><?php echo $blockedThisMonth ?></div>
                                        <div class="wf-dashboard-item-labeled-count-label">Blocked This Month</div>
                                    </div>
                                </li>
                            </ul>
                        </li>
                    </ul>
                    <ul class="wf-dashboard-item-list">
                        <li>
                            <div class="wf-center">
                                <?php if (!wfConfig::p()): ?>
                                    <p>The Wordfence Advanced Comment Spam Filter is automatically enabled for Premium customers, providing an additional layer of filtering. The advanced filter does an additional check on the source IP of inbound comments and any URLs that are included.</p>
                                    <p><a class="wf-btn wf-btn-primary" href="https://www.wordfence.com/zz11/wordfence-signup/" target="_blank" rel="noopener noreferrer">Upgrade To Premium</a></p>
                                <?php else: ?>
                                    <p><a class="wf-btn wf-btn-primary" href="https://www.wordfence.com/zz10/sign-in/" target="_blank" rel="noopener noreferrer">Protect More Sites</a></p>
                                <?php endif ?>
                            </div>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0161 ]--