Продолжение скрипта показывающего ботов, теперь уже в статистике сайта.
Данный скрипт добавляет в статистику сайта 4 бота "Google, Yandex, Rambler, Go-Go" как на скриншоте, в идеале можно понаписать сколько угодно необходимых ботов. число ботов суммируется с количеством пользователей онлайн, то есть Вас не запалят с обманом.
Код:
Code
<div id="BoTs"></div>
<script type="text/javascript">
var bots_html = '<b style="color: #1e90ff;">G<b style="color: #ffa500;">oo<\/b><\/b>gle, <b style="color: #ff0000;">Ya<b style="color: #808080;">ndex<\/b><\/b>, <b style="color: #1e90ff;">Ram<b style="color: #808080;">bler<\/b><\/b>, <b style="color: #1e90ff;">Go<\/b>-<b style="color: #ffa500;">Go<\/b>';
var bots_num = 4;
var userdata = $('div#BoTs').find('a[class^="group"]:last');
if(userdata.html()!=null){userdata.after(', '+bots_html);}else{$('div#BoTs').html(bots_html);}
$('div#onl1').each(function(){
var number = $(this).find('b:first').html();
$(this).html($(this).html().replace(number, parseInt(number) + bots_num));
$(this).after('<div class="bOnline" id="onl4">Ботов: <b>'+bots_num+'<\/b><\/div>');
});
</script>
<script type="text/javascript">
var bots_html = '<b style="color: #1e90ff;">G<b style="color: #ffa500;">oo<\/b><\/b>gle, <b style="color: #ff0000;">Ya<b style="color: #808080;">ndex<\/b><\/b>, <b style="color: #1e90ff;">Ram<b style="color: #808080;">bler<\/b><\/b>, <b style="color: #1e90ff;">Go<\/b>-<b style="color: #ffa500;">Go<\/b>';
var bots_num = 4;
var userdata = $('div#BoTs').find('a[class^="group"]:last');
if(userdata.html()!=null){userdata.after(', '+bots_html);}else{$('div#BoTs').html(bots_html);}
$('div#onl1').each(function(){
var number = $(this).find('b:first').html();
$(this).html($(this).html().replace(number, parseInt(number) + bots_num));
$(this).after('<div class="bOnline" id="onl4">Ботов: <b>'+bots_num+'<\/b><\/div>');
});
</script>
Cтоит добавить в блок "Статистика" после кода:
Code
$ONLINE_USERS_LIST$
За количество ботов на сайте отвечает цыфра параметра:
Code
var bots_num = 4;
Приятного ботоводства))))))))