Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpebosi <mail@pebosi.net>2015-06-30 13:35:43 +0300
committerpebosi <mail@pebosi.net>2015-06-30 13:35:43 +0300
commit345eeb51b1b0887802a11aae4382d4f445705796 (patch)
tree9ee26880fd66522104bcebf005a80a30b667ee21 /core/DataFiles
parente155fb548454d10c7c700a3bb73922f09166f4f0 (diff)
Add SearchEngine Hostnames
Diffstat (limited to 'core/DataFiles')
-rw-r--r--core/DataFiles/SearchEngines.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/DataFiles/SearchEngines.php b/core/DataFiles/SearchEngines.php
index c72a6503cd..748733a268 100644
--- a/core/DataFiles/SearchEngines.php
+++ b/core/DataFiles/SearchEngines.php
@@ -458,6 +458,7 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) {
'www.delta-search.com' => array('Google', 'q'),
'www1.delta-search.com' => array('Google', 'q'),
'search.1und1.de' => array('Google', 'q', 'web?q={k}'),
+ 'suche.1und1.de' => array('Google', 'q', 'web?q={k}'),
'search.zonealarm.com' => array('Google'),
'start.lenovo.com' => array('Google', 'q', 'search/index.php?q={k}'),
'wow.com' => array('Google'),
@@ -570,7 +571,9 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) {
'webfetch.com' => array('InfoSpace'),
'webcrawler.com' => array('InfoSpace'),
'search.kiwee.com' => array('InfoSpace'),
-
+ 'searches.vi-view.com' => array('InfoSpace'),
+ 'search.webssearches.com' => array('InfoSpace'),
+
// old infospace system
'wsdsold.infospace.com' => array('InfoSpace', '/\/[^\/]+\/ws\/results\/[^\/]+\/([^\/]+)/', 'pemonitorhosted/ws/results/Web/{k}/1/417/TopNavigation/Source/'),
@@ -982,6 +985,7 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) {
// Web.de
'suche.web.de' => array('Web.de', array('su', 'q'), 'search/web/?su={k}'),
+ 'm.suche.web.de' => array('Web.de'),
// Web.nl
'www.web.nl' => array('Web.nl', 'zoekwoord'),