Hi,
I'm being plagued by manual spam from our contact info form. The Bad Words filtering is blocking the majority. I would like to know how to import a bad word list I found to block even more.
Thank you
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by IThypercube on Monday, 15 November 2021 02:24 CST
Hi,
I'm being plagued by manual spam from our contact info form. The Bad Words filtering is blocking the majority. I would like to know how to import a bad word list I found to block even more.
Thank you
You can't import directly from the component but you can import directly into the database. The table you are looking for is aptly named #__admintools_badwords where #__ is the common table name prefix of your site (open configuration.php, check the value of the $prefix option).
The only field you need to import is word
. The other field is an auto–generated ID which means that you must not, in fact, include it.
I believe that you can convert your words list with Excel or a similar spreadsheet application to CSV format which is supported by phpMyAdmin, Adminer and similar web–based MySQL management tools for importing data to the database.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!
Thank you Nicholas, much appreciated. I'll give it a try. Maybe a good candidate for a feature request in the future.
Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.
Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!