if ($res['postforum'] < 10) { echo'<small><span style="background-color: black; font-weight: bold; color: white; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }
if ($res['postforum'] < 30){
if ($res['postforum'] >= 10){ echo'<small><span style="background-color: black; font-weight: bold; color: yellow; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 60){
if ($res['postforum'] >= 30){ echo'<small><span style="background-color: black; font-weight: bold; color: pink; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 90){
if ($res['postforum'] >= 60){ echo'<small><span style="background-color: #808080; font-weight: bold; color: white; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 150){
if ($res['postforum'] >= 90){ echo'<small><span style="background-color: #808080; font-weight: bold; color: yellow; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 250){
if ($res['postforum'] >= 150){ echo'<small><span style="background-color: #808080; font-weight: bold; color: lime; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 380){
if ($res['postforum'] >= 250){ echo'<small><span style="background-color: #FF805F; font-weight: bold; color: green; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 600){
if ($res['postforum'] >= 380){ echo'<small><span style="background-color: #FF4C49; font-weight: bold; color: white; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 900){
if ($res['postforum'] >= 600){ echo'<small><span style="background-color: #FFBA00; font-weight: bold; color: blue; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 1300){
if ($res['postforum'] >= 900){ echo'<small><span style="background-color: #C15EFF; font-weight: bold; color: black; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 1800){
if ($res['postforum'] >= 1300){ echo'<small><span style="background-color: #911A1A; font-weight: bold; color: pink; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 2300){
if ($res['postforum'] >= 1800){ echo'<small><span style="background-color: #ff7020; font-weight: bold; color: white; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 3000){
if ($res['postforum'] >= 2300){ echo'<small><span style="background-color: #E5143A; font-weight: #000050; color: white; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if ($res['postforum'] < 5000){
if ($res['postforum'] >= 3000){ echo'<small><span style="background-color: #00A4E7; font-weight: bold; color: white; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }}
if($res['postforum'] >= 5000){echo'<small><span style="background-color: green; font-weight: bold; color: white; padding-left: 8px; padding-right: 8px; border-radius: 8px;">' .$res['postforum']. '</span></small>'; }