Вход Регистрация
Файл: user.php
Строк: 314
<?
    
    
include './system/common.php';
    
 include 
'./system/functions.php';
        
      include 
'./system/user.php';
    
if(!
$user) {

  
header('location: /');
  exit;

}

$id _string(_num($_GET['id']));
  if(
$id) {
    
$i mysql_query('SELECT * FROM `users` WHERE `id` = "'.$id.'"');
    
$i mysql_fetch_array($i);
    
    if(!
$i) {
      
header('location: /user/');
      exit;
    }

    }
    else
    { 
      
$i $user;
    }
    
    
$title $i['login'];


include 
'./system/h.php';


$w_1 mysql_query('SELECT * FROM `inv` WHERE `user` = "'.$i['id'].'" AND `id` = "'.$i['w_1'].'"');
$w_1 mysql_fetch_array($w_1);
if(!
$w_1) {
  
$w_1['item'] = 0;
}
$w_1_item mysql_query('SELECT * FROM `items` WHERE `id` = "'.$w_1['item'].'"');
$w_1_item mysql_fetch_array($w_1_item);

$w_2 mysql_query('SELECT * FROM `inv` WHERE `user` = "'.$i['id'].'" AND `id` = "'.$i['w_2'].'"');
$w_2 mysql_fetch_array($w_2);
if(!
$w_2) {
  
$w_2['item'] = 0;
}

$w_2_item mysql_query('SELECT * FROM `items` WHERE `id` = "'.$w_2['item'].'"');
$w_2_item mysql_fetch_array($w_2_item);

$w_3 mysql_query('SELECT * FROM `inv` WHERE `user` = "'.$i['id'].'" AND `id` = "'.$i['w_3'].'"');
$w_3 mysql_fetch_array($w_3);
if(!
$w_3) {
  
$w_3['item'] = 0;
}

$w_3_item mysql_query('SELECT * FROM `items` WHERE `id` = "'.$w_3['item'].'"');
$w_3_item mysql_fetch_array($w_3_item);


$w_4 mysql_query('SELECT * FROM `inv` WHERE `user` = "'.$i['id'].'" AND `id` = "'.$i['w_4'].'"');
$w_4 mysql_fetch_array($w_4);

if(!
$w_4) {
  
$w_4['item'] = 0;
}

$w_4_item mysql_query('SELECT * FROM `items` WHERE `id` = "'.$w_4['item'].'"');
$w_4_item mysql_fetch_array($w_4_item);

$w_5 mysql_query('SELECT * FROM `inv` WHERE `user` = "'.$i['id'].'" AND `id` = "'.$i['w_5'].'"');
$w_5 mysql_fetch_array($w_5);
if(!
$w_5) {
  
$w_5['item'] = 0;
}
$w_5_item mysql_query('SELECT * FROM `items` WHERE `id` = "'.$w_5['item'].'"');
$w_5_item mysql_fetch_array($w_5_item);

$w_6 mysql_query('SELECT * FROM `inv` WHERE `user` = "'.$i['id'].'" AND `id` = "'.$i['w_6'].'"');
$w_6 mysql_fetch_array($w_6);
if(!
$w_6) {
  
$w_6['item'] = 0;
}
$w_6_item mysql_query('SELECT * FROM `items` WHERE `id` = "'.$w_6['item'].'"');
$w_6_item mysql_fetch_array($w_6_item);

$w_7 mysql_query('SELECT * FROM `inv` WHERE `user` = "'.$i['id'].'" AND `id` = "'.$i['w_7'].'"');
$w_7 mysql_fetch_array($w_7);
if(!
$w_7) {
  
$w_7['item'] = 0;
}
$w_7_item mysql_query('SELECT * FROM `items` WHERE `id` = "'.$w_7['item'].'"');
$w_7_item mysql_fetch_array($w_7_item);

$w_8 mysql_query('SELECT * FROM `inv` WHERE `user` = "'.$i['id'].'" AND `id` = "'.$i['w_8'].'"');
$w_8 mysql_fetch_array($w_8);
if(!
$w_8) {
  
$w_8['item'] = 0;
}
$w_8_item mysql_query('SELECT * FROM `items` WHERE `id` = "'.$w_8['item'].'"');
$w_8_item mysql_fetch_array($w_8_item);


  
$i_clan_memb mysql_query('SELECT * FROM `clan_memb` WHERE `user` = "'.$i['id'].'"');
  
$i_clan_memb mysql_fetch_array($i_clan_memb);
  
    if(!
$i_clan_memb) {
    
    if(
$clan && $clan_memb['rank'] >= $clan['rank_for_invite'] && $clan['r'] == $i['r'] && $_GET['clan_invite'] == true) {
    
    if(
mysql_result(mysql_query('SELECT COUNT(`id`) FROM `clan_invite` WHERE `user` = "'.$i['id'].'" AND `clan` = "'.$clan['id'].'"'),0) == 0) {
      
mysql_query('INSERT INTO `clan_invite` (`clan`,
                                              `user`) VALUES ("'
.$clan['id'].'",
                                                                 "'
.$i['id'].'")');
?>

<div class='content' align='center'><img src='/images/icon/ok.png' alt='*'/> <font color='#30c030'>Приглашение отправлено!</font></div><div class='line'></div>

<?

    
}
    else
    {
    
    }

  
    }
  
  }
  
?>

<div class='content'>
<img src='/images/icon/race/<?=$i['r'].($i['online'] > (time() - 300) ? '':'-off')?>.png' alt='*'/> <b><?=$i['login']?></b> <img src='/images/icon/level.png' alt='*'/> <?=$i['level']?> ур, <?=($i['r'] == 'Асура':'Борея')?><br/>
</div> 

<div class='line'></div>
<div class='content'>
<font color='<?=$user['status_color']?>'><?=smiles($i['status'])?></font>  <?php if($i['id'] == $user['id']) echo "<a href='/status.php'>[изменить]</a>"?>
</div>
<div class='line'></div>


<div class='content'>
<?

  
if($i_clan_memb) {

    
$i_clan mysql_query('SELECT * FROM `clans` WHERE `id` = "'.$i_clan_memb['clan'].'"');
    
$i_clan mysql_fetch_array($i_clan);

  switch(
$i_clan_memb['rank']) {
  
    case 
0:
    
$rank 'Новобранец';
     break;
    case 
1:
    
$rank 'Боец';
     break;
    case 
2:
    
$rank 'Офицер';
     break;
    case 
3:
    
$rank 'Генерал';
     break;
    case 
4:
    
$rank '<font color='#30c030'>Лидер клана</font>';
     
break;
    
  }

?>

<img src='/images/icon/clan/<?=$i_clan['r']?>.png' alt='*'/> <a href='/clan/<?=$i_clan['id']?>/'><?=$i_clan['name']?></a>, <?=$rank?><br/>

<?

  
}

?>

  <table cellpadding='0' cellspacing='0'>
  <tr>
  <td><img src='/manekenImage/<?=$i['sex']?>/<?=$w_1['item']?>/<?=$w_2['item']?>/<?=$w_3['item']?>/<?=$w_4['item']?>/<?=$w_5['item']?>/<?=$w_6['item']?>/<?=$w_7['item']?>/<?=$w_8['item']?>/' alt='*'/>
 </td>
  <td valign='top' style='padding: 5px 0px 0px 5px;'>

    <img src='/images/icon/str.png' alt='*'/>   Сила: <?=$i['str']?><br/>
    <img src='/images/icon/vit.png' alt='*'/>  Жизнь: <?=$i['vit']?><br/>
    <img src='/images/icon/agi.png' alt='*'/>  Удача: <?=$i['agi']?><br/>
    <img src='/images/icon/def.png' alt='*'/> Защита: <?=$i['def']?><br/>
    <img src='/images/icon/mana.png' alt='*'/>  Мана: <?=$i['mana']?>
 
 
 </td>
 </tr></table>

<?

  $all_ability 
0;

  if(
$i['ability_1'] > 0) {
    
$all_ability += 1;
?>
  <img src='/images/ability/1.<?=$i['ability_1_quality']?>.png' width='25px' height='25px' alt='*'/>
<?
  
}
  if(
$i['ability_2'] > 0) {
    
$all_ability += 1;
?>
  <img src='/images/ability/2.<?=$i['ability_2_quality']?>.png' width='25px' height='25px' alt='*'/>
<?
  
}
  if(
$i['ability_3'] > 0) {
    
$all_ability += 1;
?>
  <img src='/images/ability/3.<?=$i['ability_3_quality']?>.png' width='25px' height='25px' alt='*'/>
<?
  
}
  if(
$i['ability_4'] > 0) {
    
$all_ability += 1;
?>
  <img src='/images/ability/4.<?=$i['ability_4_quality']?>.png' width='25px' height='25px' alt='*'/>
<?
  
}
  if(
$i['ability_5'] > 0) {
    
$all_ability += 1;
?>
  <img src='/images/ability/5.<?=$i['ability_5_quality']?>.png' width='25px' height='25px' alt='*'/>
<?
  
}
?>

</div>

<div class='line'></div>

<?

  $equips 
0;

  if(
$i['w_1']) {
    
$equips++;
  }
  if(
$i['w_2']) {
    
$equips++;
  }
  if(
$i['w_3']) {
    
$equips++;
  }
  if(
$i['w_4']) {
    
$equips++;
  }
  if(
$i['w_5']) {
    
$equips++;
  }
  if(
$i['w_6']) {
    
$equips++;
  }
  if(
$i['w_7']) {
    
$equips++;
  }
  if(
$i['w_8']) {
    
$equips++;
  }

?>

<div class='list'>
  <li class='no_b'><a href='/equip/<?=$i['id']?>/'><img src='/images/icon/equip.png' alt='*'/> Снаряжение</a> (<?=$equips?>/8)<br/>

<?
  
  
if($i['w_1'] OR $i['w_2'] OR $i['w_3'] OR $i['w_4'] OR $i['w_5'] OR $i['w_6'] OR $i['w_7'] OR $i['w_8']) {
  
  
$runes 0;
  
  if(
$w_1['rune'] != 0) {
    
$rune .= '<img src="/images/icon/quality/'.$w_1['rune'].'.png" alt="*"/> ';  
    
$runes ++;
  }
  
  if(
$w_2['rune'] != 0) {
    
$rune .= '<img src="/images/icon/quality/'.$w_2['rune'].'.png" alt="*"/> ';  
    
$runes ++;
  }

  if(
$w_3['rune'] != 0) {
    
$rune .= '<img src="/images/icon/quality/'.$w_3['rune'].'.png" alt="*"/> ';    
    
$runes ++;
  }
  if(
$w_4['rune'] != 0) {
    
$rune .= '<img src="/images/icon/quality/'.$w_4['rune'].'.png" alt="*"/> ';  
    
$runes ++;
  }
  if(
$w_5['rune'] != 0) {
    
$rune .= '<img src="/images/icon/quality/'.$w_5['rune'].'.png" alt="*"/> ';  
    
$runes ++;
  }
  if(
$w_6['rune'] != 0) {
    
$rune .= '<img src="/images/icon/quality/'.$w_6['rune'].'.png" alt="*"/> ';  
    
$runes ++;
  }
  if(
$w_7['rune'] != 0) {
    
$rune .= '<img src="/images/icon/quality/'.$w_7['rune'].'.png" alt="*"/> ';  
    
$all_runes ++;
  }
  if(
$w_8['rune'] != 0) {
    
$rune .= '<img src="/images/icon/quality/'.$w_8['rune'].'.png" alt="*"/> ';  
    
$runes++;
  }
  
  if(
$runes 0) {

?>

<img src='/images/icon/rune.png' alt='*'/> Руны: <?=$rune?><br/>

<?

  
}
  
      
$smith 0;
      
      
$bonus 0;
  
$all_bonus 0;

  function 
bonus($_i) {

    switch(
$_i) {
      case 
0:
    
$bonus 0;
       break;
      case 
1:
    
$bonus 5;
       break;
      case 
2:
   
$bonus 10;
       break;
      case 
3:
   
$bonus 15;
        break;
      case 
4:
   
$bonus 20;
       break;
      case 
5:
   
$bonus 50;
     break;
      case 
6:
   
$bonus 65
       break;
    }
  
  return 
$bonus;
  
  }

  if(
$i['w_1']) {
    if(
$w_1['smith'] > 0) {
    
$smith +=$w_1['smith'];
    }
    
$bonus += $w_1['bonus'];
$all_bonus += bonus($w_1_item['quality']);  
  }
  if(
$i['w_2']) {
    if(
$w_2['smith'] > 0) {
      
$smith +=$w_2['smith'];
    }
    
$bonus += $w_2['bonus'];
$all_bonus += bonus($w_2_item['quality']);  
  }

  if(
$i['w_3']) {

  if(
$w_3['smith'] > 0) {
  
  
$smith +=$w_3['smith'];
  
  }

  
$bonus += $w_3['bonus'];
  
    
$all_bonus += bonus($w_3_item['quality']);
  
  }

  if(
$i['w_4']) {

  if(
$w_4['smith'] > 0) {
  
  
$smith +=$w_4['smith'];
  
  }

  
$bonus += $w_4['bonus'];
  
    
$all_bonus += bonus($w_4_item['quality']);
  
  }

  if(
$i['w_5']) {

  if(
$w_5['smith'] > 0) {
  
  
$smith +=$w_5['smith'];
  
  }

  
$bonus += $w_5['bonus'];
  
    
$all_bonus += bonus($w_5_item['quality']);
  
  }

  if(
$i['w_6']) {

  if(
$w_6['smith'] > 0) {
  
  
$smith +=$w_6['smith'];
  
  }

  
$bonus += $w_6['bonus'];
    
$all_bonus += bonus($w_6_item['quality']);  
  }
  if(
$i['w_7']) {
    if(
$w_7['smith'] > 0) {
    
$smith +=$w_7['smith'];
    }
    
$bonus += $w_7['bonus'];
$all_bonus += bonus($w_7_item['quality']);  
  }
  if(
$i['w_8']) {
    if(
$w_8['smith'] > 0) {
    
$smith +=$w_8['smith'];    
    }
    
$bonus += $w_8['bonus'];
$all_bonus += bonus($w_8_item['quality']); 
  }
  if(
$smith 0) {
?>
<img src='/images/icon/smith.png' alt='*'/> Заточка: <font color='#90c090'>+<?=$smith?></font><br/>
<?
  
}
?>
<img src='/images/icon/smith.png' alt='*'/> Бонус: <font color='#90c090'><?=$bonus?></font> из <font color='#90c090'><?=$all_bonus?></font><br/>

<?

  
}

?>
  </li>
</div>
<div class='line'></div>
<?
  
if($i['id'] == $user['id']) {
?>
<div class='list'>
<?
  
if($user['level'] > 4) {
?>
  <li><a href='/ability/<?=$i['id']?>/'><img src='/images/icon/seif.png' alt='*'/> Умения</a> (<?=$all_ability?>/5)
<?
  
}
?>
   <li><a href='/inv/bag/'> <img src='/images/icon/bag.png' alt='*'/> Сумка</a> (<?=mysql_result(mysql_query('SELECT COUNT(`id`) FROM `inv` WHERE `user` = "'.$user['id'].'" AND `equip` = "0" AND `place` = "0"'),0)?>/20) <?=(mysql_result(mysql_query('SELECT COUNT(*) FROM `inv` WHERE `user` = "'.$user['id'].'" AND `equip` = "0" AND `place` = "0" AND `new` = "0"'),0) > '<font color='#30c030'>(+)</font>':'')?></li>
<?
  
if($user['chest'] == 1) {
?>
<li><a href='/inv/chest/'> <img src='/images/icon/bag.png' alt='*'/> Сундук</a> (<?=mysql_result(mysql_query('SELECT COUNT(`id`) FROM `inv` WHERE `user` = "'.$user['id'].'" AND `equip` = "0" AND `place` = "1"'),0)?>/20) <?=(mysql_result(mysql_query('SELECT COUNT(*) FROM `inv` WHERE `user` = "'.$user['id'].'" AND `equip` = "0" AND `place` = "1" AND `new` = "0"'),0) > '<font color='#30c030'>(+)</font>':'')?>
<?
  
}

  
$sack mysql_query('SELECT * FROM `sack` WHERE `user` = "'.$user['id'].'"');      
  
$sack mysql_fetch_array($sack);
  
  
$resources 0;
  
  for(
$resource 1$resource 10$resource++) {

    if(
$sack[$resource] > 0) {

      
$resources++;

    }

  }
?>

  <li><a href='/sack/'><img src='/images/icon/res.png' alt='*'/> Ресурсы</a> (<?=$resources?>/9)
  <li class='no_b'><a href='/mail/'><img src='/images/icon/mail.png' alt='*'/> Почта</a></li>
</div>

<div class='line'></div>

<div class='list'>
  <li class='no_b'><a href='/train/'><img src='/images/icon/train.png' alt='*'/> Тренировка</a></li>
</div>

<div class='line'></div>

<?

  
}
  else
  {

?>
<div class='list'>
<?
  
if(!$i_clan_memb && $clan && $clan_memb['rank'] >= $clan['rank_for_invite'] && $clan['r'] == $i['r']) {

    if(
mysql_result(mysql_query('SELECT COUNT(*) FROM `clan_invite` WHERE `user` = "'.$i['id'].'" AND `clan` = "'.$clan['id'].'"'),0) == 0) {

?>
  <li><a href='/user/<?=$i['id']?>/?clan_invite=true'><img src='/images/icon/clan.png' alt='*'/> Пригласить в Клан</a></li>
<?

  
}

  }

?>
  <li class='no_b'><a href='/mail/<?=$i['id']?>/'><img src='/images/icon/mail.png' alt='*'/> Отправить почту</a></li>
</div>
  <div class='line'></div>
<?

    
}

  if(
$i_clan_memb) {

?>

<div class='list'>
  <li class='no_b'><a href='/user/<?=$i['id']?>/?show=faith'><img src='/images/icon/clan.png' alt='*'/> <font color='#90c090'>Бонус клан опыта: <?=$i_clan_memb['v']?>%</font></a></li>
</div>
<div class='line'></div>
<?

  
}

    if(
$user['id'] == $i['id'] OR !$i['id']) {

?>
<div class='content'>
<img src='/images/icon/exp.png' alt='*'/> Опыт: <?=n_f($user['exp'])?>/<?=n_f($exp)?> <font color='#909090'>(<?=$exp_progress?>%)</font>
</div>
   <div class='line'></div>
<?
    
}
?>
<div class='content'>
  <img src='/images/icon/sumstat.png' alt='*'/> Рейтинг дуэлей: <?=n_f($i['duel_rating'])?><br/>
<img src='/images/icon/rage.png' alt='*'/> Рейтинг колизея: <?=n_f($i['coliseum_rating'])?>
</div>

<?

include './system/f.php';

?>
Онлайн: 1
Реклама