Excellent idea for a hack. Ive installed it, and am having an issue. Ive edited the core file, init.php, and now the end of the file looks like this :
Code:
if ($is_bot == 1) {
$vbulletin->userinfo['usergroupid'] = 9;
}
if (!empty($db->explain))
My issue is that its not detecting the spiders. Ive changed my user agent in Mozilla to Google, Yahoo slurp, MSN, Teoma, etc, and they still dont have proper access. I view my forum with user-agent set to GOOGLEBOT, create a thread, and it says my username is Unregistered. Shouldnt it be "registered"?