Besides the part where there are two of the same command above, the LAST hack of a cgi file has you return to ultimatebb.cgi for:
#######################
# ultimatebb.cgi open #
#######################
########
#find :#
########
if ($ubb eq 'get_topic') {
require "$vars_config{CGIPath}/ubb_get_topic.cgi";
&get_topic($in{f}, $in{t}); exit;
} #end get_topic
#################
# replace with :#
#################
if ($in{counterhit} eq '') {$in{counterhit} = "no"}
if ($ubb eq 'get_topic') {
require "$vars_config{CGIPath}/ubb_get_topic.cgi";
&get_topic($in{f}, $in{t},$in{counterhit}); exit;
} #end get_topic
Well, The code doesn't look like that because there is a bunch of Who's online code there. Also why would you have us go BACK to ultimatebb.cgi again after it was already hacked earlier in your instruction?
Was this added by mistake?
[ June 21, 2001 01:15 AM: Message edited by: Rinkrat ]