Code
#rate_mires {background:url('http://mires.ucoz.ru/design_5/rate.png') repeat-x 0 -14px;border:1px solid #94aec2;width:210px;color:#4c85b1;margin:10px 0;text-align:center;}
.rate1_mires {background:url('http://mires.ucoz.ru/design_5/rate.png') repeat-x 0 -14px;border:1px solid #94aec2;width:210px;color:#4c85b1;margin:10px 0;text-align:center;}
.rate2_mires {background-position:0 0px !important;border-color:#c2b987!important;color:#a59b62 !important;}
.rate3_mires {background-position:0 -28px !important;border-color:#b9b07b!important;color:#998f53 !important;}
Code
<div id="rate_mires"></div>
<script>
var rating=<?if($_AVATAR$)?>25<?endif?><?if(substr($_SIGNATURE$, 0, strpos($_SIGNATURE$, '%-=!Разделение!!полей!=-%')))?>+10<?endif?><?if(substr($_SIGNATURE$, 0, strpos($_SIGNATURE$, '%-=!Разделение!!полей!=-%')))?>+10<?endif?><?if(substr($_SIGNATURE$, strpos($_SIGNATURE$, '%-=!Разделение!!полей!=-%') + 25, strpos($_SIGNATURE$, '" maxlength') - strpos($_SIGNATURE$, '%-=!Разделение!!полей!=-%')))?>+10<?endif?><?if(substr($_MSN$, 0, strpos($_MSN$, ','))?>+5<?endif?><?if(substr($_MSN$, strpos($_MSN$, ',') + 1, strpos($_MSN$, '" maxlength') - strpos($_MSN$, ',')))?>+5<?endif?>+20<?if(substr($_CITY$, 0, strpos($_CITY$, ',')))?>+5<?endif?><?if(substr($_CITY$, strpos($_CITY$, ',') + 1, strpos($_CITY$, '" maxlength') - strpos($_CITY$, ',')))?>+5<?endif?><?if($_BIRTHDAY$)?>+5<?endif?><?if($_GROUP_ID$=5)?>-80<?endif?>+$_REPUTATION$;
$('#rate_mires').html('<span>'+rating+'</span>');
if(rating<31){$('#rate_mires').addClass('rate0')} else if(rating>30 && rating<61) {$('#rate').addClass('rate0')} else if(rating>60 && rating<101) {$('#rate_mires').addClass('rate1')} else if(rating>100 && rating<251) {$('#rate_mires').addClass('rate2_mires')} else if(rating>250) {$('#rate_mires').addClass('rate3_mires')}
</script>
</div>
Рейтинг зависит от заполненной страницы данных(Аватара,подписи и других данных).