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: 467
Message ID: 14
#14, RE: Coming Next Month: GodfatherBomb!
Posted by Kurt on Jan-09-10 at 00:15 AM
In response to message #13
LAST EDITED ON Jan-09-10 AT 00:18 AM (PST)
 
Hey Calvin,

I finally got a response...See if this works, this is from Kirill, the programmer. Hope this helps...

NOTE: This forum messes with the code...Look for double semi-colons:
;;



The user needs to patch the
data/config.pl file in the BlogBomb directory, commenting out the
lines
if (exists $ENV{HTTP_HOST} and exists $ENV{SCRIPT_NAME}) {
$SCRIPT_URL = "http://$ENV{HTTP_HOST}$ENV{SCRIPT_NAME}";;
if ($SCRIPT_URL =~ /^(.*)\/<^\/>+/) {
$FEEDSEARCH_SSI_URL = $1;
}
}

and setting a valid value for the parameter:

$FEEDSEARCH_SSI_URL = "http://domain.tld/cgi-bin/blogbomb";;