Lines Matching refs:dbg
158 $this->dbg('FSC Init');
193 $this->dbg('memcache not available, class "Memcached" not found');
195 $this->dbg('memcache not available, config "memCachedServer" not set');
200 $this->dbg('loading mollom');
204 $this->dbg('mollom instantiated');
227 $this->dbg('Mollon exception: '.$e->getMessage());
231 $this->dbg('mollom class not found');
234 $this->dbg('mollom not enabled');
251 $this->dbg('Logging to '.$dir);
254 $this->dbg('Unable to write logs to '.$dir);
276 $this->dbg('memcache: '.$server);
282 private function dbg($msg) { function in botBouncer
324 $this->dbg('CACHE: '.$key .' = '.$val);
382 $this->dbg('No Akismet API Key');
397 $this->dbg('akismet key (cached) '.$cached);
402 $this->dbg('akismet key valid');
405 $this->dbg('akismet key not valid');
421 $this->dbg('mollom check');
443 $this->dbg('Exception thrown '.$e->getMessage());
449 $this->dbg('mollom check SPAM');
456 $this->dbg('mollom check HAM');
475 $this->dbg('akismet check');
513 $this->dbg('akismet check SPAM');
519 $this->dbg('akismet check HAM');
567 $this->dbg('Curl Error '.$status.' '.$error);
664 $this->dbg('SFS check');
748 $this->dbg('SFS check SPAM');
752 $this->dbg('SFS check HAM');
787 $this->dbg('isSpam call');
803 $this->dbg('hpCheck');
806 $this->dbg('hpCheck IP '.$ip);
808 $this->dbg('hpCheck SPAM');
825 $this->dbg('SFS SPAM');
835 $this->dbg('Akismet SPAM');
847 $this->dbg('Mollom SPAM');
880 $this->dbg('overall SpamScore '.sprintf('%d',$isSpam));