View file template/localchat.php
<?php // mod by Golem http://veplog.ru $localfile = file(BASEDIR."local/who.dat"); $chat_shet = 0; foreach($localfile as $value){ if (strstr($value,"/chat/index.php")){$chat_shet++;} } echo ' ('.$chat_shet.')<br>'; ?>