Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Joe Stump  >  Miester Search  >  README  >  Download  
File: README
Role: ???
Content type: text/plain
Description: Duh
Class: Miester Search
Author: By
Last change:
Date: 2000-12-10 21:07
Size: 1,013 bytes
 

Contents

Class file image Download
Miester Search v0.1
By:     Joe Stump <joestump98@yahoo.com>
Date:   2000-12-10
URL:    http://www.miester.org/software

1.) Edit the search.config and put in the tables you wish to be indexed. Also,
    update your DB username, password, etc.
2.) Run setup.php (php -q or lynx -source)
3.) Run dictionary.php - it will take some time depending on the size of the
    tables being indexed.
4.) Run index_tables.php - again this will take some time depending on the size
    of the tables being indexed.
5.) Check to see if everything went fine by doing the following queries on your
    DB:

    - "SELECT COUNT(*) FROM ${table}_dictionary"
    - "SELECT COUNT(*) FROM ${table}_index"

    Change ${table} to the names of the tables you indexed.
6.) Alter search.php and change the table names to the table names that are in
    you search.config. You will also want to edit how it outputs the data. The
    examples should give you a guideline as to how that works.

Have fun!

--Joe