📄 index1.php
字号:
<?php
$dir="include/";
require_once($dir."config.php");
require_once($dir."array.php");
include_once("include/mysqlclass.php");
include_once("include/myfunction.php");
//精彩推荐
$query=$db->query("SELECT * from `bt` WHERE `status`='1' ORDER BY Dates DESC,Id DESC LIMIT 0,5 ");
while($b=$db->fetch_array($query)) {
$hot_list[]=$b;
}
//最近更新
$query=$db->query("SELECT * from `bt` where `status2`='1' ORDER BY Dates DESC,Id DESC LIMIT 0,20 ");
while($b=$db->fetch_array($query)) {
$new_list[]=$b;
}
//电视剧
$query=$db->query("select * from `bt_dir` where status2<>'0' and type='lxj' order by dates limit 0,1");
$lxj_list_1=$db->fetch_array($query);
$query=$db->query("select * from `bt_dir` where status2<>'0' and type='lxj' order by dates limit 1,3");
while($lxj_2=$db->fetch_array($query)) $lxj_list_2[] = $lxj_2;
//点播排行
$query=$db->query("select * from `bt` where `status2`='1' order by view desc limit 0,10");
while($row=$db->fetch_array($query)) $rank_list[]=$row;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>960影院 - 看高清电影</title>
<meta content="All" name="Robots" />
<meta name="Generator" content="Notepad,EditPlus" />
<meta name="Description" content="免费电影,高清网络电视,高清电影,高清点播,在线观看" />
<meta name="Keywords" content="免费电影,高清网络电视,高清电影,高清点播,在线观看" />
<link href="css/ppvu.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="all">
<?php $frompage=1;?>
<?php require_once("common/top.php");?>
<div class="ms_02">
<div id="bu_01">
<div class="st_02"></div>
<div class="st_01">
<div class="vu_05">精彩推荐</div>
</div>
<div class="st_03"></div>
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="200" height="70" border="0" cellpadding="0" cellspacing="0">
<?php if($hot_list) foreach ($hot_list as $i=>$m) {
$images = explode(".",$m['images']);
$images_s = $images[0]."_s.".$images[1];
//$images_m = $images[0]."_s".$images[1];
?>
<tr>
<td width="68" rowspan="2"><div class="ng_02"><div class="ms_01"><a href="files/<?php echo $m['file'];?>" target="_blank"><img src="<?php echo "pic/".$images_s;?>" width="52" height="52" alt="<?php echo $m['title'];?>"></a></div></div></td>
<td width="132" height="30" align="left" valign="bottom"><div class="kr_01"><a href="files/<?php echo $m['file'];?>" target="_blank">《<?php echo $m['title'];?>》</a></div></td>
</tr>
<tr>
<td height="40" align="left"><div class="kr_02"><?php echo substr_cn($m['contents'],36);?></div></td>
</tr>
<?php } ?>
</table>
</div>
<div id="bu_00">
<div id="bu_05">
<div style="margin-top:1px " >
<a href="http://www.vu365.com/files/aaf6a4b8404eafa205de4d6cb06ac70f.shtml" target="_blank" title="" id="link">
<img src="photo/01.jpg" id="scroll_img" border="0" />
</a>
</div>
<div class="st_07" style="text-align:center;">
<div class="ng_01"><img src="photo/01_1.jpg" onmouseover="scroll('01.jpg','aaf6a4b8404eafa205de4d6cb06ac70f.shtml');" style="cursor:hand;"></div>
<div class="ng_01"><img src="photo/02_2.jpg" onmouseover="scroll('02.jpg','9431409d560da564cc29082024bcc14b.shtml');" style="cursor:hand;"></div>
<div class="ng_01"><img src="photo/03_3.jpg" onmouseover="scroll('03.jpg','1427ac282465591b27eb86d71fe57702.shtml');" style="cursor:hand;" ></div>
<div class="ng_01"><img src="photo/04_4.jpg" onmouseover="scroll('04.jpg','dir_49b2199dd24e8c1f021f0fa067ab1781.shtml');" style="cursor:hand;" ></div>
<div class="ng_01"><img src="photo/05_5.jpg" onmouseover="scroll('05.jpg','fef1a20264cb4fdd290712bf08c47263.shtml');" style="cursor:hand;" ></div>
</div>
<script>
function scroll(val,val2){
document.getElementById("scroll_img").src='photo/'+val;
document.getElementById("link").href='http://www.vu365.com/files/'+val2;
}
function auto_scroll(){
var rand_num;
rand_num = Math.round(Math.random()*5);
if(rand_num=="0") rand_num=1;
str1 = "aaf6a4b8404eafa205de4d6cb06ac70f.shtml";
str2 = "9431409d560da564cc29082024bcc14b.shtml";
str3 = "1427ac282465591b27eb86d71fe57702.shtml";
str4 = "dir_49b2199dd24e8c1f021f0fa067ab1781.shtml";
str5 = "fef1a20264cb4fdd290712bf08c47263.shtml";
document.getElementById("scroll_img").src='photo/0'+rand_num+'.jpg';
if(rand_num=="1") document.getElementById("link").href='http://www.vu365.com/files/'+str1;
if(rand_num=="2") document.getElementById("link").href='http://www.vu365.com/files/'+str2;
if(rand_num=="3") document.getElementById("link").href='http://www.vu365.com/files/'+str3;
if(rand_num=="4") document.getElementById("link").href='http://www.vu365.com/files/'+str4;
if(rand_num=="5") document.getElementById("link").href='http://www.vu365.com/files/'+str5;
window.setTimeout("auto_scroll();", 3000);
}
window.setTimeout("auto_scroll();", 3000);
</script>
</div>
<div id="bu_06">
<div class="st_10">
<div class="vu_05">近期更新</div>
</div>
<div class="st_09"></div>
</div>
<div id="bu_07">
<?php if($new_list) foreach ($new_list as $i=>$m) { ?>
<div style="float:left; width:23%; text-align:left; padding-left:8px; line-height:22px;overflow: hidden; word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;"><a href="files/<?php echo $m['file'];?>" target="_blank">《<?php echo $m['title'];?>》</a></div>
<?php } ?>
</div>
</div>
<div id="bu_03">
<table width="99%" border="0" cellpadding="0" cellspacing="0" background="images/bu_01.gif">
<tr>
<td width="5%"><div align="left"><img src="images/bu_02.gif" width="2" height="27"></div></td>
<td width="52%"><div class="vu_05">VU高清网络电视</div></td>
<td width="43%"><div align="right"><img src="images/bu_03.gif" width="2" height="27"></div></td>
</tr>
</table>
<table width="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="33" height="41" valign="bottom"><div align="right"><img src="images/sd.gif" width="32" height="32"></div></td>
<td width="167" valign="middle"><div style="margin-top:10px ">VU高清网络电视免费下载</div></td>
</tr>
<tr>
<td height="60" colspan="2"><div align="center"><a href="http://www.vu365.com/download1.htm" target="_blank"><img src="images/btn_pps2205.gif" width="112" height="41"></a></div></td>
</tr>
</table>
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25"><div align="left" class="kr_02">............................................................</div></td>
</tr>
<tr>
<td height="25"><div class="vu_05">使用帮助</div></td>
</tr>
<tr>
<td height="25"><div align="left"><a href="help.htm#help1">软件安装、启动与更新</a></div></td>
</tr>
<tr>
<td height="25"><div align="left"><a href="help.htm#help2">控制播放</a></div></td>
</tr>
<tr>
<td height="25"><div align="left"><a href="help.htm#help6">节目选择</a></div></td>
</tr>
<tr>
<td height="25"><div align="left"><a href="help.htm#question">常见问题解答</a></div></td>
</tr>
<tr>
<td height="25"><div class="vu_05">论坛热贴</div></td>
</tr>
<?php
mysql_select_db("vubbs");
$query=$db->query("select * from cdb_threads where fid=4 order by dateline desc limit 0,5");
while ($list=$db->fetch_array($query)) { ?>
<tr>
<td height="25"><div align="left"><a href="bbs/viewthread.php?tid=<?php echo $list['tid'];?>" target="_blank"><?php echo $list['subject'];?></a> </div></td>
</tr>
<?php } ?>
</table>
</div>
</div>
<div class="ms_02">
<div id="bu_09">
<div>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/bu_01.gif">
<tr>
<td width="1%"><div align="left"><img src="images/bu_02.gif" width="2" height="27"></div></td>
<td width="56%"><div class="vu_05">电视剧集</div></td>
<td width="43%"><div align="right"><img src="images/bu_03.gif" width="2" height="27"></div></td>
</tr>
</table>
<div>
<table width="380" border="0" cellspacing="0" cellpadding="0" class="kr_03">
<tr>
<td width="189" rowspan="3">
<?php
$images2 = explode(".",$lxj_list_1['images']);
$images_m = $images2[0]."_m.".$images2[1];
?>
<div class="ng_03"><div class="ms_01"><a href="files/<?php echo $lxj_list_1['file'];?>" target="_blank"><img src="<?php echo "pic/".$images_m;?>" alt="<?php echo $lxj_list_1['title'];?>" border="0" width="170" height="232"></a></div></div></td>
<td width="191" height="39"><div>
<div align="left" class="kr_03 "><a href="files/<?php echo $lxj_list_1['file'];?>" target="_blank">《<?php echo $lxj_list_1['title'];?>》</a></div>
</div></td>
</tr>
<tr>
<td height="149" valign="top"><div class="kr_02" align="left"><?php echo substr_cn($lxj_list_1['contents'],150);?></div> </td>
</tr>
<tr>
<td height="30%" valign="top" align="right"><div style="margin-right:20px;line-height:18px; "><a href="files/<?php echo $lxj_list_1['file'];?>" target="_blank"><strong>进入观看</strong></a></div></td>
</tr>
</table>
<?php if($lxj_list_2) foreach($lxj_list_2 as $i=>$m) {
$images1 = explode(".",$m['images']);
$images_s = $images1[0]."_s.".$images1[1];
?>
<table width="270" height="75" border="0" cellpadding="0" cellspacing="0" style="margin-top:10px; ">
<tr>
<td width="86" rowspan="2"><div class="ng_04"><div class="ms_01"><a href="files/<?php echo $m['file'];?>" target="_blank" title="<?php echo $m['title'];?>"><img src="<?php echo "pic/".$images_s;?>" border="0" width="64" height="64"></a></div></div></td>
<td width="194" height="30" align="left" valign="bottom"><div class="kr_01"><a href="files/<?php echo $m['file'];?>" target="_blank" title="<?php echo $m['title'];?>">《<?php echo $m['title'];?>》</a></div></td>
</tr>
<tr>
<td height="40" align="left"><div class="kr_02"><?php echo str_replace("<BR>","",substr_cn($m['contents'],54));?></div></td>
</tr>
</table>
<?php } ?>
</div>
</div>
</div>
<div id="bu_08">
<table width="99%" border="0" cellpadding="0" cellspacing="0" background="images/bu_01.gif">
<tr>
<td width="5%"><div align="left"><img src="images/bu_02.gif" width="2" height="27"></div></td>
<td width="52%"><div class="vu_05">点播排行</div></td>
<td width="43%"><div align="right"><img src="images/bu_03.gif" width="2" height="27"></div></td>
</tr>
</table>
<table width="200" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px ">
<?php if($rank_list) foreach ($rank_list as $i2=>$m2){ ?>
<tr>
<td width="39"><img src="images/<?php if($i2<9) echo "0".($i2+1); else echo ($i2+1);?>.gif" width="12" height="12" /></td>
<td width="161" height="25"><div align="left"><a href="files/<?php echo $m2['file'];?>" target="_blank"><?php echo $m2['title'];?></a></div></td>
</tr>
<?php } ?>
</table>
</div>
</div>
<?php require_once("common/bottom.php");?>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -