I think I found a "miss" in members.asp
Roughly starting at line #218:
The line highlited in red should read: iMemberCount = ""
if iPageTotal > 0 then
set rs = Server.CreateObject("ADODB.Recordset")
rs.open strSql & strSql2 & strSql3 & strSql4 & strSql5, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText
arrMemberData = rs.GetRows(intGetRows)
iMemberCount = UBound(arrMemberData, 2)
rs.close
set rs = nothing
else
iTopicCount = ""
end if
else 'end MySql specific code