Showing posts with label source. Show all posts
Showing posts with label source. Show all posts

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

Sunday, May 22, 2016

PHP Source Code Utility Script

Highlight PHP syntax and optionally add line numbers to PHP source code or files, with several output options. Files to highlight are chosen in a form and temporarily uploaded to the remote server, or you can use this script on your local server to aid PHP development.

Download PHP Source Code Utility Script