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

📄 listpic.php

📁 bmb的论坛
💻 PHP
字号:
<?
/* BMForum Plus! Bulletin Board Systems Version : Plus!  This is a freeware, but don't change the copyright information. A SourceForge Project - GNU Licence project. Web Site: http://www.bmforum.com Copyright (C) Bluview Technology*/
error_reporting(E_ERROR | E_WARNING | E_PARSE);

require("datafile/style.php");
@header("Content-Type: text/html; charset=utf-8");

$dir=$_GET[dir];
if (empty($dir)) exit;
if($dir=="face"){
	$dir="avatars";
}
?>

<html>
<head><title><?=$gl[124]?></title>
<style type="text/css">
<!--
p,input,select{font-size:9pt; color:#333333; FONT-FAMILY: 瀹嬩綋}
TABLE{BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 2px }
td{BORDER-RIGHT: 1px; BORDER-TOP: 0px; FONT-SIZE: 9pt; color:#333333; font-family:瀹嬩綋}
BODY {
	FONT-SIZE: 9pt; FONT-FAMILY: 瀹嬩綋
	    SCROLLBAR-HIGHLIGHT-COLOR: <?=$titlecolor?>;
        SCROLLBAR-SHADOW-COLOR: <?=$titlecolor?>;
        SCROLLBAR-ARROW-COLOR: <?=$titlefontcolor?>;
        SCROLLBAR-TRACK-COLOR: <?=$backgroundcolor?>;
        SCROLLBAR-BASE-COLOR: <?=$titlecolor?>;
}
-->
</style>
</head>
<body bgcolor=<?=$backgroundcolor?>>
<?
echo "<table cellspacing=0 cellpadding=0 width=97% bgcolor=$bordercolor border=0>
  <tr>
    <td height=1></td>
  </tr>
</table>
<table border=1 cellpadding=4 cellspacing=0 width=97% bordercolor=$bordercolor>
<tr bgcolor=$titlecolor>
<td colspan=5 bgcolor=$titlecolor><b><font color=$titlefontcolor>-=&gt; $gl[125]</font></b></td>
</tr>
<tr bgcolor=$subcolor>
<td colspan=5><font color=$cautioncolor>$gl[126]</font></td></tr></table>";

$openavfile=@file("datafile/avatar.dat");
$count=count($openavfile)+1;
for($i=1;$i<$count;$i++){
	$ia=$i-1;
	if ($i%4==1) echo "<table border=1 cellpadding=4 cellspacing=0 width=97% bordercolor=$bordercolor><tr bgcolor=$backgroundcolor>\n";
  	echo "<td align=center><img src=\"$dir/$openavfile[$ia]\"><br>$dir/$openavfile[$ia]</td>\n"; 
  	if ($i%4==0) echo "</tr></table>\n";
}

?>

⌨️ 快捷键说明

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