link.asp

来自「电影类型的好网站」· ASP 代码 · 共 27 行

ASP
27
字号
<!--#include file="conn.asp"-->
<%
  sqll="update media set clickcount=clickcount+1 where mediaid="&request("id")
  conn.Execute(Sqll)
  set rs=createobject("adodb.recordset")
  sql="SELECT content FROM medialink where mediaid="&request("id")
  rs.open sql,Conn,3,3	
%>
<LINK href="movie_images/e6yy_link.css" type=text/css rel=stylesheet>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td align="center"><font size="+2"><b>电影地址</b></font></td>
  </tr>
  <tr> 
    <td align="center"><%=rs("content")%></td>
  </tr>
  <tr> 
    <td height="85" align="center" valign="bottom"><font color="#000000"><a href="http://www.xiashanet.com/bbs/ShowPost.htm?id=611" target="_blank">在线看(部分影片):</a></font><font color="#FF0000">复制地址-打开播软件-点文件中的打开URL-粘贴地址<br>
      </font><font color="#000000"><a href="http://www.xiashanet.com/bbs/ShowPost.htm?id=611" target="_blank">下载看</a></font><a href="http://www.xiashanet.com/bbs/ShowPost.htm?id=611"><font color="#FF0000">:</font></a><font color="#FF0000">复制地址-打开下载软件-粘贴地址到下载任务中</font></td>
  </tr>
</table>


<%
   rs.close
   set rs=nothing
%>

⌨️ 快捷键说明

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