Quote:
Originally Posted by drpeppper
I adjusted the bot file a bit to include the google/yahoo/msn bots i see getting blocked .
LGV System [Processing Routine]
Code:
// check if user is a bot
$lvgbot = ($vbulletin->superglobal_size['_COOKIE'] == 0 AND preg_match("#(google|msnbot|zoints|aol|yahoo|slurp|Yahoo! Slurp Spider|Google Spider|MSNBot Spider)#si", $_SERVER['HTTP_USER_AGENT']));
However Yahoo! Slurp Spider, Google Spider ,MSNBot Spider all are getting the "Viewing 'No Permission' Message"
Is there an Alt file i need to modify as well?
Thank you very much for your help.
|
Please read the hack description and instructions to understand how this addon works with bots.
You may want to take a look at exactly what page they are getting blocked on (bots like to view pages like send PM which guests can't often do).