The best Meta Search engine running on simple PHP servers that keeps privacy and ease of use in mind!
Go to file
Arnan de Gans 86d0d57dc8 Version 1.1
A quality of life update - Mostly.

1.1 - December 21, 2023
- [new] API search for EZTV TV Shows.
- [new] config.default.php with default settings.
- [new] New option 'imdb_id_search' in 'special' settings in config.php.
- [new] New option 'show_zero_seeders' in config.php.
- [new] Special result and torrent redirect for IMDb IDs.
- [new] Replaced image search with Yahoo! Images.
- [new] Styled 'reset' button for search fields.
- [tweak] Removed 'raw_output' option.
- [tweak] Re-arranged results array to be more logical/easy to use.
- [tweak] Re-arranged code for results to do no double checks for search results.
- [tweak] Added more user-agents.
- [tweak] Torrent results page.
- [tweak] Sanitize scraped data earlier in the process.
- [tweak] Consistent single quotes for arrays.
- [tweak] Consistent spaces, tabs and newlines.
- [fix] Inconsistent input height for search field vs search button.
- [fix] Better check if a search is currency conversion or not.
- [fix] Typos in help.php.
2023-12-21 04:02:42 -06:00
assets Version 1.1 2023-12-21 04:02:42 -06:00
engines Version 1.1 2023-12-21 04:02:42 -06:00
functions Version 1.1 2023-12-21 04:02:42 -06:00
apple-touch-icon.png Initial release 2023-12-05 16:11:28 -06:00
config.default.php Version 1.1 2023-12-21 04:02:42 -06:00
favicon.ico Initial release 2023-12-05 16:11:28 -06:00
goosle.htaccess Initial release 2023-12-05 16:11:28 -06:00
help.php Version 1.1 2023-12-21 04:02:42 -06:00
index.php Version 1.1 2023-12-21 04:02:42 -06:00
LICENSE Initial commit 2023-11-30 21:21:16 -06:00
readme.md Version 1.1 2023-12-21 04:02:42 -06:00
results.php Version 1.1 2023-12-21 04:02:42 -06:00
robots.txt Initial release 2023-12-05 16:11:28 -06:00

Goosle

A fast, privacy oriented meta search engine that just works.
Kept simple so everyone can use it and to make sure it works on most (basic) webservers.

Host for yourself and friends, with a access hash key. Or set up a public search website.

After-all, finding things should be easy and not turn into a chore.

Goosle Mainpage

Features

  • Search on DuckDuckGo
  • Search on Google.com
  • Image search through Yahoo! Images
  • Search for magnet links on popular Torrent sites
  • Special searches for; Currency conversion, Dictionary, Wikipedia and php.net
  • Instant password generator on the home page
  • Randomized user-agents for to prevent profiling by search providers
  • Works on any hosting package that does PHP7.4 or newer
  • Optional: Access key as a very basic way to keep your server to yourself
  • Optional: Speed up repeat searches with APCu cache if your server has it

What Goosle does not have.

  • Trackers and Cookies
  • User profiles or user controllable settings
  • Javascripts or Frameworks

And yet it just works...

If you like Goosle, or found a use for it, please support my work and donate.

Screenshots

Goosle Mainpage Goosle Search results Goosle Torrent results

Requirements

Any basic webserver/webhosting package with PHP7.4 or newer.
Tested to work on Apache with PHP8.2.

Installation

  1. Unzip the download.
  2. In the main directory. Copy config.default.php to config.php.
  3. Edit config.php file and set your preferences.
  4. Upload all files to your webserver, for example to the root folder of a subdomain (eg. search.example.com) or a sub-folder on your main site (eg. example.com/search/)
  5. Rename goosle.htaccess to .htaccess
  6. Load the site in your browser. If you've enabled the access hash add ?a=YOURHASH to the url.
  7. Let me know where you installed Goosle :-)

Notes:

  • The .htaccess file has a redirect to force HTTPS as well as browser caching instructions ready to go.
  • The robots.txt has a rule to prevent all crawlers from crawling Goosle. But keep in mind that not every crawler obeys this file.
  • The access hash is NOT meant as a super secure measure and only works for surface level prying eyes.

Have fun finding things!

Disclaimer

Goosle started as a fork of LibreY, and ended up as a rewrite and something different completely. While the code structure remains largely the same, most functions have been rewritten or altered to work as I need it to.
Search results take design cues from DuckDuckGo and the torrent search has been modified to show more useful information where possible.
Goosle does not index, store or distribute torrent files. If you like, or found a use for, what you downloaded, you should probably buy a legal copy of it.

The name Goosle is my last name with an L added in. Translate it from Dutch. Not in any way a derivation of Google and DuckDuckGo combined 😉

Support

Goosle comes with limited support.
You can post your questions on Github or on my support forum on ajdg.solutions.
Or say hi on Telegram.

Changelog

1.1 - December 21, 2023

  • [new] API search for EZTV TV Shows.
  • [new] config.default.php with default settings.
  • [new] New option 'imdb_id_search' in 'special' settings in config.php.
  • [new] New option 'show_zero_seeders' in config.php.
  • [new] Special result and torrent redirect for IMDb IDs.
  • [new] Replaced image search with Yahoo! Images.
  • [new] Styled 'reset' button for search fields.
  • [tweak] Removed 'raw_output' option.
  • [tweak] Re-arranged results array to be more logical/easy to use.
  • [tweak] Re-arranged code for results to do no double checks for search results.
  • [tweak] Added more user-agents.
  • [tweak] Torrent results page.
  • [tweak] Sanitize scraped data earlier in the process.
  • [tweak] Consistent single quotes for arrays.
  • [tweak] Consistent spaces, tabs and newlines.
  • [fix] Inconsistent input height for search field vs search button.
  • [fix] Better check if a search is currency conversion or not.
  • [fix] Typos in help.php.

1.0.2 - December 7, 2023

  • [change] More useful error response when search doesn't work.
  • [change] EngineRequest::request_successful() now provides a boolean response.
  • [change] Removed versioning indicator from help page.
  • [change] Added version indicator to results.php and help.php footer.
  • [change] 'Nope, Go away!' for unauthorized users changed to 'Goosle'.
  • [fix] Magnet links for torrents no longer opening in new tabs.

1.0.1 - December 5, 2023

  • [fix] mktime() getting intermittent strings in 1337x crawler.
  • [fix] mktime() getting intermittent strings in nyaa crawler.

1.0 - December 5, 2023

  • Initial release