网站首页
免费技术
源码下载
免费软件
域名空间
活动资讯
值得一看
关于本站
网址导航
您的位置:首页 > 其他源码 > 随机图片api源码
随机图片api源码
2021-2-25    1172    0

随机图片API源码 -,PHP随机调用目录图片,不懂php等任何代码,小白照葫芦画瓢换了一行代码即可images需有照片才行

<?php
/**********************************************
* Filename : img.php
* Author : 随机图片api源码
* web : www.8gws.com
* email :431228450@qq.com
* Date : 2020/12/27
* Usage:
* <img src=img.php>
* <img src=img.php?folder=images2/>
***********************************************/
if($_GET['folder']){
$folder=$_GET['folder'];
}else{
$folder='/images/';//在服务器自己建个文件,并存放照片!
}
//存放图片文件的位置
$path = $_SERVER['DOCUMENT_ROOT']."/".$folder;
$files=array();
if ($handle=opendir("$path")) {
while(false !== ($file = readdir($handle))) {
if ($file != "." && $file != "..") {
if(substr($file,-3)=='gif' || substr($file,-3)=='jpg') $files[count($files)] = $file;
}
}
}
closedir($handle);

$random=rand(0,count($files)-1);
if(substr($files[$random],-3)=='gif') header("Content-type: image/gif");
elseif(substr($files[$random],-3)=='jpg') header("Content-type: image/jpeg");
readfile("$path/$files[$random]");
?>
访问方式:你的域名/acgurl.php

上一篇: 桑果QQ举报器2021丨QQ举报软件最新破解版
下一篇: NZ源码交易平台虚拟交易付费下载系统整站php源码