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

📄 unionzhai.php

📁 PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后
💻 PHP
📖 第 1 页 / 共 2 页
字号:
          <tbody> 
		  <?
 
 $sql="select * from zhai where  picname is NULL  $se order by isgood desc,rand() limit 25";
$qr1=mysql_query($sql);
	while($zh=mysql_fetch_array($qr1)){
	if($zh[htm]=="y"){$zh[url]="html/".$zh[id]."/index.htm";}else{$zh[url]="zhaishow.php?id=".$zh[id]."";}
	$zh[title]=sub($zh[title],44); 
	$zh[typename]=$typedb[typename]; 
 
 
?>
       
	   <tr> 
            <td class=big  bgcolor=#ffffff height="20"><span 
                  class=style6>·</span><a class=top1  title="<?=$zh[title]?>"  href="<?=$zh[url]?>"  target=_blank><?=$zh[title]?></a></td>
          </tr>
      <?
 
 
}
 
?>
         
        
           </tbody> 
        </table>
      </td>
     
    </tr>
    </tbody> 
  </table>
</div>
  
<div align="center">
  <table cellspacing=0 cellpadding=0 width=770 align=center bgcolor=#ffffff 
border=0>
    <tbody> 
    <tr> 
      <td width=4></td>
      <td> 
        <table height=8 cellspacing=0 cellpadding=0 width="100%" border=0>
          <tbody> 
          <tr> 
            <td></td>
          </tr>
          </tbody> 
        </table>
        <table height=26 cellspacing=0 cellpadding=0 width="100%" bgcolor=<?=$bcolor[1]?>
      border=0>
          <tbody> 
          <tr> 
            <td width=8><img height=1 width=1></td>
            <td width=4 bgcolor=#ffffff><img height=1 width=1></td>
            <td width=4><img height=1 width=1></td>
            <td width=1 bgcolor=#ffffff><img height=1 width=1></td>
            <td align=middle width=100><a class=white2_14_b 
            href="clicktop.php?sort=<? echo $sort;?>" 
            target=_blank>点击排行</a></td>
            <td bgcolor=#eaeaea>&nbsp; </td>
            <td align=middle width=70><a class=white_12_b 
            href="clicktop.php?sort=<? echo $sort;?>" 
            target=_blank>更多&gt;&gt;</a></td>
          </tr>
          </tbody> 
        </table>
        <table height=5 cellspacing=0 cellpadding=0 width="100%" border=0>
          <tbody> 
          <tr> 
            <td></td>
          </tr>
          </tbody> 
        </table>
      </td>
      <td width=4></td>
    </tr>
    </tbody> 
  </table>
  <table cellspacing=0 cellpadding=0 width=770 align=center bgcolor=#ffffff 
border=0>
    <tbody> 
    <tr> 
      <td width=2></td>
      <td> 
        <table cellspacing=0 cellpadding=0 width="100%" border=0>
          <tbody> 
          <tr> 
      
				
				<?
 $oo=0;
$sql="select * from zhai where   picname!='' $se order by reads desc,rand() limit 15";
	$qr1=mysql_query($sql);
	while($zh=mysql_fetch_array($qr1)){
	if($zh[htm]=="y"){$zh[url]="html/".$zh[id]."/index.htm";}else{$zh[url]="zhaishow.php?id=".$zh[id]."";}
	$zh[picname]=$zh[picname]; 
	 $zh[title]=sub($zh[title],22); 
 
 

?>
      
		  
		  <td>  <table border=0 cellpadding=0 cellspacing=0>
                <tbody> 
                <tr> 
                  <td> 
				  
                    <table 
                  style="BORDER-RIGHT: #eeeeee 3px solid; BORDER-TOP: #eeeeee 3px solid; BORDER-LEFT: #eeeeee 3px solid; BORDER-BOTTOM: #eeeeee 3px solid" 
                  cellspacing=0 cellpadding=0 width=134 border=0>
                      <tbody> 
                      <tr> 
                        <td 
                      style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #cccccc 1px solid" 
                      bgcolor=#ffffff><a 
                              href="<?=$zh[url]?>" 
                              target=_blank><img height=88 
                              src="<?=$zh[picname]?>" width=130 
                              border=0></a></td>
                      </tr>
                      </tbody> 
                    </table>
					
                  </td>
                </tr>
                <tr> 
                  <td align=middle height=22><a class=ptit2 
                        href="<?=$zh[url]?>" 
                        target=_blank><?=$zh[title]?></a></td>
						
						 
                </tr>
                </tbody> 
              </table>
            </td>
      <?
$oo=$oo+1;
if($oo<15&&$oo%3==0){
?>
</tr><tr>
<?
}
 
}
 
?>
				
</tr></tbody></table></td>                
			<td width=4></td>
			<td class=td_border_3 valign=top width=330>  
        <table width="100%" border=0 cellpadding=0 cellspacing=5>
          <tbody> 
		  <?
 
 $sql="select * from zhai where  picname is NULL  $se order by reads desc,rand() limit 25";
$qr1=mysql_query($sql);
	while($zh=mysql_fetch_array($qr1)){
	if($zh[htm]=="y"){$zh[url]="html/".$zh[id]."/index.htm";}else{$zh[url]="zhaishow.php?id=".$zh[id]."";}
	$zh[title]=sub($zh[title],44); 
	$zh[typename]=$typedb[typename]; 
 
 
?>
       
	   <tr> 
            <td class=big  bgcolor=#ffffff height="20"><span 
                  class=style6>·</span><a class=top1  title="<?=$zh[title]?>"  href="<?=$zh[url]?>"  target=_blank><?=$zh[title]?></a></td>
          </tr>
      <?
 
 
}
 
?>
         
        
           </tbody> 
        </table>
      </td>
     
    </tr>
	 <tr> 
      <td width=2></td>
      <td> 
    </tbody> 
  </table>
</div>
<div align="center">
  <table cellspacing=0 cellpadding=0 width=770 align=center bgcolor=#ffffff 
border=0>
    <tbody> 
    <tr> 
      <td width=4></td>
      <td> 
        <table height=8 cellspacing=0 cellpadding=0 width="100%" border=0>
          <tbody> 
          <tr> 
            <td></td>
          </tr>
          </tbody> 
        </table>
        <table height=26 cellspacing=0 cellpadding=0 width="100%" bgcolor=<?=$bcolor[1]?>
      border=0>
          <tbody> 
          <tr> 
            <td width=8><img height=1 width=1></td>
            <td width=4 bgcolor=#ffffff><img height=1 width=1></td>
            <td width=4><img height=1 width=1></td>
            <td width=1 bgcolor=#ffffff><img height=1 width=1></td>
            <td align=middle width=100><a class=white2_14_b 
            href="quickroll.php?sort=<? echo $sort;?>" 
            target=_blank>最新收藏</a></td>
            <td bgcolor=#eaeaea>&nbsp; </td>
            <td align=middle width=70><a class=white_12_b 
            href="quickroll.php?sort=<? echo $sort;?>" 
            target=_blank>更多&gt;&gt;</a></td>
          </tr>
          </tbody> 
        </table>
        <table height=5 cellspacing=0 cellpadding=0 width="100%" border=0>
          <tbody> 
          <tr> 
            <td></td>
          </tr>
          </tbody> 
        </table>
      </td>
      <td width=4></td>
    </tr>
    </tbody> 
  </table>
  <table cellspacing=0 cellpadding=0 width=770 align=center bgcolor=#ffffff 
border=0>
    <tbody> 
    <tr> 
      <td width=2></td>
      <td> 
        <table cellspacing=0 cellpadding=0 width="100%" border=0>
          <tbody> 
          <tr> 
      
				
				<?
 $oo=0;
$sql="select * from zhai where   picname!='' $se order by id desc,rand() limit 15";
	$qr1=mysql_query($sql);
	while($zh=mysql_fetch_array($qr1)){
	if($zh[htm]=="y"){$zh[url]="html/".$zh[id]."/index.htm";}else{$zh[url]="zhaishow.php?id=".$zh[id]."";}
	$zh[picname]=$zh[picname]; 
	 $zh[title]=sub($zh[title],22); 
 
 

?>
      
		  
		  <td>  <table border=0 cellpadding=0 cellspacing=0>
                <tbody> 
                <tr> 
                  <td> 
				  
                    <table 
                  style="BORDER-RIGHT: #eeeeee 3px solid; BORDER-TOP: #eeeeee 3px solid; BORDER-LEFT: #eeeeee 3px solid; BORDER-BOTTOM: #eeeeee 3px solid" 
                  cellspacing=0 cellpadding=0 width=134 border=0>
                      <tbody> 
                      <tr> 
                        <td 
                      style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #cccccc 1px solid" 
                      bgcolor=#ffffff><a 
                              href="<?=$zh[url]?>" 
                              target=_blank><img height=88 
                              src="<?=$zh[picname]?>" width=130 
                              border=0></a></td>
                      </tr>
                      </tbody> 
                    </table>
					
                  </td>
                </tr>
                <tr> 
                  <td align=middle height=22><a class=ptit2 
                        href="<?=$zh[url]?>" 
                        target=_blank><?=$zh[title]?></a></td>
						
						 
                </tr>
                </tbody> 
              </table>
            </td>
      <?
$oo=$oo+1;
if($oo<15&&$oo%3==0){
?>
</tr><tr>
<?
}
 
}
 
?>
				
</tr></tbody></table></td>                
			<td width=4></td>
			<td class=td_border_3 valign=top width=330>  
        <table width="100%" border=0 cellpadding=0 cellspacing=5>
          <tbody> 
		  <?
 
 $sql="select * from zhai where  picname is NULL  $se order by id desc,rand() limit 25";
$qr1=mysql_query($sql);
	while($zh=mysql_fetch_array($qr1)){
	if($zh[htm]=="y"){$zh[url]="html/".$zh[id]."/index.htm";}else{$zh[url]="zhaishow.php?id=".$zh[id]."";}
	$zh[title]=sub($zh[title],44); 
	$zh[typename]=$typedb[typename]; 
 
 
?>
       
	   <tr> 
            <td class=big  bgcolor=#ffffff height="20"><span 
                  class=style6>·</span><a class=top1  title="<?=$zh[title]?>"  href="<?=$zh[url]?>"  target=_blank><?=$zh[title]?></a></td>
          </tr>
      <?
 
 
}
 
?>
         
        
           </tbody> 
        </table>
      </td>
     
    </tr>
	 <tr> 
      <td width=2></td>
      <td> 
    </tbody> 
  </table>
</div>
<? include("foot.php");?>

⌨️ 快捷键说明

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