2022-06-06 21:30:34 +00:00
< ?
2023-01-12 20:38:13 +00:00
2022-06-06 21:30:34 +00:00
if ( ! defined ( 'GAME' ))
{
die ();
}
2023-01-12 20:38:13 +00:00
if ( $u -> room [ 'file' ] == 'cp1' ) {
2022-06-06 21:30:34 +00:00
if ( date ( " H " ) >= 8 && date ( " H " ) <= 23 ) {
$now = 'day' ;
2023-01-10 16:29:32 +00:00
$tattack = '<a style="color:#D8D8D8" style="cursor:pointer" onclick="top.useMagic(\'Нападение на персонажа\',\'night_atack\',\'pal_button8.gif\',1,\'main.php?nightatack=1\');">Напасть на игрока</a> ' ;
2022-06-06 21:30:34 +00:00
} else {
$now = 'night' ;
$tattack = '' ;
}
?>
< script >
< ?
if ( date ( " H " ) < 23 || date ( " H " ) >= 6 )
{
?>
function AtackNoWindow ()
{
var dt = document . getElementById ( 'atackDiv' );
if ( dt . style . display == 'none' )
{
dt . style . display = '' ;
} else {
dt . style . display = 'none' ;
}
}
< ?
}
?>
</ script >
< ?
function timeOut ( $ttm ) {
$out = '' ;
$time_still = $ttm ;
$tmp = floor ( $time_still / 2592000 );
$id = 0 ;
if ( $tmp > 0 )
{
$id ++ ;
2023-01-10 16:29:32 +00:00
if ( $id < 3 ) { $out .= $tmp . " мес. " ;}
2022-06-06 21:30:34 +00:00
$time_still = $time_still - $tmp * 2592000 ;
}
/*
$tmp = floor ( $time_still / 604800 );
if ( $tmp > 0 )
{
$id ++ ;
2023-01-10 16:29:32 +00:00
if ( $id < 3 ) { $out .= $tmp . " нед. " ;}
2022-06-06 21:30:34 +00:00
$time_still = $time_still - $tmp * 604800 ;
}
*/
$tmp = floor ( $time_still / 86400 );
if ( $tmp > 0 )
{
$id ++ ;
2023-01-10 16:29:32 +00:00
if ( $id < 3 ) { $out .= $tmp . " дн. " ;}
2022-06-06 21:30:34 +00:00
$time_still = $time_still - $tmp * 86400 ;
}
$tmp = floor ( $time_still / 3600 );
if ( $tmp > 0 )
{
$id ++ ;
2023-01-10 16:29:32 +00:00
if ( $id < 3 ) { $out .= $tmp . " ч. " ;}
2022-06-06 21:30:34 +00:00
$time_still = $time_still - $tmp * 3600 ;
}
$tmp = floor ( $time_still / 60 );
if ( $tmp > 0 )
{
$id ++ ;
2023-01-10 16:29:32 +00:00
if ( $id < 3 ) { $out .= $tmp . " мин. " ;}
2022-06-06 21:30:34 +00:00
}
if ( $out == '' )
{
if ( $time_still < 0 )
{
$time_still = 0 ;
}
2023-01-10 16:29:32 +00:00
$out = $time_still . ' сек.' ;
2022-06-06 21:30:34 +00:00
}
return $out ;
} ?>
< 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 width = " 230 " valign = " top " style = " padding-top:19px; " >
< span style = " font-size:12px; " >
<!--< span style = " font-size:14px;color:red; " >
2023-01-10 16:29:32 +00:00
< b > Монстры локации :</ b > </ br >
2022-06-06 21:30:34 +00:00
</ span >-->
< ? /*
$wp = mysql_query ( 'SELECT * FROM `users` WHERE `no_ip` = "trupojor" LIMIT 100 ' );
$wp = mysql_query ( 'SELECT * FROM `users` WHERE `no_ip` = "trupojor" ORDER BY `users`.`level` ASC ' );
while ( $pl = mysql_fetch_array ( $wp ) )
{
$btc = mysql_fetch_array ( mysql_query ( 'SELECT * FROM `stats` WHERE `id` = "' . $pl [ 'id' ] . '" LIMIT 1' ));
if ( isset ( $btc [ 'id' ]) ) {
echo " <br /><b> " . $pl [ 'login' ] . " </b><br /> " ;
//echo "<a href='/inf.php?".$pl['id']." target='_blank'><img border='0' alt='info' src='https://img.new-combats.com/i/inf_capitalcity.gif'></a><br />"; //
2023-01-10 16:29:32 +00:00
if ( timeOut ( $btc [ 'res_x' ] - time ()) == '0 сек.' ){
echo " <span style='color:red;'>Монстр атакует защити город!</span> " ;
2022-06-06 21:30:34 +00:00
}
else {
if ( $btc [ 'res_x' ] - time () < 20 * 60 )
{
2023-01-10 16:29:32 +00:00
echo " Атака через: <span style='color:#ce4135;'><b> " . timeOut ( $btc [ 'res_x' ] - time ()) . " </b></span> " ;
2022-06-06 21:30:34 +00:00
} elseif ( $btc [ 'res_x' ] - time () < 45 * 60 )
{
2023-01-10 16:29:32 +00:00
echo " Атака: <span style='color:#ce6d35;'><b>Очень скоро</b></span> " ;
2022-06-06 21:30:34 +00:00
} elseif ( $btc [ 'res_x' ] - time () < 1.2 * 60 * 60 )
{
2023-01-10 16:29:32 +00:00
echo " Атака: <span style='color:#cebe35;'><b>Скоро</b></span> " ;
2022-06-06 21:30:34 +00:00
} elseif ( $btc [ 'res_x' ] - time () < 2.2 * 60 * 60 )
{
2023-01-10 16:29:32 +00:00
echo " Атака: <span style='color:#a2ce35;'><b>Н е скоро</b></span> " ;
2022-06-06 21:30:34 +00:00
} elseif ( $btc [ 'res_x' ] - time () < 3 * 60 * 60 )
{
2023-01-10 16:29:32 +00:00
echo " Атака: <span style='color:#4cce35;'><b>Совсем не скоро</b></span> " ;
2022-06-06 21:30:34 +00:00
} else
2023-01-10 16:29:32 +00:00
{ echo " Атака: <b>Невозможна!</b> " ;}
2022-06-06 21:30:34 +00:00
2023-01-10 16:29:32 +00:00
//echo "До атаки осталось: ".timeOut($btc['res_x']-time())."";
2022-06-06 21:30:34 +00:00
}
echo " <br /> " ;
2023-01-10 16:29:32 +00:00
//echo '<a href="/inf.php?'.$pl['id'].'" target="_blank">'.$pl['login'].' ['.$pl['level'].']</a> появится через '.timeOut($btc['res_x']-time()).''.date('d.m.Y H:i',$btc['res_x']).'<br />';
2022-06-06 21:30:34 +00:00
}
}
*/ ?>
</ span >
</ td >
< 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 >
< div style = " position:relative; cursor: pointer; " id = " ione " >
2023-03-31 16:54:33 +00:00
< img src = " https://img.new-combats.com/city/capitalcity/<?= $now ; ?>/city_capres1.jpg " alt = " " name = " img_ione " width = " 580 " height = " 312 " border = " 1 " id = " img_ione " />
2022-06-06 21:30:34 +00:00
< div id = " buttons_on_image " style = " cursor:pointer; font-weight:bold; color:#D8D8D8; font-size:10px; " >
2023-03-31 16:54:33 +00:00
< ? = $tattack ; ?>
2022-06-06 21:30:34 +00:00
& nbsp ;
2023-01-10 16:29:32 +00:00
< span onclick = " window.open('https://new-combats.com/forum', 'location=yes,menubar=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes,scrollbars=yes') " > Форум проекта </ span > & nbsp ;
2022-06-06 21:30:34 +00:00
</ div >
< script language = " javascript " type = " text/javascript " >
<!--
if ( document . getElementById ( 'ione' ))
{
document . getElementById ( 'ione' ) . appendChild ( document . getElementById ( 'buttons_on_image' ));
document . getElementById ( 'buttons_on_image' ) . style . position = 'absolute' ;
document . getElementById ( 'buttons_on_image' ) . style . bottom = '8px' ;
document . getElementById ( 'buttons_on_image' ) . style . right = '23px' ;
} else {
document . getElementById ( 'buttons_on_image' ) . style . display = 'none' ;
}
-->
</ script >
2023-03-31 16:54:33 +00:00
< div style = " position:absolute; left:150px; top:40px; width:236px; height:157px; z-index:90; " >< img < ? php thisInfRm ( '1.180.0.3' ); ?> src="https://img.new-combats.com/i/images/300x225/capital/2klub.gif" width="236" height="157" class="aFilter" /></div>
2022-06-06 21:30:34 +00:00
2023-03-31 16:54:33 +00:00
< div style = " position: absolute; left: 459px; top: 155px; width: 79px; height: 88px; z-index: 91; " >< img < ? php thisInfRm ( '1.180.0.371' ); ?> src="https://img.new-combats.com/city/capitalcity/day/loto.gif" class="aFilter" width="86" height="63" /></div>
2022-06-06 21:30:34 +00:00
2023-03-31 16:54:33 +00:00
< div style = " position: absolute; left: 125px; top: 165px; width: 73px; height: 47px; z-index: 91; " >< img < ? php thisInfRm ( '1.180.0.10' ); ?> src="https://img.new-combats.com/i/images/300x225/capital/2shop.gif" width="73" height="47" class="aFilter" /></div>
2022-06-06 21:30:34 +00:00
2023-03-31 16:54:33 +00:00
<!-- < div style = " position: absolute; left: 32px; top: 177px; width: 48px; height: 36px; z-index: 91; " >< img < ? php thisInfRm ( '1.180.0.272' ); ?> src="https://img.new-combats.com/city/capitalcity/day/2comission.gif" width="48" height="36" class="aFilter" /></div>-->
2022-06-06 21:30:34 +00:00
2023-03-31 16:54:33 +00:00
< div style = " position: absolute; left: 270px; top: 158px; width: 71px; height: 45px; z-index: 91; " >< img < ? php thisInfRm ( '1.180.0.210' ); ?> src="https://img.new-combats.com/i/images/300x225/capital/2remont.gif" width="71" height="45" class="aFilter" /></div>
2022-06-06 21:30:34 +00:00
2023-03-31 16:54:33 +00:00
<!-- < div style = " position: absolute; left: 371px; top: 173px; width: 60px; height: 41px; z-index: 93; " >< img < ? php thisInfRm ( '1.180.0.404' ); ?> src="https://img.new-combats.com/city/priz2shop.gif" width="60" class="aFilter" height="40" /></div> -->
2022-06-06 21:30:34 +00:00
2023-03-31 16:54:33 +00:00
<!-- < div style = " position: absolute; left: 167px; top: 147px; width: 27px; height: 55px; z-index: 93; " >< img < ? php thisInfRm ( '1.180.0.x' ); ?> src="https://img.new-combats.com/city/capitalcity/day/2pm.gif" class="aFilter" width="27" height="55" /></div> -->
2022-06-06 21:30:34 +00:00
< ?
$btc = mysql_fetch_array ( mysql_query ( 'SELECT * FROM `stats` WHERE `id` = "89489" LIMIT 1' ));
if ( isset ( $btc [ 'id' ]) ) {
2023-01-10 16:29:32 +00:00
if ( timeOut ( $btc [ 'res_x' ] - time ()) == '0 сек.' ){
2022-06-06 21:30:34 +00:00
?>
2023-01-10 16:29:32 +00:00
< div style = " position:absolute; left:300px; top:168px; width:27px; height:55px; z-index:99; " >< img onclick = " location.href='main.php?atak_user=89489' " src = " https://img.new-combats.com/i/images/300x225/capital/jora1.png " width = " 120 " height = " 135 " title = " Напасть на Слабого Трупожора " /></ div >
2022-06-06 21:30:34 +00:00
< ? }} ?>
< ?
$btc = mysql_fetch_array ( mysql_query ( 'SELECT * FROM `stats` WHERE `id` = "903093" LIMIT 1' ));
if ( isset ( $btc [ 'id' ]) ) {
2023-01-10 16:29:32 +00:00
if ( timeOut ( $btc [ 'res_x' ] - time ()) == '0 сек.' ){
2022-06-06 21:30:34 +00:00
?>
2023-01-10 16:29:32 +00:00
< div style = " position:absolute; left:100px; top:175px; width:27px; height:55px; z-index:99; " >< img onclick = " location.href='main.php?atak_user=903093' " src = " https://img.new-combats.com/i/images/300x225/capital/jora2.png " width = " 120 " height = " 150 " title = " Напасть на Сильного Трупожора " /></ div >
2022-06-06 21:30:34 +00:00
< ? }} ?>
2023-03-31 16:54:33 +00:00
< ? php if ( date ( 'd.m' ) == '31.10' || ( date ( 'm' ) == 11 && date ( 'd' ) < 7 ) ) { /* Хэллоуин */ ?>
2023-01-10 16:29:32 +00:00
< div style = " position: absolute; left: 219px; top: 171px; width: 32px; height: 43px; z-index: 91; " >< img onclick = " location.href='main.php?talk=5' " title = " Диалог с Тыквоголовым " src = " https://img.new-combats.com/loca/cp11/sun_pmd.gif " width = " 32 " height = " 43 " class = " aFilter " /></ div >
2023-03-31 16:54:33 +00:00
< ? php }
2023-01-10 16:29:32 +00:00
if ( date ( 'm' ) == 12 || date ( 'm' ) == 1 ){ /*Ёлка*/ ?>
2023-03-31 16:54:33 +00:00
< div style = " position: absolute; left: 212px; top: 133px; width: 32px; height: 43px; z-index: 91; " >< img < ? php thisInfRm ( '1.180.0.208' ); ?> src="https://img.new-combats.com/newyear2014.png" width="60" height="90" title="" class="aFilter" /></div>
< ? php } ?>
< div style = " position:absolute; left:360px; top:142px; width:111px; height:72px; z-index:92; " >< img < ? php thisInfRm ( '1.180.0.226' ); ?> src="https://img.new-combats.com/city/capitalcity/day/2pochta.gif" width="111" height="72" class="aFilter" /></div>
2022-06-06 21:30:34 +00:00
2023-03-31 16:54:33 +00:00
< div style = " position:absolute; left:33px; top:180px; width:92px; height:62px; z-index:92; " >< img < ? php thisInfRm ( '1.180.0.14' ); ?> onclick="alert('Н е работает. Находится на реконструкции.')" onMouseOver="this.className='aFilterhover';" onMouseOut="this.className='aFilter';" src="https://img.new-combats.com/city/capitalcity/day/2vokzal.gif" width="92" height="62" class="aFilter" /></div>
2022-06-06 21:30:34 +00:00
2023-01-10 16:29:32 +00:00
<!-- < div style = " position:absolute; left:166px; top:149px; width:27px; height:55px; z-index:99; " >< img src = " https://img.new-combats.com/i/images/300x225/capital/2pm.gif " width = " 27 " height = " 55 " title = " Памятник Мироздателю " /></ div > -->
2022-06-06 21:30:34 +00:00
2023-01-10 16:29:32 +00:00
<!-- < div style = " position:absolute; left:100px; top:146px; width:75px; height:90px; z-index:99; " >< img src = " https://img.new-combats.com/i/images/300x225/capital/stellav.gif " width = " 75 " height = " 90 " title = " Стела выбора " class = " aFilter " /></ div > -->
2022-06-06 21:30:34 +00:00
2023-03-31 16:54:33 +00:00
< div style = " position:absolute; left:535px; top:225px; width:30px; height:54px; z-index:94; " >< img < ? php thisInfRm ( '1.180.0.11' ); ?> src="https://img.new-combats.com/i/images/300x225/capital/2strelka.gif" width="30" height="54" class="aFilter" /></div>
< div style = " position:absolute; left:14px; top:225px; width:30px; height:54px; z-index:910; " >< img src = " https://img.new-combats.com/i/images/300x225/capital/3strelka.gif " width = " 30 " height = " 53 " < ? php thisInfRm ( '1.180.0.323' ); ?> 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 >
< ?
if ( date ( " H " ) < 6 || date ( " H " ) >= 22 )
{
?>
< div align = " center " id = " atackDiv " style = " display:none; " >
< form method = " post " action = " main.php " >
< table width = " 300 " border = " 0 " cellspacing = " 0 " cellpadding = " 0 " >
< tr >
2023-01-10 16:29:32 +00:00
< td >< div style = " width:300px; padding:3px; margin:7px; background-color:#CCCCCC; border:1px solid #575757; " > Введите логин жертвы :< br />
2022-06-06 21:30:34 +00:00
< input name = " atack " type = " text " id = " atack " size = " 35 " maxlength = " 30 " />
< input type = " submit " name = " button " id = " button " class = " btn " value = " OK " />
</ div ></ td >
</ tr >
</ table >
</ form >
</ div >
< ?
}
?>
<!-- -->
< div style = " width:580px; text-align:left; background-color:#D3D3D3; " >
2023-03-31 16:54:33 +00:00
< span style = " white-space:nowrap; padding-left:3px; padding-right:3px; height:10px " >< img src = " https://img.new-combats.com/i/move/links.gif " width = " 9 " height = " 7 " />& nbsp ; < a href = " # " class = " menutop " id = " greyText " class = " menutop " onclick = " location='main.php?loc=1.180.0.3&rnd=<?= $code ; ?>'; " title = " <?php thisInfRm('1.180.0.3',1); ?> " > Бойцовский Клуб </ a ></ span >
< span style = " white-space:nowrap; padding-left:3px; padding-right:3px; height:10px " >< img src = " https://img.new-combats.com/i/move/links.gif " width = " 9 " height = " 7 " />& nbsp ; < a href = " # " id = " greyText " class = " menutop " onclick = " location='main.php?loc=1.180.0.323&rnd=<?= $code ; ?>'; " title = " <?php thisInfRm('1.180.0.323',1); ?> " > Парковая Улица </ a ></ span >
< span style = " white-space:nowrap; padding-left:3px; padding-right:3px; height:10px " >< img src = " https://img.new-combats.com/i/move/links.gif " width = " 9 " height = " 7 " />& nbsp ; < a href = " # " id = " greyText " class = " menutop " onclick = " location='main.php?loc=1.180.0.10&rnd=<?= $code ; ?>'; " title = " <?php thisInfRm('1.180.0.10',1); ?> " > Магазин </ a ></ span >
< span style = " white-space:nowrap; padding-left:3px; padding-right:3px; height:10px " >< img src = " https://img.new-combats.com/i/move/links.gif " width = " 9 " height = " 7 " />& nbsp ; < a href = " # " id = " greyText " class = " menutop " onclick = " location='main.php?loc=1.180.0.210&rnd=<?= $code ; ?>'; " title = " <?php thisInfRm('1.180.0.210',1); ?> " > Ремонтная Мастерская </ a ></ span >
< span style = " white-space:nowrap; padding-left:3px; padding-right:3px; height:10px " >< img src = " https://img.new-combats.com/i/move/links.gif " width = " 9 " height = " 7 " />& nbsp ; < 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 ></ span >
< span style = " white-space:nowrap; padding-left:3px; padding-right:3px; height:10px " >< img src = " https://img.new-combats.com/i/move/links.gif " width = " 9 " height = " 7 " />& nbsp ; < a href = " # " id = " greyText " class = " menutop " onclick = " location='main.php?loc=1.180.0.14&rnd=<?= $code ; ?>'; " title = " <?php thisInfRm('1.180.0.14',1); ?> " > Вокзал </ a ></ span >
< span style = " white-space:nowrap; padding-left:3px; padding-right:3px; height:10px " >< img src = " https://img.new-combats.com/i/move/links.gif " width = " 9 " height = " 7 " />& nbsp ; < a href = " # " id = " greyText " class = " menutop " onclick = " location='main.php?loc=1.180.0.226&rnd=<?= $code ; ?>'; " title = " <?php thisInfRm('1.180.0.226',1); ?> " > Почта </ a ></ span >
2022-06-06 21:30:34 +00:00
</ div >
<!-- -->
< div style = " display:none; height:0px " id = " moveto " ></ 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
< 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 >
< ?
}
?>