Home
last modified time | relevance | path

Searched +full:freqborder +(+path:plugin +path:stopforumspam2) -(+path:plugin +path:stopforumspam2 +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/stopforumspam2/
H A Dhelper.php60 …* @param value $border - The conf "freqBorder" will be used if empty or minus value. If $returnva…
69 if ($border === null or $border < 0) $border = $this->getConf('freqBorder');
154 …* @param value $freqborder - The conf "freqBorder" will be used if empty or minus value. Don't ch…
158 function quickipcheck($ip = null, $freqborder = null, $confborder = null){ argument
163 $freqcheck = $this->freqcheck($ip, null, null, FALSE, $freqborder);
/plugin/stopforumspam2/conf/
H A Ddefault.php3 $conf['freqBorder'] = '3';
H A Dmetadata.php3 $meta['freqBorder'] = array('numeric', '_min' => 0);