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

📄 pic.php

📁 除过搜索外
💻 PHP
字号:
<?php$list_title = "美女图片欣赏";$query = $_SERVER['PHP_SELF'];$query = explode("pic.php/",$query);$query = explode("_",$query[1]);$count = $query[0];$start = $query[1];if(empty($count))$count=30;if(empty($start))$start=0;include_once("header.php");if(!file_exists("data/list/page/$lid.php")){get_list_page($lid);}include_once("data/list/page/$lid.php");?><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="MainTable">  <tr>     <td width="70%" height="393" valign="top" class="Main">       <table width="100%" border="0" cellspacing="0" cellpadding="0" class="guide">        <tr>           <td><a href='<?=$webroot?>' class='guide_menu'>&gt;首页</a> -&gt; <a href="pic.php">图片欣赏</a></td>        </tr>      </table>      <div id="AutoRows">               </div><SCRIPT LANGUAGE="JavaScript"><!--autoTable("AutoRows");//--></SCRIPT>      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="dragTable"  style="clear:both;display:">        <tr>           <td class="head">             <h3 class="L"></h3>            <span class="TAG">文章列表</span>             <h3 class="R"></h3>          </td>        </tr>        <tr>           <td class="middle">             <table width="100%" border="0" cellspacing="0" cellpadding="0" class="listarticle">                            <?php              $filename = "data/index/$count"."_".$start.".txt";              if(!file_exists($filename)){get_allimg($count,$start);}              include_once("$filename");              ?>                          </table>            <div class="page">            <?php            $total_page = 51;            if($start == 0)            {            	$now = 1;            }            else             {            	$now = ceil($start/$count) + 1;            }            for($i=0;$i<$total_page;$i++)            {                    	$j = $i+1;              	$start = $i * $count;            	if($now == $j)            	{	            		echo "<A href=pic.php/$count"."_".$start;            		echo "> <font color='red'>$j</font> </a>";            	}				else 				{            		echo "<A href=pic.php/$count"."_".$start;            		echo "> $j </a>";				}            }            ?>            </div>          </td>        </tr>        <tr>           <td class="foot">             <h3 class="L"></h3>            <h3 class="R"></h3>          </td>        </tr>      </table>    </td>  </tr></table><?phpinclude_once("footer.html");?>

⌨️ 快捷键说明

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