@@ -11,7 +11,7 @@ if($u->room['file']=='bk'){
|
||||
<td width="250" valign="top">
|
||||
<? $usee = $u->getInfoPers($u->info['id'],0); if($usee!=false){ echo $usee[0]; }else{ echo 'information is lost.'; } ?>
|
||||
</td>
|
||||
<td width="230" valign="top" style="padding-top:19px;"><? include('modules_data/stats_loc.php'); ?></td>
|
||||
<td width="230" valign="top" style="padding-top:19px;"><? require_once('modules_data/stats_loc.php'); ?></td>
|
||||
<td valign="top"><div align="right">
|
||||
<? if($u->error!=''){ echo '<font color="red"><b>'.$u->error.'</b></font>'; } ?>
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
@@ -23,7 +23,7 @@ if($u->room['file']=='bk'){
|
||||
<td id="ViewLocation"><?php
|
||||
if($u->info['login'] == 'mZer0ne'){
|
||||
?><script><?php
|
||||
include('modules/location/fight-club.database.php');
|
||||
require_once('modules/location/fight-club.database.php');
|
||||
?>
|
||||
var json = <?php echo json_encode($Response); ?>;
|
||||
var tgo = <?php echo ($tmGo*10); ?>;
|
||||
|
||||
Reference in New Issue
Block a user