Download

You can download directly from here or open the SourceForge project page if you prefer to choose the version yourself.

Download now: Version 0.942

SourceForge files page

System requirements

The only thing you need is a web server, MySQL (>version 4 for Boolean search operators), PHP and of course TSEP. MySQL 4.1 or higher recommended.

Files

The application consists of several files of which we want to describe the most important here:

indexer.php
This file is used to read all the words you have used in your web pages and write them to the database
stopwords.php
This file enables you to specify words which should not be searched for (even) if the users enters them as search words.
tsepsearch.php
This is a premade search file which utilizes search.php. If you do not want to include TSEP into your own layout you can use this file for searching.
configuration.php
is used to configure TSEP. Here are all values configured except the database connection. (new in 0.912)
logview.php
shows you what people have searched and on which of the results they have clicked on (new in 0.912)
indexedit.php
lets you add / update / delete pages or words from a page out of the index (new in 0.911)
indexoverview.php
gives you a brief overview of the indexed pages. (new in 0.911)