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

Fonctions membres publiques

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

Attributs protégés

 $minPosts = 5
 
 $minimumConfidence = 65.0
 

Membres hérités additionnels

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

Description détaillée

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

We can check at registration, but this will repeat the check for subsequent posts. The more time that passes between registration and posting, the more likely it is that the spammer is caught before doing damage.

If the poster is determined to be a spammer, the account is deactivated. The determination is made by inspecting the confidence level returned by the stopforumspam API. If that confidence, for either email or IP address, exceeds the configured $minimumConfidence, the post is denied and the account is deactivated.

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 post will be denied.

◆ $minPosts

$minPosts = 5
protected

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