happyboy01的个人主页

http://www.chnteam.com/u.php?uid=177998  [收藏] [复制]

happyboy01

潜水高手

  • 0

    关注

  • 0

    粉丝

  • 0

    访客

  • 等级:新手上路
  • 总积分:354
  • 男,2004-12-27

最后登录:1970-01-01

基本信息
UID 177998
会员头衔 新手上路
在线时间 0 小时
性别
生日
现居住地
家乡
支付宝账号
个人主页
个性签名 潜水高手
自我介绍
注册时间 2004-12-27
最后登录 1970-01-01
社区信息
精华帖子 0
帖子 354
平均日发帖 0.05 (今日:0)
帖子签名
<?php
$url='img';
$files=array();
if ($handle=opendir("$url")) {
while(false !== ($file = readdir($handle))) {
    if ($file != "." && $file != "..") {
    if(substr($file,-3)=='gif' || substr($file,-3)=='GIF' || substr($file,-3)=='JPG' || substr($file,-3)=='jpg') $files[count($files)] = $file;
    }
}
}
closedir($handle);
$random=rand(0,count($files)-1);
readfile("$url/$files[$random]");

?>
联系方式
QQ
阿里旺旺
Yahoo
Msn
电子邮箱 [email protected]
工作教育
工作经历
    教育经历

      Powered by phpwind v8.7.1 Certificate Copyright Time now is:05-16 11:23
      ©2003-2011 梦想仙境中文官方社区论坛 版权所有 Gzip enabled Total 0.171875(s)