XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe Protector_postcommon_register_stopforumspam
+ Graphe d'héritage de Protector_postcommon_register_stopforumspam:
+ Graphe de collaboration de Protector_postcommon_register_stopforumspam:

Fonctions membres publiques

 execute ()
 
- Fonctions membres publiques hérités de ProtectorFilterAbstract
 __construct ()
 
 isMobile ()
 

Attributs protégés

 $minimumConfidence = 65.0
 

Membres hérités additionnels

- Champs de données hérités de ProtectorFilterAbstract
 $protector
 

Description détaillée

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.

Documentation des fonctions membres

◆ execute()

execute ( )
Renvoie
bool

Documentation des champs

◆ $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.


La documentation de cette classe a été générée à partir du fichier suivant :