<%'============================================================ ' Copyright 2007-09 燃点真情. All Rights Reserved. ' Last Update: 2008-3-22 13:28 ' ADD:wap.nowtx.cn ' E-Mail: xivn@163.com QQ:531233814 ' WAP源码之家-手机:http://wapvy.cn电脑:http://www.wapvy.cn '============================================================ %> <%Call Head() dim rs1,sql1,id id=request.QueryString("class") if id="" or IsNumeric(id)=False then Call Error("

ID无效!") end if Set rs1 = Server.CreateObject("ADODB.Recordset") sql1="Select * from class where active=0 and classid="&id rs1.open sql1,conn,1,1 if rs1.eof then Call Error("

栏目不存在!") end if classname=rs1("class") paycent=rs1("cent") payID=rs1("payID") opera=rs1("opera") prentmm=rs1("prentmm") vipin=rs1("vipin") rs1.close set rs1=nothing Response.Write"

" if opera=2 then browsers=Lcase(Left(Request.ServerVariables("HTTP_USER_AGENT"),4)) if browsers="oper" or browsers="winw" or browsers="wapi" or browsers="mc21" or browsers="up.b" or browsers="upg1" or browsers="upsi" or browsers="qwap" or browsers="jigs" or browsers="java" or browsers="alca" or browsers="wapj" or browsers="cdr/" or browsers="nec-" or browsers="fetc" or browsers="r380" or browsers="winw" or browsers="mozi" or browsers="mozi" or browsers="m3ga" then Call Error("请用手机访问!") end if end if if clng(vipin)>0 then if myid=0 then Response.write "请您先登陆..."& chr(13) Response.write "
返回" & chr(13) Response.write "

" Response.end end if if clng(getvip(myjb,myjy))1 then Call Error("只限VIP"&clng(vipin)&"级会员进入!") end if end if if usb(request("mm"))<>"" then Session("prentpass")=usb(request("mm")) if prentmm<>"0" and Session("prentpass")<>prentmm and keys<>1 then response.write"本栏目已加密,请输入密码进入
" response.write"
" response.write"确定进入" response.write"" response.write"
" Response.write "返回上级" Response.write "

" Response.end end if if paycent<>0 then if Instr(","&payID&",",","&myid&",") > 0 or keys=1 then else response.write "查看此页面需用"&paycent&getcent&",确定要查看吗?" response.write "
是的" Response.write "
取消" response.write "

" response.end end if end if if myid=0 then Response.write "欢迎您:登陆/注册
----------
"& chr(13) else '检查有几条新留言 dim newguest newguest = 0 IF myid > 0 THEN newguest = ForNewGuest(myid) END IF if newguest > 0 then Response.write "您有"&newguest&"条新消息
"& chr(13) end if end if Dim i,p set rs = server.createobject("adodb.recordset") rs.open"select lx,class,classid,lid,url,img,wmltxt,num,relid,br from class where parent="&id&" and active=0 order by pid asc",conn,1,1 if rs.eof then response.write("栏目建设中..
") else rs.Move(0) dim j j=1 do while not rs.EOF if rs("lx")="0" then Response.Write""&ubb(rs("class"))&""& chr(13) elseif rs("lx")="1" then Response.Write""&ubb(rs("class"))&""& chr(13) elseif rs("lx")="2" then Response.Write""&ubbcode(rs("wmltxt"))&""& chr(13) elseif rs("lx")="3" then Response.Write""&ubb(rs("class"))&""& chr(13) elseif rs("lx")="4" then Response.Write""&ubb(rs("class"))&""& chr(13) elseif rs("lx")="5" then response.write "" & ubb(rs("class")) & "" & Chr(13) elseif rs("lx")="20" then Response.Write""&ubb(rs("class"))&""& chr(13) ElseIf rs("lx") = "8" Then Call adstr(1) elseif rs("lx")="9" then Response.Write""&usb(rs("wmltxt"))&""& chr(13) elseif rs("lx")="10" then call newtitle(rs("num"),rs("relid")) elseif rs("lx")="11" then call hottitle(rs("num"),rs("relid")) elseif rs("lx")="12" then call wendtitle(rs("num"),rs("relid")) elseif rs("lx")="16" then call newpic(rs("num"),rs("relid")) elseif rs("lx")="17" then call hotpic(rs("num"),rs("relid")) elseif rs("lx")="18" then call wendpic(rs("num"),rs("relid")) elseif rs("lx")="21" then call newsell(rs("num"),rs("relid")) elseif rs("lx")="22" then call relsell(rs("num"),rs("relid")) elseif rs("lx")="23" then call jjsell(rs("num"),rs("relid")) elseif rs("lx")="19" then response.write "
"& chr(13) response.write "
" response.write "搜 文章"& chr(13) response.write ""& chr(13) response.write ""& chr(13) response.write ""& chr(13) response.write "图片"& chr(13) response.write ""& chr(13) response.write ""& chr(13) response.write ""& chr(13) end if if rs("br")="1" then response.write "
" rs.MoveNext j=j+1 loop end if rs.close set rs=nothing conn.close set conn=nothing Response.write "

" %>