Замена short_tags.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
if(!defined('GAME'))
|
||||
{
|
||||
die();
|
||||
@@ -416,7 +416,7 @@ function ghideshow() { top.fullhideshow(mmoves3); }
|
||||
<SCRIPT src='//img.new-combats.tech/i/commoninf.js'></SCRIPT>
|
||||
<TABLE width=100%>
|
||||
<TR><TD><DIV class='H3' align=center>Комната Знахаря</DIV>
|
||||
<?=$err;?><?
|
||||
<?=$err;?><?php
|
||||
if($u->error != '') {
|
||||
echo '<br><font style="float:right" color=red>'.$u->error.'</font>';
|
||||
}
|
||||
@@ -544,7 +544,7 @@ document.write(s);
|
||||
<input type=button onClick="movedone();" id='movedonebutton' class="btn" value="Применить" disabled>
|
||||
</TD>
|
||||
<TD width=270 valign=top>
|
||||
<?
|
||||
<?php
|
||||
$prs = '';
|
||||
$sp = mysql_query('SELECT `a`.*,`b`.* FROM `eff_users` AS `a` LEFT JOIN `eff_main` AS `b` ON `b`.`id2` = `a`.`id_eff` WHERE ((`a`.`id_eff` >= 301 AND `a`.`id_eff` <= 304) OR (`a`.`id_eff` >= 321 AND `a`.`id_eff` <= 332)) AND `a`.`uid` = "'.$u->info['id'].'" AND `a`.`delete` = "0"');
|
||||
$txtl = 'бесплатно';
|
||||
|
||||
Reference in New Issue
Block a user