MyBB Community Forums

Full Version: Spider Bots for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Are there some BOTS or Spiders available in MyBB ???
If they are Integrated then from where to Activate it ???

If they are no Integrated , then Is there a MOD for it ??????

Please can someone make an Search Engine Bots MOD just like PHPBB3 ??
Also the maker plz include manyyyyyyy bots as you can just as in PHPBB3.0.1
Thnx in advanced
You can add bots manual in the inc/class_sessions.php file Wink
	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'
	);

In MyBB 1.4, there is a graphical editor:
http://www.chat2b.be/mybb140b/
:o Thank You very much

Kind Regards,
Goku
Desi-Mobilez.co.cc [ADMIN]
Where's is the file that pairs the Spiders with their IPs? can i add more?
how to merge that list in the spider group ?
i don't want guest permissions for bots and spider .
(2008-06-03, 01:38 PM)MadamZuZu Wrote: [ -> ]Where's is the file that pairs the Spiders with their IPs? can i add more?

It's been posted above in post #2. We match user agents to bots, not IP addresses.

(2008-06-14, 04:54 PM)petti Wrote: [ -> ]how to merge that list in the spider group ?
i don't want guest permissions for bots and spider .

In the same file, there's a variable called $bot_group (should be around the same place that the array is in). Change that to the bot's usergroup you want.
I dont have any var $bots = array( in inc/class_sessions.php i have 1.6.3 version
(2011-07-26, 04:34 PM)cezars Wrote: [ -> ]I dont have any var $bots = array( in inc/class_sessions.php i have 1.6.3 version

Because you bumped a 3 year old thread. Think before posting.
(2011-07-26, 04:34 PM)cezars Wrote: [ -> ]I dont have any var $bots = array( in inc/class_sessions.php i have 1.6.3 version

You may add bots with this plugin: http://mods.mybb.com/view/add-spiders
thanks for your fast replay i have seen to late the last post date thanks again
Pages: 1 2