Error: this proxy script is currently turned off. To turn it on, edit it's source code and set:

my $SECURITY_ENABLE = 1;
.


URL:
Search Terms:


Overview
========

The proxy.pl redirect script is a utility to be used with the Fluid Dynamics
Search Engine.

What It Does
============

Visitors who wish to view a search result can request this proxy.pl script
instead, with the destination URL passed as a parameter.  This proxy script
will request the URL on their behalf, and then display it to the visitor
with all search terms highlighted in bold yellow.  This should help the
visitor find the sought-after information.

More?  See: http://www.xav.com/scripts/search/help/1106.html

How To Enable
=============

First, install FDSE and make sure it works normally for normal search
results.

Next, test the proxy.pl script by requesting it directly.

Then edit the "line_listing.txt" template.  Add a link below the search
results as follows:

<BR><A HREF="proxy.pl?terms=%url_terms%&url=%url_url%">
View with Highlighted Search Terms</A>

On some systems, this script will be named proxy.pl, or proxy.cgi, or
proxy.somthing.  On those systems, simply use that alternate filename.

Copyright 2002 by Zoltan Milosevic; distributed under the same terms as FDSE.