收藏了一点小H图,寻思怎么放出来?

优秀源码 无标签
0 709
gary
gary 潜伏站长 2024-11-27 08:04:15
Lv:0级
做个图集吧嫌麻烦,于是…

Image

刷新才好看


源码发出来吧  随机图片展示源码

源码1:

<?php

/**********************************************
 * Filename : img.php
 * Author : freemouse
 * 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]");
?>
源码2:

<?php
$img_array = glob('images/*.{gif,jpg,png,jpeg,webp,bmp}', GLOB_BRACE);
if (count($img_array) == 0) {
    die('没找到图片文件。请先上传一些图片到 ' . dirname(__FILE__) . '/images/ 文件夹');
}

header('Content-Type: image/png');
echo (file_get_contents($img_array[array_rand($img_array)]));
?>

楼主签名:
回帖
回复列表

    请遵守各国法律法规 严禁违规内容

    • QQ群:1140251126
    • Email:m@max.ooo
    • 本站可以自由发布外链
    • 本站域名皆为闲置域名,均可出售
    Hot posts
    01 迅雷推广激励平台:官方高收益网盘拉新赚钱项目 556
    02 kupid.ai和herahaven.com应该选哪个? 550
    03 a.icu b.icu c.icu d.icu 同时掉 523
    04 今天把所有的google广告去掉了 514
    05 aigc.cx又多了一个域名 512
    06 秀秀新米(已出) 504
    07 迅雷 12 精简绿色版(12.1.6.2780) 494
    08 Windows 11 LTSC 优化版 - placeholder(2025.02.27) 471
    09 deepseek给我的域名的建议 446
    10 音频文件转换软件 XRecode 3(1.164) 424
    推荐主机