Whoops.... when I told you to change that one line and remove the .php from it, I meant the other one, not both. Sorry about that. For the first plugin, you need to have that in the case line:
PHP Code:
switch ($filename)
{
case 'extra_online_users.php':
$userinfo['activity'] = 'extra_online_users';
break;
// add more cases here if you have more than one custom page. no need for multiple plugins. one plugin can handle all.
}
Leave the second one as is. Now let's see if it works. (Again, sorry about that, I didn't look to see that the line was the same in two places.)