科汛官网
技术论坛
网校培训
渠道代理
按主题
按作者
登录
注册
账号通
注册
找回密码
账号
记住
密码
首页
微博
门户
论坛
3G版
话题
开发动态
产品发布
互动
NET系统
ASP系统
网校系统
微分销系统
模板下载
商业服务
会员
新人入驻
会员登录
我的空间
发表话题
我的帖子
查看新帖
服务
商业授权
网站建设
模板定制
增值服务
最新帖子
精华区
当前位置:
KESION官方论坛
>>
KESION 产品讨论&交流
>>
ASP产品使用交流区
>> 查看帖子
<<返回列表
上一个主题
下一个主题
打印本帖
复制本帖地址
发表帖子
发起投票
37170
查看
81
回复
主题:注意了 V6.5 SP1在使用过程中有BUG或建议就提交到这里来吧
[
收藏主题
]
转到:
加为好友
发送消息
空间 |
微博 |
邮件 |
QQ号码
用户:
一生有你
性别:
男
积分:
72521分
威望:
59448
帖子:
10439
精华:
41
广播:
0
粉丝:
18
登录次数:
1969 次
注册时间:
2006/7/1 21:27:00
最后登录:
2021/8/25 13:00:28
一生有你
当前离线
10439
主题
0
广播
18
粉丝
级别:
版主
用户积分:72521 分
登录次数:1969 次
注册时间:2006/7/1
最后登录:2021/8/25
一生有你
发表于:2010/4/1 15:52:00 |
显示全部帖子
查看该作者主题
楼主
做线上考试培训 就选#科汛网校
以下是引用
qdsunyu
在2010-3-17 17:41:00的发言:
以下内容含脚本,或可能导致页面不正常的代码
科汛V6.5 最新版出现 (3月16日补丁打上了,没打上也一样错误)急!!!!
Microsoft VBScript 运行时错误 (0x800A0009)
下标越界: 'rndReg'
/User/reg/index.asp, 第 254 行
这个是代码 请大家帮帮我 官方请帮我
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%option explicit%>
<!--#include file="../../Conn.asp"-->
<!--#include file="../../KS_Cls/Kesion.CommonCls.asp"-->
<!--#include file="../../KS_Cls/Kesion.Label.CommonCls.asp"-->
<!--#include file="../../KS_inc/md5.asp"-->
<%
'****************************************************
' Software name:Kesion CMS 6.0
' Email: service@kesion.com . QQ:111394,9537636
' Web: http://www.kesion.com http://www.kesion.cn
' Copyright (C) Kesion Network All Rights Reserved.
'****************************************************
Dim KSCls
Set KSCls = New UserReg
KSCls.Kesion()
Set KSCls = Nothing
Class UserReg
Private KS, KSRFObj,FileContent,RegAnswerID,rndReg
Private Sub Class_Initialize()
Set KS=New PublicCls
Set KSRFObj = New Refresh
End Sub
Private Sub Class_Terminate()
Call CloseConn()
Set KS=Nothing
End Sub
Public Sub Kesion()
IF KS.Setting(21)=0 Then
Response.Redirect "../../plus/error.asp?action=error&message=" & Server.URLEncode("<li>对不起,本站暂停新会员注册!</li>")
Response.End
End IF
If KS.S("Action")="Next" Then
Call Step2()
Else
Call Step1()
End If
End Sub
'注册会员第一步
Sub Step1()
If KS.Setting(117)="" Then Response.Write "请先到""基本信息设置->模板绑定""进行模板绑定操作!":response.end
FileContent = KSRFObj.LoadTemplate(KS.Setting(117))
FCls.RefreshType="UserRegStep1"
If Trim(FileContent) = "" Then FileContent = "模板不存在!"
FileContent = ReplaceRegLable(FileContent) '替换通用标签 如{$GetWebmaster}
FileContent = KSRFObj.KSLabelReplaceAll(FileContent) '替换函数标签
Response.Write FileContent
End Sub
'注册会员第二步
Sub Step2()
Dim SQL,K,N,InputStr,O_Arr,O_Len,F_V,O_Value,O_Text,BRStr,CanReg
Dim Verifycode:Verifycode=KS.S("Verifycode")
IF Trim(Verifycode)<>Trim(Session("Verifycode")) And KS.Setting(27)=1 then
Response.Write("")
Exit Sub
End If
Session("PassWord")=PassWord
End Sub
'会员类型
Function UserGroupList()
If KS.Setting(33)="0" Then UserGroupList="":Exit Function
Dim RS,Node
Call KS.LoadUserGroup()
If KS.ChkClng(KS.S("GroupID"))<>0 Then
Set Node=Application(KS.SiteSN&"_UserGroup").DocumentElement.SelectSingleNode("row[@id=" & KS.S("GroupID") & "]/@groupname")
If Not Node Is Nothing Then
UserGroupList="<span style="font-weight:bold;color:#ff6600">" & Node.Text &"</span><input type="hidden" value="'"" & KS.S("GroupID") & "' name="GroupID"/>"
End If
Set Node=Nothing
Else
For Each Node In Application(KS.SiteSN&"_UserGroup").DocumentElement.SelectNodes("row[@showonreg=1 && @id!=1]")
If UserGroupList="" Then
UserGroupList="<label><input type=""radio"" value=""" & Node.SelectSingleNode("@id").text & """ name=""GroupID"" checked="checked" />" & Node.SelectSingleNode("@groupname").text & "</label>(<span onclick=""mousepopup(event,'说明','" & Replace(Replace(Replace(Node.SelectSingleNode("@descript").text,"'","\'"),vbcrlf,"\n"),chr(10),"\n") & "',300)"" style=""cursor:default;color:red;text-decoration:underline"">说明</span>)"
Else
UserGroupList=UserGroupList & "<br /><label><input type=""radio"" value=""" & Node.SelectSingleNode("@id").text & """ name=""GroupID""/>" & Node.SelectSingleNode("@groupname").text & "</label>(<span onclick=""mousepopup(event,'说明','" & Replace(Replace(Replace(Node.SelectSingleNode("@descript").text,"'","\'"),vbcrlf,"\n"),chr(10),"\n") & "',300)"" style=""cursor:default;color:red;text-decoration:underline"">说明</span>)"
End If
Next
End If
End Function
Function IsShow(Show)
If Show =true Then
IsShow = ""
Else
IsShow = " Style='display:none'"
End If
End Function
End Class
%>
说明:
上面显示的是代码内容。您可以先检查过代码没问题,或修改之后再运行.
检查下后台防注册机选项里的选项有没有填写正确.不启用请关闭
做官网 就用科汛智能建站系统!
支持(
0
)
|
反对(
0
)
顶端
底部
<上一主题
|
下一主题 >
首 页
1
2
3
4
5
6
7
8
9
末 页
下一页
Powered By
KesionCMS
Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行3.34375秒 powered by
KesionCMS 9.0