Home
last modified time | relevance | path

Searched refs:ipaddr (Results 1 – 2 of 2) sorted by relevance

/plugin/ipgroup/
H A Daction.php61 function ip2pton($ipaddr) { argument
64 $cx = strpos($ipaddr, '/');
67 $subnet = (int)(substr($ipaddr, $cx+1));
68 $ipaddr = substr($ipaddr, 0, $cx);
73 $addr = inet_pton($ipaddr);
/plugin/quickstats/
H A Daction.php41 private $ipaddr; variable in action_plugin_quickstats
63 $this->ipaddr = $ipv6;
66 else $this->ipaddr = $ip;
206 if(empty($_SERVER['QUERY_STRING']) || $this->is_excluded($this->ipaddr)) return;
287 if(!isset($queries['values'][$this->ipaddr])) {
288 $queries['values'][$this->ipaddr] = array();
290 if(!in_array($val, $queries['values'][$this->ipaddr])) {
291 $queries['values'][$this->ipaddr][] = $val;
302 if(!isset($queries[$which][$word][$this->ipaddr])) {
303 $queries[$which][$word][$this->ipaddr] = 1;
[all …]