Currently
But still I couldn't control bots to submit my comments form. Please help what should I do now?
The User Settings is located near the lower right of your Discord screen denoted by the gear icon. Go to the “Who Can Add You As A Friend” section and turn off everything if you want complete privacy over your profile. This should stop random profiles and spam bots from messaging you and adding you as a friend.
Incorporating some bot prevention like Google's CAPTCHA or reCAPTCHA to prevent fake users from mass commenting. Require that commenters create accounts using verified emails or phone numbers. Allow verified users to flag spam but take caution in how users may misuse this feature. Turn off commenting completely.
Add a hidden field with a misleading id / name
<input type="hidden" id="Username" name="Username" value=""/>
If a bot comes along and fills out your form, they are likely to fill in the hidden field, which users should not be able to, so just disallow the submission if the hidden field has data.
Why not implement Akismet and let them handle it for you? They have a well documented API, and thousands of people rely on it for spam prevention on Wordpress blogs. I haven't seen a spam comment in probably 3 years now using Akismet on my wife's blog.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With