[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Search engine and MySQL !
- Subject: [cobalt-users] Search engine and MySQL !
- From: "Frank Volpe" <frank@xxxxxxxxxxxxxxx>
- Date: Wed Sep 27 19:36:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello,
I have a Cobalt RaQ3 server "Unix".
I'm new to this, I need to install a search engine to one of my clients
site. The search engine is a Perl cgi script call Simple Search. My client
database is MySQL.
Database name is test / userinfo.* ( one of my questions is where that MySQL
store the data files ? and which is the ext or format.* (dat, etc.?
The script look like this;
# Define Variables # I haven't change the script yet...
$basedir = '/mnt/web/guide/worldwidemart/scripts/'; ( which ext and where
the are located )?
$baseurl = 'http://worldwidemart.com/scripts/';
@files = ('*.shtml','demos/links/*.html','demos/guest/*.html');
$title = "Matt's Script Archive";
$title_url = 'http://worldwidemart.com/scripts/';
$search_url = 'http://worldwidemart.com/scripts/demos/search/search.html';
# Done
descripcion:
Simple Search allows you to integrate a keyword and boolean search program
into your site so that users can search specified text and HTML documents.
It then returns a list of filenames (displayed based on their title tag
found in the HTML page) which matched the specified keyword(s). There are
several downloading options available below and more information on this
script can be found in the Readme file.
I don't know if I can integrated the database ( MySQL ) with this script,
Thank you very much for any help that you can give me !
Frank