Thank you installed.
We also want them to change Usergroup to 4 when Spam got found.
Tryed it with this in SpamBuster Libraries Plugin:
if ($GLOBALS['vbulletin']->userinfo['userid'] > 1) { $userdata->set('usergroupid', 4); }
but it doesnt work.
EDIT: This is really a very good dynamic spam protection.
What also could be added is:
- Check PM's. If Found Spam, Just send PM to Admin that the User X has send a PM blocked by the Spamfilter.
- Message that a Thread/Post will be moderatated when Spam is found.
- Option to exclude Forums from Spam Protection
- Option to exclude Usergroups from Spam Protection
- Improve the Script: For what I see the regexp is executed everytime, regardless if the User is in the required Posting-Amount range or not.