Here is how strForumTimeAdjust is being used in the files.....
Searching for: strForumTimeAdjust
active.asp(50): Response.Cookies(strCookieURL & "Reload").expires = strForumTimeAdjust + 365
active.asp(71): lastDate = DateToStr(DateAdd("h",-1,strForumTimeAdjust))
active.asp(73): lastDate = DateToStr(DateAdd("d",-1,strForumTimeAdjust))
active.asp(75): lastDate = DateToStr(DateAdd("ww",-1,strForumTimeAdjust))
active.asp(77): lastDate = DateToStr(DateAdd("m",-1,strForumTimeAdjust))
config.asp(69): dim strDateType, strTimeAdjust, strTimeType, strForumTimeAdjust
config.asp(501): strForumTimeAdjust = DateAdd("h", strTimeAdjust , Now())
forum.asp(60): Response.Cookies(strCookieURL & "NumDays").expires = strForumTimeAdjust + 365
forum.asp(69): defDate = DateToStr(dateadd("d", -(nDays), StrToDate(strForumTimeAdjust)))
inc_functions.asp(606): StrToDate = "" & strForumTimeAdjust
inc_functions.asp(627): TempLastHereDate = DateAdd("d",-10,strForumTimeAdjust)
inc_functions.asp(631): TempLastHereDate = DateAdd("d",-10,strForumTimeAdjust)
inc_functions.asp(640): strSql = strSql & " SET M_LASTHEREDATE = '" & DateToStr(strForumTimeAdjust) & "'"
inc_functions.asp(983): strSql = strSql & " SET M_LASTPOSTDATE = '" & DateToStr(strForumTimeAdjust) & "' "
inc_functions.asp(1186): Response.Cookies(strUniqueID & "User").Expires = dateAdd("d", 30, strForumTimeAdjust)
inc_functions.asp(1330): Response.Cookies(strUniqueID & "User").Expires = dateAdd("d", 30, strForumTimeAdjust)
inc_functions.asp(1343): 'Response.Cookies(strUniqueID & "User").Expires = dateadd("d", -2, strForumTimeAdjust)
pop_profile.asp(192): strStartDate = DateToStr(dateadd("d", -30, strForumTimeAdjust))
post_info.asp(92): txtMessage = txtMessage & ChkString(STRdbntUserName, "display") & " on " & ChkDate(DateToStr(strForumTimeAdjust)) & " " & ChkTime(DateToStr(strForumTimeAdjust))
post_info.asp(113): strSql = strSql & " SET F_LAST_POST = '" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(121): strSql = strSql & " SET T_LAST_POST = '" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(142): strSql = strSql & " SET T_LAST_POST = '" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(225): txtMessage = txtMessage & Chkstring(STRdbntUserName, "display") & " on " & ChkDate(DateToStr(strForumTimeAdjust)) & " " & ChkTime(DateToStr(strForumTimeAdjust))
post_info.asp(460): strSql = strSql & ", '" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(462): strSql = strSql & ", '" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(483): strSql = strSql & " SET F_LAST_POST = '" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(569): strSql = strSql & ", " & "'" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(581): strSql = strSql & " SET T_LAST_POST = '" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(593): strSql = strSql & " SET F_LAST_POST = '" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(690): strSql = strSql & ", " & "'" & DateToStr(strForumTimeAdjust) & "'"
post_info.asp(797): strSql = strSql & ", " & "'" & DateToStr(strForumTimeAdjust) & "'"
register.asp(201): strSql = strSql & ", " & "'" & DateToStr(strForumTimeAdjust) & "'"
register.asp(209): strSql = strSql & ", " & "'" & DateToStr(strForumTimeAdjust) & "'"
search.asp(111): strSql = strSql & " AND (T_DATE > '" & DateToStr(dateadd("d", -dt, strForumTimeAdjust)) & "')"
Found 34 occurrence(s) in 8 file(s)
Brad