Powered by phpbb technology and
My forum site is powered by PHP bb technology and having smf technology also. How my forum will tackle duplicate or spam replies automatically?
My forum site is powered by PHP bb technology and having smf technology also. How my forum will tackle duplicate or spam replies automatically?
phpBB is a very popular open-source forum software that is widely being used by different websites. That’s why it is the favorite target of most spammers. It is normal for spammers to advertise certain websites by posting its URL. That’s why almost 95% of the spam posts contain URLs or links. Because of this, the most effective way of blocking these posts is to totally prohibit links.
Spammers normally sign in to forum sites and begin posting garbage the minute their account is activated. This is the best time to disallow posting of links for guests and users that have posts less than a certain amount. On the other hand, this step will surely affect normal forum users.
But even if this is the case, after a normal user has reached a certain threshold in the number of posts posting of links will now be enabled. Spammers will never reach it because all of their posts will be blocked. You need to add the following code to the “submit_post()” function in the file “includesfunctions_posting.php” to prevent posting of links.
You need to put this code at the beginning of the “submit_post()” function to verify every post before they are saved in the database.