The Fix:
Around line 853 in post.asp you will find this line:
<input name="Sig" type="checkbox" value="yes"<% If intSig = 1 Then Response.Write " checked" End If %>>Check here to include your profile signature.<br>
Replace it with:
<input name="Sig" type="checkbox" value="yes" checked<% If intSig = 1 Then Response.Write " checked" End If %>>Check here to include your profile signature.<br>
-----
Alex "Sniper" Togstad
News and Review Editor
Files Retreat :: http://files.3dretreat.com
3d Retreat :: www.3dretreat.com