Look for: (line 127 in my config.asp)
Dim SubCount, MySubCount
add the following:
Dim strPMLimit, strPMStatus
Look for: (line 390 in my confog.asp)
strShowQuickReply = Application(strCookieURL & "STRSHOWQUICKREPLY")
add the following:
strPMLimit = cint(Application(strCookieURL & "STRPMLIMIT"))
strPMStatus = Application(strCookieURL & "STRPMSTATUS")
Hope that helps.