Ted, quick question on bot's?
If you want certian bot's to come to your site, say Yahoo! Slurp Spider or FeedFetcher-Google Spiders.........where do you add these? I see
PHP Code:
// check if user is a bot
$lvgbot = ($vbulletin->superglobal_size['_COOKIE'] == 0 AND preg_match("#(google|msnbot|zoints|aol|yahoo|slurp)#si", $_SERVER['HTTP_USER_AGENT']));
Would it be something like
PHP Code:
// check if user is a bot
$lvgbot = ($vbulletin->superglobal_size['_COOKIE'] == 0 AND preg_match("#(google|msnbot|zoints|aol|yahoo|slurp|FeedFetcher-Google|Yahoo! Slurp)#si", $_SERVER['HTTP_USER_AGENT']));[/