_x( 'Plugin: Limit Login Attempts Logger', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'description' => _x( 'Logs failed login attempts, lockouts, and configuration changes made in the plugin Limit Login Attempts', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'name_via' => _x( 'Using plugin Limit Login Attempts', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'capability' => 'manage_options', 'messages' => array( // 'user_locked_out' => _x( 'User locked out', "Logger: Plugin Limit Login Attempts", "simple-history" ), 'failed_login_whitelisted' => _x( 'Failed login attempt from whitelisted IP', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'failed_login' => _x( 'Was locked out because too many failed login attempts', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'cleared_ip_log' => _x( 'Cleared IP log', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'reseted_lockout_count' => _x( 'Reset lockout count', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'cleared_current_lockouts' => _x( 'Cleared current lockouts', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), 'updated_options' => _x( 'Updated options', 'Logger: Plugin Limit Login Attempts', 'simple-history' ), ), /* "labels" => array( "search" => array( "label" => _x( "Limit Login Attempts", "Logger: Plugin Limit Login Attempts", "simple-history" ), "options" => array( _x( "xxxPages not found", "User logger: 404", "simple-history" ) => array( "page_not_found", ), ), ), // end search ),*/ // end labels ); return $arr_info; } public function loaded() { require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); $pluginFilePath = 'limit-login-attempts/limit-login-attempts.php'; $isPluginActive = is_plugin_active( $pluginFilePath ); // Only continue to add filters if plugin is active. // This minimise the risk of plugin errors, because plugin // has been forked to new versions. if ( ! $isPluginActive ) { return; } add_filter( 'pre_option_limit_login_lockouts_total', array( $this, 'on_option_limit_login_lockouts_total' ), 10, 1 ); add_action( 'load-settings_page_limit-login-attempts', array( $this, 'on_load_settings_page' ), 10, 1 ); } /** * Fired when plugin options screen is loaded */ public function on_load_settings_page( $a ) { // phpcs:ignore WordPress.Security.NonceVerification.Missing if ( $_POST && wp_verify_nonce( $_POST['_wpnonce'], 'limit-login-attempts-options' ) ) { // Settings saved if ( isset( $_POST['clear_log'] ) ) { $this->noticeMessage( 'cleared_ip_log' ); } if ( isset( $_POST['reset_total'] ) ) { $this->noticeMessage( 'reseted_lockout_count' ); } if ( isset( $_POST['reset_current'] ) ) { $this->noticeMessage( 'cleared_current_lockouts' ); } if ( isset( $_POST['update_options'] ) ) { $options = array( 'client_type' => sanitize_text_field( $_POST['client_type'] ), 'allowed_retries' => sanitize_text_field( $_POST['allowed_retries'] ), 'lock «Մխիթար Սեբաստացի» կրթահամալիրի ինտերնետ-հեռուստատեսություն

«Վրացերենի տոն կրթահամալիրում». պարատոն

09.04.2015
Լուսանկարները՝ Անի Սարգսյանի
© Սեբաստացի TV 2015

 

 

 

 

 

 

IMG_2809 IMG_2814 IMG_2815 IMG_2828 IMG_2831 IMG_2839 IMG_2840 IMG_2848 IMG_2851 IMG_2852 IMG_2853 IMG_2855 IMG_2856 IMG_2869 IMG_2870 IMG_2871 IMG_2872 IMG_2873 IMG_2874 IMG_2886 IMG_2890 IMG_2898 IMG_2908 IMG_2912 IMG_2913 IMG_2919 IMG_2926 IMG_2929 IMG_2938 IMG_2939 IMG_2943 IMG_2944 IMG_2945 IMG_2947 IMG_2949 IMG_2950 IMG_2951 IMG_2952 IMG_2953 IMG_2954 IMG_2959 IMG_2960 IMG_2973 IMG_2989 IMG_2992 IMG_3001 IMG_3002 IMG_3004 IMG_3005 IMG_3006 IMG_3012 IMG_3013 IMG_3014 IMG_3017 IMG_3020 IMG_3022 IMG_3024 IMG_3025 IMG_3027 IMG_3033 IMG_3035 IMG_3037 IMG_3042 IMG_3046 IMG_3050 IMG_3053 IMG_3056

309 դիտում

2 կարծիք «Վրացերենի տոն կրթահամալիրում». պարատոն գրառման համար

Թողնել կարծիք

AlphaOmega Captcha Classica  –  Enter Security Code