active.asp
on line #240 insert the following line:
if allAllowedForums = "" then allAllowedForums = 0
then on line #270 change this line:
if strPrivateForums = "1" and allAllowedForums <> "" and mLev < 4 then
to this:
if strPrivateForums = "1" and mLev < 4 then
search.asp
on line #180 insert the following line:
if allAllowedForums = "" then allAllowedForums = 0
then on line #270 change this:
if strPrivateForums = "1" and allAllowedForums <> "" and mLev < 4 then
to this:
if strPrivateForums = "1" and mLev < 4 then