/ssep-search-engine-php-ajax

A site search engine script build with PHP and Ajax, that can be used to Crawl and Index pages from your web sites, to add Search Functionality to Your Web Site.

Primary LanguagePHP

SSEP - Site Search Engine PHP-Ajax

This is a completly Free and Open Source Site Search engine script that uses MySQL to store your website's indexed pages, to add Search Functionality to Your Web Site. It is build with PHP and JavaScript (search results are loaded via Ajax).
The search system combine MySQL full text with SQL regexp, and words weight according to their location in HTML elements, to determine the relevance of the search results.

• Download Page: http://coursesweb.net/php-mysql/ssep-site-search-engine-php-ajax_s2

• Demo Page: http://coursesweb.net/scripts/ssep/admin.php

Features

- Intuitive and easy to use Admin Panel, with a simple adminstration interface, and info mark description to each function.
- Suports both PDO and MySQLi for accessing MySQL databases in PHP.
- Crawl and index web site pages automatically (can follow redirects).
- Options to control indexed URLs: by link's Depth, by Maximum number of URLs to crawl, by URL Must-Include, or Must-Exclude "strings".
- Crawl and index the links in the XML Sitemap.
- You can register to Crawl and Index multiple domains.
- Stop words excluded from searches.
- Option to remove parts of the page / HTML elements from being indexed.
- Keeps in the indexed content the text added in the "alt" attribute of the <img> tags (which are outside the removed parts).
- Option to Build XML Sitemap with the indexed pages.
- Easy to translate in other languages.
- The Search results are loaded via Ajax (without refreshing the search page). This option can also be disabled.
- Paginated serch results.
- Option to choose Infinite or Standard pagination.
- List with last and top searches.
- The search results are ordered by a Score calculated according to the HTML elements in which the searched word is located (Title, Description, H1, Strong, ... and other tags, eaven the URL page address).
- Cache files system for the search results.
- Search Page with valid HTML5 format, and Responsive design (working on Mobile Device too).
- CSS and HTML template easy to customize it, to add new elements in search page, and to change the design.

Requirements

- PHP 5.4+
- MySQL 5.2+
- Modern Browser with JavaScript enabled (Mozilla-Firefox, Google-Chrome, Opera, Internet-Explorer 9+).

Other Specifications

• The SSEP script uses by default PDO for connecting to MySQL database. If your server not support PDO, the script will use MySQLi.
• You can Add to Crawl and Index multiple domains, BUT the Search Page can be used to search in a single domain.
- The SSEP script crawls and indexes only the local links, that points to pages of the current selected domain in Admin Panel.

http://coursesweb.net/