'Dashboard', 'tab2' => 'System Info', ); var $menu_tabs_handler = array( 'tab1' => 'render_tab1', 'tab2' => 'render_tab2', ); function __construct() { $this->render_menu_page(); } function get_current_tab() { $tab_keys = array_keys($this->menu_tabs); $tab = isset( $_GET['tab'] ) ? $_GET['tab'] : $tab_keys[0]; return $tab; } /* * Renders our tabs of this menu as nav items */ function render_menu_tabs() { $current_tab = $this->get_current_tab(); echo ''; } /* * The menu rendering goes here */ function render_menu_page() { $tab = $this->get_current_tab(); ?>
render_menu_tabs(); //$tab_keys = array_keys($this->menu_tabs); call_user_func(array(&$this, $this->menu_tabs_handler[$tab])); ?>
'; echo '

For information, updates and documentation, please visit the AIO WP Security & Firewall Plugin Page.

'; echo '

Follow us on Twitter, Google+ or via Email to stay upto date about the new security features of this plugin.

'; echo ''; echo "";//Include the google chart library global $aiowps_feature_mgr; $feature_mgr = $aiowps_feature_mgr; $total_site_security_points = $feature_mgr->get_total_site_points(); $total_security_points_achievable = $feature_mgr->get_total_achievable_points(); ?>

feature_items; $pt_src_chart_data = ""; $pt_src_chart_data .= "['Feature Name', 'Points'],"; foreach($feature_items as $item) { if($item->feature_status == $feature_mgr->feature_active) { $pt_src_chart_data .= "['".$item->feature_name."', ".$item->item_points."],"; } } ?>

feature_items; $username_admin_feature = $feature_mgr->get_feature_item_by_id("user-accounts-change-admin-user"); echo ''; echo '
'; $login_lockdown_feature = $feature_mgr->get_feature_item_by_id("user-login-login-lockdown"); echo ''; echo '
'; $filesystem_feature = $feature_mgr->get_feature_item_by_id("filesystem-file-permissions"); echo ''; echo '
'; $basic_firewall_feature = $feature_mgr->get_feature_item_by_id("firewall-basic-rules"); echo ''; echo '
'; ?>

We are working to make your WordPress site more secure. Please support us, here is how:

Post to Tweeter

Vote & Rate Now

Plugin Version:
WP Version:
WPMU:
MySQL Version: db_version();?>
WP Table Prefix: prefix; ?>
PHP Version:
Session Save Path:
WP URL:
Server Name:
Cookie Domain:
CURL Library Present:
Debug File Write Permissions:

'; } ?>
'.$plugin_details['Name'].''.$plugin_details['Version'].''.$plugin_details['PluginURI'].'