View Single Post
Old July 9th, 2011, 04:34 PM   #1 (permalink)
dai-kun
Junior Member
Verified Customer
 
Join Date: Apr 2006
Posts: 7
Allow Adsense to Crawl Member Only Gallery

How do I allow adsense to crawl members only gallery?

I did it for my forum by adding
Quote:
if ($is_bot == 1) {
$vbulletin->userinfo['usergroupid'] = 2;
}
to my init.php and created a file that recognizes the adsense bot.

Thanks!
dai-kun is offline   Reply With Quote