Отказ от абсолютных ссылок https://new-combats.com/* к относительным /*. Замена https://img.new-combats.com на //img.new-combats.tech.
This commit is contained in:
@@ -44,7 +44,7 @@ if (!empty($sp)) {
|
||||
if (!empty($itm['login'])) {
|
||||
$itm['name'] = $itm['login'];
|
||||
}
|
||||
$imgsrc = "/img.new-combats.com/i/obraz/{$itm['sex']}/{$itm['img']}";
|
||||
$imgsrc = "//img.new-combats.tech/i/obraz/{$itm['sex']}/{$itm['img']}";
|
||||
$str .= <<<HTML
|
||||
<figure style="border:1px dashed grey; float: left; margin: 5px;">
|
||||
<img src="$imgsrc" alt={$itm['name']} title={$itm['name']} width="120" height="220">
|
||||
@@ -65,28 +65,28 @@ HTML;
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<img class="logo" src="https://new-combats.com/inx/newlogo3.jpg" alt="logo" title="logo">
|
||||
<img class="logo" src="/inx/newlogo3.jpg" alt="logo" title="logo">
|
||||
</div>
|
||||
|
||||
<table class="main">
|
||||
<tr style="vertical-align: top;">
|
||||
<td style="width: 29px; background-image: url(https://new-combats.com/forum_script/img/leftground.jpg);"
|
||||
<td style="width: 29px; background-image: url(/forum_script/img/leftground.jpg);"
|
||||
rowspan=2>
|
||||
<img src="https://img.new-combats.com/i/encicl/obrzz_08.jpg" width="29" height="256" alt="">
|
||||
<img src="//img.new-combats.tech/i/encicl/obrzz_08.jpg" width="29" height="256" alt="">
|
||||
</td>
|
||||
<td style="width: 218px; height: 257px;">
|
||||
<img id="imleft2" src="https://img.new-combats.com/i/encicl/obrzz_04.jpg" width="118" height="257" alt="">
|
||||
<img id="imleft2" src="//img.new-combats.tech/i/encicl/obrzz_04.jpg" width="118" height="257" alt="">
|
||||
<BR>
|
||||
</td>
|
||||
<td rowspan=2>
|
||||
<h2>Библиотека образов Бойцовского Клуба</h2>
|
||||
<img src="https://img.new-combats.com/i/encicl/ln3.jpg" width="400" height="1" alt="hr"><br>
|
||||
<img src="//img.new-combats.tech/i/encicl/ln3.jpg" width="400" height="1" alt="hr"><br>
|
||||
<?= $str ?>
|
||||
</td>
|
||||
<td style='padding-left: 3px; text-align: right;'>
|
||||
<img id="imright2" height=144 src="https://img.new-combats.com/i/encicl/obrzz1.jpg" width=139 alt="">
|
||||
<img id="imright2" height=144 src="//img.new-combats.tech/i/encicl/obrzz1.jpg" width=139 alt="">
|
||||
</td>
|
||||
<td style="vertical-align: top; background-image: url(https://new-combats.com/forum_script/img/rightground.jpg)">
|
||||
<td style="vertical-align: top; background-image: url(/forum_script/img/rightground.jpg)">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -107,9 +107,9 @@ HTML;
|
||||
· <a href="/shadow/i3">Именные</a>
|
||||
</td>
|
||||
<td style="padding-bottom:50px; text-align: right; vertical-align: bottom;">
|
||||
<IMG height=236 src="https://img.new-combats.com/i/encicl/pictr_subject.jpg" width=128 alt="">
|
||||
<IMG height=236 src="//img.new-combats.tech/i/encicl/pictr_subject.jpg" width=128 alt="">
|
||||
</td>
|
||||
<td style="width: 23px; vertical-align: top; background-image: url(https://new-combats.com/forum_script/img/rightground.jpg);">
|
||||
<td style="width: 23px; vertical-align: top; background-image: url(/forum_script/img/rightground.jpg);">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user