Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#150381 - 02/11/0412:17 PMRe: script produced no output
#150383 - 02/11/0412:38 PMRe: script produced no output
Anonymous
Unregistered
Thanks Ron.....however this is what I find in trying to modify the path.....I don't see the "do" line.
######################################## NOTE TO USERS WHO ARE RUNNING UBB.classic IN THE NON-WRITABLE CGI-BIN SITUATION: # Modify the path in the following 'do' line to reflect the VariablesPath! # There is NO NEED to modify this line unless you are using a different # VariablesPath. PLEASE use the UBB's CGI directory as the VariablesPath # if at all possible. Thanks. ###########################################
eval { require "vars_config.cgi"; };
&CheckDollarAt($@);
# Figure out if we're properly configured if ( ( (!-e "$vars_config{VariablesPath}/vars_config.cgi") || (!-e "$vars_config{MembersPath}/last_number.cgi") || (!-e "$vars_config{CGIPath}/ultimatebb.cgi") || (!-e "$vars_config{NonCGIPath}/datelib.js") ) || ($vars_config{INITIAL_SETUP_FLAG})) { # need to configure the UBB print "Content-type: text/htmlnn"; require "ubb_setup.cgi"; &setup_bootstrap; exit(0); } # end unless