###########################
#ubb_topic_maint.cgi open #
###########################
#########
#find : #
#########
# get forum post count
###################
#BELOW that ADD:: #
###################
open (FILE, "<$vars_config{NonCGIPath}/$exact_path/$in{t}.hit");
$in=;
$oldhit=$in;
close (FILE);
chmod (0666, "$vars_config{NonCGIPath}/$exact_path/$in{t}.hit");
--------------------------------------------------
# get forum post count
This one is two times into the file....which one do you mean?