game/modules_data/location/nc/cp.php

97 lines
6.1 KiB
PHP
Raw Normal View History

2022-06-06 21:30:34 +00:00
<?
if(!defined('GAME'))
{
die();
}
$tattack = '';
if($u->room['file']=='nc/cp')
{
if(date("H")>=6 && date("H")<22) {
$now = 'day';
} else { $now = 'night'; }
if($u->info['level'] >= 4)
{
if(date("H")>=6 && date("H")<22)
{
2023-01-10 16:29:32 +00:00
$tattack = '<span onMouseMove="this.runtimeStyle.color = \'white\';" onMouseOut="this.runtimeStyle.color = this.parentElement.style.color;" onclick="">Нападение доступно с 22 до 6 ч.</span>';
2022-06-06 21:30:34 +00:00
} else {
if(isset($_POST['attack']))
{
$magic->magicCentralAttack();
}
2023-01-10 16:29:32 +00:00
$tattack = '<span onMouseMove="this.runtimeStyle.color = \'white\';" onMouseOut="this.runtimeStyle.color = this.parentElement.style.color;" onclick="findlogin(\'Напасть\',\'attack\',\'\',\'\');">Напасть</span>';
2022-06-06 21:30:34 +00:00
}
}
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="250" valign="top">
<? $usee = $u->getInfoPers($u->info['id'],0); if($usee!=false){ echo $usee[0]; }else{ echo 'information is lost.'; } ?>
</td>
2022-07-01 12:45:43 +00:00
<td width="230" valign="top" style="padding-top:19px;"><? 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>
<? if($re!=''){ echo '<font color="red"><b>'.$re.'</b></font>'; } ?>
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div style="position:relative; cursor: pointer;" id="ione">
<img src="https://img.new-combats.com/newcap/nc_bg1.jpg" alt="" name="img_ione" width="500" height="268" border="1" id="img_ione"/>
<div id="buttons_on_image" style="cursor:pointer; font-weight:bold; color:#D8D8D8; font-size:10px;">
<? echo $tattack; ?>
&nbsp;
2023-01-10 16:29:32 +00:00
<span onMouseMove="this.runtimeStyle.color = 'white';" onMouseOut="this.runtimeStyle.color = this.parentElement.style.color;" onclick="window.open('https://new-combats.com/forum', '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';
}
-->
2023-01-10 16:29:32 +00:00
</script><!-- <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
<div style="position:absolute; left:302px; top:177px; width:75px; height:90px; z-index:94;"><img src="https://img.new-combats.com/newcap/nc_station.gif" alt="" width="75" height="90" <? thisInfRm('5.180.0.306'); ?> /></div>
<div style="position: absolute; left: 103px; top: 159px; width: 75px; height: 90px; z-index: 94;"><img src="https://img.new-combats.com/newcap/nc_station.gif" alt="" width="75" height="90" <? thisInfRm('5.180.0.352'); ?> /></div>
<div style="position:absolute; left:185px; top:37px; width:180px; height:120px; z-index:94;"><img src="https://img.new-combats.com/newcap/nc_club.gif" alt="" width="180" height="120" <? thisInfRm('5.180.0.308'); ?> /></div>
<div id="snow"></div>
<? echo $goline; ?>
</div>
</td>
</tr>
</table>
<div style="display:none; height:0px " id="moveto"></div>
2023-01-10 16:29:32 +00:00
<div align="right" style="padding: 3px;"><small>&laquo;<? echo $c['title3']; ?>&raquo; приветствует Вас, <b><? echo $u->info['login']; ?></b>.<br />
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
<? $hgo = $u->testHome(); if(!isset($hgo['id'])){ ?><INPUT onclick="location.href='main.php?homeworld=<? echo $code; ?>';" class="btn" value="Возврат" type="button" name="combats2"><? } unset($hgo); ?>
<INPUT id="forum" class="btn" onclick="window.open('https://new-combats.com/forum/', 'forum', 'location=yes,menubar=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes,scrollbars=yes')" value="Форум" type="button" name="forum">
<INPUT class="btn" onclick="window.open('/encicl/help/top1.html', 'help', 'height=300,width=500,location=no,menubar=no,status=no,toolbar=no,scrollbars=yes')" value="Подсказка" type="button">
<INPUT class="btn" value="Объекты" type="button">
2022-06-06 21:30:34 +00:00
<br />
2023-01-10 16:29:32 +00:00
<strong>Внимание!</strong> Никогда и никому не говорите пароль от своего персонажа. Не вводите пароль на других сайтах, типа "новый город", "лотерея", "там, где все дают на халяву". Пароль не нужен ни паладинам, ни кланам, ни администрации, <U>только взломщикам</U> для кражи вашего героя.<BR>
<em>Администрация.</em></small> <BR>
2022-06-06 21:30:34 +00:00
<? echo $rowonmax; ?><BR>
</div></td>
</tr>
</table>
<?
}
?>