Отказ от абсолютных ссылок https://new-combats.com/* к относительным /*. Замена https://img.new-combats.com на //img.new-combats.tech.

This commit is contained in:
2023-03-31 21:30:14 +03:00
parent 1b5bf26294
commit 01b504e677
346 changed files with 3507 additions and 4221 deletions
+5 -5
View File
@@ -8,7 +8,7 @@ require_once('_incl_data/__config.php');
require_once('_incl_data/class/__db_connect.php');
$u = User::start();
if (!isset($u->info['id'])) {
header('location: https://new-combats.com/');
header('location: /');
die();
}
@@ -660,7 +660,7 @@ if (isset($_POST['do']) && $_POST['do'] == 'newShadow') {
<HTML>
<HEAD>
<title>Покупка ЕвроКредитов - Бойцовский Клуб</title>
<script type="text/javascript" src="https://new-combats.com/res/js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="/res/js/jquery-1.7.1.min.js"></script>
<link href="/res/css/style.css" rel="stylesheet" type="text/css" media="all"/>
<META Http-Equiv=Cache-Control Content=no-cache>
@@ -1125,7 +1125,7 @@ if (isset($_POST['do']) && $_POST['do'] == 'newShadow') {
document.getElementById('theLayer').style.visibility = "visible";
document.getElementById('theLayer').style.left = 300;
document.getElementById('theLayer').style.top = 300;
$('img#ffimg').attr('src', 'https://new-combats.com/clan_prw/' + img);
$('img#ffimg').attr('src', '/clan_prw/' + img);
document.getElementById('ffinput').value = img;
$('img#ffimg').attr('height', '220');
document.getElementById('theLayer').style.height = 290;
@@ -1135,7 +1135,7 @@ if (isset($_POST['do']) && $_POST['do'] == 'newShadow') {
document.getElementById('theLayer').style.visibility = "visible";
document.getElementById('theLayer').style.left = 300;
document.getElementById('theLayer').style.top = 300;
$('img#ffimg').attr('src', 'https://new-combats.com/clan_prw/' + img);
$('img#ffimg').attr('src', '/clan_prw/' + img);
$('img#ffimg').attr('height', '40');
//$('#theLayer').attr('height','120');
document.getElementById('ffinput').value = img;
@@ -1148,7 +1148,7 @@ if (isset($_POST['do']) && $_POST['do'] == 'newShadow') {
document.getElementById('theLayer').style.visibility = "visible";
document.getElementById('theLayer').style.left = 300;
document.getElementById('theLayer').style.top = 300;
$('img#ffimg').attr('src', 'https://new-combats.com/clan_prw/' + img);
$('img#ffimg').attr('src', '/clan_prw/' + img);
$('img#ffimg').attr('width', null);
$('img#ffimg').attr('height', null);
document.getElementById('ffinput').value = img;