SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

How to minimize Spam registrations by bots?
To minimize spam registrations, do the following:

1) go to the Protector module in Admin, go to Preferences, and then at the bottom, at this option:

"Stop Forum Spam" Checks POST data against spammers registered on www.stopforumspam.com database.

Set it to "Ban the IP (no limit)"

2) in /class/captcha/config.php, make sure that the mode is set as "text":

Quote:
return $config = array(
'disabled' => false, // Disable CAPTCHA
'mode' => 'text', // default mode, you can choose 'text', 'image', 'recaptcha'(requires api key)
'name' => 'xoopscaptcha', // captcha name
'skipmember' => true, // Skip CAPTCHA check for members
'maxattempts' => 10, // Maximum attempts for each session
);

3) In the Profile module, go to Admin and in the Basic step located at:

/modules/profile/admin/step.php?id=1

set the "Save after stop" to "No", so it looks like this:

Resized Image


4) Starting with XOOPS 2.5.7, in Preferences for the Profile module, set the "Use Captcha after the second Registration step" option to "Yes" (it is the default)


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

265 user(s) are online (3 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 265


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

By careful configuring of user groups, you can simulate multiple site contents with one xoops install.

Random question

Will search engines index my Xoops websites?