Home
last modified time | relevance | path

Searched refs:ip (Results 51 – 75 of 135) sorted by relevance

123456

/plugin/bookmarkme/
H A Daction.php177 $ip = dirname(__FILE__)."/img/";
198 if (in_array($k,$be) && file_exists($ip.$i)) {
199 list($w,$h) = @getimagesize($ip.$i);
/plugin/yourip/
H A DREADME.md3 Shows the ip information of visitor
25 Adopted by Hella Breitkopf [https://unixwitch.de/ip](https://unixwitch.de/ip), 2019
H A Dplugin.info.txt6 desc Show the ip information of visitor
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php2178 for ($ip = 0; $ip < $seqIndex; $ip++) {
2179 $exB .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2185 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2186 $exL .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2254 for ($ip = 0; $ip <
[all...]
/plugin/poll/
H A Dsyntax.php77 $ip = clientIP(true);
78 if (isset($poll['ips']) && in_array($ip, $poll['ips'])) {
92 $poll['ips'][] = $ip;
/plugin/badbehaviour/
H A Dadmin.php106 $ip = hexdec(substr($code,0,2)).'.'.
114 $ip,$resp['log'],$resp['explanation'],hsc($key));
118 $lines = preg_grep('/'.preg_quote($ip).'/',$this->_readlines());
/plugin/badbehaviour/bad-behavior/
H A Dcore.inc.php36 $ip = bb2_db_escape($package['ip']);
54 …('$ip', '$date', '$request_method', '$request_uri', '$server_protocol', '$headers', '$user_agent',…
119 $ip = $_SERVER['REMOTE_ADDR'];
134 …$package = array('ip' => $ip, 'headers' => $headers, 'headers_mixed' => $headers_mixed, 'request_m…
H A Dfunctions.inc.php48 @list($ip, $mask) = explode('/', $cidr);
51 $output = ((ip2long($addr) & $mask) == (ip2long($ip) & $mask));
/plugin/quickstats/
H A Dscript.js170 var ip = document.getElementById('ip').value;
172 if(!country_set && !page && !ip &&!ua_set) {
186 else if(priority == 'ip' && !ip) {
198 if(ip != "") {
199 params+="&ip=" + ip;
/plugin/botbouncer/lib/
H A Dbotbouncer.php312 $ip = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : ' - ';
314 $logEntry = date('Y-m-d H:i:s').' '.$ip.' '.$_SERVER['REQUEST_URI'].' '.$entry;
316 $logEntry = date('Y-m-d H:i:s').' '.$ip.' - '.$entry;
353 * @param string $ip - IP address to check
358 public function honeypotCheck($ip) { argument
362 $rev = array_reverse(explode('.', $ip));
805 foreach ($data['ips'] as $ip) {
806 $this->dbg('hpCheck IP '.$ip);
807 if ($this->honeypotCheck($ip)) {
/plugin/authucenter/lib/uc_client/
H A Dclient.php216 function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeou… argument
222 return uc_fopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block);
225 function uc_fopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
261 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
271 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
359 …login($username, $password, $isuid = 0, $checkques = 0, $questionid = '', $answer = '', $ip = '') { argument
361 …uid'=>$isuid, 'checkques'=>$checkques, 'questionid'=>$questionid, 'answer'=>$answer, 'ip' => $ip));
439 function uc_user_logincheck($username, $ip) { argument
440 …urn call_user_func(UC_API_FUNC, 'user', 'logincheck', array('username' => $username, 'ip' => $ip));
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js514 var ip = new mxPoint(fx, fy2);
515 pointsList.push(ip);
516 ip.mark = edge.mark | e2.mark;
521 up.mark |= ip.mark;
525 uniquePoints[fx + ',' + fy2] = ip;
530 var ip = new mxPoint(fx2, fy);
531 pointsList.push(ip);
532 ip.mark = edge.mark | e2.mark;
537 up.mark |= ip.mark;
541 uniquePoints[fx2 + ',' + fy] = ip;
/plugin/backlinks2/_test/data/meta/
H A Dbacklinks_include_syntax.meta1ip";s:9:"127.0.0.1";s:4:"type";s:1:"e";s:2:"id";s:17:"backlinks_include";s:4:"user";s:6:"mprins";s…
H A Dbob_ross_says.meta3ip";s:9:"127.0.0.1";s:4:"type";s:1:"e";s:2:"id";s:13:"bob_ross_says";s:4:"user";s:6:"mprins";s:3:"…
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta1 …4:"user";s:6:"mprins";s:11:"last_change";a:7:{s:4:"date";i:1463393812;s:2:"ip";s:9:"127.0.0.1";s:4…
3 …4:"user";s:6:"mprins";s:11:"last_change";a:7:{s:4:"date";i:1463393812;s:2:"ip";s:9:"127.0.0.1";s:4…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta1 …4:"user";s:6:"mprins";s:11:"last_change";a:7:{s:4:"date";i:1463393826;s:2:"ip";s:9:"127.0.0.1";s:4…
3 …4:"user";s:6:"mprins";s:11:"last_change";a:7:{s:4:"date";i:1463393826;s:2:"ip";s:9:"127.0.0.1";s:4…
/plugin/cleanoldips/
H A Daction.php110 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
119 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
/plugin/gdpr/action/
H A Doldips.php109 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
118 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
/plugin/autlogin/
H A Daction.php132 $ip=0;
161 $ip = 1;
194 if($ip != 1 && $is == 1 )//if is set ip and same criteria set new $best
195 $ip = 0;
200 $ip=0;
/plugin/authradius/
H A Ddes.php76 $ip .= $clearText[$bit - 1];
78 $l[0] = substr($ip, 0, 32);
79 $r[0] = substr($ip, 32);
/plugin/multipoll/
H A Dsyntax.php126 $ip = clientIP(true);
153 $poll['ips'][] = $ip;
161 …}elseif(in_array($ip, $poll['ips']) || ($_SERVER['REMOTE_USER'] && in_array($_SERVER['REMOTE_USER'…
/plugin/extranet/
H A Dplugin.info.txt6 desc Hide some pages and disable actions from extranet ip
/plugin/dnsresolver/
H A Dplugin.info.txt6 desc Resolving dns name in real ip address.
/plugin/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.
/plugin/logger/
H A Dplugin.info.txt6 desc This plugin logs every request of DokuWiki. It logs the date, time, ip, username, host name,…

123456