quote:
Originally posted by Shaggy
You'll have to go into the database and alter it manually. Alternatively, you can it to the INSERT statement when people register so that it sets M_PMEMAIL to the new value.
I came up with this:
register.asp
line 140/442: strSql = strSql & ", M_PMEMAIL"
strSql = strSql & ", M_PMRECEIVE"
line 185/585: strSql = strSql & ", 1"
strSql = strSql & ", 1"
I put the values after M_SHA256, as they appear in that order in the database, is that right