Quote:
Originally Posted by dtv100
this mod work on 3.8.2
1. Downloaded, and installed the XML file from the original hack posted here (attached)
2. Edited the following in my init.php file (./includes/init.php)
find:
Code:
if (!empty($db->explain))
{
$db->timer_stop(false);
}
/*======================================================================*\
and replace with :
Code:
if ($is_bot == 1) {
$vbulletin->userinfo['usergroupid'] = XX;
}
if (!empty($db->explain))
{
$db->timer_stop(false);
}
/*======================================================================*\
change the 2 XX in red with the number for usergroup you want
|
How do I know if this is working?