View file www/service/tv/count.php

File size: 199B
<?
$r_c=mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `date_last` > '".(time()-1200)."' AND `url` like '/plugins/radio/%'"), 0);

echo "<a href='/plugins/radio/who.php'>($r_c)</a>";

?>