Отказ от абсолютных ссылок 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
+2 -2
View File
@@ -30,7 +30,7 @@ if(!defined('GAME'))
<table width="100%" cellspacing="0" cellpadding="0">
<form method="post" action="/main.php?inv">
<tr>
<td valign="top" align="left"><img src="https://img.new-combats.com/i/1x1.gif" alt="" width="1" height="5" /><br />
<td valign="top" align="left"><img src="//img.new-combats.tech/i/1x1.gif" alt="" width="1" height="5" /><br />
&nbsp;&nbsp; </td>
<center><?echo ''.$u->microLogin($u->info['id'],1).'<br>';?></center>
<td valign="top" align="right">&nbsp;
@@ -94,7 +94,7 @@ while($pl = mysql_fetch_array($sp)) {
if( $trd != '' ) {
$trd = 'Требуется минимальное:'.$trd;
}
echo '<a href="main.php?inv=1&obr_sel='.$pl['id'].'&rnd='.$code.'"><img class="obrsl1" title="'.$trd.'" src="https://img.new-combats.com/i/obraz/'.$pl['sex'].'/'.$pl['img'].'" width="120" height="220" /></a> ';
echo '<a href="main.php?inv=1&obr_sel='.$pl['id'].'&rnd='.$code.'"><img class="obrsl1" title="'.$trd.'" src="//img.new-combats.tech/i/obraz/'.$pl['sex'].'/'.$pl['img'].'" width="120" height="220" /></a> ';
}
}
?>