Quote:
Yesterday at 03:04 AM lemarsu said this in Post #1417
todd.o.callen
you will need to edit online.php use the following :
PHP Code:
case '/robots.txt':
$userinfo[activity] = 'spider';
break;
by
PHP Code:
case '/robots.txt':
$userinfo[activity] = 'spider';
break;
case 'vbindex.php':
$userinfo[activity] = 'mycrosstalk';
break;
|
I completed the first replace, but I don't have the second case in my online.php. What do I do?