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: 433
Message ID: 1
#1, RE: 1 BlogBomb - Installation - Videos
Posted by mmurtha on Nov-21-07 at 11:25 AM
In response to message #0
LAST EDITED ON Nov-21-07 AT 11:28 AM (PST)
 
Hey Kurt,

I ran into a small problem or discrepancy between the videos and what Ihave in the actual BlogBomb.pl file:

The read me and the video says to change the password from "Test" to something else. Well, I don't have that linew of code in the pl file.

This is what my file reads:

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

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

$DEFAULT_RESULTS = 10;
$MIN_RESULTS = 1;
$MAX_RESULTS = 20;

$SSI_TEMPLATE = q(
<a href="{url}">{title}</a><br>
{description}<br> </br>
);

$QUERY_TIMEOUT = 30;


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

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;
}
}

$data = {};
require "../fatbomb/data/config.dat" if -f "../fatbomb/data/config.dat";
$ADMIN_PASSWORD = $data->{ADMIN_PASSWORD};
$ADMIN_PASSWORD = 'changeme' unless $ADMIN_PASSWORD;

1;

###
### END
##############################################################################

As you can see, it is totally different then what Jeff has in his.

I checked some of my older ones Qurill installed, and the pl files read like the one I posted.

What do you suggest in this case?

Do I just add this line here:

>$ADMIN_PASSWORD = "test";<

Thanks...


Mary


Btw, if you don't want the code in an actual post, please feel free to delete it!