Подключил Кладбище мертвых
Выдает ошибку. Parse error: syntax error, unexpected $end in Z:\home\192.168.14.2\www\smert.php on line 118
Набудущее хотелось бы узнать, пустая строка без текста считается за строку?? 118-я строка это считать из строк где присутствует текст или пустые переходы тоже считаются за строки и плюсуются к отсчету?
Выдает ошибку. Parse error: syntax error, unexpected $end in Z:\home\192.168.14.2\www\smert.php on line 118
Набудущее хотелось бы узнать, пустая строка без текста считается за строку?? 118-я строка это считать из строк где присутствует текст или пустые переходы тоже считаются за строки и плюсуются к отсчету?
Код:
<?
define('INSIDE', true);
include("inc/db_connect.php");
$stat = mysql_fetch_array(mysql_query("select * from players where user='".$_COOKIE['user']."' and pass='".$_COOKIE['pass']."' LIMIT 1"));
mysql_query("SET CHARSET cp1251");
if ($stat['bloked']) echo"<script>top.location='index.php?action=logout'</script>";
if (!$stat['kl_time']) { header("Location: main.php"); exit; }
elseif ($stat['room'] != 999) { header("Location: main.php"); exit; }
else {
include("inc/html_header.php");
echo"<DIV id=hint1></DIV>";
echo"
<script src='i/inf.js'></script>
<script src='i/show_inf.js'></script>
<script src='i/time.js'></script>
";
$now=time();
$now2=time();
$srok=$stat['kl_time']-$now;
if ($stat['kl_time']<$now) {
$back="<input type=button value=Вернуться onclick='window.location.href=\"street1.php?tmp=\"+Math.random();\"\"' class=standbut>";
mysql_query("update players set kl_time=NULL, room=1 where user='".$stat['user']."' LIMIT 1");
$stat['kl_time'] = NULL;
print "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"1; URL=smert.php?tmp=\"+Math.random();\"\">";
}
//if ($stat['kl_time'] > $now) echo"<script>parent.online.location='online_s.php?room=999';</script>";
echo"<body bgcolor=#dedede leftmargin=0 topmargin=0>";
print"<table width=100% cellspacing=0 cellpadding=5 border=0>
<tr>
<td align=right valign=top>
<input type=button value=Обновить onclick='window.location.href=\"smert.php?tmp=\"+Math.random();\"\"' class=standbut>
$back
</td>
</tr>
</table>";
if ($stat[kl_time]<$now) { echo"
<table width=100% cellspacing=0 cellpadding=3 border=0>
<tr>
<td align=center>";
?>
<table width=100%>
<tr>
<td width=150 nowrap> </td>
<td valign=top>
<img src=<? print"$stat[img_path]"; ?>/i/img/smert.gif>
</td>
<td width=25 nowrap> </td>
<td valign=top width=100%>
<?
echo"</td>
<td align=center valign=top>
<font style='FONT-FAMILY: Arial; FONT-SIZE: 12pt;'>[b]Кладбище мёртвых[/b]</font>
<table border=0 cellspacing=0 cellpadding=5 width=450 bordercolor=silver>
<tr>
<td align=center>
[b]Вам сдесь нечего делать, вы ещё живы![/b]
</td>
</tr>
</table>
</td>
</tr>
</table>";
} else {
echo"
<table width=100% cellspacing=0 cellpadding=3 border=0>
<tr>
<td align=left>";
?>
<table width=95%>
<tr>
<td width=15 nowrap> </td>
<td valign=top>
<img src=<? print"$stat[img_path]"; ?>/i/img/smert.gif>
</td>
<td width=25 nowrap> </td>
<td valign=top width=100%>
<?
include("inc/quest/smert_form.php");
include("inc/quest/smert_php.php");
echo"</td>
<td align=center valign=top>
<font style='FONT-FAMILY: Arial; FONT-SIZE: 12pt;'>[b]Кладбище мёртвых[/b]</font>
$msg
<table border=0 cellspacing=0 cellpadding=5 width=450 bordercolor=silver>
<tr>
<td>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td width=180>Время оживления:</td><td id=dt style='FONT-WEIGHT: Bold;'></td></tr></table></td>";
echo"<script>
ShowTime('dt',$srok);
</script>";
echo"
</tr>
</table>
</td>
</tr>
</table>"; }
?>