MyBB Community Forums

Full Version: Don't want to display GoogleBot in "Who's Online"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to not show GoogleBot and Yahoo! Slurp?
Open index.php

Find
			$onlinemembers .= $comma.format_name($session->bots[$botkey], $session->botgroup);

Change by
			//$onlinemembers .= $comma.format_name($session->bots[$botkey], $session->botgroup);
Thanks LeX-.