Файл: inc/exp_banda.php
Строк: 26
<?php
$req = mysql_query("SELECT * FROM `banda` where `nick`='$account[banda]'");
$clan = mysql_fetch_array($req);
if($clan[lvl]=="1"){ $exp_banda=round($clan[oput]*100/30789);}
if($clan[lvl]=="2"){ $exp_banda=round((($clan[oput]-30789)/(138789-30789))*100,2);}
if($clan[lvl]=="3"){ $exp_banda=round((($clan[oput]-138789)/(587058-138789))*100,2);}
if($clan[lvl]=="4"){ $exp_banda=round((($clan[oput]-587058)/(1247858-587058))*100,2);}
if($exp_banda>"100"){ $exp_banda="100";}
if($clan[lvl]=="5"){ $exp_banda="100";}
?>