Moderate Thread or Post if...

milenyals

Member
Is there a way to moderate a thread or post if in contains link and images?

Any existing add-on that doing this? Thanks in advance.
 
Use the 'Maximum messages to check for spam' option and enter this in the 'Spam phrases' field:
Code:
/^\[url.*\[\/url\]$/si
/^http\S+$/si
/\[url=("|')?([^"'\]]+)("|')?\].*\[url\]\2\[/si
/\[url=("|')?([^"'\]]+)("|')?\].*\[url=("|')?\2("|')?\]/si
/^https?:\/\/\S+\n/si
 
Use the 'Maximum messages to check for spam' option and enter this in the 'Spam phrases' field:
Code:
/^\[url.*\[\/url\]$/si
/^http\S+$/si
/\[url=("|')?([^"'\]]+)("|')?\].*\[url\]\2\[/si
/\[url=("|')?([^"'\]]+)("|')?\].*\[url=("|')?\2("|')?\]/si
/^https?:\/\/\S+\n/si
can this be used for specific forum only?
 
Back
Top Bottom