⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 SEO过的带数据库的NBA直播程序!解压到根目录更换banner即可!后台admin 密码zidane
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<title>cctv5直播|cctv5在线直播|cctv5现场直播|cctv5网上直播|cctv5比赛直播|cctv5现场直播|cctv5直播|体育直播网</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="体育直播网提供cctv5直播,cctv5在线直播,cctv5现场直播,cctv5网上直播,cctv5比赛直播,cctv5现场直播,cctv5直播,cctv5在线直播等cctv5比赛直播">
<meta name="Keywords" content="cctv5直播,cctv5在线直播,cctv5现场直播,cctv5比赛直播,cctv5现场直播,cctv5网上直播,cctv5直播,cctv5在线直播cctv5比赛直播,2006多哈亚运会直播">
<meta name=="Author" content="cctv5直播,cctv5在线直播,cctv5现场直播,cctv5比赛直播,cctv5现场直播,cctv5网上直播,cctv5直播,cctv5在线直播,cctv5比赛直播,多哈2006,2006亚运会在线直播">
<link rel="stylesheet" type="text/css" href="club.css">
<style>
<!--
.x:link      { color: white; text-decoration: none }
.x:visited   { color: white; text-decoration: none }
.x:active    { color: red; text-decoration: none }
.x:hover     { color: red;text-decoration:nome}
tr           { font-size: 9pt }
td           { font-size: 9pt }
body         {
	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/index.gif);
}
a:link       { color: #006633; text-decoration: none }
a:visited    { color: #006633; text-decoration: none }
a:active     { color: red; text-decoration: none }
a:hover      { color: red; text-decoration: none }
.style1 {
	color: #006633;
	font-weight: bold;
}
.style4 {color: #ABC48C}
.style5 {
	color: #FF0000;
	font-weight: bold;
}
.STYLE6 {
	color: #F7A608;
	font-weight: bold;
	font-size: 18px;
}
.STYLE7 {
	color: #007D31;
	font-weight: bold;
	font-size: 18px;
}
.STYLE9 {font-size: 10}
.STYLE17 {font-size: 10pt; font-weight: bold; }
.STYLE19 {color: #008040; font-size: 10pt; }
.STYLE21 {color: #006600; font-size: 10pt; }
.STYLE26 {
	color: #00ff00;
	font-weight: bold;
}
.STYLE27 {
	color: #000000;
	font-weight: bold;
}
.STYLE32 {
	font-size: 14px;
	font-weight: bold;
}
.STYLE35 {
	font-size: 13px;
	color: #FF0000;
}
-->
</style>
<script language= "javascript">
function newpage(htmlurl) {
var newwin=window.open(htmlurl,"newWin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=20,left=200,width=400,height=370");
newwin.focus();
return false;
}
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--//
function checkadd()
{   
    if (document.search.keyword.value.length<1)
	{
        alert("请输入查询关键字!");
        document.search.keyword.focus();
        return false;
    }
    if (document.search.keyword.value=="输入关键字")
	{
        alert("请输入查询关键字!");
        document.search.keyword.focus();
        return false;
    }
}
//-->
</SCRIPT>

</head>

<body> 
<div align="center">
  <center>
 <% list=request("list")
 if list="top" then
 sql="select * from data where yesno='1' order by hits desc" 
 else
 keyword=trim(request("keyword"))
 if keyword="" then
theitem=request("item")
if theitem="" then
sql="select * from data where yesno='1' order by id desc"  
else
sql="select * from data where item='"&theitem&"' and yesno='1' order by id desc" 
end if 
else
sql="select * from data WHERE (name Like '%"& keyword &"%' or item Like '%"& keyword &"%') and yesno='1' order by id desc"
end if 
end if          
set rs=server.createobject("adodb.recordset")               
rs.open sql,connstr,1,1 
            
if rs.eof then                          
response.write "<p align=center><font color=#FF0000>暂时没有任何视频!</font></p>"                             
else               
const maxperpage=50               
dim currentpage               
rs.pagesize=maxperpage               
currentpage=request.querystring("pageid")               
if currentpage="" then               
currentpage=1               
elseif currentpage<1 then               
currentpage=1               
else               
currentpage=clng(currentpage)               
	if currentpage > rs.pagecount then               
	currentpage=rs.pagecount               
	end if               
end if               
               
if not isnumeric(currentpage) then               
currentpage=1               
end if               
dim totalput,n               
totalput=rs.recordcount               
if totalput mod maxperpage=0 then               
n=totalput\maxperpage               
else               
n=totalput\maxperpage+1               
end if               

⌨️ 快捷键说明

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