Файл: inc/banda_ap.php
Строк: 39
<?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[oput]>="30789" && $clan[lvl]=="1"){$new_lvl='yes';
}
}
if($clan[lvl]=="2"){$exp_banda=round((($clan[oput]-30789)/(138789-30789))*100,2);
if($clan[oput]>="138789" && $clan[lvl]=="2"){$new_lvl='yes';
}
}
if($clan[lvl]=="3"){ $exp_banda=round((($clan[oput]-138789)/(587058-138789))*100,2);
if($clan[oput]>="587058" && $clan[lvl]=="3"){$new_lvl='yes';
}
}
if($clan[lvl]=="4"){ $exp_banda=round((($clan[oput]-587058)/(1247858-587058))*100,2);
if($clan[oput]>="1247858" && $clan[lvl]=="4"){$new_lvl='yes';
}
}
if($new_lvl==yes){
mysql_query("UPDATE `banda` SET `lvl`=`lvl`+'1',`sostav`=`sostav`+'25' WHERE `nick`= '$account[banda]'");
}
?>