2023-03-31 18:42:06 +00:00
< ? php
2022-06-06 21:30:34 +00:00
if ( ! defined ( 'GAME' ))
{
die ();
}
if ( $u -> room [ 'file' ] == 'zv1' )
{
?>
< table width = " 100% " border = " 0 " cellspacing = " 0 " cellpadding = " 0 " >
< tr >
< td width = " 250 " valign = " top " >
2023-03-31 16:54:33 +00:00
< ? php $usee = $u -> getInfoPers ( $u -> info [ 'id' ], 0 ); if ( $usee != false ){ echo $usee [ 0 ]; } else { echo 'information is lost.' ; } ?>
2022-06-06 21:30:34 +00:00
</ td >
2023-03-31 16:54:33 +00:00
< td width = " 230 " valign = " top " style = " padding-top:19px; " >< ? php require_once ( 'modules_data/stats_loc.php' ); ?> </td>
2022-06-06 21:30:34 +00:00
< td valign = " top " >< div align = " right " >
< table border = " 0 " cellpadding = " 0 " cellspacing = " 0 " >
< tr align = " right " valign = " top " >
< td >
2023-03-31 16:54:33 +00:00
< ? php if ( $re != '' ){ echo '<font color="red"><b>' . $re . '</b></font>' ; } ?>
2022-06-06 21:30:34 +00:00
< table width = " 500 " border = " 0 " cellspacing = " 0 " cellpadding = " 0 " >
< tr >
< td >
2023-03-31 18:30:14 +00:00
< div style = " position:relative; cursor: pointer; width: 500; " id = " ione " >< img src = " //img.new-combats.tech/i/images/300x225/club/navig.jpg " id = " img_ione " width = " 500 " height = " 240 " border = " 1 " />
< div style = " position:absolute; left:154px; top:148px; width:16px; height:18px; z-index:90; " >< img src = " //img.new-combats.tech/i/images/300x225/fl1.gif " width = " 16 " height = " 18 " title = " Вы находитесь в '<?= $u->room ['name']; ?>' " /></ div >
< div style = " position:absolute; left:184px; top:94px; width:120px; height:35px; z-index:90; " >< img < ? php thisInfRm ( '1.180.0.3' ); ?> src="//img.new-combats.tech/i/images/300x225/map_bk.gif" width="120" height="35" title="" class="aFilter" /></div>
< div style = " position:absolute; left:52px; top:47px; width:123px; height:30px; z-index:90; " >< img onClick = " alert('Проход через Бойцовский клуб'); " onMouseOver = " this.className='aFilterhover'; " onMouseOut = " this.className='aFilter'; " src = " //img.new-combats.tech/i/images/300x225/map_klub5-1.gif " width = " 123 " height = " 30 " title = " Проход через Бойцовский клуб " class = " aFilter " /></ div >
< div style = " position:absolute; left:59px; top:169px; width:123px; height:31px; z-index:90; " >< img onMouseOver = " this.className='aFilterhover'; " onMouseOut = " this.className='aFilter'; " src = " //img.new-combats.tech/i/images/300x225/map_klub4.gif " width = " 123 " height = " 31 " title = " Проход через Бойцовский клуб " class = " aFilter " /></ div >
< div style = " position:absolute; left:312px; top:168px; width:123px; height:31px; z-index:90; " >< img onClick = " alert('Проход через Бойцовский клуб'); " src = " //img.new-combats.tech/i/images/300x225/map_zalu1.gif " width = " 123 " height = " 31 " title = " " /></ div >
< div style = " position:absolute; left:312px; top:48px; width:123px; height:30px; z-index:90; " >< img onClick = " alert('Проход через Бойцовский клуб'); " onMouseOver = " this.className='aFilterhover'; " onMouseOut = " this.className='aFilter'; " src = " //img.new-combats.tech/i/images/300x225/map_zalu2.gif " width = " 123 " height = " 30 " title = " Проход через Бойцовский клуб " class = " aFilter " /></ div >
< div style = " position:absolute; left:216px; top:41px; width:58px; height:49px; z-index:90; " >< img onClick = " alert('Проход через Бойцовский клуб'); " onMouseOver = " this.className='aFilterhover'; " onMouseOut = " this.className='aFilter'; " src = " //img.new-combats.tech/i/images/300x225/map_klub2.gif " width = " 58 " height = " 49 " title = " Проход через Бойцовский клуб " class = " aFilter " /></ div >
< div style = " position:absolute; left:66px; top:114px; width:56px; height:13px; z-index:90; " >< img onClick = " alert('Проход через Бойцовский клуб'); " onMouseOver = " this.className='aFilterhover'; " onMouseOut = " this.className='aFilter'; " src = " //img.new-combats.tech/i/images/300x225/map_klub1.gif " width = " 56 " height = " 13 " title = " Проход через Бойцовский клуб " class = " aFilter " /></ div >
< div style = " position:absolute; left:196px; top:148px; width:103px; height:47px; z-index:90; " >< img onClick = " alert('Проход через Бойцовский клуб'); " onMouseOver = " this.className='aFilterhover'; " onMouseOut = " this.className='aFilter'; " src = " //img.new-combats.tech/i/images/300x225/map_klub7.gif " width = " 103 " height = " 47 " title = " Проход через Бойцовский клуб " class = " aFilter " /></ div >
2022-06-06 21:30:34 +00:00
< div id = " snow " ></ div >
2023-03-31 16:54:33 +00:00
< ? = $goline ; ?>
2022-06-06 21:30:34 +00:00
</ div >
</ td >
</ tr >
</ table >
< div style = " display:none; height:0px " id = " moveto " ></ div >
< ? php
if ( $u -> info [ 'level' ] < 6 )
{
echo '
2023-01-10 16:29:32 +00:00
Вам все время кажется что за вами следят ? Чудится , что случайный попутчик мечтает всадить вам топор в спину ? При совершении очередной покупки в г о с . магазине мучает ощущение , что вас обманули ? Кажется , что симпатичная девушка напротив смотрит на вас как на пищу ? Успокойтесь , это не паранойя . Это реалии Capital city . Города Тьмы .
2022-06-06 21:30:34 +00:00
' ;
} ?>
</ small ></ div ></ td >
< td >
2023-01-10 16:29:32 +00:00
<!-- < br />< span class = " menutop " >< nobr > Комната для новичков </ nobr ></ span >-->
2022-06-06 21:30:34 +00:00
</ td >
</ tr >
</ table >
< small >
< HR >
2023-01-10 16:29:32 +00:00
< INPUT class = " btn " onclick = " window.open('/forum?read=865&rnd=1', 'help', 'height=500,width=1024,location=no,menubar=no,status=no,toolbar=no,scrollbars=yes') " value = " Подсказка для новичков " style = " color:red; " type = " button " >
2023-03-31 16:54:33 +00:00
< INPUT onclick = " location.href='main.php?zayvka=<?= $code ; ?>'; " class = " btn " value = " Поединки " type = " button " name = " combats " >
2022-06-06 21:30:34 +00:00
< br />
2023-01-10 16:29:32 +00:00
< strong > Внимание ! Установите второй пароль во вкладке " Безопасность " , это обезопасит вашего персонажа от взлома .< BR >
< em > Администрация .</ strong > </ em ></ small > < BR >
2023-03-31 16:54:33 +00:00
< ? = $rowonmax ; ?> <BR>
2022-06-06 21:30:34 +00:00
</ div ></ td >
</ tr >
</ table >
2023-03-31 18:42:06 +00:00
< ? php
2022-06-06 21:30:34 +00:00
}
?>