Friday, May 27, 2016

Open Source Meta Search Engine PHP Script

This is a meta search engine software. It can query several other search engines and collate their results into a final result set. This way you can merge multiple data sources into one search.

Requirements:

  • Web Server: Apache
  • PHP 5.2.0 or later
  • Mod_rewrite
  • GD library

Features:

  • There is a search queries log file.
  • Option to highlight keywords within results.
  • Templates usage. You can control the html code of the page footer, header, results, etc.
  • Depending on the hardware and network it can handle 100,000 - 1,000,000 requests a day.
  • The software has a modular structure.
  • Modules currently included: web(results are returned from Google , Bing , Ask) , images (results are returned from Google , Bing) , news (results are returned from Google , Bing), videos (results are returned from Bing)

Download Open Source Meta Search Engine PHP Script