If you're still using vb3.7/8 don't use chrome with this plugin, there is a javascript bug that affects the ads management portion.
Second, if you're apart of the administrator group but your primary group is different. Replace this to the top of "adsense [algdeer.net] requst".
if ($vbulletin->userinfo['usergroupid']=='6')
with
if (is_member_of($vbulletin->userinfo, '6'))
|