game/modules_data/location/em/cp2.php

70 lines
3.9 KiB
PHP
Raw Normal View History

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']=='em/cp2') {
if( date('H') >= 22 || date('H') < 6 ) { $nd = 'night'; }else{ $nd = 'day'; }
?>
<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 18:42:06 +00:00
<?php
2022-06-06 21:30:34 +00:00
if( $u->error != '' ) {
if( $re != '' ) {
$re .= '<br>';
}
$re .= $u->error;
}
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; width: 500px;" id="ione"><img src="//img.new-combats.tech/i/images/300x225/emerald/<?=$nd?>/em_bg2_1.jpg" id="img_ione" width="500" height="268" border="1"/>
2022-06-06 21:30:34 +00:00
<div style="position: absolute; left: 4px; right: 0px; z-index: 1500; top: 5px;">
<div id="frvrks" style="position:relative;"></div>
</div>
<div style="position: absolute; left: 16px; top: 202px; width: 41px; height: 14px; z-index: 910;"><img class="aFilter" src="//img.new-combats.tech/i/images/300x225/emerald/<?=$nd?>/em_left.gif" width="41" height="14" <?php thisInfRm('7.180.0.386'); ?> /></div>
<div style="position: absolute; left: 438px; top: 202px; width: 41px; height: 14px; z-index: 910;"><img class="aFilter" src="//img.new-combats.tech/i/images/300x225/emerald/<?=$nd?>/em_right.gif" width="41" height="14" <?php thisInfRm('7.180.0.xx'); ?> /></div>
<div style="position: absolute; left: 127px; top: 56px; width: 157px; height: 83px; z-index: 910;"><img class="aFilter" src="//img.new-combats.tech/i/images/300x225/emerald/<?=$nd?>/em_casino.gif" width="157" height="83" <?php thisInfRm('7.180.0.388'); ?> /></div>
2022-06-06 21:30:34 +00:00
<div id="snow"></div>
<div id="snow"></div>
2023-03-31 16:54:33 +00:00
<?= $goline; ?>
2022-06-06 21:30:34 +00:00
<div id="buttons_on_image" style="cursor:pointer; position:absolute; bottom:5px; right:25px; font-weight:bold; color:#D8D8D8; font-size:10px;">
2023-03-31 18:42:06 +00:00
<?php
2022-06-06 21:30:34 +00:00
if( date('H') >= 22 || date('H') < 6 ) {
2023-01-10 16:29:32 +00:00
echo '<a style="color:#D8D8D8" style="cursor:pointer" onclick="top.useMagic(\'Нападение на персонажа\',\'night_atack\',\'pal_button8.gif\',1,\'main.php?nightatack=1\');">Напасть</a> &nbsp; ';
2022-06-06 21:30:34 +00:00
}
?>
<a style="color:#D8D8D8" href="/forum/" target="_blank">Форум</a>
2022-06-06 21:30:34 +00:00
</div>
</div>
</td>
</tr>
</table>
<div style="display:none; height:0px " id="moveto"></div>
<div align="right" style="padding: 3px;"></div></td>
<td></td>
2022-06-06 21:30:34 +00:00
</tr>
</table>
<small>
<HR>
2023-01-10 16:29:32 +00:00
<strong>Внимание!</strong> Никогда и никому не говорите пароль от своего персонажа. Не вводите пароль на других сайтах, типа "новый город", "лотерея", "там, где все дают на халяву". Пароль не нужен ни паладинам, ни кланам, ни администрации, <U>только взломщикам</U> для кражи вашего героя.<BR>
<em>Администрация.</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
}
?>