game/modules_data/location/fight-club.php

60 lines
2.9 KiB
PHP
Raw Normal View History

2022-06-06 21:30:34 +00:00
<?php
2022-07-01 12:45:43 +00:00
require_once('modules_data/location/fight-club.database.php');
2022-06-06 21:30:34 +00:00
if(!defined('GAME')){
die();
}
?><script type="text/javascript" src="/js/jquery.locations.js"></script>
<link href="/css/fightclub.css" rel="stylesheet" type="text/css">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="250" valign="top"><?php
$usee = $u->getInfoPers($u->info['id'],0);
if($usee!=false){
echo $usee[0];
}else{
echo 'information is lost.';
}
?></td>
2023-03-31 16:54:33 +00:00
<td width="230" valign="top" style="padding-top:19px;"><?php require_once('modules/stats_loc.php'); ?></td>
2022-06-06 21:30:34 +00:00
<td valign="top"><div align="right"><?php
if($u->error!=''){
echo '<font color="red"><b>'.$u->error.'</b></font>';
}
?><table border="0" cellpadding="0" cellspacing="0">
<tr align="right" valign="top">
<td><?php
if($re!=''){
echo '<font color="red"><b>'.$re.'</b></font>';
}
?><table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="ViewLocation"><script type="text/javascript">
2023-03-31 16:54:33 +00:00
var json = <?= json_encode($Response); ?>;
var tgo = <?= ($tmGo*10); ?>;
var tgol = <?= ($tmGol*10); ?>;
2022-06-06 21:30:34 +00:00
ViewLocation(json);
</script></td>
</tr>
</table>
<div style="display:none; height:0px " id="moveto"></div>
?></small></div></td>
</tr>
</table>
<small>
<HR><div id="ajaxButtons"<?php
$hgo = $u->testHome(); if(!isset($hgo['id'])){
2023-01-10 16:29:32 +00:00
echo'<INPUT onclick="location.href=\'main.php?homeworld=' . $code . '\';" class="btn" value="Возврат" type="button" name="combats2">';
2022-06-06 21:30:34 +00:00
}
unset($hgo);
2023-01-10 16:29:32 +00:00
?><input <?php thisInfRm('1.180.0.225'); ?> onClick="location='main.php?loc=1.180.0.225';" class="btn" value="Казино" type="button" name="combats" />
2023-03-31 16:54:33 +00:00
<INPUT onclick="location.href='main.php?clubmap=<?= $code; ?>';" class="btn" value="Карта клуба" type="button" name="combats2">
<INPUT id="forum" class="btn" onclick="window.open('https://<?= $c['forum']; ?>/', 'forum', 'location=yes,menubar=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes,scrollbars=yes')" value="Форум" type="button" name="forum">
2023-01-10 16:29:32 +00:00
<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
</div><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>