Отказ от абсолютных ссылок https://new-combats.com/* к относительным /*. Замена https://img.new-combats.com на //img.new-combats.tech.
This commit is contained in:
@@ -323,15 +323,10 @@ if($u->room['file']=='berezka')
|
||||
<td nowrap="nowrap">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#DEDEDE">
|
||||
<tr>
|
||||
<td bgcolor="#D3D3D3"><img src="https://img.new-combats.com/i/move/links.gif" width="9" height="7" /></td>
|
||||
<td bgcolor="#D3D3D3"><img src="//img.new-combats.tech/i/move/links.gif" width="9" height="7" /></td>
|
||||
<td bgcolor="#D3D3D3" nowrap><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.11&rnd=<?= $code; ?>';" title="<?php thisInfRm('1.180.0.11',1); ?>">Страшилкина Улица</a></td>
|
||||
</tr>
|
||||
|
||||
<!--<tr>
|
||||
<td bgcolor="#D3D3D3"><img src="https://img.new-combats.com/i/move/links.gif" width="9" height="7" /></td>
|
||||
<td bgcolor="#D3D3D3" nowrap><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.298&rnd=<?= $code; ?>';" title="<?php thisInfRm('1.180.0.298',1); ?>">Магазин артефактов</a></td>
|
||||
</tr>-->
|
||||
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -343,18 +338,16 @@ if($u->room['file']=='berezka')
|
||||
<div align="center"><center>
|
||||
Масса всех ваших вещей: <b><?=$u->aves['now']?>/<?=$u->aves['max']?></b> <br />
|
||||
У вас в наличии: <b style="color:#339900;"><font color=darkgreen><?= round($u->info['money2'],2); ?> екр.</b></font>
|
||||
<br><br><a href="https://new-combats.com/ekr2.php" target="_blank" style="height:20px;color:#fff;" class="btn btn-danger">Пополнить Екр</a></center><br>
|
||||
<br><br><a href="/ekr2.php" target="_blank" style="height:20px;color:#fff;" class="btn btn-danger">Пополнить Екр</a></center><br>
|
||||
<center>
|
||||
<?php
|
||||
if(isset($u->bank['id']) && ($u->bank['money2']>=0.00 || $u->info['admin']>0)){
|
||||
/*кнопочки*/
|
||||
if($sale_ekr == true) {
|
||||
if(!isset($_GET['sale'])){
|
||||
//if( $u->stats['silver'] > 0 ) {
|
||||
|
||||
echo '<INPUT TYPE="button" class="btn" value="Продать вещи" onclick="location=\'?otdel='.$_GET['otdel'].'&sale=1\'"> ';
|
||||
//}else{
|
||||
// echo '<INPUT style="color:grey" TYPE="button" value="Продать вещи" onclick="alert(\'Только при наличии VIP\');"> ';
|
||||
//}
|
||||
|
||||
} else {
|
||||
echo '<INPUT TYPE="button" class="btn" value="Купить вещи" onclick="location=\'?otdel='.$_GET['otdel'].'\'"> ';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user