Quote:
Now if you want to show who is browsing this new page of yours, just open up includes/functions_online.php and find:
PHP Code:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
Below, add:
|
I can't find it.
Quote:
PHP Code:
case 'test.php':
$userinfo['activity'] = 'test';
break;
(Be sure to change the values to your own!)
|
I know the first
test is file name, what about the second one?