Файл: gamele.ru/modules/api/nl.php
Строк: 38
<?
<table border="1" cellpadding="0" cellspacing="0" align="center" width="2890" height="1890">
for($y=952;$y<=2000;$y++){
echo'<tr>';
for($x=954;$x<=2000;$x++){
$i++;
$location = mysql_fetch_assoc(mysql_query("SELECT * FROM `nature` WHERE `x` = '".$x."' AND `y` = '".$y."'"));
$bots = mysql_fetch_assoc(mysql_query("SELECT * FROM `nature_bots` WHERE `x` = '".$x."' AND `y` = '".$y."' AND `group`<'100'"));
echo'<td background="http://image.neverlands.ru/map/world/'.(($location)?'day':'night').'/'.$y.'/'.$x.'_'.$y.'.jpg" valign="top" width="100" height="100"><b class="go-'.(($location)?(($bots)?'bots':'yes'):'no').'"> 8-'.$i.' </b><br />'.(($bots)?'<font class="Bot-info">'.preg_replace("/, /","<br />",$BotGroup[$bots['group']]['1']).'</font>':'').'<br/><br/><br/>'.(($location['x']=='1000' and $location['y']=='1000' or $location['x']=='996' and $location['y']=='997' or $location['x']=='1008' and $location['y']=='1009')?'<font class="loc">'.$location['city'].'</font>':'').' '.(($location['x']=='995' and $location['y']=='999')?'<font class="loc">Озеро</font>':'').'</td>';
}
echo'</tr>';
}
</table>
?>