v123shine
11-08-2011, 10:33 AM
I found this simple plugin.
I want set this plugin only work for usergroupid '2'
This plugin i put in newreplay_post_star :
$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_nourlallowe d')));
}
Please help me!!
Thank You
I want set this plugin only work for usergroupid '2'
This plugin i put in newreplay_post_star :
$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_nourlallowe d')));
}
Please help me!!
Thank You