XenForo
Administrative
- Thread starter
- Admin
- #1
Hi guys,
I'm getting a bunch of spam posts by new users. Some of these messages include links so I decided to give the spam regex admin.php?options/groups/spam/ a try so that users with less than X posts can't use links. With no success. At all.
The last thing I've tried is @Mike 's regex
Code:
The URL I'm using for my test is...
Read more
ادامه مطلب...
I'm getting a bunch of spam posts by new users. Some of these messages include links so I decided to give the spam regex admin.php?options/groups/spam/ a try so that users with less than X posts can't use links. With no success. At all.
The last thing I've tried is @Mike 's regex
Code:
^(?>(?i)(?!www|http|\.com|\.net|\.org|\.biz|\.ru).)*$The URL I'm using for my test is...
Read more
ادامه مطلب...