HI,
I'm going to try this again, sent a msg a few hours ago but I
see it never made the list.
I'm in need of some help, learning cgi and this week's lesson is
a simple search using the nms script.
I got the form page up, but I can't get it to search, I get no results
and I'm using a one word search that I *know* is on my site. When
I click the submit button, I do get the next page but no results on it.
Here is the code that I have plugged in right now.
BEGIN { $DEBUGGING = 0; }
my $basedir = 'public_html';
my $baseurl = 'http://www.puterbug.com/';
my @files = ('*');
my $title = "Search PuterBug.com";
my $title_url = 'http://www.puterbug.com';
my $search_url = '../search.html';
my @blocked = ('public_html/billing/');
my $emulate_matts_code = 0;
my $style = '';
my $charset = 'iso-8859-1';
I've tried various different configs but no luck, this is where it's at
right now.
I also have several more folders that I need to add to the blocked section
and don't know how to put in more than one (and don't even know if I have
that right). Here are the instructions for this:
@blocked
This is an array of files that will be blocked. Full names,
relative to $basedir are needed. These files will NEVER show up
in any search results. If $emulate_matts_code is set to 0 then
this may contain regular expressions to match the files to be
blocked.
Thanks,
Deb
www.puterbug.com
www.watertownweb.net
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
