How to prevent spam auto-registering account for XenForo 2.

How to prevent spam auto-registering account for XenForo 2.

Thangvip9x

Active member
Thangvip9x submitted a new resource:

How to prevent spam auto-registering account for XenForo 2. - Preventing spam and automatic account registration on XenForo 2.

Hello everyone, today I will guide you on how to prevent spam auto-registering nick for XenForo 2

View attachment 303926

To accomplish this, please follow my instructions.:

Navigate to the "PAGE_CONTAINER" template and find

Code:
<xf:if is="$xf.options.registrationSetup.enabled">
                                <a href="{{ link('register') }}" class="p-navgroup-link p-navgroup-link--textual p-navgroup-link--register"...

Read more about this resource...
 
Last edited:
I think this would benefit better being made into an addon so people don't get the file check error.
Other than that I will have to wait and see how well it works before I can give any further feedback!
Good Job Though!
 
The code will block the IP for 300 seconds if the wrong password is entered

What about legit users that accidentally type the wrong password ?
Is there feedback to them they should wait for 300 seconds before trying again ?
 
1718627201780.webp

I don't know what that is.

So this prevents brute force password guessing by blocking the IP for 300 seconds if 3 wrong passwords are entered ?

It will count down the remaining seconds and only lock after three incorrect entries.

your description says this:
The code will block the IP for 300 seconds if the wrong password is entered, ensuring XSS security.
should it say:
The code will block the IP for 300 seconds if the wrong password is entered three times, ensuring XSS security.
 
Back
Top Bottom