API - XOOPS 2.5.11 Beta 2
By monxoops.fr
Protector_postcommon_register_stopforumspam Class Reference
Inheritance diagram for Protector_postcommon_register_stopforumspam:
Collaboration diagram for Protector_postcommon_register_stopforumspam:

Public Member Functions

 execute ()
 
- Public Member Functions inherited from ProtectorFilterAbstract
 __construct ()
 
 isMobile ()
 

Protected Attributes

 $minimumConfidence = 65.0
 

Additional Inherited Members

- Data Fields inherited from ProtectorFilterAbstract
 $protector
 

Detailed Description

Check register attempt for "spaminess" on stopforumspam.com Please see http://www.stopforumspam.com/usage before enabling for restrictions and conditions

Assumes registration by POST with variables email and uname. This is true of the register scripts in core and the profile module.

If the registrant is determined to be a spammer, the account is not created. The determination is made by inspecting the confidence level returned by the stopforumspam API. If that confidence, for any of user name, email or IP address, exceeds the configured $minimumConfidence, the registration is denied.

Member Function Documentation

◆ execute()

execute ( )
Returns
bool

Field Documentation

◆ $minimumConfidence

float $minimumConfidence = 65.0
protected

This is a percentage confidence as reported by stopforumspam api. When the reported confidence for any entry is above this, the registration will be denied.


The documentation for this class was generated from the following file: