diff --git a/plugins/SEO/Metric/Alexa.php b/plugins/SEO/Metric/Alexa.php index e8f795624139505ddb06ac2cac2453bf6e1bf4ec..ef9a73a5ec2388e2982fe3187b70ada5eee63ade 100644 --- a/plugins/SEO/Metric/Alexa.php +++ b/plugins/SEO/Metric/Alexa.php @@ -10,7 +10,6 @@ namespace Piwik\Plugins\SEO\Metric; use Piwik\Http; use Piwik\NumberFormatter; -use Piwik\Plugins\Referrers\SearchEngine; use Psr\Log\LoggerInterface; /** @@ -43,7 +42,7 @@ class Alexa implements MetricsProvider $value = null; } - $logo = SearchEngine::getInstance()->getLogoFromUrl('http://alexa.com'); + $logo = "plugins/SEO/images/alexa.com.png"; $link = self::LINK . urlencode($domain); return array( diff --git a/plugins/SEO/Metric/Bing.php b/plugins/SEO/Metric/Bing.php index b0805548d4181ec325afb0e2f8362da1e0567f69..325af694924fcf743fa367a274f0b32e1b690a92 100644 --- a/plugins/SEO/Metric/Bing.php +++ b/plugins/SEO/Metric/Bing.php @@ -10,7 +10,6 @@ namespace Piwik\Plugins\SEO\Metric; use Piwik\Http; use Piwik\NumberFormatter; -use Piwik\Plugins\Referrers\SearchEngine; use Psr\Log\LoggerInterface; /** @@ -47,7 +46,7 @@ class Bing implements MetricsProvider $pageCount = null; } - $logo = SearchEngine::getInstance()->getLogoFromUrl('http://bing.com'); + $logo = "plugins/SEO/images/bing.com.png"; return array( new Metric('bing-index', 'SEO_Bing_IndexedPages', $pageCount, $logo, null, null, 'General_Pages') diff --git a/plugins/SEO/Metric/Dmoz.php b/plugins/SEO/Metric/Dmoz.php index 05e8e1a0e902a89f95dc76b41c394a9f98e4ff7d..b1f3567f066fe1797a5a72392b1422b48b4116df 100644 --- a/plugins/SEO/Metric/Dmoz.php +++ b/plugins/SEO/Metric/Dmoz.php @@ -10,7 +10,6 @@ namespace Piwik\Plugins\SEO\Metric; use Piwik\Http; use Piwik\NumberFormatter; -use Piwik\Plugins\Referrers\SearchEngine; use Psr\Log\LoggerInterface; /** @@ -54,7 +53,7 @@ class Dmoz implements MetricsProvider $value = null; } - $logo = SearchEngine::getInstance()->getLogoFromUrl('http://dmoz.org'); + $logo = "plugins/SEO/images/dmoz.org.png"; return array( new Metric('dmoz', 'SEO_Dmoz', $value, $logo) diff --git a/plugins/SEO/Metric/Google.php b/plugins/SEO/Metric/Google.php index 4247ec138f701e507b7b8a8303ec4802a54e3e7d..c96e7fbb16d022cd85ef9789eec4b59d13616392 100644 --- a/plugins/SEO/Metric/Google.php +++ b/plugins/SEO/Metric/Google.php @@ -10,7 +10,6 @@ namespace Piwik\Plugins\SEO\Metric; use Piwik\Http; use Piwik\NumberFormatter; -use Piwik\Plugins\Referrers\SearchEngine; use Psr\Log\LoggerInterface; /** @@ -37,7 +36,7 @@ class Google implements MetricsProvider { $pageCount = $this->fetchIndexedPagesCount($domain); - $logo = SearchEngine::getInstance()->getLogoFromUrl('http://google.com'); + $logo = "plugins/SEO/images/google.com.png"; return array( new Metric('google-index', 'SEO_Google_IndexedPages', $pageCount, $logo, null, null, 'General_Pages'), diff --git a/plugins/SEO/images/alexa.com.png b/plugins/SEO/images/alexa.com.png new file mode 100644 index 0000000000000000000000000000000000000000..0bc9c788871056168c90231f02e4aaf5bad229d7 Binary files /dev/null and b/plugins/SEO/images/alexa.com.png differ diff --git a/plugins/SEO/images/bing.com.png b/plugins/SEO/images/bing.com.png new file mode 100644 index 0000000000000000000000000000000000000000..8c798c92ac027d75290b75b081328b34a03906d7 Binary files /dev/null and b/plugins/SEO/images/bing.com.png differ diff --git a/plugins/SEO/images/dmoz.com.png b/plugins/SEO/images/dmoz.com.png new file mode 100644 index 0000000000000000000000000000000000000000..67349352de6e619ada1d91c7f7843b6e7e8f9073 Binary files /dev/null and b/plugins/SEO/images/dmoz.com.png differ diff --git a/plugins/SEO/images/google.com.png b/plugins/SEO/images/google.com.png new file mode 100644 index 0000000000000000000000000000000000000000..f860e432075147a45c25b1331a862cb332efcde0 Binary files /dev/null and b/plugins/SEO/images/google.com.png differ diff --git a/plugins/SEO/images/majesticseo.png b/plugins/SEO/images/majesticseo.png deleted file mode 100644 index a42875c250f7081411bb823bc4fc904b99e3735d..0000000000000000000000000000000000000000 Binary files a/plugins/SEO/images/majesticseo.png and /dev/null differ diff --git a/plugins/SEO/images/whois.png b/plugins/SEO/images/whois.png index 0d7ab965bb8774b095d8c1e3d64d2c13ccfda5ec..642c2a5c928f2e1ac06a3583aeea0bcbb4d55a1b 100644 Binary files a/plugins/SEO/images/whois.png and b/plugins/SEO/images/whois.png differ