Thank you for porting this to 3.5. This is my second favorite hack of all time, behind
Ted S's, but if I could only have one on my board it would be this one. I increased the pain to 3.0 level.
Will the following work for IP addresses and user agents?
PHP Code:
if (is_member_of($vbulletin->userinfo, $vbulletin->options['muparm9'])||$_SERVER['REMOTE_ADDR']=='192.168.0.1'||$_SERVER['HTTP_USER_AGENT']=='Some anonymizer')
Thanks.