###########################
###ubb_new_reply.cgi open #
###########################
###
###find :
$go_to = "$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_topic&f=$in{f}&t=$in{t}";
###In Hit hack 2.01:
###replace with :
$go_to = "$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_topic&f=$in{f}&t=$in{t}&counterhit=no";
###but in Who is online 4.0:
###replace with :
$go_to = "$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_topic&f=$in{f}&t=$in{t}&inline=1";
###
###find :
&Transition("$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_topic&f=$in{f}&t=$in{t}",
"$vars_wordlets{thanks_for_posting}", "$this_subject");
###In Hit hack 2.01:
###replace with :
&Transition("$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_topic&f=$in{f}&t=$in{t}&counterhit=no",
"$vars_wordlets{thanks_for_posting}", "$this_subject");
###but In Anchor hack 7:
###replace with :
&Transition("$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_topic&f=$in{f}&t=$in{t}$doextra#$anchor"
, "$vars_wordlets{thanks_for_posting}", "$this_subject");
What can I do?? Plz help me!
