| /plugin/iptrust2/ |
| D | admin.php | 32 $ips = @file(DOKU_CONF.'iptrust.conf', FILE_SKIP_EMPTY_LINES); 33 if ($ips && (sizeof($ips) > 0)) { 34 if (in_array($ip."\n", $ips)) { 44 $ips = @file(DOKU_CONF.'iptrust.conf', FILE_SKIP_EMPTY_LINES); 45 if ($ips && (sizeof($ips) > 0)) { 46 $count = sizeof($ips); 51 $i = array_search($ip."\n", $ips); 53 array_splice($ips, $i, 1); 60 if (sizeof($ips) < $count) { 61 io_saveFile(DOKU_CONF.'iptrust.conf', join('', $ips)); [all …]
|
| D | action.php | 51 $ips = @file(DOKU_CONF.'iptrust.conf', FILE_SKIP_EMPTY_LINES); 52 if (!$ips || !in_array($ip."\n", $ips)) { 69 $ips = @file(DOKU_CONF.'iptrust.conf', FILE_SKIP_EMPTY_LINES); 70 if (!$ips || !in_array($ip."\n", $ips)) {
|
| /plugin/iptrust/ |
| D | admin.php | 44 $ips = @file(DOKU_CONF.'iptrust.conf', FILE_SKIP_EMPTY_LINES); 45 if ($ips && (sizeof($ips) > 0)) { 46 if (in_array($ip."\n", $ips)) { 56 $ips = @file(DOKU_CONF.'iptrust.conf', FILE_SKIP_EMPTY_LINES); 57 if ($ips && (sizeof($ips) > 0)) { 58 $count = sizeof($ips); 63 $i = array_search($ip."\n", $ips); 65 array_splice($ips, $i, 1); 72 if (sizeof($ips) < $count) { 73 io_saveFile(DOKU_CONF.'iptrust.conf', join('', $ips)); [all …]
|
| D | action.php | 44 $ips = @file(DOKU_CONF.'iptrust.conf', FILE_SKIP_EMPTY_LINES); 45 if (!$ips || !in_array($ip."\n", $ips)) { 54 $ips = @file(DOKU_CONF.'iptrust.conf', FILE_SKIP_EMPTY_LINES); 55 if (!$ips || !in_array($ip."\n", $ips)) {
|
| /plugin/tplmod/ |
| D | action.php | 141 $ips = $this->getConf('ips'); 142 $ips = trim($ips); 143 if(!empty($ips)) { 145 $ips = explode(',',$ips); 148 $ips = array(); 155 $this->logos($ips,$remote_addr,$dateorip); 156 $this->tags($ips,$remote_addr,$dateorip); 159 $this->logos($ips,$remote_addr,$dateorip); 162 $this->tags($ips,$remote_addr,$dateorip); 165 $this->wiki_names($ips,$remote_addr,$dateorip); [all …]
|
| /plugin/botbouncer/ |
| D | action.php | 41 $ips = array(); 43 $ips[] = $_SERVER['REMOTE_ADDR']; 45 $ips[] = $_SERVER['HTTP_X_FORWARDED_FOR']; 81 'ips' => $ips,
|
| /plugin/quickstats/ |
| D | syntax.php | 26 private $ips; variable in syntax_plugin_quickstats 324 $this->ips = unserialize(io_readFile($this->ip_file,false)); 325 if(!$this->ips) $this->ips = array(); 335 $this->ips = unserialize(io_readFile($this->ip_file,false)); 336 if(!$this->ips) $this->ips = array(); 410 $uniq = $this->ips['uniq']; 411 unset($this->ips['uniq']); 412 $this->sort($this->ips); 416 $total_accesses = $this->table($this->ips,$renderer,true,true,true);
|
| D | action.php | 31 private $ips; variable in action_plugin_quickstats 319 $this->ips = unserialize(io_readFile($this->ip_file,false)); 320 if(!$this->ips) $this->ips = array(); 327 io_saveFile($this->ip_file,serialize($this->ips)); 434 $this->ips['uniq'] = 0; 442 if(!array_key_exists($ip, $this->ips)) { 443 $this->ips[$ip] = 0; 444 $this->ips['uniq'] = (!isset($this->ips['uniq'])) ? 1 : $this->ips['uniq'] += 1; 447 $this->ips[$ip] += 1; 453 $this->ips=array();
|
| /plugin/abortlogin/ |
| D | plugin.info.txt | 6 desc prevents attempt to login from non-accepted ips
|
| D | README.md | 4 Allowed ips are set in the Configuration Manager as a comma separated list
|
| /plugin/calendar/classes/ |
| D | RateLimiter.php | 64 $ips = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); 65 $ip = trim($ips[0]);
|
| D | AuditLogger.php | 212 $ips = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); 213 return trim($ips[0]);
|
| /plugin/botbouncer/lib/ |
| D | mollom.php | 229 …ll, $authorUrl = null, $authorEmail = null, $authorOpenId = null, $authorId = null, $ips = array()) argument 249 if (!sizeof($ips)) { 252 $authorIp = $ips[0];
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
| D | vocab.bpe | 7683 Ġsh ips 8786 Ġt ips 11660 Ġl ips 11760 Ġch ips 17376 ĠPhill ips 18912 Ġcl ips 21243 Ġh ips 27304 ĠT ips 31691 cl ips 33587 Ġsl ips [all …]
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |