Users Online Counter
1.0
You want to know how much users are connected to your board but you don't want to count them yourself? Install this mod and it shows you how much are on your board.
dOCda S!
http://gpu.hackers.sk/hacks/index.htm
Sources/BoardIndex.pl
$guests = 0;
$users = '';
$guests = 0;
$counter = 0;
$users = '';
if( exists $userprofile{$name} ) {
$users .= qq~ $userprofile{$name}->[1], \n~;
$counter++;
$txt{'141'}: $guests $txt{'142'}: $users |
$guests $txt{'141'} $counter $txt{'142'}: $users |