Файл: inc/exp_banda_info.php
Строк: 44
<?php
$req = mysql_query("SELECT * FROM `klan` where `lider`='$clan[lider]'");
$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)/(158789-30789))*100,2);}
if($clan[lvl]=="3"){ $exp_banda=round((($clan[oput]-158789)/(687058-158789))*100,2);}
if($clan[lvl]=="4"){ $exp_banda=round((($clan[oput]-687058)/(1847858-687058))*100,2);}
if($clan[lvl]=="5"){ $exp_banda=round((($clan[oput]-1847858)/(2958858-1847858))*100,2);}
if($clan[lvl]=="6"){ $exp_banda=round((($clan[oput]-2958858)/(5896878-2958858))*100,2);}
if($clan[lvl]=="7"){ $exp_banda=round((($clan[oput]-5896878)/(9265879-5896878))*100,2);}
if($clan[lvl]=="8"){ $exp_banda=round((($clan[oput]-9265879)/(14272548-9265879))*100,2);}
if($clan[lvl]=="9"){ $exp_banda=round((($clan[oput]-14272548)/(20586877-14272548))*100,2);}
if($exp_banda>"100"){ $exp_banda="100";}
if($clan[lvl]=="10"){ $exp_banda="100";}
?>