- Joined
- Jul 19, 2002
- Messages
- 2,972
- Reaction score
- 1
Hi,
I guess this is a question for someone using the SmartSearch script.
I am trying to set up a DB of scripts for my site www.Scriptn.com but I am having some problems. Has anyone ever built a DB of site listings and if so could you share the structure with me. I am not 100% sure how it is done.
This is the section which refers to what I would like to do in the vars.cgi file
###########
# IF you want to include results from another database on your site, provide the full path and file name here.
# Otherwise, leave it blank.
$db_file = '';
# What is the delimiter (character that seperates the data) in that file?
# If it's a tab space, put \t
# Some characters might require you to put a backslash infront, such as a | would need to be \|
$db_delimiter = '\|';
# Which field can the title, description and URL be found in?
# Example:
# If a line in your file has username,title,date,url,description,password
# then title=2, description=5, and url=4.
$db_title = '1';
$db_desc = '2';
$db_url = '3';
#
###########
Thanks for any help you can provide on this subject.
Mike
I guess this is a question for someone using the SmartSearch script.
I am trying to set up a DB of scripts for my site www.Scriptn.com but I am having some problems. Has anyone ever built a DB of site listings and if so could you share the structure with me. I am not 100% sure how it is done.
This is the section which refers to what I would like to do in the vars.cgi file
###########
# IF you want to include results from another database on your site, provide the full path and file name here.
# Otherwise, leave it blank.
$db_file = '';
# What is the delimiter (character that seperates the data) in that file?
# If it's a tab space, put \t
# Some characters might require you to put a backslash infront, such as a | would need to be \|
$db_delimiter = '\|';
# Which field can the title, description and URL be found in?
# Example:
# If a line in your file has username,title,date,url,description,password
# then title=2, description=5, and url=4.
$db_title = '1';
$db_desc = '2';
$db_url = '3';
#
###########
Thanks for any help you can provide on this subject.
Mike