Lines Matching refs:host
38 function plugin_online_check_online(& $count, $host = '') argument
65 if (! $found && $matches[1] == $host) $found = TRUE;
72 if (! $found && $host != '') ++$count; // About you
79 function plugin_online_sweep_records($host = '') argument
100 $matches[1] == $host) {
106 if ($host != '' ) {
108 array_unshift($lines, strtr($host, "\n", '') . '|' . UTIME . "\n");
159 $host = & $_SERVER['REMOTE_ADDR'];
161 $host = '';
165 if ($this->plugin_online_check_online($count, $host)) {
169 $result = $this->plugin_online_sweep_records($host);