源码论坛公告:本站是一个交流学习建站资源的社区论坛,旨在交流学习源码脚本等资源技术,欢迎大家投稿发言! 【点击此处将锦尚放在桌面

源码论坛,商业源码下载,尽在锦尚中国商业源码论坛

 找回密码
 会员注册

QQ登录

只需一步,快速开始

查看: 2295|回复: 1
打印 上一主题 下一主题

信息港ASP源码设置会员回复需要管理验证才能显示

[复制链接]

6

主题

46

帖子

18

金币

初级会员

Rank: 1

积分
89
跳转到指定楼层
1#
发表于 2010-3-19 14:32:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
后台没功能设置,能不能在源码限制管理员验证才能看到回复?我现在设置了不能匿名发布,但会员需要验证才能显示代码怎么改呢?期待高手解答。下面是代码:
  1. <!--#include file="inc/conn.asp"-->
  2. <!--#include file="inc/inc.asp"-->
  3. <script language="JavaScript">
  4. function DrawImage(ImgD){
  5.    var image=new Image();
  6.    image.src=ImgD.src;
  7.    if(image.width>0 && image.height>0){
  8.     flag=true;
  9.     if(image.width/image.height>= 160/160){
  10.      if(image.width>160){  
  11.      ImgD.width=160;
  12.      ImgD.height=(image.height*160)/image.width;
  13.      }else{
  14.      ImgD.width=image.width;  
  15.      ImgD.height=image.height;
  16.      }

  17.      }
  18.     else{
  19.      if(image.height>160){  
  20.      ImgD.height=160;
  21.      ImgD.width=(image.width*160)/image.height;     
  22.      }else{
  23.      ImgD.width=image.width;  
  24.      ImgD.height=image.height;
  25.      }

  26.      }
  27.     }
  28.    /*else{
  29.     ImgD.src="";
  30.     ImgD.alt=""
  31.     }*/
  32.    }
  33. </script>
  34. <script>
  35. function loadThreadFollow(t_id,b_id){
  36.     var targetImg =eval("document.all.followImg" + t_id);
  37.     var targetDiv =eval("document.all.follow" + t_id);
  38.    
  39.     if ("object"==typeof(targetImg)){
  40.         if (targetDiv.style.display!='block')
  41.         {
  42.             targetDiv.style.display="block";   
  43.         }
  44.         else
  45.         {
  46.             targetDiv.style.display="none";
  47.         }}
  48. }
  49. </script>
  50. <script LANGUAGE="JavaScript">
  51. function checkMobile(){
  52.     var sMobile = document.mobileform.mobile.value
  53.     if(!(/^13[0-9]\d{4,8}$/.test(sMobile))){
  54.         alert("不是完整的11位手机号或者正确的手机号前七位");
  55.         document.mobileform.mobile.focus();
  56.         return false;}
  57.     window.open('', 'mobilewindow', 'height=197,width=350,status=yes,toolbar=no,menubar=no,location=no')
  58. }</script>
  59. <%
  60. set rs=server.createobject("adodb.recordset")
  61. sql = "select * from jle_xinxi where yz=1 and id="&cstr(cnmai)
  62. rs.open sql,conn,1,3
  63. if rs.eof or rs.BOF then
  64. response.write "参数错误、记录已经删除或该信息没有通过管理员认证!<br>3秒内自动转入"&title&"首页"
  65. response.write "<meta http-equiv=refresh content=""2;URL=index.asp"">"
  66. response.end
  67. end if
  68. rs("llcs")=rs("llcs")+1
  69. rs.update
  70. %>
  71. <%
  72. dim rsc,sqlc,id_1
  73. set rsc=server.createobject("adodb.recordset")
  74. sqlc = "select id,class1 from jle_class1 where id="&cstr(rs("class1"))
  75. rsc.open sqlc,conn,1,1
  76. id_1=rsc("id")
  77. On Error Resume Next
  78. %>
  79. <html>
  80. <head>
  81. <meta http-equiv="Content-Language" content="zh-cn">
  82. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  83. <title><%=rs("biaoti")%>-信息内容-<%=title%></title>
  84. <link href="inc/style.css" rel="stylesheet" type="text/css">
  85. </head>
  86. <body topmargin="0" leftmargin="0">
  87. <%call t()%>






  88. <table width="980" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#D2D2D2">
  89. <tr>
  90. <td height="40" colspan="2"  background="img/sorttitlebg.jpg" style="border-style:none"></td>
  91. </tr>
  92. <tr>
  93. <td width="764" valign="top" bgcolor="#F2F2F2" style="border-style:none">
  94. <table width="756" height="193" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#D8D8D8">
  95. <tr>
  96. <td width="511" height="35" background="img/sortcontentbarbg.jpg" style="border-style:none">&nbsp;<img src="img/dot1.gif" width="12" height="12">&nbsp;位置导航:<a href="../">首页</a>→<a href="info.asp?/=<%=id_1%>&cnmai=1"><%=rsc("class1")%></a>→<%
  97. set rs1=server.createobject("adodb.recordset")
  98. sql1 = "select id,class2 from jle_class2 where id="&cstr(rs("class2"))
  99. rs1.open sql1,conn,1,1
  100. On Error Resume Next
  101. %><a href="info.asp?/=<%=id_1%>&//=<%=rs1("id")%>&/1=-<%=escape(rs1("class2"))%>&cnmai=2"><%=rs1("class2")%></a><%
  102. %>→<span class=font2> <%=rs("biaoti")%></span></td>
  103. <td width="239" background="img/sortcontentbarbg.jpg" style="border-style:none"></td>
  104. </tr>
  105. <tr>
  106. <td height="156" colspan="2" bgcolor="#FFFFFF" style="border-style:none"  valign="top">
  107. <table width="750" border="0" cellspacing="1" bordercolor="#FFE9D2" style="border-collapse: collapse">
  108. <tr>
  109. <td height="72" colspan="3" align="center" style="padding-left: 0; padding-right: 0; padding-top: 1px; padding-bottom: 1px"><div class="sortbiaoti2">
  110. <%Select Case rs("leixing")
  111. Case "0"
  112. response.write ""
  113. Case "1"
  114. response.write "<font color=""#800000"">[转让]</font>"
  115. Case "2"
  116. response.write "<font color=""#FF00FF"">[求购]</font>"
  117. Case "3"
  118. response.write "<font color=""#008000"">[出租]</font>"
  119. Case "4"
  120. response.write "<font color=""#FF6600"">[求租]</font>"
  121. Case "5"
  122. response.write "<font color=""#ff0000"">[求职]</font>"
  123. Case "6"
  124. response.write "<font color=""#000080"">[招聘]</font>"
  125. Case "7"
  126. response.write "<font color=""#0000FF"">[分享]</font>"
  127. Case "8"
  128. response.write "<font color=""#008080"">[交换]</font>"
  129. Case Else
  130. response.write "<font color=""#000000"">["&rs("leixing")&"]</font>"
  131. End Select%>
  132. <%if rs("tuijian")=1 then%>
  133. <font color="#FF0000"><img border="0" src="image/jian.gif" alt="本站推荐"></font>
  134. <%end if%>
  135. <%if rs("a")="0" then%>
  136. <%=rs("biaoti")%></b>
  137. <%else%>
  138. <font color="#<%=rs("a")%>"><b><%=rs("biaoti")%></b></font>
  139. <%end if%>
  140. </div></td>
  141. </tr>
  142. <tr>
  143. <td height="32" colspan="3" background="img/linebg.jpg" style="border-bottom: 1px solid #C0C0C0; padding: 1px">
  144. <p align="center"><b>更新时间:</b><%=rs("fbsj")%>
  145. <%if rs("dqsj")<>"" then%>
  146. <%dim sj
  147. sj=DateDiff("d",now(),""&rs("dqsj")&"")
  148. if sj>0 then %>
  149. <font color="#FF0000">  还有<b><%=sj%></b>天结束</font>
  150. <%else%>
  151. 信息已经过期了
  152. <%end if%>
  153. </font>
  154. <%else%>
  155. <%end if%>
  156. <b>浏览/回复:</b><%=rs("llcs")%>次/<%=rs("hfcs")%>次&nbsp; [<a target="_blank" href="x_sc.asp?id=<%=rs("id")%>">收藏此信息</a>]</td>
  157. </tr>
  158. <tr>
  159. <td></td>
  160. <td >
  161. <div style="margin-top:8px; margin-left:4px;margin-right:4px;
  162. margin-bottom:8px;font-size:12px;color:#990000;line-height:130%;"> &nbsp;&nbsp;&nbsp;&nbsp;<%=HTMLEncode(rs("memo"))%><br>
  163.               所属地区:<%=rs("diqu")%><br>
  164.               <%if rs("jiage")<>"0" and rs("jiage")<>"" then %>
  165.               相关价格:<%=rs("jiage")%>
  166. <%end if%>
  167. </div>
  168. </td>
  169. <td align="center" valign="middle"><%if rs("tupian")="0" or rs("tupian")="" then%>
  170. <a href="regchk.asp" target="_blank"><img src="img/popad.jpg" border=1 style="border: 1px solid #C0C0C0; "width="288" height="239"></a>
  171. <%else%>
  172. <a target=_blank href="<%=rs("tupian")%>">
  173. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  
  174. codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="160" height="160">
  175. <param name="movie" value="img/swfoto.swf?image=<%=rs("tupian")%>">  
  176. <embed src="img/swfoto.swf?image=<%=rs("tupian")%>" width="160" height="160" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
  177. </object>
  178. </a>
  179. <%end if%>
  180. <br>
  181. <script language="JavaScript">
  182. <!--
  183. color = "#fff000";
  184. val = Math.random() + "000";
  185. val1 = val.substring(2, 3 );
  186. if( val1 % 2 == 0 )
  187. document.write("<a href=http://www.cc058.com target=_blank><font size=2 id=eb668 color=#ffffff><b>欢迎进入<%=city%>信息网>>></b></font></a>" );
  188. else
  189. document.write("<a href=http://www.cc058.com target=_blank><font size=2 id=eb668 color=#ffffff><b>欢迎进入<%=city%>信息网>>></b></font></a>" );
  190. setTimeout( dscchange, 3000);
  191. function dscchange()
  192.     {
  193.      if( color == "#fff000" )
  194.       color = "#ff0000";
  195.      else
  196.          color = "#fff000";
  197.         document.all.eb668.color= color;
  198.         setTimeout( dscchange, 100);
  199.     }
  200. //-->
  201. </script>
  202. </td>
  203. </tr>
  204. <tr>
  205. <td colspan="3"></td>
  206. </tr>
  207. <tr>
  208. <td height="25" colspan="3" bgcolor="#FBFBFB" style="border-left-width: 1px; border-right-width: 1px; border-top: 1px solid #CCCCCC; border-bottom-width: 1px"><p style="line-height: 100%; margin-left: 10px"><img src="img/301.gif" width="14" height="14"> 发 布 者:
  209.                   <%if rs("com")<>"" and rs("username")<>"" then %>
  210.               <a target="_blank" href="x_m.asp?id=<%=rs("id")%>"><%=rs("name")%>←[发邮件信息]</a> <img border="0" alt="商家会员发布" src="image/shang.gif" width="15" height="15" ><a target="_blank" href="com.asp?m=<%=rs("username")%>"><%=rs("com")%>←<font color="#D56A00">[查看商家店铺</font></a><font color="#D56A00">]</font>
  211.               <%else if rs("username")<>"" and rs("com")="" then %>
  212.               <img border="0" alt="个人会员发布" src="image/ge.gif" ><a title="查看用户信息" target="_blank" href="per.asp?username=<%=rs("username")%>"><%=rs("name")%></a>←<font color="#D56A00">[</font><a title="给店家发信息" target="_blank" href="x_m.asp?id=<%=rs("id")%>"><font color="#D56A00">给发布者发短信</font></a><font color="#D56A00">]</font>
  213.               <%else%>
  214.               <%=rs("name")%>[游客快速发布]
  215.               <%end if%>
  216.               <%end if%>
  217.             </td>
  218.           </tr>
  219.           <tr>
  220.             <td height="25" colspan="3" bgcolor="#FBFBFB"><p style="line-height: 100%; margin-left: 10px"><img src="img/ph.gif" width="14" height="12"> 联系电话:<%=rs("dianhua")%></td>
  221.           </tr>
  222.           <%if rs("qq")<>"" then %>
  223.           <tr>
  224.             <td colspan="3" bgcolor="#FBFBFB"><p style="line-height: 100%; margin-left: 10px">Q Q或MSN:<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=<%=rs("qq")%>&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:<%=rs("qq")%>:9 alt="用QQ给他发信息"><%=rs("qq")%></a></td>
  225.           </tr>
  226.           <%else%>
  227.           <%end if%>
  228.           <tr>
  229.             <td colspan="3" bgcolor="#FBFBFB"><p style="line-height: 100%; margin-left: 10px"><img src="img/ico_wife.gif" width="13" height="12"> 联系地址:<%=rs("dizhi")%></td>
  230.           </tr>
  231.           <tr>
  232.             <td colspan="3" height="26"><div align="center">
  233.               <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table2">
  234.                   <tr>
  235.                     <td bgcolor="#FBFBFB"><FORM METHOD=POST ACTION="http://www.ip138.com/ips.asp" target="_blank" name="ipform" onSubmit="return checkIP();" style="line-height: 100%; margin-top: 0; margin-bottom: 0">
  236.                      <span style="line-height: 100%; margin-left: 10px"> </span><img src="img/qq_02.gif" width="13" height="12"><span style="line-height: 100%; margin-left: 10px"> </span>发布者IP:
  237.                     <input type="text" name="ip" size="15" value="<%=rs("ip")%>" style="border: 1px solid #FFFFFF; background-color: #FFFFFF">
  238.                       <input name="submit" type="submit" style="background-color: #FFFFFF" title="通过查看发布人IP,可以判断信息的可信度" value=" 查看ip ">
  239.                     <INPUT TYPE="hidden" name="action" value="2">
  240.                     </FORM></td>
  241.                     <td bgcolor="#FBFBFB"><form action="http://www.ip138.com:8080/search.asp" method="POST" onSubmit="return checkMobile();" target="mobilewindow" name="mobileform" style="margin-top: 0; margin-bottom: 0">
  242.                         <input type="hidden" name="action" value="mobile">
  243.                       <input class="TextBoxStyle" maxLength="11" name="mobile" size="15" value="<%=rs("dianhua")%>">
  244.                         <input name="submit" type="submit" class="ButtonStyle" style="color: #FF0000; background-color:#FFFFFF" value="手机归属查询">
  245.                     </form></td>
  246.                   </tr>
  247.                 </table>
  248.             </div></td>
  249.           </tr>
  250.           <tr>
  251.             <td colspan="3" height="26"><font color="#C0C0C0">&nbsp;<span style="font-size: 11pt"></span><font size="2">&nbsp; </font></font><font color="#999999"> 通过查看发布者IP和手机归属判断信息的真实性与合法性,请谨慎审核,理性抉择。</font></td>
  252.           </tr>
  253.           <tr>
  254.             <td align="right" colspan="3"><div align="center">
  255.               <table border="0" cellpadding="0" style="border-style:solid; border-width:1px; padding:1px; border-collapse: collapse" bordercolor="#CCCCCC" width="100%">
  256.                   <form action="x_hf.asp?id=<%=rs("id")%>&xxusername=<%=rs("username")%>&cnmai=chk" method="POST">
  257.                     <tr>
  258.                       <td height="22" bgcolor="#E5E5E5"><p align="center"><b><a name="hf"></a>给本信息发表回复</b>(本站提示:请随时关注您发布的信息,会有买/卖家给您留言的)</td>
  259.                     </tr>
  260.                     <tr>
  261.                       <td height="29"><p style="margin-left: 20px"><span id="followImg1" style="CURSOR: hand" onClick="loadThreadFollow(1,5)">
  262.                         <input type="radio" name="r1" value="0" checked>
  263.                         直接在此回复
  264.                         <input type="radio" value="1" name="r1">
  265.                         发到发布人的信箱</span></td>
  266.                     </tr>
  267.                     <tr>
  268.                       <td height="29"><p style="line-height: 100%; margin-left: 20px">用 户 名:
  269.                             <input type="text" name="username" size="16" maxlength="50" value="<%=request.cookies("cnmai")("username")%>">
  270.                         &nbsp;
  271.                               <input type="checkbox" name="nm" value="on">
  272.                         匿名发布&nbsp;[<a target="_blank" href="reg.asp">注册</a>/<a target="_blank" href="login.asp">登陆</a>]</td>
  273.                     </tr>
  274.                     <tr style="display:none" id="follow1">
  275.                       <td height="26"><p style="margin-left: 20px">邮件标题:
  276.                             <input type="text" name="mbt" size="39" maxlength="50">
  277.                         <br>
  278.                         联系方式:
  279.                         <input type="text" name="mdz" size="39" maxlength="40">
  280.                         <input type="hidden" name="et" size="15" value="<%=rs("email")%>">
  281.                       </td>
  282.                     </tr>
  283.                     <tr>
  284.                       <td><p style="line-height: 100%; margin-left: 20px">回复内容:
  285.                             <textarea rows="4" name="neirong" cols="50"></textarea>
  286.                       </td>
  287.                     </tr>
  288.                     <tr>
  289.                       <td height="22"><p align="center">
  290.                         <input type="submit" value="提交回复" name="hf">
  291.                       </td>
  292.                     </tr>
  293.                     <tr>
  294.                       <td><table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
  295.                           <%
  296. if rs("hfcs")>=1 then
  297. rs.close
  298. dim k
  299. sql = "select * from hf where xxid='"&cnmai&"' order by hfsj desc"
  300. rs.open sql,conn,1,1
  301. rs.Pagesize=10
  302. Pagesize=rs.Pagesize
  303. Allrecord=rs.Recordcount
  304. Allpage=rs.Pagecount
  305. if ThisPage<1 then                           
  306. ThisPage=1
  307. end if
  308. On Error Resume Next
  309. rs.move (ThisPage-1)*Pagesize
  310. k=0
  311. %>
  312.                           <%do while not rs.eof%>
  313.                           <tr>
  314.                             <td width="2%" height="25" class="tdhf"></td>
  315.                             <td width="4%" height="25" class="tdhf"><b><%=(k+1)%></b>楼</td>
  316.                             <td width="70%" height="25" class="tdhf"><b><font color="#CC0000">
  317.                               <%if rs("username")<>"" then %>
  318.                               <%=trim(rs("username"))%>
  319.                               <%else%>
  320.                               匿名用户
  321.                               <%end if%>
  322.                             </font></b></td>
  323.                             <td width="25%" height="25" class="tdhf" align="right"><font color="#808080"><%=trim(rs("hfsj"))%> </font> &nbsp;</td>
  324.                           </tr>
  325.                           <tr>
  326.                             <td width="2%"></td>
  327.                             <td width="4%"></td>
  328.                             <td width="70%" class=><%=HTMLEncode(rs("neirong"))%></td>
  329.                             <td width="25%"></td>
  330.                           </tr>
  331.                           <%
  332. rs.movenext
  333. k=k+1
  334. if k>=Pagesize then exit do
  335. loop
  336. end if
  337. %>
  338.                           <tr>
  339.                             <td width="100%" height="1" colspan="4"></td>
  340.                           </tr>
  341.                       </table></td>
  342.                     </tr>
  343.                     <tr>
  344.                       <td align="center" height="25" bgcolor="#E0E0E0">共有&nbsp;<font color="#CC5200"><%=Allrecord%></font>&nbsp;条记录&nbsp;  共 <font color="#CC5200"><%=Allpage%></font> 页&nbsp; 现在是第 <font color="#CC5200"><%=ThisPage%></font> 页 <font color="#CCCCCC">┈┈┈┈┈┈┈┈┈┈┈┈</font>
  345.                           <%
  346. if ThisPage<2 then     
  347. response.write "<font color=""#808080"">首页</font>&nbsp;"
  348. response.write "<font color=""#808080"">上一页</font>&nbsp;"     
  349. else     
  350. response.write "<a href=?cnmai="&cnmai&"&page=1>首页</a>&nbsp;"
  351. response.write "<a href=?cnmai="&cnmai&"&page="&ThisPage-1&">上一页</a>&nbsp;"     
  352. end if
  353. if Allpage-ThisPage<1 then     
  354. response.write "<font color=""#808080"">下一页</font>&nbsp;"
  355. response.write "<font color=""#808080"">尾页</font>&nbsp;"  
  356. else     
  357. response.write "<a href=?cnmai="&cnmai&"&page="&(ThisPage+1)&">下一页</a>&nbsp;"   
  358. response.write "<a href=?cnmai="&cnmai&"&page="&Allpage&">尾页</a>&nbsp;"     
  359. end if
  360. %></td>
  361.                     </tr>
  362.                   </form>
  363.               </table>
  364.             </div></td>
  365.           </tr>
  366.           <tr>
  367.             <td width="72%" align="right" colspan="2"></td>
  368.           </tr>
  369.         </table></td>
  370.       </tr>
  371.     </table></td>
  372.     <td width="214" height="570" valign="top" background="img/rightbg.jpg" style="border-style:none"><table width="100%" border="0" cellpadding="0" cellspacing="0" id="table1">
  373.       <tr>
  374.         <td height="56"><p align="center"><a href="axx.asp"><img border="0" src="img/fbbut1.gif" width="158" height="46"></a></td>
  375.       </tr>
  376.       <tr>
  377.         <td><%call xxs()%></td>
  378.       </tr>
  379.     </table></td>
  380.   </tr>
  381. </table>

  382. <!--#include file="foot.asp"--><%
  383. rs1.close
  384. set rs1=nothing
  385. call closedb()%>
  386. </body></html>
复制代码
我修改行279 <input type="checkbox" name="nm" value="on">为
<input type="checkbox" name="nm" value="off">可以限制匿名回复。但会员登录还是直接发表回复。修改那段代码限制验证后才可以显示呢?
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享

6

主题

46

帖子

18

金币

初级会员

Rank: 1

积分
89
2#
 楼主| 发表于 2010-3-26 14:34:29 | 只看该作者
为了不扰乱会员对源码的测试,有问题咨询右侧客服不要直接回复,否则视为非法信息屏蔽会员ID!
没人知道吗? 顶起来
您需要登录后才可以回帖 登录 | 会员注册

本版积分规则

锦尚中国源码论坛

聚合标签|锦尚中国,为中国网站设计添动力 ( 鲁ICP备09033200号 ) |网站地图

GMT+8, 2024-11-16 14:58 , Processed in 0.164408 second(s), 25 queries .

带宽由 锦尚数据 提供 专业的数据中心

© 锦尚中国源码论坛 52jscn Inc. 非法入侵必将受到法律制裁 法律顾问:IT法律网 & 褚福省律师 锦尚爱心 版权申诉 版权与免责声明