speedd 发表于 2013-5-13 11:29

谁懂asp文件 进来帮我看下 - -

如何将扣除天数改为小时呢

<!--#include file="../conn.asp"-->
<!--#include file="../fangsql.asp"-->
<%
if request.querystring("防IE输入验证")="保存管理端信息" then
dim xitongmoshi,zhidingshijian,zengsongshijian,zhuanbangkouchutianshu,gonggao,shifoutishigonggao,banbenshezhi,yemiangonggao
xitongmoshi=request("系统模式")
zhidingshijian=request("指定时间")
zengsongshijian=request("赠送时间")
zhuanbangkouchutianshu=request("转绑扣除天数")
gonggao=request("公告")
shifoutishigonggao=request("是否提示公告")
banbenshezhi=request("版本设置")
yemiangonggao=request("页面公告")
if instr(1,zhidingshijian," ")<>0 or instr(1,zengsongshijian," ")<>0 or instr(1,zhuanbangkouchutianshu," ")<>0 or instr(1,banbenshezhi," ")<>0 then
   response.write("指定模式使用时间、赠送时间、扣除天数或系统版本设置里不能有空格")
   response.end
end if
if len(xitongmoshi)=0 or len(zhidingshijian)=0 or len(zengsongshijian)=0 or len(zhuanbangkouchutianshu)=0 or len(banbenshezhi)=0 then
   response.write("保存的信息里不能为空.")
   response.end
end if
rs.open "select * from 系统设置信息",con,1,3
rs("系统模式")=xitongmoshi
rs("免费时段")=zhidingshijian
rs("赠送时间")=zengsongshijian
rs("转绑扣除天数")=zhuanbangkouchutianshu
rs("公告")=gonggao
rs("客户端是否提示公告")=shifoutishigonggao
rs("系统版本设置")=banbenshezhi
rs("页面公告")=yemiangonggao
rs.update
rs.close
response.write "保存系统管理信息成功."
response.end
end if
%>

dfgdf 发表于 2013-5-13 11:40

rs("转绑扣除天数")=zhuanbangkouchutianshu
把数据库改掉,改成小时

speedd 发表于 2013-5-13 11:57

明小子 发表于 2013-5-13 12:13

谢谢楼主,发自内心,您辛苦了,{:1_921:}

1354669803 发表于 2013-5-13 12:54

好像是飘零的网络验证啊?

speedd 发表于 2013-5-13 12:55

1354669803 发表于 2013-5-13 12:54 static/image/common/back.gif
好像是飘零的网络验证啊?

是CC网络验证
页: [1]
查看完整版本: 谁懂asp文件 进来帮我看下 - -