MyBB Community Forums

Full Version: [F] spiders didn't effected with thier group username style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have made addetional user group. and made a customized username style for it.
thene used it for the spider bots.
but the spiders (on the online now state) still detected as normal visitors, not spiders..
I can confirm this, too.
is anyone saw this? Toungue
Open class_datacache.php

Find
		$query = $db->simple_select("spiders", "sid,name,useragent", "", array("order_by" => "LENGTH(useragent)", "order_dir" => "DESC"));

Change into
		$query = $db->simple_select("spiders", "sid,name,useragent,usergroup", "", array("order_by" => "LENGTH(useragent)", "order_dir" => "DESC"));

And rebuild your spiders cache.
yes thats fixed it..
thanks
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.