Файл: inc/banda_ap.php
Строк: 72
<?php
$req = mysql_query("SELECT * FROM `klan` where `lider`='$account[klan]'");
$clan = mysql_fetch_array($req);
if($clan[lvl]=="1"){$exp_banda=round($clan[oput]*100/30789);
if($clan[oput]>="30789" && $clan[lvl]=="1"){$new_lvl='yes';
}
}
if($clan[lvl]=="2"){$exp_banda=round((($clan[oput]-30789)/(158789-30789))*100,2);
if($clan[oput]>="158789" && $clan[lvl]=="2"){$new_lvl='yes';
}
}
if($clan[lvl]=="3"){ $exp_banda=round((($clan[oput]-158789)/(687058-158789))*100,2);
if($clan[oput]>="687058" && $clan[lvl]=="3"){$new_lvl='yes';
}
}
if($clan[lvl]=="4"){ $exp_banda=round((($clan[oput]-687058)/(1847858-687058))*100,2);
if($clan[oput]>="1847858" && $clan[lvl]=="4"){$new_lvl='yes';
}
}
if($clan[lvl]=="5"){ $exp_banda=round((($clan[oput]-1847858)/(2958858-1847858))*100,2);
if($clan[oput]>="2958858" && $clan[lvl]=="5"){$new_lvl='yes';
}
}
if($clan[lvl]=="6"){ $exp_banda=round((($clan[oput]-2958858)/(5896878-2958858))*100,2);
if($clan[oput]>="5896878" && $clan[lvl]=="6"){$new_lvl='yes';
}
}
if($clan[lvl]=="7"){ $exp_banda=round((($clan[oput]-5896878)/(9265879-5896878))*100,2);
if($clan[oput]>="9265879" && $clan[lvl]=="7"){$new_lvl='yes';
}
}
if($clan[lvl]=="8"){ $exp_banda=round((($clan[oput]-9265879)/(14272548-9265879))*100,2);
if($clan[oput]>="14272548" && $clan[lvl]=="8"){$new_lvl='yes';
}
}
if($clan[lvl]=="9"){ $exp_banda=round((($clan[oput]-14272548)/(20586877-14272548))*100,2);
if($clan[oput]>="20586877" && $clan[lvl]=="9"){$new_lvl='yes';
}
}
if($new_lvl==yes){
mysql_query("UPDATE `klan` SET `lvl`=`lvl`+'1',`sostav`=`sostav`+'10' WHERE `lider`= '$account[klan]'");
}
?>