7.4 to the go
This commit is contained in:
@@ -216,41 +216,15 @@ function seetext(id) {
|
||||
<tr>
|
||||
<td width="250" valign="top" align="right"><div align="center"><? $usee = $u->getInfoPers($u->info['id'],0,0,1); if($usee!=false){ echo $usee[0]; }else{ echo 'information is lost.'; }
|
||||
if($u->info['level']>1 && $u->info['inTurnir'] == 0)
|
||||
{
|
||||
include('_incl_data/class/_cron_.php');
|
||||
{
|
||||
$priem = new Priems();
|
||||
$priem->seeMy(1);
|
||||
}
|
||||
if( $u->info['inTurnir'] > 0 ) {
|
||||
echo '<center><a href="/main.php?inv&remitem&otdel='.round((int)$_GET['otdel']).'"><3E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD></a></center>';
|
||||
}
|
||||
echo '<br>'.$u->info_remont();
|
||||
if( $u->info['inTurnir'] == 0 ) {
|
||||
/*$bns = mysql_fetch_array(mysql_query('SELECT `id`,`time` FROM `aaa_bonus` WHERE `uid` = "'.$u->info['id'].'" AND `time` > '.time().' LIMIT 1'));
|
||||
if(isset($bns['id'])) {
|
||||
$bns2 = '<27><><EFBFBD><EFBFBD><EFBFBD> '.$u->timeOut($bns['time']-time());
|
||||
$bns1 = '0';
|
||||
$bns3 = '';
|
||||
}else{
|
||||
$bns2 = '';
|
||||
$bns1 = '';
|
||||
$bns3 = ' onclick="location.href=\'main.php?inv=1&takebns='.$u->info['nextAct'].'\'"';
|
||||
}
|
||||
if(isset($_GET['takebns']) && $u->newAct($_GET['takebns'])==true && !isset($bns['id'])) {
|
||||
$u->takeBonus();
|
||||
$bns2 = '<div style="width:112px" align="center"><3E><><EFBFBD><EFBFBD><EFBFBD> '.$u->timeOut( 2 * 3600 ).'</div>';
|
||||
$bns1 = '0';
|
||||
$bns3 = '';
|
||||
}
|
||||
?>
|
||||
<div align="center">
|
||||
<div class="on2gb"<?=$bns3?>>
|
||||
<div class="on1gb<?=$bns1?>">
|
||||
<small class="on1gbt<?=$bns1?>"><?=$bns2?></small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?*/
|
||||
}
|
||||
|
||||
?>
|
||||
</div></td>
|
||||
<td width="242" valign="top" align="left"><? if( $u->info['inTurnir'] == 0) { include('stats_inv.php'); }else{ include('stats_inv2.php'); } ?></td>
|
||||
|
||||
Reference in New Issue
Block a user