账号通
    

账号  

密码  

3217

查看

6

回复
主题:[已答复]qq绑定用户名为数字时空间无法正常打开。 [收藏主题] 转到:  
一生有你 当前离线

10439

主题

0

广播

18

粉丝
添加关注
级别:版主

用户积分:72521 分
登录次数:1969 次
注册时间:2006/7/1
最后登录:2021/8/25
一生有你 发表于:2011/12/21 21:40:06   | 显示全部帖子 查看该作者主题 楼主 
科汛在线考试系统(NET)

这个问题只能注册时限制纯数字的用户


打开api/qq/qqbind.asp,看了下已经有限制了啊


lseIf Action="doreg" Then
         Dim UserNameLimitChar:UserNameLimitChar=Cint(KS.Setting(29))
   Dim UserNameMaxChar:UserNameMaxChar=Cint(KS.Setting(30))
   Dim EnabledUserName:EnabledUserName=KS.Setting(31)
         UserName=KS.R(KS.S("UserName"))
   If UserName = "" Or KS.strLength(UserName) > UserNameMaxChar Or KS.strLength(UserName) < UserNameLimitChar Then
       KS.Die ("<script>alert('请输入用户名(不能大于" & UserNameMaxChar & "小于" & UserNameLimitChar & ")');history.back();</script>")
   Elseif isnumeric(UserName) then
    KS.Die ("<script>alert('对不起,会员名不能是纯数字!');history.back();</script>")
   Elseif KS.HasChinese(username) and KS.ChkClng(KS.Setting(175))="0" then
       KS.Die("<script>alert('对不起,系统设置用户名不能含有中文!');history.back();</script>")
         ElseIF KS.FoundInArr(EnabledUserName, UserName, "|") = True Then

 
我爱世界杯,我爱KesionCMS.
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.20313秒 powered by KesionCMS 9.0