if (is_member_of($vbulletin->userinfo, 2)) { $pagetext = $vbulletin->GPC['message']; if (($vbulletin->userinfo[posts] < $vboptions[link_limit]) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL'))) { eval(standard_error(fetch_error('error_nourlallowed'))); } }