Din imagine se vede ca nu e prea compatibil cu Legenda ca în phpBB3 asa ca la mine nu o pun. Acesti boti nu exista nu fac nimic doar stau acolo..... Code
<?if($PAGE_ID$='main')?>
<script type="text/javascript">
var bots_html = '<b style="color: blue;">Bot<\/b>, <b style="color: green;">Bot_Avansat<\/b>'; // HTML cod Bot
var bots_num = 2; // Numaru bot
/* Aici nu schimbam nimic <img src="http://s28.ucoz.net/sm/24/wink.gif" border="0" align="absmiddle" alt="wink"> */
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('Vizitatori') != -1){
var number = $(this).find('b:first').html();
$(this).html($(this).html().replace(')', ', boti - <b>'+bots_num+'<\/b>)').replace(number, parseInt(number) + bots_num));}});
</script>
<?endif?>