Thanks Nikkol, but the only thing I see in there is:
'## Forum Log ###
if Len(Request.Form("Name")) > Int(strUNlimit) then
Err_Msg = Err_Msg & "<li>Your UseName can not be greater than " & Int(strUNlimit) & " characters</li>"
end if
'## Forum Log End ###
Is there a way to adjust the strUNlimit?