Okiday, copy hit reply with quote to this thread, copy the following code block into an empty text file. save it as AUFix.asp, and upload it to your forum directory. Then run yourdomain.com/forum/AUFix.asp in your browser.
Delete the file from your forum directory once its done.
Let me know if you have any further problems.
<!--#include file="config.asp"-->
<!--#include file="inc_functions.asp"-->
<!--#include file="inc_top.asp"-->
<%
strSql = "INSERT INTO " & strMemberTablePrefix & "CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intAURecord','0')"
my_conn.execute strSql
strSql = "INSERT INTO " & strMemberTablePrefix & "CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strAURecordDate','0')"
my_conn.execute strSql
Response.write "<br><br><p align=""center"">Update Complete</p><p align=""center""><a href=""default.asp"">Return To Forum</a><br><br>"
WriteFooter()
%>