How could a script rewrite INBOUND links?
Anyway. Take this out,
PHP Code:
OR is_member_of($post, 5) //Mods are exempt
OR is_member_of($post, 7) //SuperMods are exempt
OR $post['posts'] > 50) // People with over 50 posts are exempt
Change
PHP Code:
if (is_member_of($post, 6) //Admins are exempt
to this:
PHP Code:
if (is_member_of($post, 666) //Fake usergroup is exempt