⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lq.asp

📁 网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点:无须安装客户端] 主要功能模块:管理 公文 车辆 通知 档案 值班 人事 审批 仓库 主界面 软件下载 个
💻 ASP
字号:
<%Response.Buffer=true 
Response.CacheControl = "no-cache" 
Response.AddHeader "Pragma", "no-cache" 
if Session("hxf_u_nickname")=""  then  Response.Redirect "../error.asp?id=440" 
response.expires=0 
username=session("hxf_u_nickname") 
if Application("hxf_lq")=0 then 
%> 
<script> 
alert('现在还没有钱可以捡,也太贪心了吧你!'); 
window.close(); 
</script> 
<% 
response.end 
end if 
Set conn=Server.CreateObject("ADODB.CONNECTION") 
Set rs=Server.CreateObject("ADODB.RecordSet") 
connstr=Application("hg_connstr") 
conn.open connstr 
sql="update 用户 set 银两=银两+"& Application("hxf_lq") &" where 姓名='"&username&"'" 
conn.execute sql 
   Application.Lock 
sd=Application("hxf_c_sd") 
line=int(Application("hxf_c_line")) 
Application("hxf_c_line")=line+1 
for i=1 to 171 
 sd(i)=sd(i+9) 
next 
sd(172)=line 
sd(173)=1 
sd(174)=0 
sd(175)="消息" 
sd(176)="大家" 
sd(177)="660099" 
sd(178)="660099" 
sd(179)="对" 
sd(180)="<font color=red>【捡钱】今天真是走运,出门都有钱砸到我的脑袋上,呵。。。因此:["&username&"]得到了"& Application("hxf_lq") &"奖金</font>" 
Application("hxf_c_sd")=sd 
Application.UnLock 
Application.Lock 
Application("hxf_lq")=0 
Application.UnLock 
%> 
<script> 
alert('捡钱成功'); 
window.close(); 
</script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -