/plugin/badbehaviour/bad-behavior/ |
H A D | core.inc.php | 164 @$ua = $headers_mixed['User-Agent']; 166 …if (stripos($ua, "bingbot") !== FALSE || stripos($ua, "msnbot") !== FALSE || stripos($ua, "MS Sear… 171 …} elseif (stripos($ua, "Googlebot") !== FALSE || stripos($ua, "Mediapartners-Google") !== FALSE ||… 176 …} elseif (stripos($ua, "Yahoo! Slurp") !== FALSE || stripos($ua, "Yahoo! SearchMonkey") !== FALSE)… 183 if (stripos($ua, "MSIE") !== FALSE) { 185 if (stripos($ua, "Opera") !== FALSE) { 192 } elseif (stripos($ua, "Konqueror") !== FALSE) { 196 } elseif (stripos($ua, "Opera") !== FALSE) { 200 } elseif (stripos($ua, "Safari") !== FALSE) { 204 } elseif (stripos($ua, "Lynx") !== FALSE) { [all …]
|
H A D | common_tests.inc.php | 36 @$ua = $package['headers_mixed']['User-Agent']; 38 if (!strcmp($package['request_method'], "POST") && empty($ua)) { 59 …if (strncmp($ua, "MovableType", 11) && strncmp($ua, "URI::Fetch", 10) && strncmp($ua, "php-openid/… 75 strpos($ua,'CoralWebPrx') === FALSE) {
|
H A D | blacklist.inc.php | 101 @$ua = $package['headers_mixed']['User-Agent']; 104 $pos = strpos($ua, $spambot); 111 if (strpos($ua, $spambot) !== FALSE) { 117 if (preg_match($spambot, $ua)) {
|
/plugin/preservefilenames/ |
H A D | common.php | 62 $ua = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ''; 69 } elseif (preg_match('/(?:Gecko\/|Opera\/| Opera )/', $ua)) { 74 && strpos($ua, 'Safari/') !== false 75 && strpos($ua, 'Chrome/') === false 76 && preg_match('/Version\/[4-9]/', $ua) 77 && !preg_match('/Mac OS X 10_[1-4]_/', $ua) 85 && strpos($ua, 'Safari/') !== false 86 && strpos($ua, 'Chrome/') === false
|
/plugin/formatplus2/ |
H A D | script.js | 7 jQuery.uaMatch = function( ua ) { argument 8 ua = ua.toLowerCase(); 9 var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) || 10 /(webkit)[ \/]([\w.]+)/.exec( ua ) || 11 /(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) || 12 /(msie) ([\w.]+)/.exec( ua ) || 13 ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec( ua ) || [];
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | wordblock.conf | 1427 https?:\/\/([^\/]*\.)?bzxs\.org\.ua 2102 https?:\/\/([^\/]*\.)?dcx\.org\.ua 2388 https?:\/\/([^\/]*\.)?ed2k\.net\.ua 2393 https?:\/\/([^\/]*\.)?edonline\.ua\.edu 3047 https?:\/\/([^\/]*\.)?frt3\.org\.ua 3789 https?:\/\/([^\/]*\.)?invest1\.org\.ua 5035 https?:\/\/([^\/]*\.)?oip\.org\.ua 5762 https?:\/\/([^\/]*\.)?qsc7\.org\.ua 6756 https?:\/\/([^\/]*\.)?thg\.org\.ua 6835 https?:\/\/([^\/]*\.)?tipw\.org\.ua [all …]
|
/plugin/statdisplay/helper/ |
H A D | log.php | 222 $ua = trim(join(' ', array_slice($parts, 11)), '" '); 223 if ($ua) { 224 $ua = $this->ua($ua); 225 $this->logdata[$month]['useragent'][$ua] = 226 isset($this->logdata[$month]['useragent'][$ua]) ? 227 $this->logdata[$month]['useragent'][$ua] + 1 : 299 private function ua($useragent) function in helper_plugin_statdisplay_log 301 $ua = new Browser($useragent); 302 list($version) = explode('.', $ua->getVersion()); 305 return trim($ua->getBrowser() . ' ' . $version);
|
/plugin/quickstats/ |
H A D | action.php | 72 $this->ua_file = metaFN($ns . 'ua' , '.ser'); 456 $this->ua = unserialize(io_readFile($this->ua_file,false)); 457 if(!$this->ua) $this->ua = array(); 458 if(!isset($this->ua['counts'])) { 459 $this->ua['counts'] = array(); 462 if(!isset($this->ua['counts'][$browser])) { 463 $this->ua['counts'][$browser]=1; 465 else $this->ua['counts'][$browser]++; 467 if(!isset($this->ua[ [all...] |
H A D | style.css | 14 div.quickstats.basics span.title, div.quickstats.ip span.title, div.quickstats.ua span.title, 54 div.quickstats.misc span.title, div.quickstats.page span.title, div.quickstats.countries span.title, div.quickstats.ua span.title {} 58 div.quickstats.ua {}
|
H A D | style.wide.css | 14 div.quickstats.basics span.title, div.quickstats.ip span.title, div.quickstats.ua span.title,
55 div.quickstats.misc span.title, div.quickstats.page span.title, div.quickstats.countries span.title, div.quickstats.ua span.title {}
59 div.quickstats.ua {}
|
H A D | script.js | 160 var ua =document.getElementById('user_agent');
161 var option = ua.options[ua.selectedIndex];
|
H A D | admin.php | 256 $this->get_Options('ua') ; 356 else if($which == 'ua') { 358 foreach($this->user_agents as $ua) { 359 ptln("<option value='$ua'> $ua" . NL);
|
H A D | HOW-TO | 75 ~~QUICKSTATS:ua<;;depth>~~ 84 ~~QUICKSTATS:<month_year>&ua<;;depth>~~ 109 ua:
|
/plugin/statistics/inc/ |
H A D | StatisticsLogger.class.php | 24 $ua = $bc->getBrowser($this->ua_agent); 25 $this->ua_name = $ua->Browser; 27 if($ua->Crawler) $this->ua_type = 'robot'; 28 if($ua->isSyndicationReader) $this->ua_type = 'feedreader'; 29 $this->ua_version = $ua->Version; 30 $this->ua_platform = $ua->Platform; 325 $ua = addslashes($this->ua_agent); 346 ua = '$ua', 398 $ua [all...] |
H A D | Browscap.php | 1029 $ua = str_replace('%v', self::VERSION, $this->userAgent); 1030 $ua = str_replace('%m', $this->_getUpdateMethod(), $ua); 1032 return $ua;
|
/plugin/issuelinks/classes/ |
H A D | ServiceProvider.php | 59 $ua = $className::WEBHOOK_UA; 61 $userAgents[$ua] = $className;
|
/plugin/feedaggregator/ |
H A D | action.php | 53 $ua = 'Mozilla/4.0 (compatible; DokuWiki feedaggregator plugin '.wl('', '', true).')'; 54 $simplepie->set_useragent($ua);
|
/plugin/database2/ |
H A D | syntax.php | 166 $ua = explode(',',trim($this->getConf('develusers'))); 167 … if (in_array($INFO['user'], $ua) && is_file(dirname(__FILE__) . '/database2.dev.php')) {
|
/plugin/galleryv1.5/ |
H A D | script.js | 108 var ua = navigator.userAgent; 110 this.isGecko = ua.match(/Gecko\//); 111 this.isSafari = ua.match(/AppleWebKit/); 114 this.isWinIE = ua.match(/Win/); 115 this.isMacIE = ua.match(/Mac/); 116 this.isNewIE = (ua.match(/MSIE 5\.5/) || ua.match(/MSIE 6\.0/));
|
/plugin/webdav/core/Backend/ |
H A D | LocksFile.php | 27 $lockInfo->ua = @$_SERVER['HTTP_USER_AGENT'];
|
/plugin/statistics/ |
H A D | db.sql | 8 `ua` VARCHAR(255) 219 `ua` VARCHAR(255) NOT NULL,
|
/plugin/fckg/action/ |
H A D | edit.php | 132 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']); 133 if(strpos($ua, 'msie') !== false) { 2757 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']); 2758 if(strpos($ua,'chrome') !== false) {
|
/plugin/codemirror/dist/modes/ |
H A D | javascript.min.js | 1 …ua)}if(b=="|"||b=="&")return C(qa);if(a=="string"||a=="number"||a=="atom")return C(ua);if(a=="[")r… function
|
/plugin/webdav/ |
H A D | admin.php | 154 echo "<td>{$lock->ua}</td>";
|
/plugin/ckgdoku/action/ |
H A D | edit.php | 126 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']); 127 if(strpos($ua, 'msie') !== false) { 1237 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']); 1238 if(strpos($ua,'chrome') !== false) {
|