Вход Регистрация
Файл: personaj.php
Строк: 257
<?php
include 'inc/mysql.php';
include 
'inc/check.php';
include (
"inc/gzip.php");
include (
"inc/head.php");
if(isset(
$_SESSION['auth']) && $_SESSION['auth']==1){
include 
'inc/shapka.php';
    


if(
$account['status']=="gm"){
$nik gradient(''.$account[login].'','00FF00''00CC00'); 
echo
"<img src='pic/main/$account[sex].png' alt='*'/> $nik <a href="status.php"><img src='/pic/main/mystatus.png' alt='*'/></a> (";

if(
$account[status]=="gm"){echo"<b><font color=lime>Администратор</b></font>, ";}


}else{
if(
$account['status']=="moder"){
$nik gradient(''.$account[login].'','0066CC''AB82FF'); 
echo
"<img src='pic/main/$account[sex].png' alt='*'/> $nik <a href="status.php"><img src='/pic/main/mystatus.png' alt='*'/></a> (";

if(
$account[status]=="moder"){echo"<b><font color=DeepSkyBlue>Модератор</b></font>, ";}

}else{

if(
$account['status']=="bot"){
$nik gradient(''.$account[login].'','FFCC00''FF9933'); 
echo
"<img src='pic/main/$account[sex].png' alt='*'/> $nik <a href="status.php"><img src='/pic/main/mystatus.png' alt='*'/></a> (";

if(
$account[status]=="bot"){echo"<b><font color=gold>Системный робот</b></font>, ";}

}else{
echo
"<img src='pic/main/$account[sex].png' alt='*'/> $account[login] <a href="status.php"><img src='/pic/main/mystatus.png' alt='*'/></a> (";

}}
}


if(
$account[sex]=="man"){
echo
"<img width='16' height='16' src='pic/main/mans.png' alt='*'> Парень)";}else{
echo
"<img width='16' height='16' src='pic/main/womans.png' alt='*'> Девушка)";}




$d time()-$account['datareg'];
echo
'<br><img src="pic/main/timereg.png" alt="*"/> В игре: '.sec2day($d).'';


if(!empty(
$account[banda])){
$req mysql_query("SELECT * FROM `banda` WHERE `nick` = '$account[banda]' LIMIT 1");
$clan mysql_fetch_array($req);

echo
'<br><img src="/pic/main/banda1.png" alt="*"/>'; echo" Банда: <a href="banda_info.php?id=$clan[id]">$clan[name]</font></a>";
}

$req mysql_query("SELECT * FROM `banda` WHERE `nick` = '$account[id]' ");
$avto=mysql_num_rows($req);
if(
$avto==1){
echo 
", <font color=#32CD32>Лидер</font>";
}else{
if(
$account[banda]>0){
echo 
", <font color=#32CD32>Член банды</font>";
}}

if(
$account[banda]>0){
echo 
"<br><img src='/pic/main/exits.png' alt='*'/> Дней в банде: $account[banda_den]";
}


$req mysql_query("SELECT * FROM `zahita_arena` WHERE `account` = '$account[id]' ");
$avto=mysql_num_rows($req);
if(
$avto==1){
$aro mysql_fetch_array($req);
$aro[time]=$aro[time]-time();
if(
$aro[time]<60){
echo 
"<br><img src='pic/nastavnik/arena.png' alt='*'/> Защита от нападений: $aro[time] сек.";
}elseif(
$aro[time]>60 and $aro[time]<3600){
$aro[time]=round($aro[time]/60);
echo 
"<br><img src='pic/nastavnik/arena.png' alt='*'/> Защита от нападений: $aro[time] мин.";
}else{
$aro[time]=round($aro[time]/3600);
echo 
"<br><img src='pic/nastavnik/arena.png' alt='*'/> Защита от нападений: $aro[time] час.";
}}

if(
$account[arena]==1){
$req mysql_query("SELECT * FROM `arena_travma` WHERE `account` = '$account[id]' ");
$avto=mysql_num_rows($req);
if(
$avto==1){
$aro mysql_fetch_array($req);
$aro[time]=$aro[time]-time();
if(
$aro[time]<60){
echo 
"<br><img src='pic/main/meds.png' alt='*'/> Вы травмированы: $aro[time] сек.";
}elseif(
$aro[time]>60 and $aro[time]<3600){
$aro[time]=round($aro[time]/60);
echo 
"<br><img src='pic/main/meds.png' alt='*'/> Вы травмированы: $aro[time] мин.";
}else{
$aro[time]=round($aro[time]/3600);
echo 
"<br><img src='pic/main/meds.png' alt='*'/> Вы травмированы: $aro[time] час.";
}}
}

$req mysql_query("SELECT * FROM `block`  WHERE `usr`='$account[id]' and `ban_time`>'$time' and `tip` = '1' ");
////////////////////////////
$avto=mysql_num_rows($req);
if(
$avto>=1){
While(
$mag mysql_fetch_array($req))
{
$req mysql_query("SELECT * FROM `account` WHERE `id` = '$mag[nick]'");
$pic mysql_fetch_array($req);

echo
"<hr><img src='pic/main/!.png' alt='*'/> На вас наложена молчанка!";
echo
"<br><img src='pic/main/ms.png' alt='*'/> Модератором: $pic[login]<br>";

$mag[ban_time]=$mag[ban_time]-time();
if(
$mag[ban_time]<60){
echo 
"<img src='pic/main/timereg.png' alt='*'/> Время молчанки: <img src='pic/main/timeniz.png' alt='*'/>$mag[ban_time] сек.<br>";
}elseif(
$mag[ban_time]>60 and $mag[ban_time]<3600){
$mag[ban_time]=round($mag[ban_time]/60);
echo 
"<img src='pic/main/timereg.png' alt='*'/> Время молчанки: <img src='pic/main/timeniz.png' alt='*'/>$mag[ban_time] мин.<br>";
}else{
$mag[ban_time]=round($mag[ban_time]/3600);
echo 
"<img src='pic/main/timereg.png' alt='*'/> Время молчанки: <img src='pic/main/timeniz.png' alt='*'/>$mag[ban_time] час.<br>";
}
echo
"<img src='pic/main/malava.png' alt='*'/> Причина: <i>$mag[text].</i><hr>";
}
}


if(!empty(
$account[status_pers])){

$text $account[status_pers];
$text strip_tags($text);
$text smiles($text);

echo
"<br><div id='active'><div class='dialog_window'>$text</div></div>";
}


if(
$account[sex]=="man"){
echo
"<br><img src='pic/avatar/man.png'/>";
}
if(
$account[sex]=="woman"){
echo
"<br><img src='pic/avatar/woman.png'/>";}


$nows=$account[hp];
$maxs=$account[hpall];
$widths round(100/($maxs/$nows));
echo
'<div class="status_style status_big" style="margin-bottom:1px; background-color:#B22222; box-shadow: 0px 0px 5px 0.1px rgba(0, 0, 0, 0.3);">
<div class="status_in status_big"><img src='
pic/main/hp.png'> Здоровье: '.$nows.'/'.$maxs.' </div>
<div class="status_style status_big" style="width:'
.$widths.'%; background-color:#FF4500;"></div>
</div>'
;



$now=$account[mp];
$max=$account[mpall];
$widths round(100/($max/$now));
echo
'<div class="status_style status_big" style="margin-bottom:1px; background-color:#D2691E; box-shadow: 0px 0px 5px 0.1px rgba(0, 0, 0, 0.3);">
<div class="status_in status_big"><img src='
pic/main/mp.png'> Энергия: '.$now.'/'.$max.' </div>
<div class="status_style status_big" style="width:'
.$widths.'%; background-color:#FFD700;"></div>
</div>'
;



include (
"inc/exp.php");
echo
'<div class="status_style status_big" style="background-color:#666475;width:100%;">
<div class="status_in status_big"><img src="pic/main/progress.gif"/> Прогресс: '
.$exp.'%</div>
<div class="status_style status_big" style="width:'
.$exp.'%; background-color:#DCC6EC;"></div></div>
</div>'
;

echo
'<div class="ssl">';
echo
"<a href="statictika.php">&nbsp <img src="pic/main/about.png"> Моя информация</a></div>";

echo
'<div class="ssl">';
echo
"<a href="dosuj.php">&nbsp <img src="pic/main/dosuj.gif"> Достижения</a></div>";


echo
'<div class="ssl">';
echo
"<a href="anketa.php">&nbsp <img src="pic/main/ankete.png"> Моя анкета</a></div>";

echo
'<div class="ssl">';
echo
"<a href="trenyng2.php">&nbsp <img src="pic/main/bica2.png"> Тренировка</a></div>";


echo
'<div class="ssl">';
echo
"<a href="inventar.php?">&nbsp <img src="pic/main/inventory.png"> Инвентарь</a></div>";

echo
'<div class="ssl">';
echo
"<a href='/podarok_my.php?'>&nbsp <img src="pic/main/gifts.png"> Подарки</a></div>";

echo
'<div class="ssl">';
echo
"<a href="mails.php?act=in">&nbsp <img src="pic/main/mail.png"> Почта</a></div>";


}else{
header ("Location: index.php"); exit;
}
include 
'inc/nogi.php';
?>
Онлайн: 2
Реклама