add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

13
banner_upper_header.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
if(deny_branding()) {
$zone = wp_is_mobile() ? 48 : 47;
if (!defined('MAX_PATH')){define('MAX_PATH', '/var/www/revive');}
if (@include_once(MAX_PATH . '/www/delivery/alocal.php')) {
if (!isset($phpAds_context)) {
$phpAds_context = array();
}
$phpAds_raw = view_local('', $zone, 0, 0, '', '', '0', $phpAds_context, '');
}
echo $phpAds_raw['html'];
}
?>