diff --git a/LOGO.png b/LOGO.png index 9c5dd87..3d872fc 100644 Binary files a/LOGO.png and b/LOGO.png differ diff --git a/index.php b/index.php index ccacf68..d82f751 100644 --- a/index.php +++ b/index.php @@ -6,8 +6,11 @@ if (strpos($_SERVER['REQUEST_URI'], 'index.php') !== false) { } $searchsite = ['https://www.ecosia.org/search?q=', - 'https://search.lilo.org/?q=', - 'https://www.givero.com/search?q=']; + 'https://search.lilo.org/?q=', + 'https://www.givero.com/search?q=', + 'https://elliotforwater.com/Search?q=', + 'https://search.givewater.com/serp?q=' + ]; $q = $_GET['q']; if (isset($q)) { @@ -25,7 +28,7 @@ if (isset($q)) { - Search for planet + Search for Planet @@ -70,7 +73,7 @@ if (isset($q)) {
  • Issues
  • Liberapay
  • Powered by Dummy-X
  • -
  • Mastodon
  • +
  • in collaboration with Mastodon Italia
  • @@ -90,7 +93,7 @@ function goSearch($q, $searchsite) { $q = urlencode($q); $idx = rand(1,sizeof($searchsite))-1; - $query = $searchsite[$idx].$q.'&src=searchforplanet.org'; + $query = $searchsite[$idx].$q; header('Location: '.$query); }