View file template/localchat.php

File size: 233B
<?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>';

?>