📄 index.php
字号:
<?php
require "articlelib.php";
$total = readnum();
$num_row = 100;
$num_page = ceil($total/$num_row);
if ($total > 0)
{
if (empty($nowpage))
{
$nowpage = 1;
}
readborder_all();
$content = $info_content;
$family = $info_family;
}
?>
<table border="0" cellspacing="0" align=center width=100%>
<tr><td>
<body bgcolor="#666696" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">
本站仅为网友提供交流有关.torrent文件的信息的平台,所有资源的实际文件都不在本站的服务器上,而是网友用自己的电脑自发共享的,更不保证文字描述和实际内容相符。发布的信息来自国内几百个BT发布站,本站只是由程序自动收集其发布信息的文字描述和.torrent文件,除了.torrent文件没有任何文件在本站的服务器上,如果您认为有.torrent文件或描述信息侵犯了您的版权,<a href="http://5dbt.cn/bbs" target=_blank><u>请及时举报</u></a>,我们将尽快为您处理。追究版权等相关责任请直接与原发布网站的发布者联系。本站将尽最大努力过滤政治和色情内容,如有发现一律封IP。
</td></tr>
</table>
<tr>
<td>本站永久域名:<A href="http://5dbt.cn"><FONT color=#FF0000>http://5dbt.cn</FONT></A>
</tr>
</td>
<tr>
<td><A href="http://www.bitcomet.com/?refer=BitCometSoft"><FONT color=#FF0000>§推荐使用BT软件:BitComet(比特彗星)</FONT></A></tr>
</td>
<SCRIPT language=JavaScript>
<!--
var bV = parseInt(navigator.appVersion);
var NN4 = document.layers ? true : false;
var IE4 = document.all && bV >= 4 ? true : false;
var downloadID = 0;
var downloadHash = '';
var showClickprogress = 100;
function goPage(pagenum)
{
document.MainForm.page.value = pagenum;
document.MainForm.submit();
return false;
}
function Sort(type)
{
document.MainForm.sorttype.value = type;
document.MainForm.submit();
}
function SubmitForm()
{
document.MainForm.page.value = 1;
document.MainForm.submit();
}
function showTip(msg)
{
var obj = 'TipBox';
if (showClickprogress < 100) return;
if (typeof(hideTimeOut) != 'undefined') clearTimeout(hideTimeOut);
if (NN4)
{
if (document.layers[obj].visibility != 'visible')
{
with (document[obj].document)
{
open();
write('<layer id=TipBox bgColor=#ffffee style="width: 700px; border: 1px solid #000000" onMouseover="keepTip()" onMousewheel="keepTip()" onMouseout="hideTip()">' +msg+ '</layer>');
close();
}
var objp = document.layers.TipBox;
objp.moveTo(100, e.y + 6);
}
document.layers[obj].visibility = 'visible';
}
else if(IE4)
{
if (document.all[obj].style.visibility != 'visible')
{
document.all[obj].innerHTML = msg;
var y = event.y;
var objp = document.all.TipBox.style;
var yy = document.body.scrollTop + y + 6;
objp.pixelLeft = 100;
objp.pixelTop = yy;
}
document.all[obj].style.visibility = 'visible';
}
}
function keepTip()
{
var obj = 'TipBox';
if (showClickprogress < 100) return;
if (typeof(hideTimeOut) != 'undefined') clearTimeout(hideTimeOut);
if (NN4)
document.layers[obj].visibility = 'visible';
else if(IE4)
document.all[obj].style.visibility = 'visible';
}
function hideTip()
{
hideTimeOut = setTimeout('delayHide()', 5); //窗口消失时间,为方便用户浏览,建议设置越小越好,原:300
}
function delayHide()
{
var obj = 'TipBox';
if (NN4)
{
if (document.layers[obj] != null)
document.layers[obj].visibility = 'hidden';
}
else if(IE4)
document.all[obj].style.visibility = 'hidden';
if (typeof(hideTimeOut) != 'undefined') clearTimeout(hideTimeOut);
}
function setReload()
{
window.location.reload();
}
function showDetail(info_hash)
{
var url = info_hash == '' ? 'viewgraph.php' : 'detail.php?info_hash=' + info_hash;
window.open(url, 'detailview', 'scrollbars=yes, width=500, height=300');
}
function GetTorrent()
{
torrentdir = Math.floor(downloadID / 2000);
document.location.href = 'torrents/'+torrentdir+'/'+downloadHash+'.torrent';
}
function displayClickAD()
{
showClickprogress = 0;
ClickADref = document.all.ClickAD;
var scroll_top = document.body.scrollTop;
var docwidth = document.body.clientWidth;
var docheight = document.body.clientHeight;
var ClickADwidth = ClickADref.offsetWidth;
var ClickADheight = ClickADref.offsetHeight;
ClickADref.style.left = docwidth / 2 - ClickADwidth / 2;
ClickADref.style.top = scroll_top + docheight / 2 - ClickADheight / 2;
ClickADscroll = setInterval('staticClickADbox()', 50);
ProgressBar = setInterval('controlledhideClickAD()', 400);
ClickADref.style.visibility = "visible";
}
function staticClickADbox()
{
var scroll_top = document.body.scrollTop;
var docheight = document.body.clientHeight;
var ClickADheight = ClickADref.offsetHeight;
ClickADref.style.top = scroll_top + docheight / 2 - ClickADheight / 2;
}
function hideClickADbox()
{
ClickADref.style.visibility = 'hidden';
if (typeof(ClickADscroll) != 'undefined') clearInterval(ClickADscroll);
if (typeof(ProgressBar) != 'undefined') clearInterval(ProgressBar);
document.all.Progress.innerHTML = '<table align=left><tr><td height=5></td></tr></table>';
GetTorrent();
}
function controlledhideClickAD()
{
showClickprogress += 10;
document.all.Progress.innerHTML = '<table width=' + showClickprogress + '% align=left bgColor=green><tr><td height=5></td></tr></table>';
if (showClickprogress > 100) hideClickADbox();
}
function DownLoad(id, hash)
{
downloadID = id;
downloadHash = hash;
hideTip();
IE4 ? displayClickAD() : GetTorrent();
}
var showPopStep = 10;
var popOpacity = 94; //原:80
var sPop = '';
var tFadeOut = 'yes'; //原:yes
function showPopupText(popText)
{
if (!IE4) return;
var o = event.srcElement;
var MouseX = event.x;
var MouseY = event.y;
if (popText != sPop)
{
sPop = popText;
clearTimeout(tFadeOut);
if (sPop == null || sPop == '')
{
document.all.popLayer.innerHTML = '';
document.all.popLayer.style.filter = "Alpha()";
document.all.popLayer.filters.Alpha.opacity = 0;
}
else
{
document.all.popLayer.innerHTML = sPop;
document.all.popLayer.style.filter = "Alpha(Opacity=0)";
var popWidth = document.all.popLayer.clientWidth;
var popHeight = document.all.popLayer.clientHeight;
document.all.popLayer.style.left = MouseX + popWidth > document.body.clientWidth - 5 ? document.body.clientWidth - popWidth - 5 : MouseX;
document.all.popLayer.style.top = MouseY + document.body.scrollTop;
fadeOut();
}
}
}
function fadeOut()
{
if (popLayer.filters.Alpha.opacity < popOpacity)
{
popLayer.filters.Alpha.opacity += showPopStep;
tFadeOut = setTimeout('fadeOut()', 1000); //窗口淡出时间设置 原:30
}
}
-->
</SCRIPT>
<SCRIPT language=JavaScript>
<!--
if (IE4)
{
//document.write('<div id=popLayer style="position:absolute; z-index:101" class=cPopText></div>');
document.write('<div id=ClickAD style="width: 700px; position: absolute; visibility: hidden; padding: 5px 5px 5px 5px; background-Color: #ffffee; filter: alpha(Opacity=94); border: 0px solid #000000; z-index: 100"><table cellPadding=0 cellSpacing=0 border=0 width=100% style="table-layout: fixed" align=center><tr><td style="word-wrap: break-word"><a href=http://www.lwcrystal.com target=_blank><img src=/ad/ad4.jpg border=0></a></td></tr></table><div id=Progress align=center><table align=left><tr><td height=5></td></tr></table></div></div>');
document.write('<div id=TipBox style="width: 700px; position: absolute; visibility: hidden; padding: 5px 5px 5px 5px; background-Color: #ffffee; filter: alpha(Opacity=94); border: 0px solid #000000; z-index: 99" onMouseover="keepTip()" onMousewheel="keepTip()" onMouseout="hideTip()"></div>');
}
else if (NN4)
{
document.write('<div id=TipBox style="position: absolute; visibility: hidden; background-Color: #ffffee; filter: alpha(Opacity=94); border: 0px solid #000000; z-index: 99"></div>');
setTimeout('window.onResize=setReload', 500);
}
-->
</SCRIPT>
<script language="JavaScript">
<!--
function opensearch()
{
if(list.text_search != "")
{
//打开搜索页
window.open("search.php?style_search="+list.style_search.value+"&text_search="+list.text_search.value);
}
}
//-->
</script>
<html>
<head>
<title>我的BT----免费3gp手机电影,3gp动漫 ,3gp连续剧</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<?php article_style(); ?>
<body bgcolor="#FFFFFF">
<table width="95%" border="0">
<tr>
<td>
1,请先下载安装BT软件再下载。
</td></tr>
<tr>
<td>
2,支持本站请多多宣传。</td></tr>
<tr>
<td>3,BT是我家,发展靠大家,请多多发种子。</td></tr>
<tr>
<td>4。如在电脑上观看,请下载<a href=http://www.baofeng.com/>
暴风影音2
</a></td></tr>
<tr>
<td height="34">
<table width="100%" border="0">
<form method=post action="search.php" name="form5">
<tr>
<td width="20%">查询方式
<select name="style_search">
<option value="title" selected>标题</option>
<option value="writer">作者</option>
<option value="content">内容</option>
<option value="fl">分类</option>
</select>
</td>
<td width="30%">关键词
<input type=text name="new_name">
</td>
<td width="10%">
<input type=submit value="种子搜索"><br>
</td>
<td width="24%">
<div align="right">
<A href="javascript:window.external.addFavorite('http://5dbt.cn','我的BT')">加入收藏</A>
</div>
</td>
<td width="24%">
<div align="center">
<a href="1.php">
发布种子
</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<table border=0 cellSpacing=1 width="100%">
<tbody>
<tr bgColor="#aeaeae">
<th align="left">
<font size="2">
序号
</font>
</th>
<th align="left">
<font size="2">
分类
</font>
</th>
<th align="left">
<font size="2">
主题/简介/种子
</font>
</th>
<th align="left">
<font size="2">
作者
</font>
</th>
<th align="left">
<font size="2">
下载次数
</font>
</th>
<th align="left">
<font size="2">
发布日期
</font>
</th>
</tr>
<?php
if (is_array($content))
{
$begin = ($nowpage-1) * $num_row;
$end = $nowpage * $num_row;
$nums = count($content);
if ($end >= $nums)
{
$end = $nums;
}
for ($i=$begin; $i<$end; $i++)
{
$num = $i+1;
$id = $content[$i]["id"];
$title = $content[$i]["title"];
$writer = $content[$i]["writer"];
$size_article = $content[$i]["size_article"];
$num_click = $content[$i]["click"];
$importtime = $content[$i]["importtime"];
$msg = $content[$i]["content"];
$adda= $content[$i]["adda"];
$fl= $content[$i]["fl"];
if (is_array($family))
{
$space = $family[$i];
}
else
{
$space = 0;
}
//调用文章列表显示格式
?>
<TR bgColor='#CCCCFF'>
<TD width='5%'>
<FONT color='#000000'><?=$num;?></FONT>
</TD>
<TD width='6%'>
<FONT color='#000000'><?=$fl;?></FONT>
</TD>
<TD width='44%'>
<a onMouseOut="hideTip()" onMouseOver="showTip('<?=$msg;?>')" target="_blank" href='info.php?id=<? print $id;?>'><? print $title;?></A></TD>
<TD width='15%'>
<FONT color='#000000'>
<FONT color='#000000'><?=$writer;?></FONT>
</FONT>
</TD>
<TD width='5%'>
<FONT color='#000000'><?=$num_click;?></FONT>
</TD>
<TD width='15%'>
<FONT color='#000000'><?=$importtime;?></FONT>
</TD>
</TR>
<?php
}
}
?>
<tr width="100%">
<?php
pri_page("index", $nowpage, $num_page, $cryptname);
?>
</tr>
</tbody>
</table>
</tr>
</table>
</form>
</body>
</html>
<?php
db_close();
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -