Установка:
Вот код ставить в шаблон Форум - Общий вид страниц форума после $BODY$:
Code
<?if($PAGE_ID$='main')?>
<script type="text/javascript">
// Copyright AllCity ~ http://allcity.net.ru/
var bots_html = '<b style="color: #389A39;">Google [BOT]<\/b>, <b style="color: #389A39;">Yandex [BOT]<\/b>'; // HTML код ботов
var bots_num = 2; // Количество ботов
/* Дальше ничего не менять ;) */
var userdata = $('td.gTableBody1').find('a[class^="group"]:last');
if(userdata.html()!=null){userdata.after(', '+bots_html);}else{$('div.statsRecord').after(bots_html);}
$('td.gTableSubTop').each(function(){if($(this).html().indexOf('Посетители') != -1){
var number = $(this).find('b:first').html();
$(this).html($(this).html().replace(')', ', ботов - <b>'+bots_num+'<\/b>)').replace(number, parseInt(number) + bots_num));}});
</script>
<?endif?>
Всё!