MyBB Community Forums

Full Version: Can i add a image to Googlebot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so i know a difference beetween hima nad other users, you know, in who's online, just a image in front of his name
In inc/class_session.php, find:
		'google' => 'GoogleBot',
Replace with:
		'google' => '<img src="yourimage.gif" /> GoogleBot',

See if that works.
the thing is that i use createmybb, but no answer there, can i do it in cmybb
Probably not.
ah, okay, thanks
On my site, I created a usergroup just for spiders. I changed thedisplay style of the group, so it's easy to see which visitors are really bots.
How did you put googlebot in a usergroup? :s Toungue
In inc/class_session.php

Find
var $botgroup = 1;
Replace 1 with the desired user group.
i.e.
var $botgroup = 8;