showArticle.Asp
上传用户:angela
上传日期:2022-05-11
资源大小:853k
文件大小:6k
源码类别:

外挂编程

开发平台:

ASP/ASPX

  1. <!--#include file="Inc/Cls_Conn.asp"-->
  2. <!--#include file="Inc/Cls_Config.asp"-->
  3. <%
  4. '=====================================================================
  5. ' 作者声明:转载请保留版权信息,鄙视不要脸的人
  6. '=====================================================================
  7. ' 程序名称:蓝宇网络发布系统
  8. ' 软件版本:Version 3.3.0 Sp1
  9. ' 程序作者:蓝宇 QQ:18159079 ╲、随心゛ QQ:6821845
  10. '=====================================================================
  11. ' 联系方式:Tel:13203117383,QQ:18159079,hi.baidu.com/hezeyu
  12. ' 程序开发:蓝宇,╲、随心゛
  13. ' 官方网站:蓝宇网络(http://hi.baidu.com/hezeyu)
  14. '=====================================================================
  15. ' Copyright 2004-2007 蓝宇 - All Rights Reserved.
  16. '=====================================================================
  17. Dim Rs2, Rs3, Rs4
  18. founderr=false
  19. if request.querystring("cat_id")<>"" then
  20.   if not tee5.isInteger(request.querystring("cat_id")) then
  21.     founderr=true
  22.     Response.Write "<script language=javascript>alert('参数不正确');javascript:history.back();</script>"
  23.   End If
  24. End If
  25. if request("page")<>"" then
  26.   if not isInteger(request("page")) then
  27.     founderr=true
  28.     Response.Write "<script language=javascript>alert('参数非法');javascript:history.back();</script>"
  29.   End If
  30. End If
  31. if request("keyword")<>"" then
  32.   if instr(request("keyword"),"'")>0 then
  33.     founderr=true
  34.     Response.Write "<script language=javascript>alert('搜索参数非法');javascript:history.back();</script>"
  35.   End If
  36. End If
  37. tee5.head()
  38. dim totalart,totalpages,j,colname
  39. sql="select id,cat_id,art_title,art_date,art_count,content,isbest from Gq_article order by id DESC"
  40. if request("cat_id")<>"" then
  41. sql="select id,cat_id,art_title,art_date,art_count,content,isbest from Gq_article where cat_id="&request("cat_id")&" order by id DESC"
  42. elseif request("keyword")<>"" then
  43. sql="select id,cat_id,art_title,art_date,art_count,content,isbest from Gq_article where "&request("select")&" like '%"&request("keyword")&"%'order by id DESC"
  44. End If
  45. set rs=server.createobject("adodb.recordset")
  46. rs.open sql,conn,1,1
  47. else
  48. start="浏览"&rs("title")&""
  49. tee5.head()
  50. %>
  51. <TABLE width="1002" border=0 align=center cellPadding=0 cellSpacing=0>
  52. <tr>
  53. <td height="10" colSpan="9" align="center" bgcolor="#FFFFFF">
  54. <TABLE cellSpacing=2 cellPadding=0 width=999 align=center border=0>
  55. <TBODY>
  56. <TR>
  57. <TD width="755" vAlign=top><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  58. <TBODY>
  59. <TR>
  60. <TD width=7></TD>
  61. <TD vAlign=top><TABLE cellSpacing=0 cellPadding=0 width=756 border=0>
  62. <TBODY>
  63. <TR>
  64. <TD><table width="100%" border="0" cellspacing="0" cellpadding="0">
  65. <tr>
  66. <td height="28" align="center" class=bj><b><font size=3 color="FFFFFF"><%=rs("art_title")%></font></b></td>
  67. </tr>
  68. <tr>
  69. <td height="3" bgcolor="#CCCCCC" width="195"></td>
  70. </tr>
  71. <tr>
  72. <td height="37" align="center"><table width="90%" border="0" cellspacing="0" cellpadding="0">
  73. <tr>
  74. <td align="right" valign="top"><font color="000000">文章作者:<%=rs("writer")%></font></td>
  75. <td align="center" valign="top"><font color="000000">文章来源:<%=rs("copyright")%></font></td>
  76. <td valign="top">更新时间:<%=rs("art_date")%><font color="000000">&nbsp;</font></td>
  77. </tr>
  78. </table></td>
  79. </tr>
  80. <tr>
  81. <td height="1" bgcolor="#CCCCCC"></td>
  82. </tr>
  83. <tr>
  84. <td height="5"></td>
  85. </tr>
  86. </table></TD>
  87. </TR>
  88. <TR>
  89. <TD><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  90. <TBODY>
  91. <TR>
  92. <TD width=4></TD>
  93. <TD>
  94. <table width="100%" align="center" cellspacing="0" cellpadding="0" style="word-break:break-all;table-layout:fixed;text-align:left">
  95. <TBODY>
  96. <TR>
  97. <TD align=left><div style="FONT-SIZE: 14px; FONT-FAMILY: 宋体; word-break:break-all;table-layout:fixed;line-height:150%;width:99%"><%=rs("content")%></div></TD>
  98. </TR>
  99. </TBODY>
  100. </TABLE></TD>
  101. <TD width=4></TD>
  102. </TR>
  103. </TBODY>
  104. </TABLE></TD>
  105. </TR>
  106. <TR>
  107. <TD width="700" height="40" align="right"><font color="000000">浏览次数:<%=rs("art_count")%></font></TD>
  108. </TR>
  109. <TR>
  110. <TD height="10" align="right"></TD>
  111. </TR>
  112. </TBODY>
  113. </TABLE></TD>
  114. </TR>
  115. </TBODY>
  116. </TABLE></TD>
  117. <TD width=1 vAlign=top bgcolor="#CCCCCC"></TD>
  118. <TD width="241" align="right" vAlign=top>
  119. <table width="98%" border="0" cellspacing="0" cellpadding="0">
  120. <tr>
  121. <td height="28" align="center" class=bj width="195"><font color="FFF799">最新文章</font></td>
  122. </tr>
  123. <tr height="3">
  124. <td height="3" bgcolor="#CCCCCC" width="195"></td>
  125. </tr>
  126. <tr>
  127. <td valign="top">
  128. <%
  129. set rs3=server.createobject("adodb.recordset")
  130. sql="select top 10 id,art_title,art_count,cat_id,art_date from Gq_article order by art_date DESC"
  131. rs3.open sql,conn,1,1
  132. do while not rs3.eof
  133. %>
  134. <TABLE cellSpacing=1 cellPadding=1 width="90%" border=0 align="center">
  135. <TR>
  136. <TD height="20" valign="middle">· <a href='showarticle.asp?cat_id=<%=rs3("cat_id")%>&id=<%=rs3("id")%>' target='_blank' Title='文章标题:<%=rs3("art_title")%>&#13&#10发表时间:<%=rs3("art_date")%>&#13&#10阅读次数:<%=rs3("art_count")%>次'><font color="#333333"><%=left(rs3("art_title"),25)%>...</font></a></TD>
  137. </TR>
  138. </TABLE>
  139. <%
  140.    rs3.movenext
  141.    loop
  142.    if rs3.eof and rs3.bof then
  143.    response.write "<div align=center><br>当前没有热门文章<br><br></div>"
  144.    end if
  145.    rs3.close
  146.    set rs3=nothing
  147.    %>
  148. </td>
  149. </tr>
  150. </table>
  151. <table width="98%" border="0" cellspacing="0" cellpadding="0">
  152. <tr>
  153. <td height="28" align="center" class=bj width="195"><font color="FFF799">热门文章</font></td>
  154. </tr>
  155. <tr height="3">
  156. <td height="3" bgcolor="#CCCCCC" width="195"></td>
  157. </tr>
  158. <tr>
  159. <td valign="top">
  160. <%
  161. set rs3=server.createobject("adodb.recordset")
  162. sql="select top 10 id,art_title,art_count,cat_id,art_date from Gq_article order by art_count DESC"
  163. rs3.open sql,conn,1,1
  164. do while not rs3.eof
  165. %>
  166. <TABLE cellSpacing=1 cellPadding=1 width="90%" border=0 align="center">
  167. <TR>
  168. <TD height="20" valign="middle">· <a href='showarticle.asp?cat_id=<%=rs3("cat_id")%>&id=<%=rs3("id")%>' target='_blank' Title='文章标题:<%=rs3("art_title")%>&#13&#10发表时间:<%=rs3("art_date")%>&#13&#10阅读次数:<%=rs3("art_count")%>次'><font color="#333333"><%=left(rs3("art_title"),25)%>...</font></a></TD>
  169. </TR>
  170. </TABLE>
  171. <%
  172.    rs3.movenext
  173.    loop
  174.    if rs3.eof and rs3.bof then
  175.    response.write "<div align=center><br>当前没有热门文章<br><br></div>"
  176.    end if
  177.    rs3.close
  178.    set rs3=nothing
  179.    %>
  180. </td>
  181. </tr>
  182. </table></TD>
  183. </TR>
  184. </TBODY>
  185. </TABLE>
  186. </td>
  187. </tr>
  188. </table>
  189. <%
  190. call footer()
  191. rs.close
  192. end if
  193. set rs=nothing
  194. conn.close
  195. set conn=nothing
  196. %>
  197. <%tee5.footer()
  198. CloseConn()
  199. %>