【修改项目】用户注册模块
【适用版本】SiteWeaver
【修改内容】查找Reg目录User_Reg.asp文件内的Call ReplaceCommonLabel,在其下添加以下代码即可:
If CheckUserLogined=True then FoundErr = True ErrMsg = ErrMsg & "<li><center><font color=#ff0000>对不起,您已是本站注册用户,请勿重复注册!</font><br><br>您的用户名是 <font color=#99000><b>"&username&"</b></font><br><a href='/'><font color=#666666><< 返回首页</font></a> <a href='/user/'><font color=#666666>用户中心>></font></a><center></li>" Call WriteErrMsg(ErrMsg, ComeUrl) Response.End End If