Home
last modified time | relevance | path

Searched refs:ip (Results 26 – 50 of 135) sorted by relevance

123456

/plugin/ipmap/
H A Drendertables.php35 list($ip, $net,$subnet) = preg_split("/\//u", substr($match, 7, -1), 3);
36 return array($state, array($ip, $net, $subnet,strip_tags($match)));
48 list($ip, $net, $subnet,$data) = $match;
50 …$renderer->doc .= p_render('xhtml',p_get_instructions($this->_maketables($ip, $net, $subnet, $data…
59 function _maketables($ip, $net, $subnet, $data){ argument
99 $dip = ip2long($ip);
/plugin/statistics/
H A Ddb.sql6 `ip` VARCHAR(40)
43 `ip` VARCHAR(40)
54 PRIMARY KEY (`ip`),
155 `ip` VARCHAR(40) NOT NULL,
166 ALTER TABLE `stats_access` CHANGE `ip` `ip` VARCHAR(40);
184 `ip` VARCHAR(40) NOT NULL,
218 `ip` VARCHAR(40) DEFAULT NULL,
266 ALTER TABLE `stats_iplocation` MODIFY COLUMN `ip` VARCHAR(40);
267 ALTER TABLE `stats_access` MODIFY COLUMN `ip` VARCHA
[all...]
/plugin/captcha/
H A DIpCounter.php10 protected $ip; variable in dokuwiki\\plugin\\captcha\\IpCounter
18 $this->ip = clientIP(true);
19 $this->store = getCacheName($this->ip, '.captchaip');
/plugin/ipban/
H A Dadmin.php28 $ip = trim($INPUT->str('ip'));
29 if ($ip) {
31 $range = \IPLib\Factory::rangeFromString($ip);
35 $newban = $ip . "\t" . time() . "\t" . $INPUT->server->str('REMOTE_USER');
H A Daction.php71 $ip = \IPLib\Factory::addressFromString($client);
76 if ($ip->matches($ipRange)) {
78 $ip->toString(),
/plugin/ipgroup/
H A Daction.php28 $ip = clientIP(true);
45 …if (filter_var($network_address,FILTER_VALIDATE_IP,FILTER_FLAG_IPV4) == filter_var($ip,FILTER_VALI…
46 …|| (filter_var($network_address,FILTER_VALIDATE_IP,FILTER_FLAG_IPV6) == filter_var($ip,FILTER_VALI…
49 if ($this->ip2pton($ip."/".$network_bits) === $this->ip2pton($network)) {
/plugin/authucenter/lib/uc_client/model/
H A Duser.php231 function can_do_login($username, $ip = '') { argument
237 if(!$ip) {
238 $ip = $this->base->onlineip;
242 …$query = $this->db->query("SELECT * FROM ".UC_DBTABLEPRE."failedlogins WHERE ip='".$ip."' OR ip='$…
246 } elseif($row['ip'] === $ip) {
253 …LACE INTO ".UC_DBTABLEPRE."failedlogins (ip, count, lastupdate) VALUES ('{$ip}', '0', '{$this->bas…
272 function loginfailed($username, $ip = '') { argument
274 if(!$ip) {
275 $ip = $this->base->onlineip;
277 …dlogins SET count=count+1, lastupdate='".$this->base->time."' WHERE ip='".$ip."' OR ip='$username'…
/plugin/statistics/inc/
H A DStatisticsLogger.class.php240 public function log_ip($ip) { argument
242 $sql = "SELECT ip
244 WHERE ip ='" . addslashes($ip) . "'
247 if($result[0]['ip']) return;
251 $data = $http->get('http://api.hostip.info/get_html.php?ip=' . $ip);
257 $host = addslashes(gethostbyaddr($ip));
258 $ip = addslashes($ip);
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDomainsRDAP.php43 public $ip; variable in Google\\Service\\DomainsRDAP
126 'ip',
130 'path' => 'v1/ip/{ipId}/{ipId1}',
187 'path' => 'v1/ip',
/plugin/blogtng/entities/
H A DComment.php45 private $ip; variable in dokuwiki\\plugin\\blogtng\\entities\\Comment
406 return $this->ip;
410 * @param string $ip
412 public function setIp($ip) argument
414 $this->ip = $ip;
/plugin/loglog/helper/
H A Dlogging.php36 $ip = clientIP(true);
39 $line = join("\t", [$t, strftime($conf['dformat'], $t), $ip, $user, $msg, $data]);
137 list($dt, $junk, $ip, $user, $msg, $data) = explode("\t", $line, 6);
140 'ip' => $ip,
/plugin/pdfjs/pdfjs/web/locale/ga-IE/
H A Dviewer.properties69 document_properties.title=Airíonna na Cáipéise…
70 document_properties_label=Airíonna na Cáipéise…
94 print_progress_message=Cáipéis á hullmhú le priontáil…
104 toggle_sidebar_notification.title=Scoránaigh an Barra Taoibh (achoimre/iatáin sa cháipéis)
106 document_outline.title=Taispeáin Imlíne na Cáipéise (déchliceáil chun chuile rud a leathnú nó a lag…
107 document_outline_label=Creatlach na Cáipéise
112 findbar.title=Aimsigh sa Cháipéis
125 find_input.placeholder=Aimsigh sa cháipéis…
132 find_reached_top=Ag barr na cáipéise, ag leanúint ón mbun
133 find_reached_bottom=Ag bun na cáipéise, ag leanúint ón mbarr
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php63 public $ip; variable in Google\\Service\\Logging\\RequestLog
286 public function setIp($ip) argument
288 $this->ip = $ip;
295 return $this->ip;
/plugin/authucenter/lib/uc_client/control/
H A Duser.php113 $ip = $this->input('ip');
117 …if($ip && $this->settings['login_failedtime'] && !$loginperm = $_ENV['user']->can_do_login($userna…
140 if($ip && $this->settings['login_failedtime'] && $status <= 0) {
141 $_ENV['user']->loginfailed($username, $ip);
150 $ip = $this->input('ip');
151 return $_ENV['user']->can_do_login($username, $ip);
/plugin/dig/
H A Dsyntax.php59 $R->cdata($this->getLang('ip'));
78 $this->renderCell($R, $dns['ip']);
128 'ip' => [],
138 $info['ip']['IP'] = $r['ip'];
141 $info['ip']['IPv6'] = $r['ipv6'];
144 $info['ip']['CNAME'] = $r['target'];
/plugin/dlcount/
H A Daction.php144 * @param string $ip IP-Address
147 function isValidIP($ip) { argument
148 $ip = trim($ip);
150 $i = split('\.', $ip, 4);
/plugin/anonip/
H A Daction.php36 $ip = 'fe80:'.substr($uid,0,4).
45 $_SERVER['REMOTE_ADDR'] = $ip;
/plugin/freechat/phpfreechat/src/commands/
H A Dconnect.class.php46 $ip = ( $c->get_ip_from_xforwardedfor && isset($_SERVER["HTTP_X_FORWARDED_FOR"])) ?
49 if ($ip == "::1") $ip = "127.0.0.1"; // fix for konqueror & localhost
50 $ct->setUserMeta($nickid, 'ip', $ip);
/plugin/stopforumspam/
H A DSpamLogger.php20 public function LogAttempt($username, $email, $ip, $trigger, $confidence, $accepted) argument
29 $ip,
/plugin/ipban/ip-lib/
H A DREADME.md1 …uild Status](https://api.travis-ci.org/mlocati/ip-lib.svg?branch=master)](https://travis-ci.org/ml…
2 …com/api/projects/status/github/mlocati/ip-lib?branch=master&svg=true)](https://ci.appveyor.com/pro…
4 …ttps://coveralls.io/repos/github/mlocati/ip-lib/badge.svg?branch=master)](https://coveralls.io/git…
5 …tps://scrutinizer-ci.com/g/mlocati/ip-lib/badges/quality-score.png?b=master)](https://scrutinizer-…
23 [Download](https://github.com/mlocati/ip-lib/releases) the latest version, unzip it and add these l…
26 require_once 'path/to/iplib/ip-lib.php';
32 Simply run `composer require mlocati/ip-lib`, or add these lines to your `composer.json` file:
36 "mlocati/ip-lib": "1.*"
/plugin/badbehaviour/bad-behavior/
H A Dpost.inc.php60 $ip = ip2long($package['ip']);
67 $ip = $package['headers_mixed']['X-Forwarded-For'];
H A Dbanned.inc.php16 $ip = explode(".", $_SERVER['REMOTE_ADDR']);
18 foreach ($ip as $octet) {
/plugin/condition/
H A Dbase_tester.php.orig.php270 $ip = clientIP(true);
271 …if(!$b['test'] || ($b['test'] == '') || !$b['value'] || ($b['value'] == '') || ($ip == '0.0.0.0'))…
279 return ($ip == $b['value']); break;
283 return ($ip != $b['value']); break;
285 return (strpos($ip, $b['value']) !== false); break;
/plugin/tools/
H A Daction.php97 $ip = dirname(__FILE__)."/img/";
124 if (file_exists($ip.$i)) {
125 list($w,$h) = @getimagesize($ip.$i);
/plugin/rater/
H A DREADME26 trace=user - for closed wikis better than ip to step over hurdle of dynamic ip
28 …tracedetails=1 - will show the quantity of single star ratings or a list of clear ip/names for vot…

123456