Rather than tell the spammer that his attempt was unsuccessful so he can just try again harder, is it possible to have an option for a silent denial, or possibly even a false registration message which never comes in e-mail all the while while the account is not registered?
I'm on 1.3.10 - on PHPBB 3.2.7 - apologies if this is a feature on a more current release or has been asked before.
Silent denial of registration? - Stop Forum Spam
-
- Registered User
- Posts: 1
- Joined: Tue Jun 11, 2024 10:48 am
Re: Silent denial of registration?
Update to the latest version (3.2.7?!!!!) then starting at line 486 in the main_listener file change the variable to whatever you want. It can be empty or a message
Code: Select all
$message
Code: Select all
$message = '';
Code: Select all
$message='Success';
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22074
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr