open /viewonline.php
Find This may be a partial find and not the whole line (spaces may differ)
Code: Select all
$show_guests= ($config['load_online_guests']) ? request_var('sg', 0) : 0;
Replace with Replace the preceding lines with the following
Code: Select all
$show_guests= ($config['load_online_guests']) ? request_var('sg', 1) : 0;