Home
last modified time | relevance | path

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

/plugin/statistics/inc/
H A DStatisticsLogger.class.php118 * Will not write anything if the referer isn't a search engine
120 public function log_externalsearch($referer, &$type) { argument
121 $referer = utf8_strtolower($referer);
128 // parse the referer
129 $urlparts = parse_url($referer);
305 # FIXME check referer against blacklist and drop logging for bad boys
307 // handle referer
308 $referer = trim($_REQUEST['r']);
309 if($referer) {
[all...]
H A DStatisticsQuery.class.php323 public function referer($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
/plugin/statistics/
H A Dadmin.php54 'referer',
283 // top referer today
407 $result = $this->hlp->Query()->referer($this->tlimit, $this->start, 150);