%@ CodePage=65001 Language="VBScript"%> <% GetConfigVariables SetupDatabase dim rsForums, sResult, vUserInfo, sImgWidth set rsForums = server.createObject("ADODB.Recordset") if (bBBSRegistrationRequired = 1 or bBBSAuthorizationRequired = 1) and (sLogonType <> "ok") then response.redirect sValidatedBaseURL & "/logon.asp?error=needregistration" end if if (sLogonType = "ok") then vUserInfo = GetUserInfo(sUsername) end if if iBBSAvatarWidth > 0 then sImgWidth = "width=""" & iBBSAvatarWidth & """" else sImgWidth = "width=""50""" end if %>