The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Well, not really a true forum mod, it is msSQL server trigger. I find it cleaner and faster solution then asp forum mod.
This trigger is a result as constant PM abuse on my forum. One group of members did constantly sending link to their warez and XXX sites. I lock/deleted them, but they registered again, and start sending PM with links to all members immediately. They gave me a big problem, and I didn’t have a true solution for them until this trigger.
installation Before creating this trigger, you have to add a new column "spam" to forum_members table
int DEFAULT (0) DEFAULT (0) is very important
sorry, you have to do it manually.
customization look at lines 28, 42, 44, it is simple
also look at 33, you have to write message in your language :)
download download<
This trigger is a result as constant PM abuse on my forum. One group of members did constantly sending link to their warez and XXX sites. I lock/deleted them, but they registered again, and start sending PM with links to all members immediately. They gave me a big problem, and I didn’t have a true solution for them until this trigger.
installation Before creating this trigger, you have to add a new column "spam" to forum_members table
int DEFAULT (0) DEFAULT (0) is very important
sorry, you have to do it manually.
customization look at lines 28, 42, 44, it is simple
also look at 33, you have to write message in your language :)
download download<