brain8torm
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Many SPAM vii REST APIThis does not happen on one site, on many.
The sites have anti-spam protection. There is a Honeypot. The code for checking the sender of messages via the stopforumspam API is also written. The wpcf7_before_send_mail hook is used for this. There are a lot of spam messages, but not always a spammer detection is added to the wordpress log, i.e. it is possible that messages are sent in some way that the hook does not work. The messages go on and on.
I check the sender’s E-mail – he is in the spam databases.
I disabled the WP REST API plugin after all, because normal visitors could not send messages through the forms. After a few minutes, the stream of spam messages resumed. I specifically checked.
Through an application similar to Postman (for test), I sent a request via the CF7 API and the message was sent and an email arrived in the mailbox. Therefore, I believe that spammers use this functionality.
https://drive.google.com/drive/folders/1srIyzj0kWxS1ijLGh-mO0Jkv3zKblcq4?usp=sharing
Forum: Plugins
In reply to: [Disable WP REST API] Enabling Contact Form 7Hi! Recently, the volume of spam on websites has increased through contact forms (Contact Form 7). After a while, I discovered that spam does not come through the direct submission of forms, but through the REST API /wp-json/contact-form-7/v1/contact-forms/1757/feedback/. I installed your plugin. The problem with spam was solved, but in the end I saw that the forms were not sent because of the plugin. What to do in this situation?
sorry. it’s working. colspan found.
Then colspan can only be used without activating Datatables.
How then to use colspan to create table partitions?Plugin tested on empty website with theme Twenty Twenty-One with simple table without #colspan# or #rowspan#
I have same trouble on client site and on new default WP installation.
Firefox console:
Uncaught TypeError: e is undefined jQuery 12 <anonymous> http://site.local/tablica/:192Chrome console:
Uncaught TypeError: Cannot set properties of undefined (setting '_DT_CellIndex') at $a (jquery.datatables.min.js?ver=1.14:31:21) at ea (jquery.datatables.min.js?ver=1.14:22:467) at HTMLTableRowElement.<anonymous> (jquery.datatables.min.js?ver=1.14:23:79) at jquery.min.js?ver=3.6.0:2:1567 at Function.map (jquery.min.js?ver=3.6.0:2:3536) at s.fn.init.map (jquery.min.js?ver=3.6.0:2:1535) at Ha (jquery.datatables.min.js?ver=1.14:23:44) at f (jquery.datatables.min.js?ver=1.14:99:307) at HTMLTableElement.<anonymous> (jquery.datatables.min.js?ver=1.14:99:490) at Function.each (jquery.min.js?ver=3.6.0:2:3003)- This reply was modified 4 years, 3 months ago by brain8torm.
Forum: Plugins
In reply to: [WOOF by Category] WOOF for tagsI found a solution here