In online.php I put
PHP Code:
// SigEdit
case 'sigedit':
$userinfo[where] = "<a href='sedit.php?s=&action=show&s=$session[sessionhash]'>Editing Signature</a>";
break;
// SigEdit End
right before
PHP Code:
case 'spider':
$userinfo[where] = "Search Engine Spider";
break;
and
PHP Code:
// SigEdit
case 'sedit.php':
$userinfo[activity] = 'sigedit';
break;
// SigEdit End
right before
PHP Code:
case '/robots.txt':
$userinfo[activity] = 'spider';
break;
It says Editing Signature now in Who's Online.