找回密码
 注册
【阿里云】2核2G云新老同享 99元/年,续费同价华为云精选云产品特惠做网站就用糖果主机Jtti,新加坡服务器,美国服务器,香港服务器
查看: 1193|回复: 14

有木ASP达人,帮忙看下

[复制链接]
发表于 2012 年 2 月 17 日 15:22:54 | 显示全部楼层 |阅读模式
悬赏100兑换券未解决
本帖最后由 破裤子 于 2012-2-17 16:51 编辑

用老Y的程序弄了个站,自带的留言本太不像样子了,网上找了一个bbs样式的,覆盖以前的留言本可以用就是有个问题,有个文章标题的变量<%=Title%>在后面的body区域可以正常显示,但放在<Title>跟</Title>之间就是显示不出来,导致的问题就是每篇帖子在浏览器的标题栏都没有标题,达人帮忙看下是个什么情况,本人小白。

网址如下:http://www.lianshiju.com/Guestbook.asp

代码如下:
  1. <!--#include file="Inc/conn.asp"-->
  2. <!--#include file="Inc/Function_Page.asp"-->
  3. <!--#include file="Inc.asp"-->
  4. <!--#include file="Inc/ubb.asp"-->
  5. <%
  6. '====================================================================================================================
  7. '===================================以下变量根据您的系统版本,可做适量更改!=========================================
  8. '--------------------------------------------------------------------------------------------------------------------
  9. xqiba_bbsname                ="交流讨论"                        '留言本名字  
  10. xqiba_Ver           =        3.0                                '系统版本
  11. xqiba_UserGroup1        =        UserInfo(LaoyID,0)                          '管理员验证
  12. xqiba_UserGroup2        =        1                                                    '管理员用户组验证
  13. xqiba_pingbi  = "由于该贴违反规定,已被管理员屏蔽!"                    '屏蔽贴显示的内容,双引号之间的内容可随意更改
  14. xqiba_ws  = "此贴还在审核当中,请等待管理员审核!"                    '屏蔽贴显示的内容,双引号之间的内容可随意更改
  15. xqiba_huiyan  = "您所在的用户组无查看此贴权限,请登陆"                '会员贴显示的内容,双引号之间的内容可随意更改
  16. xqiba_fengshu  = "对不起,您的积分不够,发贴赚够积分再来吧!"        '分数贴显示的内容,双引号之间的内容可随意更改
  17. xqiba_pagesize1        =        30                                                        '贴子列表显示数目                    注:不可含引号
  18. xqiba_pagesize2        =        10                                                        '贴子内容分页数目                     注:不可含引号
  19. '====================================================================================================================
  20. '=========================以下变量,不得更改,只做备用。可能以后升级时会用到!========================
  21. '--------------------------------------------------------------------------------------------------------------------
  22. xqiba_titile                =        SiteTitle                    '从系统读取站点名称        注:不得更改       
  23. xqiba_moneyname        =        moneyname                        '从系统读取金币名称        注:不得更改
  24. xqiba_IsUser                =        IsUser                             '从系统读取在线状态        注:不得更改
  25. xqiba_UserName        =        UserName                        '从系统读取在线用户名        注:不得更
  26. '--------------------------------------------------------------------------------------------------------------------
  27. xqiba_money1                =        money1                        '会员发表留言增加积分        注:不得更改
  28. xqiba_money2                =        money2                        '会员自己删除减少积分        注:不得更改
  29. xqiba_money3                =        money3                        '管理员删除留言减少积分        注:不得更改
  30. '--------------------------------------------------------------------------------------------------------------------
  31. xqiba_Class1        =        "玉器交流区"                '栏目1名称        注:可以更改里面的文字也可以增加
  32. xqiba_Class2        =        "宝石交流区"                '栏目2名称        注:可以更改里面的文字也可以增加
  33. xqiba_Class3        =        "贵重金属交流区"                '栏目3名称        注:可以更改里面的文字也可以增加
  34. xqiba_Class4        =        "聊天灌水区"                '栏目4名称        注:可以更改里面的文字也可以增加
  35. xqiba_Class5        =        "商家广告区"        '栏目5名称        注:可以更改里面的文字也可以增加
  36. '====================================================================================================================
  37. %>
  38. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  39. <html xmlns="http://www.w3.org/1999/xhtml">
  40. <head>
  41. <title>珠宝交流区<%=SiteTitle%>|<%=SiteTitle2%></title>
  42. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  43. <meta name="keywords" content="<%=Sitekeywords%>" />
  44. <meta name="description" content="<%=Sitedescription%>" />
  45. <link href="<%=SitePath%>images/css<%=Css%>.css" ID="skin" type=text/css rel=stylesheet>
  46. <link rel="shortcut icon" href="<%=SitePath%>images/myfav.ico" type="image/x-icon" />
  47. <script type="text/javascript" src="<%=SitePath%>inc/main.asp"></script>
  48. <script charset="utf-8" src="../KindEditor/kindeditor.js"></script>
  49. <script>
  50.         KE.show({
  51.                 id : 'Content',
  52.                                 autoSetDataMode: false,
  53.                                 afterCreate : function(id) {
  54.                                         KE.event.add(KE.$('myform'), 'submit', function() {
  55.                                                 KE.sync(id);
  56.                                         });
  57.                                 },
  58.                                 minWidth : 300,minHeight:300,allowUpload:false,
  59.                                 items:[ 'title', 'fontname', 'fontsize', '|', 'textcolor', 'bgcolor', 'bold',
  60. 'italic', 'underline', 'strikethrough', 'removeformat','|','justifyleft', 'justifycenter', 'justifyright',
  61. 'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript',
  62. 'superscript', '|', 'selectall', '-','undo', 'redo', 'cut', 'copy', 'paste',
  63. 'plainpaste', 'wordpaste', '|','image','flash', 'media', 'advtable', 'hr', 'emoticons', 'specialchar', 'link', 'unlink', '|','source', 'fullscreen', 'about', 'preview']
  64.         });
  65. </script>
  66. <SCRIPT LANGUAGE="JavaScript">
  67. <!-- Hide

  68. function killErrors() {
  69. return true;
  70. }

  71. window.onerror = killErrors;

  72. // -->
  73. </SCRIPT>


  74. </head>
  75. <body>
  76. <div class="mwall">
  77. <%=Head%>
  78. <%=Menu%><div class="mw">
  79. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  80.   <tr>
  81.     <td class="dh">
  82.                 您现在的位置:<a href="Index.asp">首页</a> >> <a href="guestbook.asp"><%=xqiba_bbsname%></a> </td>
  83.   </tr>
  84. </table>
  85. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  86. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  87.   <tr>
  88.     <td><div style="text-align:left;line-height:160%;margin:5px 0px;padding:5px;border:1px solid #ccc;background:#f7f7f7;">
  89.         <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  90.         <tr>
  91.           <td width="48%"><p align="left"><strong><font color="#FF0000">交流区版规:</font></strong><font color="#FF0000"><br />
  92.                          1、请各位遵守中华人民共和国的各项法律法规。<br />
  93.                          2、不要有任何非法的言论,不该说的不说。<br />
  94.                          3、严禁链接任何政治、宗教、迷信、YELLO等违法信息。<br />
  95.                          4、各位大侠如发现本站有程序或管理漏洞务请帮忙指正。<strong><br />
  96.                     <span style="font-size: 13px"><font  style="color:#ff0000">
  97.                     总之,只讨论珠宝翡翠相关话题,灌水区也请注意话题是否合适!</font ></span> <br />
  98.                     </strong></font></p>
  99.             </td>
  100.           <td width="52%" align="left" valign="middle">
  101.             <%Call ShowAD(16)%>
  102.           </td>
  103.         </tr>
  104.       </table></div></td>
  105.   </tr>
  106. </table>
  107. <tr>
  108.   <td style="padding-bottom:5px;">
  109.    
  110.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  111.                           <tr>
  112.                             <td width="22%" align="left">
  113.                             <% if request("id") then %>
  114.                                         <a href="#reply"><img src="Images/xqiba_reply.gif" border="0" /></a>
  115.                                 <%end if%>
  116.                                         <a href="?ac=add"><img src="Images/xqiba_new.gif" border="0" /></a>
  117.                                 </td>
  118.             <td width="500" align="left"><div style="float:right;width:470px;text-align:center;">今日发帖:<font color="#FF0000"><%=Mydb("Select Count([ID]) From ["&tbname&"_Guestbook] Where datediff('d',Now(),AddTime) = 0",1)(0)%></font>  昨日发帖:<%=Mydb("Select Count([ID]) From ["&tbname&"_Guestbook] Where datediff('d',Now(),AddTime) = -1",1)(0)%></div></td>
  119.                             <td width="19%" align="right"><table width="230" border="0" cellspacing="0" cellpadding="0">
  120.                   <tr><form id="form1" name="form1" method="get" action="">
  121.                     <td>
  122.                                             <input type="text" name="KeyWord" id="KeyWord" class="borderall"/>
  123.                                             
  124.                             </td>
  125.                     <td><input type="submit" name="button" id="button" value="搜索" class="borderall"/></td></form>
  126.                   </tr>
  127.                 </table>
  128.                                 </td>
  129.                           </tr>
  130.                           <tr>
  131.                                   <td>
  132.                                   </td>
  133.                           </tr>
  134.                 </table>
  135.    
  136.         <table width="100%" border="0" cellspacing="0" cellpadding="0">
  137.           <tr>
  138.         <td height="30" colspan="5" class="btitle">
  139.                 <ul class="tabber">
  140.                 <li><a href="Guestbook.asp">全部</a>&nbsp; ; ; ;&nbsp; ; ; ;<a href="Guestbook.asp?KeyWord=<%=xqiba_Class1%>"><%=xqiba_Class1%></a>&nbsp; ; ; ;&nbsp; ; ; ;<a href="Guestbook.asp?KeyWord=<%=xqiba_Class2%>"><%=xqiba_Class2%></a>&nbsp; ; ; ;&nbsp; ; ; ;<a href="Guestbook.asp?KeyWord=<%=xqiba_Class3%>"><%=xqiba_Class3%></a>&nbsp; ; ; ;&nbsp; ; ; ;<a href="Guestbook.asp?KeyWord=<%=xqiba_Class4%>"><%=xqiba_Class4%></a>&nbsp; ; ; ;&nbsp; ; ; ;<a href="Guestbook.asp?KeyWord=<%=xqiba_Class5%>"><%=xqiba_Class5%></a></li>
  141.         </ul>
  142. </td>
  143.           </tr>
  144.         </table>
  145. <p><% if request("id")="" and request("ac")="" then%>
  146. </p>
  147.         
  148.     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bbsborder">
  149.       <tr> </tr>
  150.       <tr>
  151.         <td width="40" height="30" align="center"> 
  152.           <div align="center"></div></td>
  153.         <td width="120" align="left"> <div align="center"><strong>发布者</strong></div></td>
  154.         <td width="100">
  155.           <div align="center"><strong>类别</strong></div></td>
  156.         <td> <div align="center"><strong>标&nbsp; ; ; ;&nbsp; ; ; ;&nbsp; ; ; ;&nbsp; ; ; ;题</strong></div></td>
  157.         <td width="120">
  158. <div align="center"><strong>最后回复</strong></div></td>
  159.         <td width="95"><strong>回复数/点击数</strong></td>
  160.       </tr>
  161.       <%
  162. Set mypage=new xdownpage
  163. mypage.getconn=conn
  164.                 Dim KeyWord,stype
  165.                 KeyWord=CheckStr(request("KeyWord"))
  166.                 stype=LaoYRequest(request("stype"))
  167.         If KeyWord<>"" then
  168.         mypage.getsql=server.createobject("adodb.recordset")
  169.                         If stype=1 or stype="" then
  170.                                 mypage.getsql="select * from "&tbname&"_Guestbook where yn=1 and xqiba_ReID=0 and InStr(1,LCase(Title),LCase('"&keyword&"'),0)<>0 or InStr(1,LCase(xqiba_class),LCase('"&keyword&"'),0)<>0 order by xqiba_Top desc,ReTime desc"
  171.                         elseIf stype=2 then
  172.                                 mypage.getsql="select * from "&tbname&"_Guestbook where yn=1 and xqiba_ReID=0 and UserName = '"&keyword&"' order by xqiba_Top desc,ReTime desc"
  173.                         End if
  174.         else
  175.         mypage.getsql="select * from "&tbname&"_Guestbook where yn=1 and xqiba_ReID=0 order by xqiba_Top desc,ReTime desc"
  176.         end if
  177. mypage.pagesize=xqiba_pagesize1
  178. set rs=mypage.getrs()

  179. NoI=0
  180. for i=1 to mypage.pagesize
  181.     if not rs.eof then
  182. NoI=NoI+1

  183. set rs1 = server.CreateObject ("adodb.recordset")
  184. sql="select * from "&tbname&"_User where UserName='"& rs("UserName") &"'"
  185. rs1.open sql,conn,1,1

  186. set rs2 = server.CreateObject ("adodb.recordset")
  187. sql="select * from "&tbname&"_User where UserName='"& rs("xqiba_ReUser") &"'"
  188. rs2.open sql,conn,1,1
  189. %>
  190.       <tr>
  191.         <td width="40" height="40" align="center" class="bb"> <div align="center"><a href="?id=<%= rs("id") %>" target="_blank">
  192.             <% if rs("xqiba_Top")=1 then%>
  193.             <img src="images/xqiba_topic.gif" border="0" />
  194.             <%else%>
  195.             <img src="images/xqiba_normal.gif" border="0" /></a>
  196.             <%end if%>
  197.           </div></td>
  198.         <td width="120" align="left" class="bb"> <div align="center"><span>
  199.             <%if rs1.EOF and rs1.BOF then %>
  200.             <%= iparray(rs("UserName")) %>
  201.             <% else %>
  202.             <a href="?stype=2&keyword=<%=rs("UserName")%>">
  203.             <%response.write left(rs("UserName"),15)%>
  204.             </a>
  205.             <% end if%>
  206.             </span><br />
  207.             <span class="date"><%=rs("AddTime")%></span> </div></td>
  208.         <td width="100" align="left" valign="middle" class="bb">
  209.           <div align="center"><a href="Guestbook.asp?KeyWord=<%=rs("xqiba_class")%>"><%=rs("xqiba_class")%></a>&nbsp; ; ; ;</div></td>
  210.         <td align="center" class="bb"> <div align="left"><a href="?id=<%= rs("id") %>">
  211.             <% if rs("xqiba_Top")=1 then%>
  212.             <b><font color="#8C149A"><%=left(rs("Title"),25)%></font></b>
  213.             <%else%>
  214.             <% if rs("xqiba_jh")=1 then%>
  215.             <b><font color="red"><%=left(rs("Title"),25)%></font></b>
  216.             <%else%>
  217.             <% if rs("xqiba_hy")=1 or rs("xqiba_fs")>0 then%>
  218.             <b><font color="#0D7B00"><%=left(rs("Title"),25)%></font></b>
  219.             <%else%>
  220.             <% if rs("xqiba_pb")=1 or rs("yn")=0 then%>
  221.             <b><font color="#FF99FF"><%=left(rs("Title"),25)%></font></b>
  222.             <%else%>
  223.             <%=left(rs("Title"),25)%>
  224.             <% end if%>
  225.             <% end if%>
  226.             <% end if%>
  227.             <% end if%>
  228.             </a>
  229.             <%If rs("xqiba_jh")=1 then Response.Write(" <img alt=""精华贴"" src=""images/xqiba_digest.gif"">") end if%>
  230.             <%If rs("xqiba_hy")=1 or rs("xqiba_fs")>0 then Response.Write(" <img alt=""会员贴,请登陆查看"" src=""images/xqiba_dl.gif"">") end if%>
  231.             <%If rs("xqiba_pb")=1 or rs("yn")=0 then Response.Write(" <img alt=""此帖已被管理员屏蔽或还在审核"" src=""images/xqiba_pb.gif"">") end if%>
  232.           </div></td>
  233.         <td width="120" class="bb">
  234.           <div align="center"><span class="user">
  235.             <%if rs2.EOF and rs2.BOF then response.write iparray(rs("xqiba_ReUser")) else response.write left(rs("xqiba_ReUser"),15) end if%>
  236.             </span><br />
  237.             <span class="date"><%=rs("ReTime")%></span> </div></td>
  238.         <td class="bb" width="95"> <%=rs("xqiba_Replies")%> / <font class="black"><%=rs("xqiba_Views")%></font>
  239.         </td>
  240.       </tr>
  241.       <%
  242. rs.movenext
  243.     else
  244. exit for
  245.     end if
  246. next
  247.   %>
  248.     </table>
  249.         <div id="page">
  250.                 <ul style="float:left;text-align:left;padding-bottom:10px;">
  251.             <%=mypage.showpage()%>
  252.     </ul>
  253.         </div>
  254. <%end if%>

  255. <% if request("id") then
  256. If request("id")="" then
  257. Call Alert("不正确的ID","guestbook.asp")
  258. end if
  259.         set rs3 = server.CreateObject ("adodb.recordset")
  260.         sql="select * from "&tbname&"_GuestBook where ID="&request("id")&""
  261.         rs3.open sql,conn,1,3
  262.                 if rs3("xqiba_ReID") > 0 then
  263.                         Response.write("<script>location.href='Guestbook.asp?id="&rs3("xqiba_ReID")&"';</script>")
  264.                 else
  265.                         id=CInt(Trim(request("id")))
  266.                 end if
  267. Set mypage=new xdownpage
  268. mypage.getconn=conn
  269. mypage.getsql="select * from "&tbname&"_Guestbook where id="&id&" or xqiba_ReID="&id&" and yn=1"&" order by id asc"
  270. mypage.pagesize=xqiba_pagesize2
  271. set rs=mypage.getrs()

  272. if rs.eof and rs.bof then
  273. Call Alert("不正确的ID","guestbook.asp")
  274. end if

  275.         set rs2 = server.CreateObject ("adodb.recordset")
  276.         sql="select * from "&tbname&"_GuestBook where ID="&id&""
  277.         rs2.open sql,conn,1,3
  278.         if not(rs2.eof and rs2.bof) then
  279.         If not rs2("xqiba_Views")="" Then rs2("xqiba_Views")=rs2("xqiba_Views") else rs2("xqiba_Views")=0  end if
  280.         rs2("xqiba_Views")=rs2("xqiba_Views")+1
  281.     rs2.update
  282.     end if
  283. title=rs2("Title")   

  284. NoI=0
  285. for i=1 to mypage.pagesize
  286.     if not rs.eof then
  287. NoI=NoI+1
  288. set rs1 = server.CreateObject ("adodb.recordset")
  289. sql="select * from "&tbname&"_User where UserName='"& rs("UserName") &"'"
  290. rs1.open sql,conn,1,1

  291. Dim xqiba_page,xqiba_jishu
  292.         If request("page")="" Then
  293.                   xqiba_page=1
  294.         ElseIf not(IsNumeric(request("page"))) Then
  295.                   xqiba_page=1
  296.         ElseIf CInt(Trim(request("page")))<1 Then
  297.                   xqiba_page=1
  298. Else
  299.         xqiba_page=CInt(Trim(request("page")))
  300. End If
  301. xqiba_jishu=xqiba_page*mypage.pagesize-mypage.pagesize+NoI
  302. %>
  303. <table width="100%" border="0" cellspacing="0" cellpadding="0" class="bbsborder" style="margin-bottom:10px;" id="table1">
  304.         <tr>
  305.                 <td colspan="2" class="listtime"><span><font color=red><% if xqiba_jishu-1=0 then %>楼主<%else%><%  response.write xqiba_jishu %>楼<%end if%></font></span>Time:<font color=red><%=rs("AddTime")%></font></td>
  306.         </tr>
  307.         <tr>
  308.         <% if rs1.EOF and rs1.BOF then %>
  309.             <td width="180" height="180" rowspan="3" valign="top">
  310.                     <div class="author">
  311.                             <font style="color:"><%=iparray(rs("AddIP"))%></font>                    </div>  
  312.                         <img src="images/noface.gif" width=100 height=100/>
  313.                     <div class="userinfo">
  314.                             <ul>               
  315.                             <li>
  316.                               <div align="center">游客</div>
  317.                             </li>
  318.                             <li>
  319.                               <div align="center">&nbsp; ; ; ;&nbsp; ; ; ;<a href="http://www.laoy8.net/Other/IP.asp?IP=<%=iparray(rs("AddIP"))%>" target="_blank"><%=iparray(rs("AddIP"))%></a>                                 </div>
  320.                              </li>
  321.                             </ul>
  322.                     </div>            </td>
  323.     <% else %>
  324.         <td width="180" height="180" rowspan="3" valign="top">
  325.                     <div class="author">
  326.                             <span><img src="<%if rs1("sex")<>0 then response.write("images/Male.gif") else response.write("images/Female.gif") end if %>" /></span><font style="color:"><%=rs("UserName")%></font>                    </div>
  327.                         <img src="<%If rs1("UserFace")<>"" then Response.Write(""&laoyface(rs1("UserFace"))&"") else Response.Write(""&SitePath&"images/noface.gif") end if%>" width=100 height=100/>
  328.                         <div class="userinfo">
  329.             <ul>
  330.               <li style="text-align:center;"> <img src="images/level/<%=rs1("dengjipic")%>" align=absMiddle>              </li>
  331.               <li>等级:<%=rs1("dengji")%></li>
  332.               <li>注册:<%=rs1("RegTime")%></li>
  333.               <li><%=xqiba_moneyname%>:<%=rs1("UserMoney")%></li>
  334.                           <li>IP:<a href="http://www.laoy8.net/Other/IP.asp?IP=<%=iparray(rs("AddIP"))%>" target="_blank"><%=iparray(rs("AddIP"))%></a></li>
  335.               <% if xqiba_IsUser=0 then%>
  336.               <br>
  337.               <span class="style4">更多联系信息请登陆查看</span></br>
  338.               <%End if%>
  339.               <% if xqiba_IsUser=1 then%>
  340.               <li>生日:<%=rs1("Birthday")%></li>
  341.               <li>籍贯:<%=rs1("province")%><%=rs1("city")%></li>
  342.               <li><strong>Q Q</strong>:<%=rs1("UserQQ")%></li>
  343.               <li>邮箱:<a href='mailto:<%=rs1("Email")%>'><%=rs1("Email")%></a></li>
  344.               <%End if%>
  345.             </ul>
  346.                      </div>       </td>
  347.     <% end if %>

  348.                 <td height="264" class="bbscontent" >
  349.                     <div class="title">
  350.                             <a href="Guestbook.asp?KeyWord=<%=rs("xqiba_class")%>"><%=rs("xqiba_class")%></a>&nbsp; ; ; ;<%=rs("Title")%>
  351. <title><%=rs("Title")%>-<%=xqiba_bbsname%>--<%=xqiba_titile%></title>
  352.             <p align="right">
  353.               <%if rs("xqiba_fs")>0 and rs("xqiba_pb")=0 then%>
  354.               <font color="#FF0000">此贴需要<font size="4"><%=rs("xqiba_fs")%><%=xqiba_moneyname%></font>的用户才有查看权限!</font></p>
  355.               <%end if%>
  356.                     <hr /></div>
  357.                     <div id="bbscontent">
  358.                        
  359.                             <span>
  360.                                 <%if rs("xqiba_jh")=1 then%>
  361.                             <div style="position:absolute;z-index:1;"><img src="<%=SitePath%>images/jinghua.gif" border="0" style="filter: alpha(opacity=50); -moz-opacity:0.5"></div><%end if%>
  362.                             <%if rs("yn")=0 then
  363.                                  response.write ("<br>============================================<br>")& VbCrLf
  364.                              response.write (""&xqiba_ws&"<br>")& VbCrLf
  365.                              response.write ("==============================================<br>")& VbCrLf
  366.                                  end if
  367.                                  %>

  368.                             <%if rs("xqiba_pb")=1 and rs("yn")=1 then%>
  369.                                 <%if rs("xqiba_pb")=1 then                           
  370.                              response.write ("<br>=======================================<br>")& VbCrLf
  371.                              response.write (""&xqiba_pingbi&"<br>")& VbCrLf
  372.                              response.write ("=======================================<br>")& VbCrLf
  373.                              end if%><%end if%>
  374.                                  
  375.                              <%if rs("xqiba_fs")>0 and rs("xqiba_pb")=0 and rs("yn")=1 then%>
  376.                              <%if rs("xqiba_fs")>mymoney then
  377.                                  response.write ("<br>============================================<br>")& VbCrLf
  378.                              response.write (""&xqiba_fengshu&"<br>")& VbCrLf
  379.                              response.write ("==============================================<br>")& VbCrLf
  380.                                  else                       
  381.                              response.write UBBCode(rs("Content"))
  382.                                  end if%>
  383.                                  <%end if%>
  384.                                  
  385.                              <%if rs("xqiba_hy")=1 and rs("xqiba_fs")=0 and rs("xqiba_pb")=0 and rs("yn")=1 then%>
  386.                                  <%if rs("xqiba_hy")=1 then
  387.                                  If isuser<>1 then
  388.                              response.write ("<br>=======================================<br>")& VbCrLf
  389.                              response.write (""&xqiba_huiyan&"<br>")& VbCrLf
  390.                              response.write ("=======================================<br>")& VbCrLf
  391.                                  else                       
  392.                              response.write UBBCode(rs("Content"))
  393.                              end if
  394.                              end if%>
  395.                                  <%end if%>
  396.                                  
  397.                              <%if rs("xqiba_pb")=0 and rs("yn")=1 and rs("xqiba_hy")=0 and (rs("xqiba_fs")<mymoney or rs("xqiba_fs")=mymoney or rs("xqiba_fs")>mymoney) then%>
  398.                                  <%if rs("xqiba_fs")=0 then
  399.                              response.write UBBCode(rs("Content"))
  400.                                  end if%>
  401.                              <%end if%>
  402.             </span>          </div>          </td>
  403.         </tr>
  404.     <%if rs("ReContent")<>"" then%>
  405.         <tr>
  406.                 <td colspan="0" style="padding:5px 20px;line-height:20px;font-size:13px;color:#174BAF">
  407.                 <p align="left"><font color=red>管理员回复:</font><%=rs("ReContent")%><br><font color="#cccccc">(回复时间:<%=rs("ReTime")%>)</font>      </td>
  408.         </tr>
  409.     <%end if%>
  410.         <div id="clear"></div>
  411.         <tr>
  412.             <td class="bbscontent">
  413.                 <table width="100%"  border="0" cellspacing="0" cellpadding="0">
  414.               <tr>
  415.                 <td class="bbscontent"><div id="qm">
  416.                               <%=rs1("qm")%></div>                               </td>
  417.               </tr>
  418.           </table>
  419.           <p align="right">
  420.             <% if xqiba_IsUser=1 and xqiba_UserGroup1=xqiba_UserGroup2 then%>
  421.             [<a href="?ac=admin&what=del&kid=<%=rs("ID")%>&Rid=<%=id%>">删除</a>]
  422.             <% if rs("xqiba_pb")=0 then%>
  423.             [<a href="?ac=admin&what=pb&kid=<%=rs("ID")%>&Rid=<%=id%>">屏蔽</a>]
  424.             <%else%>
  425.             [<a href="?ac=admin&what=q_pb&kid=<%=rs("ID")%>&Rid=<%=id%>"><font color="#FF0000">取消屏蔽</font></a>]
  426.             <%end if%>
  427.             <% if rs("xqiba_hy")=0 then%>
  428.             [<a href="?ac=admin&what=hy&kid=<%=rs("ID")%>&Rid=<%=id%>">会员贴</a>]
  429.             <%else%>
  430.             [<a href="?ac=admin&what=q_hy&kid=<%=rs("ID")%>&Rid=<%=id%>"><font color="#FF0000">取消会员贴</font></a>]
  431.             <%end if%>
  432.             <% if rs("xqiba_Top")=0 then%>
  433.             [<a href="?ac=admin&what=top&kid=<%=rs("ID")%>&Rid=<%=id%>">置顶</a>]
  434.             <%else%>
  435.             [<a href="?ac=admin&what=q_top&kid=<%=rs("ID")%>&Rid=<%=id%>"><font color="#FF0000">取消置顶</font></a>]
  436.             <%end if%>
  437.             <% if rs("xqiba_jh")=0 then%>
  438.             [<a href="?ac=admin&what=jh&kid=<%=rs("ID")%>&Rid=<%=id%>">精华</a>]
  439.             <%else%>
  440.             [<a href="?ac=admin&what=q_jh&kid=<%=rs("ID")%>&Rid=<%=id%>"><font color="#FF0000">取消精华</font></a>]
  441.             <%end if%>
  442.             <% if rs("xqiba_fs")>0 then%>
  443.             [<a href="?ac=admin&what=fs&kid=<%=rs("ID")%>&Rid=<%=id%>">清除分数限制</a>]
  444.             <%end if%>
  445.             [<a href="?ac=admin&what=fs1&kid=<%=rs("ID")%>&Rid=<%=id%>">设置分数限制</a>](一次加5分)
  446.             <%end if%>
  447.             [<a href="guestbook.asp">回列表</a>] [<a href="#">到顶部</a>]</p>
  448.           <font color="#FF0000"><span class="textad">
  449.           <%if NoI=1 then Call ShowAD(7) else if NoI=2 then Call ShowAD(8) else if NoI=3 then Call ShowAD(9) end if%>
  450.                                     </span>          </font>            </td>
  451.         </tr>
  452. </table>
  453. <%
  454.                 rs.movenext
  455.     else
  456.          exit for
  457.     end if
  458. next
  459. %>
  460. <div id="page">
  461.         <ul style="float:left;text-align:left;padding-bottom:10px;">
  462.     <%=mypage.showpage()%>
  463.     </ul>
  464. </div>
  465. <script language=javascript>
  466. function chk()
  467. {
  468.         if(document.form.title.value == "" || document.form.title.value.length > 40)
  469.         {
  470.         alert("不能提交留言,你的留言标题为空或大于40个字符!");
  471.         document.form.title.focus();
  472.         document.form.title.select();
  473.         return false;
  474.         }
  475.         if(document.form.content.value == "")
  476.         {
  477.         alert("请填写留言内容!");
  478.         document.form.content.focus();
  479.         document.form.content.select();
  480.         return false;
  481.         }
  482.         if(document.form.code.value == "")
  483.         {
  484.         alert("请填写验证码!");
  485.         document.form.code.focus();
  486.         document.form.code.select();
  487.         return false;
  488.         }
  489. return true;
  490. }
  491. </script>
  492. <br></br>
  493. <div id="ilist212"><h6 align="center">快速回复</h6>
  494.                 <div >
  495.                         <form onSubmit="return chk();" method="post" name="form" action="?Rid=<%=request("id")%>&ac=Repost">
  496.                                
  497.           <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#ffffff" >
  498.             <tr>
  499.               <td height="30" width="60"><a name="reply"></a></td>
  500.               <td align="left"></td>
  501.             </tr>
  502.             <tr>
  503.               <td height="30" align="right">名字:</td>
  504.               <td align="left">
  505.                 <%If xqiba_IsUser=1 then %>
  506.                 <input type="radio" value="<%=xqiba_UserName%>" checked name="UserName">
  507.                 <%=xqiba_UserName%>
  508.                 <%end if%>
  509.                 <input type="radio" name="UserName" <%If not xqiba_IsUser=1 then %> checked <%end if%> value="<%=Request.ServerVariables("REMOTE_ADDR")%>">
  510.                 <%=Request.ServerVariables("REMOTE_ADDR")%> </td>
  511.             </tr>
  512.             <tr>
  513.               <td height="30" align="right">主题:</td>
  514.               <td align="left"> <input name="title" type="text" id="title" value="RE:<%=title%>" maxlength="40"  Readonly style="width:400px;border:1px solid #ccc;">
  515.               </td>
  516.             </tr>
  517.             <tr>
  518.               <td height="15" align="right"><span class="red">*</span>内容:</td>
  519.               <td  align="left"> <textarea name="Content" style="width:65%;height:250px;" id="Content"></textarea>
  520.             <tr>
  521.               <td height="30" align="right">验证码:</td>
  522.               <td align="left"> <input name="code" type="text" id="code" size="8" maxlength="5" style="border:1px solid #ccc;"/>
  523.                 <img src="Inc/code.asp" border="0" alt="看不清楚请点击刷新验证码" style="cursor : pointer;" onClick="this.src='Inc/code.asp'"/>
  524.               </td>
  525.             </tr>
  526.             <tr>
  527.               <td height="30" align="right"></td>
  528.               <td height="30" align="left"><input type="submit" name="Submit" value=" 发 布 "></td>
  529.             </tr>
  530.           </table>
  531.                         </form>
  532.                 </div>
  533. </div>
  534. <%        end if        %>
  535. <%if request("ac")="add" then%>
  536.     <script language=javascript>
  537. function chk()
  538. {
  539.         if(document.form.title.value == "" || document.form.title.value.length > 40)
  540.         {
  541.         alert("不能提交留言,你的留言标题为空或大于40个字符!");
  542.         document.form.title.focus();
  543.         document.form.title.select();
  544.         return false;
  545.         }
  546.         if(document.form.xqiba_Class.value == "")
  547.         {
  548.         alert("请选择类别!");
  549.         return false;
  550.         }
  551.         if(document.form.content.value == "")
  552.         {
  553.         alert("请填写留言内容!");
  554.         document.form.content.focus();
  555.         document.form.content.select();
  556.         return false;
  557.         }
  558.         if(document.form.code.value == "")
  559.         {
  560.         alert("请填写验证码!");
  561.         document.form.code.focus();
  562.         document.form.code.select();
  563.         return false;
  564.         }
  565. return true;
  566. }
  567. </script>
  568.     <div id="ilist212"><h6 align="center">发表新贴</h6>
  569.                 <div class="ilist212">
  570.                         <form onSubmit="return chk();" method="post" name="form" action="?ac=post">
  571.                                  
  572.           <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#ffffff">
  573.             <tr>
  574.               <td width="15%" height="30" class="adgs">大名:</td>
  575.               <td colspan="2" align="left">
  576.                 <%If xqiba_IsUser=1 then %>
  577.                 <input type="radio" value="<%=xqiba_UserName%>" checked name="UserName">
  578.                 <%=xqiba_UserName%>
  579.                 <%end if%>
  580.                 <input type="radio" name="UserName" <%If not xqiba_IsUser=1 then %> checked <%end if%> value="<%=Request.ServerVariables("REMOTE_ADDR")%>">
  581.                 <%=Request.ServerVariables("REMOTE_ADDR")%> </td>
  582.             </tr>
  583.             <tr>
  584.               <td height="30" class="adgs"> 主题:</td>
  585.               <td height="30" colspan="2" align="left"> <input name="title" type="text" id="title" maxlength="40" style="width:300px;border:1px solid #ccc;" />
  586.               </td>
  587.             </tr>
  588.             <tr>
  589.               <td height="30" class="adgs">类别:</td>
  590.               <td height="30" colspan="2" align="left"> <select name="xqiba_Class" id="xqiba_Class">
  591.                   <option value="">请选择类别</option>
  592.                   <option value="<%=xqiba_Class1%> "><%=xqiba_Class1%> </option>
  593.                   <option value="<%=xqiba_Class2%> "><%=xqiba_Class2%> </option>
  594.                   <option value="<%=xqiba_Class3%> "><%=xqiba_Class3%> </option>
  595.                   <option value="<%=xqiba_Class4%> "><%=xqiba_Class4%> </option>
  596.                                   <option value="<%=xqiba_Class5%> "><%=xqiba_Class5%> </option>
  597.                 </select> </td>
  598.             </tr>
  599.             <tr>
  600.               <td height="15" class="adgs"><span class="red">*</span>内容:</td>
  601.               <td colspan="2"  align="left"> <textarea name="Content" style="width:100%;height:350px;" id="Content"></textarea>
  602.               </td>
  603.             </tr>
  604.             <tr>
  605.               <td height="36" class="adgs">限制贴:</td>
  606.               <td width="10%"  align="left" valign="middle"> <input name="xqiba_dl" type="checkbox" id="xqiba_dl" value="1" />
  607.                 会员主题
  608.               </td>
  609.               <td width="79%"  align="left" valign="middle"><input name="xqiba_fs" type="text" id="xqiba_fs" value="0" size="5" maxlength="2" />
  610.                 查看分数,最大二位数。<font color="#FF0000">注:两项请选择一项设置即可。</font></td>
  611.             </tr>
  612.             <tr>
  613.               <td height="30" class="adgs">验证码:</td>
  614.               <td colspan="2" align="left"> <input name="code" type="text" id="code" size="8" maxlength="5" style="border:1px solid #ccc;"/>
  615.                 <img src="Inc/code.asp" border="0" alt="看不清楚请点击刷新验证码" style="cursor : pointer;" onClick="this.src='Inc/code.asp'"/>
  616.               </td>
  617.             </tr>
  618.             <tr>
  619.               <td height="30" class="adgs"></td>
  620.               <td height="30" colspan="2" align="left"><input type="submit" name="Submit" value=" 发 布 "></td>
  621.             </tr>
  622.           </table>
  623.                         </form>
  624.                 </div>
  625. </div>
  626. <p>
  627.   <%elseif request("ac")="post" then
  628.         dim UserName,Title,Content
  629.         UserName =         CheckStr(trim(request.form("UserName")))
  630.         Title =         CheckStr(trim(request.form("Title")))
  631.         xqiba_class =         CheckStr(trim(request.form("xqiba_class")))
  632.         Content =         request.form("Content")
  633.         mycode = trim(request.form("code"))
  634.         if mycode<>Session("getcode") then
  635.                 Call Alert("请输入正确的认证码!",-1)
  636.         end if
  637.        
  638.         if request.form("xqiba_fs")<0 then
  639.                 Call Alert("设置查看积分数必须大于0,请重新设置!",-1)
  640.         end if

  641.         If session("postgstime")<>"" then
  642.                 posttime8=DateDiff("s",session("postgstime"),Now())
  643.                   if posttime8<yaopostgetime then
  644.                 posttime9=yaopostgetime-posttime8
  645.                 Call Alert("请不要连续发表!",-1)
  646.                   end if
  647.         End if
  648.         If Not Checkpost(True) Then Call Alert("禁止外部提交!","-1")
  649.         set rs = server.CreateObject ("adodb.recordset")
  650.         sql="select * from "&tbname&"_Guestbook"
  651.         rs.open sql,conn,1,3
  652.                 if UserName="" or Title="" or Content="" or xqiba_Class="" then
  653.                 Call Alert("请检查必填项,确认填写整再发表!",-1)
  654.                 end if

  655.                 rs.AddNew
  656.                 rs("UserName")                        =UserName
  657.                 rs("Title")                                =Title
  658.                 rs("xqiba_class")                =xqiba_class
  659.                 rs("Content")                        =Left(Content,5000)
  660.                 rs("AddIP")                                =Request.ServerVariables("REMOTE_ADDR")
  661.                 rs("ReTime")                        =Now()
  662.                 rs("xqiba_ReUser")                =UserName
  663.                 rs("xqiba_fs")                  =request.form("xqiba_fs")
  664.                 If bookoff=1 then
  665.                 rs("yn")                                =1
  666.                 else
  667.                 rs("yn")                                =0
  668.                 end if
  669.                 if request("xqiba_dl")=1 then
  670.                 rs("xqiba_hy")                        =1
  671.                 else
  672.                 rs("xqiba_hy")                        =0
  673.                 end if
  674.                 rs.update
  675.                         set rs2 = server.CreateObject ("adodb.recordset")
  676.                         sql="select * from "&tbname&"_User where UserName='"&UserName&"'"
  677.                         rs2.open sql,conn,1,3
  678.                         if not(rs2.eof and rs2.bof) then
  679.                                 rs2("UserMoney")=rs2("UserMoney")+xqiba_money1
  680.                                 rs2.update
  681.                         end if
  682.                 Session("postgstime")=Now()
  683.                 If bookoff=0 then
  684.                         Call Alert ("恭喜你,发贴成功,但需要管理员审核后才能显示出来!","Guestbook.asp?id="&rs.Fields("ID"))
  685.                 else
  686.                         Call Alert ("恭喜你,发贴成功!","Guestbook.asp?id="&rs.Fields("ID"))
  687.                 end if
  688.                 rs.close
  689.                 Set rs = nothing
  690.                
  691. elseif request("ac")="Repost" then
  692.         id=request("Rid")
  693.         UserName =         CheckStr(trim(request.form("UserName")))
  694.         Title =         CheckStr(trim(request.form("Title")))
  695.         Content =         request.form("Content")
  696.         mycode = trim(request.form("code"))
  697.         if mycode<>Session("getcode") then
  698.                 Call Alert("请输入正确的认证码!",-1)
  699.         end if

  700.         If session("postgstime")<>"" then
  701.                 posttime8=DateDiff("s",session("postgstime"),Now())
  702.                   if posttime8<yaopostgetime then
  703.                 posttime9=yaopostgetime-posttime8
  704.                 Call Alert("请不要连续发表!",-1)
  705.                   end if
  706.         End if
  707.         If Not Checkpost(True) Then Call Alert("禁止外部提交!","-1")
  708.         set rs = server.CreateObject ("adodb.recordset")
  709.         sql="select * from "&tbname&"_Guestbook"
  710.         rs.open sql,conn,1,3
  711.                 if UserName="" or Title="" or Content="" then
  712.                         Call Alert("请重新检查必填项目!","-1")
  713.                 end if

  714.                 rs.AddNew
  715.                 rs("UserName")                        =UserName
  716.                 rs("Title")                                =Title
  717.                 rs("Content")                        =Left(Content,5000)
  718.                 rs("AddIP")                                =Request.ServerVariables("REMOTE_ADDR")
  719.                 rs("ReTime")                        =Now()
  720.                 rs("xqiba_ReID")                                =id
  721.                 If bookoff=1 then
  722.                 rs("yn")                                =1
  723.                 else
  724.                 rs("yn")                                =0
  725.                 end if
  726.                 rs.update
  727.        
  728.         set rs3 = server.CreateObject ("adodb.recordset")
  729.         sql="select * from "&tbname&"_GuestBook where ID="&id
  730.         rs3.open sql,conn,1,3
  731.         rs3("ReTime")                        =Now()
  732.         rs3("xqiba_ReUser")                        =UserName
  733.         If not rs3("xqiba_Replies")="" Then rs3("xqiba_Replies")=rs3("xqiba_Replies") else rs3("xqiba_Replies")=0  end if
  734.         rs3("xqiba_Replies")                        =rs3("xqiba_Replies")+1
  735.         rs3.update
  736.         set rs2 = server.CreateObject ("adodb.recordset")
  737.         sql="select * from "&tbname&"_User where UserName='"&UserName&"'"
  738.         rs2.open sql,conn,1,3
  739.         if not(rs2.eof and rs2.bof) then
  740.                 rs2("UserMoney")=rs2("UserMoney")+xqiba_money1
  741.                 rs2.update
  742.         end if
  743.                 Session("postgstime")=Now()
  744.                 If bookoff=0 then
  745.                         Call Alert ("恭喜你,回复成功,但需要管理员审核后才能显示出来!","Guestbook.asp?id="&id)
  746.                 else
  747.                         Call Alert ("恭喜你,回复成功!","Guestbook.asp?id="&id)
  748.                 end if
  749. end if
  750. %>
  751.   <%
  752. if request("ac")="admin" then
  753.         If xqiba_IsUser<>1 then
  754.                         Response.write("<script>alert('非法访问,这里不是你应该来的!');location.href='Guestbook.asp';</script>")
  755.         else
  756.                 if  xqiba_UserGroup1=xqiba_UserGroup2 then
  757.                         kid=CInt(Trim(request("Kid")))
  758.                         Rid=CInt(Trim(request("Rid")))
  759.                         set rs1 = server.CreateObject ("adodb.recordset")
  760.                         sql="select * from "&tbname&"_GuestBook where ID="& kid &""
  761.                         rs1.open sql,conn,1,1
  762.                         ReID=rs1("xqiba_ReID")
  763.                                 if request("what")="del" then
  764.                                                 set rs2 = server.CreateObject ("adodb.recordset")
  765.                                                 sql="select * from "&tbname&"_User where UserName='"&rs1("UserName")&"'"
  766.                                                 rs2.open sql,conn,1,3
  767.                                                 if not(rs2.eof and rs2.bof) then
  768.                                                         rs2("UserMoney")=rs2("UserMoney")-xqiba_money3
  769.                                                            rs2.update
  770.                                                 end if
  771.                                                 if  ReID <> 0 then
  772.                                                         set rs=conn.execute("delete from "&tbname&"_GuestBook where id="&kid)
  773.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_Replies = xqiba_Replies -1 where ID="&ReID)
  774.                                                         Response.write("<script>alert('回复贴删除成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")

  775.                                                 else
  776.                                                         set rs=conn.execute("delete from "&tbname&"_GuestBook where id="&kid&" or xqiba_ReId="&kid)
  777.                                                         Response.write("<script>alert('主题贴删除成功!');location.href='Guestbook.asp';</script>")
  778.                                                 end if
  779.                                 elseif request("what")="pb" then
  780.                                         if rs1("xqiba_pb")=0 then
  781.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_pb =1 where ID="&Kid)
  782.                                                         Response.write("<script>alert('屏蔽成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  783.                                         else
  784.                                                         Response.write("<script>alert('该贴已经屏蔽,无法再次屏蔽!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  785.                                         end if
  786.                                 elseif request("what")="q_pb" then
  787.                                         if rs1("xqiba_pb")=1 then
  788.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_pb =0 where ID="&Kid)
  789.                                                         Response.write("<script>alert('屏蔽取消成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  790.                                         else
  791.                                                         Response.write("<script>alert('该贴未被屏蔽,无需解除屏蔽!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  792.                                         end if                                       
  793.                                 elseif request("what")="hy" then
  794.                                         if rs1("xqiba_hy")="0" and rs1("xqiba_pb")="0" then
  795.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_hy =1 where ID="&Kid)
  796.                                                         Response.write("<script>alert('会员贴设置成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  797.                                         else
  798.                                                         Response.write("<script>alert('该贴是屏蔽贴,无法设置为会员贴,请先取消屏蔽!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  799.                                         end if
  800.                                 elseif request("what")="q_hy" then
  801.                                         if rs1("xqiba_hy")=1 then
  802.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_hy =0 where ID="&Kid)
  803.                                                         Response.write("<script>alert('会员贴取消成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  804.                                         else
  805.                                                         Response.write("<script>alert('该贴不是会员贴,无需取消!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  806.                                         end if                                       
  807.                                 elseif request("what")="top" then
  808.                                         if Reid=0 then
  809.                                                 if rs1("xqiba_Top")=0 then
  810.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_Top =1 where ID="&Kid)
  811.                                                         Response.write("<script>alert('置顶成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  812.                                                 else
  813.                                                         Response.write("<script>alert('该贴已被置顶,无法再次置顶!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  814.                                                 end if
  815.                                         else
  816.                                                         Response.write("<script>alert('该贴不是主题贴,只允许主题贴置顶!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  817.                                         end if
  818.                                 elseif request("what")="q_top" then
  819.                                         if rs1("xqiba_Top")=1 then
  820.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_Top =0 where ID="&Kid)
  821.                                                         Response.write("<script>alert('置顶取消成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  822.                                         else
  823.                                                         Response.write("<script>alert('该贴未被置顶,无需解除置顶!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  824.                                         end if
  825.                                 elseif request("what")="jh" then
  826.                                         if Reid=0 then
  827.                                                 if rs1("xqiba_jh")=0 then
  828.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_jh =1 where ID="&Kid)
  829.                                                         Response.write("<script>alert('设置精华成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  830.                                                 else
  831.                                                         Response.write("<script>alert('该贴已是精华贴,无法再次设置!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  832.                                                 end if
  833.                                         else
  834.                                                         Response.write("<script>alert('该贴不是主题贴,只允许主题贴设置精华!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  835.                                         end if
  836.                                 elseif request("what")="q_jh" then
  837.                                         if rs1("xqiba_jh")=1 then
  838.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_jh =0 where ID="&Kid)
  839.                                                         Response.write("<script>alert('精华取消成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  840.                                         else
  841.                                                         Response.write("<script>alert('该贴未被精华,无需解除精华!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  842.                                         end if
  843.                                 elseif request("what")="fs" then
  844.                                         if rs1("xqiba_fs")>0 then
  845.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_fs =0 where ID="&Kid)
  846.                                                         Response.write("<script>alert('清除分数限制成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  847.                                         else
  848.                                                         Response.write("<script>alert('该贴已经为0分,无法再次清除!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  849.                                         end if
  850.                                 elseif request("what")="fs1" then
  851.                                         if rs1("xqiba_fs")<>0 or rs1("xqiba_fs")=0 then
  852.                                                         set rs=conn.execute("update "&tbname&"_GuestBook set xqiba_fs = xqiba_fs +5 where ID="&Kid)
  853.                                                         Response.write("<script>alert('设置分数限制成功!');location.href='Guestbook.asp?id="&Rid&"';</script>")
  854.                                         else
  855.                                                         Response.write("<script>alert('不知道出什么错了!');location.href='http://www.hainxxw.com';</script>")
  856.                                         end if
  857.                                 else
  858.                                         Response.write("<script>alert('参数不正确,确定后返回!');location.href='Guestbook.asp';</script>")
  859.                                 end if
  860.                 else
  861.                         Response.write("<script>alert('非法访问,这里不是你应该来的!');location.href='Guestbook.asp';</script>")
  862.                 end if
  863.         end if
  864. end if
  865. %>
  866. <table width="100%"  border="0" cellspacing="0" cellpadding="0">
  867.   <tr valign="baseline">
  868.         <td width="51%" height="21" align="center">交流区状态:<img src="Images/xqiba_normal.gif" width="24" height="24" />普通贴
  869.           <img src="Images/xqiba_topic.gif" width="24" height="24" />置顶贴 <img src="Images/xqiba_digest.gif" width="15" height="15" />精华贴
  870.           <img src="Images/xqiba_dl.gif" width="16" height="15" />会员(积分)贴 <img src="Images/xqiba_pb.gif" width="17" height="12" />屏蔽贴</td>
  871.     <td width="49%" align="center"></td>
  872.   </tr>
  873. </table>
  874. <title><%=xqiba_bbsname%>--<%=xqiba_titile%></title>
  875. <%=Copy%>
  876. </body>
  877. <!-- JiaThis Button BEGIN -->
  878. <script type="text/javascript" src="http://v2.jiathis.com/code_mini/jiathis_r.js?btn=r1.gif" charset="utf-8"></script>
  879. <!-- JiaThis Button END -->
  880. </html>
复制代码

Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
 楼主| 发表于 2012 年 2 月 17 日 18:36:02 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
自己顶上来
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2012 年 2 月 17 日 19:44:23 | 显示全部楼层
我日,再顶
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2012 年 2 月 18 日 15:01:36 | 显示全部楼层
我不明白诶,就41行那里有标题的相关代码。
而且,我去你的网站看了一下,木有问题啊。。。奇怪了。
你的问题是什么啊
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2012 年 2 月 18 日 15:01:50 | 显示全部楼层
我不明白诶,就41行那里有标题的相关代码。
而且,我去你的网站看了一下,木有问题啊。。。奇怪了。
你的问题是什么啊

点评

问题是帖子读不出来标题,head那里,body可以  详情 回复 发表于 2012 年 2 月 19 日 10:30
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2012 年 2 月 19 日 10:30:27 | 显示全部楼层

问题是帖子读不出来标题,head那里,body可以
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2012 年 2 月 19 日 11:29:34 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
破裤子 发表于 2012-2-19 10:30
问题是帖子读不出来标题,head那里,body可以

还是不懂。
比如,你这个留言帖子,“聊天灌水区 测试发帖 ”,标题是“珠宝交流区-恋石居|中国玉石网|珠宝,翡翠资讯,碧玺,宝石,和田玉等知识,珠宝商城:”。你想改成什么啊。
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2012 年 2 月 19 日 11:51:08 | 显示全部楼层
看看,路过,我也不会
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2012 年 2 月 19 日 16:10:10 | 显示全部楼层
laycher 发表于 2012-2-19 11:29
还是不懂。
比如,你这个留言帖子,“聊天灌水区 测试发帖 ”,标题是“珠宝交流区-恋石居|中国玉石网|珠 ...

QQ截图20120219160903.png
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2012 年 2 月 19 日 18:57:33 | 显示全部楼层
把41行改成
  1. <title> <% if request("id") then %> <% Set mypage=new xdownpage
  2. mypage.getconn=conn
  3. mypage.getsql="select * from "&tbname&"_Guestbook where id="&id&" or xqiba_ReID="&id&" and yn=1"&" order by id asc"
  4. mypage.pagesize=xqiba_pagesize2
  5. set rs=mypage.getrs() %><%=rs("Title")%><% else %>珠宝交流区<%=SiteTitle%>|<%=SiteTitle2%> <% end if %></title>
复制代码
不知道对不对,我没学过ASP。。。。。
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2024 年 11 月 17 日 05:40 , Processed in 0.161485 second(s), 23 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表