Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: The New MadBomber Marketing and SEO Forum
Topic ID: 626
Message ID: 2
#2, RE: BlogBomb question
Posted by JeannieCrabtree on Nov-23-07 at 04:58 PM
In response to message #1
Thanks for answering that Kurt. I have other questions ...

For the config file for Blogbomb
1. If I want updates every 30 minutes would it be
$CACHE_EXPIRE = 60 * 30; ?

2.I put blogbomb inside a directory named feeds, so is this complete?
$FEEDSEARCH_SSI_URL = "http://mydomain.com/cgi-bin/feeds";;

I have uninstalled and installed twice and get a 404 page when I try to log into admin panel, so something is not quite right.

I did ask for a XML:arser to be installed and was told they had done so.

Thanks for the help.

### Configuration file for feedsearch.
### (C) 2003, Kurt Melvin
###

$CACHE_EXPIRE = 60 * 30; # In seconds (60 * 60 * 24 = Once a day).

$DEFAULT_RESULTS = 10;
$MIN_RESULTS = 3;
$MAX_RESULTS = 15;

$ADMIN_PASSWORD = "mypass";

$FEEDSEARCH_SSI_URL = "http://mydomain.com/cgi-bin/feeds";;