monkey5882 发表于 2007 年 3 月 11 日 20:33:16

回复 #10 chungwoo 的帖子

要收钱的???????????

随波逐流 发表于 2007 年 3 月 11 日 20:53:37

http://uunx.free.fr/logo/index.php

<?
$imgtype=array(bmp,jpg,jpeg,png,gif);
/****************************************************/
$imgtype_count=count($imgtype);
$path=".";
$handle=opendir($path);
while ($file = readdir($handle)){
if (is_dir($file)) {continue;}
$type = explode(".",$file);
$type = $type;
for($i=0;$i<$imgtype_count;$i++){
if($type==$imgtype[$i]){
echo"<img src=".$path."/".$file.">\n";
}
}
}
closedir($handle);
/****************************************************/
?>

monkey5882 发表于 2007 年 3 月 11 日 20:58:50

回复 #12 随波逐流 的帖子

不错呵呵..........

chungwoo 发表于 2007 年 3 月 11 日 22:01:53

dxbeat几天就封ip

别太乐观;P

空间好办得很啊

[ 本帖最后由 chungwoo 于 2007-3-11 22:05 编辑 ]

xinke 发表于 2007 年 3 月 11 日 22:10:02

http://sky.freespace.jp/eee/
用我这个吧,绝对稳定

聶十八 发表于 2007 年 3 月 11 日 22:11:40

12楼真简短

nuet 发表于 2007 年 3 月 11 日 22:15:25


没有啊...............

chungwoo 发表于 2007 年 3 月 12 日 07:14:24

自己开个都行啦

小日本的有好几个都行

Q的不凡 发表于 2007 年 3 月 12 日 09:34:45

www.80clan.com/zanzhu
可以自行下载

chungwoo 发表于 2007 年 3 月 12 日 11:57:15

要装几个neatpic

方便
页: 1 [2]
查看完整版本: 谁装有PHP目录直读版的相册?