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.