MyBB Community Forums

Full Version: A group for bots ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Not that I can use Mybb for my main forum yet because their doesn't seem to be a converter but I was wondering if you can get a working group for bots like here ?
I think that this is what you mean:

Open inc/class_session.php

Look for:

var $botgroup =

If you've found that: make a separated group for bots, and enter the gid after the '='.
I've found that but still not with you
What do you mean?
I want the bots to show online like here "GoogleBot, MSN Search, Yahoo! Slurp"
That's done by default ... if you don't see any, that's probably because they aren't visiting your forum ...
So can you add to the list too then ?
destroyer Wrote:http://www.google.com/addurl/


No I mean the list of bots that the forum stores like I had to add one called Twiceler [Spider] the other day to my other forum
Open inc/class_session.php

Find

	var $bots = array(
		'google' => 'GoogleBot',
		'lycos' => 'Lycos.com',
		'ask jeeves' => 'Ask Jeeves',
		'slurp@inktomi' => 'Hot Bot',
		'whatuseek' => 'What You Seek',
		'is_archiver' => 'Archive.org',
		'scooter' => 'Altavista',
		'fast-webcrawler' => 'AlltheWeb',
		'grub.org' => 'Grub Client',
		'turnitinbot' => 'Turnitin.com',
		'msnbot' => 'MSN Search',
		'yahoo' => 'Yahoo! Slurp'
	);

And add yours to it ...
Pages: 1 2 3