pull/141/head
icret 2022-05-04 14:50:52 +00:00
parent 749f0ab814
commit 9554ae6107
6 changed files with 106 additions and 102 deletions

View File

@ -4,14 +4,18 @@
之前一直用的图床程序是:[PHP多图长传程序2.4.3](https://www.jb51.net/codes/40544.html) 之前一直用的图床程序是:[PHP多图长传程序2.4.3](https://www.jb51.net/codes/40544.html)
由于版本过老并且使用falsh上传在当前html5流行大势所趋下遂利用基础知识新写了一个以html5为默认上传并且支持flash,向下兼容至IE9。 由于版本过老并且使用falsh上传在当前html5流行大势所趋下遂利用基础知识新写了一个以html5为默认上传并且支持flash,向下兼容至IE9。
[![PHP](https://img.shields.io/badge/PHP->=5.6-orange.svg)](http://php.net) [![PHP](https://img.shields.io/badge/php-5.6%20--%208.0-blue.svg)](http://php.net)
[![Release](https://img.shields.io/github/v/release/icret/EasyImages2.0)](https://github.com/icret/EasyImages2.0/releases) [![Release](https://img.shields.io/github/v/release/icret/EasyImages2.0)](https://github.com/icret/EasyImages2.0/releases)
[![Issues](https://img.shields.io/github/issues/icret/EasyImages2.0)](https://github.com/icret/EasyImages2.0/issues) [![EasyImage2.0 GitHub's stars](https://img.shields.io/github/stars/icret/easyImage2.0?style=social)](https://github.com/icret/EasyImages2.0/stargazers)
[![stargazers](https://img.shields.io/github/stars/icret/EasyImages2.0)](https://github.com/icret/EasyImages2.0/stargazers) [![EasyImage2.0 GitHub's forks](https://img.shields.io/github/forks/icret/easyimage2.0?style=social)](https://github.com/icret/EasyImages2.0/network/members)
[![jsdelivr](https://data.jsdelivr.com/v1/package/gh/icret/EasyImages2.0/badge)](https://cdn.jsdelivr.net/gh/icret/EasyImages2.0@EasyImage2.0/) [![jsdelivr](https://data.jsdelivr.com/v1/package/gh/icret/EasyImages2.0/badge)](https://cdn.jsdelivr.net/gh/icret/EasyImages2.0@EasyImage2.0/)
[![Code size](https://img.shields.io/github/languages/code-size/icret/EasyImages2.0?color=blueviolet)](https://github.com/icret/EasyImages2.0) [![Code size](https://img.shields.io/github/languages/code-size/icret/EasyImages2.0?color=blueviolet)](https://github.com/icret/EasyImages2.0)
[![License](https://img.shields.io/badge/license-GPL_V2.0-yellowgreen.svg)](https://github.com/icret/EasyImages2.0/blob/master/LICENSE) [![License](https://img.shields.io/badge/license-GPL_V2.0-yellowgreen.svg)](https://github.com/icret/EasyImages2.0/blob/master/LICENSE)
[![QQ group](https://pub.idqqimg.com/wpa/images/group.png)](https://jq.qq.com/?_wv=1027&k=jfXRHU8Y) [![QQ group](https://pub.idqqimg.com/wpa/images/group.png)](https://jq.qq.com/?_wv=1027&k=jfXRHU8Y)
<!--
[![stargazers](https://img.shields.io/github/stars/icret/EasyImages2.0)](https://github.com/icret/EasyImages2.0/stargazers)
[![Issues](https://img.shields.io/github/issues/icret/EasyImages2.0)](https://github.com/icret/EasyImages2.0/issues)
-->
>[演示](https://png.cm/) | [Chrome/Edge 插件](https://github.com/icret/EasyImage-Browser-Extension) | [使用手册](https://www.kancloud.cn/easyimage/easyimage/) | [Telegram](https://t.me/Easy_Image) >[演示](https://png.cm/) | [Chrome/Edge 插件](https://github.com/icret/EasyImage-Browser-Extension) | [使用手册](https://www.kancloud.cn/easyimage/easyimage/) | [Telegram](https://t.me/Easy_Image)
> >
@ -176,7 +180,7 @@ $HTTP["url"] =~ "^/(i|public)/" {
<details><summary>点击查看2.0版更新日志</summary> <details><summary>点击查看2.0版更新日志</summary>
* 2022-05-04 v2.6.2 deving * 2022-05-04 v2.6.2
- 增加API/用户文件浏览和删除 - 增加API/用户文件浏览和删除
- 增加转换webp后也会添加水印 - 增加转换webp后也会添加水印
- 转换成webp后不建议开启水印,会增大图片体积 - 转换成webp后不建议开启水印,会增大图片体积

View File

@ -38,7 +38,7 @@ if ($config['ad_top']) echo $config['ad_top_info'];
?> ?>
<div class="col-md-12"> <div class="col-md-12">
<div class="col-md-6" style="text-align: center;"> <div class="col-md-6" style="text-align: center;">
<a href="<?php echo $img_url; ?>" data-toggle="lightbox" data-group="image-group-1"><img src="<?php echo parse_url($getIMG)['path']; ?>" id="img1" width="300px" height="200px" class="img-rounded" alt=" <?php echo basename($getIMG); ?>"></a> <a href="<?php echo $img_url; ?>" data-toggle="lightbox" data-group="image-group-1"><img src="<?php echo creat_thumbnail_by_list($getIMG); ?>" id="img1" width="350px" height="200px" class="img-rounded" alt=" <?php echo basename($getIMG); ?>"></a>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<h4>图片名称: <?php echo pathinfo($getIMG, PATHINFO_FILENAME); ?></h4> <h4>图片名称: <?php echo pathinfo($getIMG, PATHINFO_FILENAME); ?></h4>

View File

@ -1,98 +1,98 @@
<?php <?php
$config=Array $config=Array
( (
'title'=>'简单图床 - EasyImage', 'title'=>'简单图床 - EasyImage',
'keywords'=>'简单图床,easyimage,easyimage2.0,无数据库图床,免费图床,PHP多图长传程序,自适应页面,一键复制链接,HTML5,markdown,bbscode', 'keywords'=>'简单图床,easyimage,easyimage2.0,无数据库图床,免费图床,PHP多图长传程序,自适应页面,一键复制链接,HTML5,markdown,bbscode',
'description'=>'简单图床EasyImage是一款支持多文件上传的无数据库图床,可以完美替代PHP多图上传程序,最新html5自适应页面兼容手机电脑,上传后返回图片直链,markdown图片,论坛贴图bbscode链接,简单方便支持一键复制,支持多域名,api上传', 'description'=>'简单图床EasyImage是一款支持多文件上传的无数据库图床,可以完美替代PHP多图上传程序,最新html5自适应页面兼容手机电脑,上传后返回图片直链,markdown图片,论坛贴图bbscode链接,简单方便支持一键复制,支持多域名,api上传',
'tips'=>'<a href="https://github.com/icret/EasyImages2.0" target="_black"><i class="icon icon-github"> 如果你喜欢这种图床风格就下载喔 (๑•̀ㅂ•́)و✧</i></a> 'tips'=>'<a href="https://github.com/icret/EasyImages2.0" target="_black"><i class="icon icon-github"> 如果你喜欢这种图床风格就下载喔 (๑•̀ㅂ•́)و✧</i></a>
<a href="https://github.com/icret/EasyImages2.0" target="_black"><i class="icon icon-heart"> 简单图床是一款开源图床, 支持多文件上传无数据库</i></a> <a href="https://github.com/icret/EasyImages2.0" target="_black"><i class="icon icon-heart"> 简单图床是一款开源图床, 支持多文件上传无数据库</i></a>
<a><li class="icon icon-bullhorn text-muted"> 单文件≤10M,单次上传≤30张</li></a>', <a><li class="icon icon-bullhorn text-muted"> 单文件≤10M,单次上传≤30张</li></a>',
'notice_status'=>0, 'notice_status'=>0,
'notice'=>'<p>简单图床是一款开源图床, 支持多文件上传无数据库;</p> 'notice'=>'<p>简单图床是一款开源图床, 支持多文件上传无数据库;</p>
<p>如果你喜欢这种图床风格就<a href="https://github.com/icret/EasyImages2.0" target="_black">下载</a> (๑•̀ㅂ•́)و✧</p>', <p>如果你喜欢这种图床风格就<a href="https://github.com/icret/EasyImages2.0" target="_black">下载</a> (๑•̀ㅂ•́)و✧</p>',
'domain'=>'http://127.0.0.1', 'domain'=>'http://127.0.0.1',
'imgurl'=>'http://127.0.0.1,http://192.168.2.100', 'imgurl'=>'http://127.0.0.1,http://192.168.2.100',
'user'=>'admin', 'user'=>'admin',
'password'=>'e6e061838856bf47e1de730719fb2609', 'password'=>'e6e061838856bf47e1de730719fb2609',
'mustLogin'=>0, 'mustLogin'=>0,
'apiStatus'=>0, 'apiStatus'=>0,
'path'=>'/i/', 'path'=>'/i/',
'mime'=>'image/*,video/*', 'mime'=>'image/*,video/*',
'imgName'=>'default', 'imgName'=>'default',
'maxSize'=>10485760, 'maxSize'=>10485760,
'maxUploadFiles'=>30, 'maxUploadFiles'=>30,
'watermark'=>0, 'watermark'=>0,
'waterText'=>'简单图床 - png.cm', 'waterText'=>'简单图床 - png.cm',
'waterPosition'=>0, 'waterPosition'=>0,
'textColor'=>'rgba(255,0,0,1)', 'textColor'=>'rgba(255,0,0,1)',
'textSize'=>50, 'textSize'=>50,
'textFont'=>'/public/static/hkxzy.ttf', 'textFont'=>'/public/static/hkxzy.ttf',
'waterImg'=>'/public/images/watermark.png', 'waterImg'=>'/public/images/watermark.png',
'extensions'=>'gif,jpeg,png,tif,bmp,tif,svg,webp,jpg,tga,svg,ico', 'extensions'=>'gif,jpeg,png,tif,bmp,tif,svg,webp,jpg,tga,svg,ico',
'compress'=>0, 'compress'=>0,
'compress_ratio'=>80, 'compress_ratio'=>80,
'thumbnail'=>1, 'thumbnail'=>1,
'imgConvert'=>'', 'imgConvert'=>'',
'maxWidth'=>10240, 'maxWidth'=>10240,
'maxHeight'=>10240, 'maxHeight'=>10240,
'minWidth'=>5, 'minWidth'=>5,
'minHeight'=>5, 'minHeight'=>5,
'imgRatio'=>0, 'imgRatio'=>0,
'image_x'=>200, 'image_x'=>200,
'image_y'=>200, 'image_y'=>200,
'imgRatio_quality'=>80, 'imgRatio_quality'=>80,
'imgRatio_crop'=>1, 'imgRatio_crop'=>1,
'imgRatio_preserve_headers'=>1, 'imgRatio_preserve_headers'=>1,
'static_cdn'=>0, 'static_cdn'=>0,
'theme'=>'default', 'theme'=>'default',
'static_cdn_url'=>'https://cdn.jsdelivr.net/gh/icret/EasyImages2.0', 'static_cdn_url'=>'https://cdn.jsdelivr.net/gh/icret/EasyImages2.0',
'TinyPng_key'=>'', 'TinyPng_key'=>'',
'checkImg'=>0, 'checkImg'=>0,
'checkImg_value'=>50, 'checkImg_value'=>50,
'moderatecontent_key'=>'', 'moderatecontent_key'=>'',
'nsfwjs_url'=>'', 'nsfwjs_url'=>'',
'showSwitch'=>1, 'showSwitch'=>1,
'showSort'=>1, 'showSort'=>1,
'listNumber'=>20, 'listNumber'=>20,
'customize'=>'', 'customize'=>'',
'checkEnv'=>1, 'checkEnv'=>1,
'upload_logs'=>1, 'upload_logs'=>1,
'cache_freq'=>2, 'cache_freq'=>2,
'upload_first_show'=>1, 'upload_first_show'=>1,
'show_user_hash_del'=>1, 'show_user_hash_del'=>1,
'show_exif_info'=>1, 'show_exif_info'=>1,
'chart_on'=>1, 'chart_on'=>1,
'check_ip'=>0, 'check_ip'=>0,
'check_ip_model'=>0, 'check_ip_model'=>0,
'check_ip_list'=>'', 'check_ip_list'=>'',
'public'=>0, 'public'=>0,
'public_list'=>Array 'public_list'=>Array
( (
0=>'time', 0=>'time',
1=>'today', 1=>'today',
2=>'yesterday', 2=>'yesterday',
3=>'total_space', 3=>'total_space',
4=>'used_space', 4=>'used_space',
5=>'free_space', 5=>'free_space',
6=>'image_used', 6=>'image_used',
7=>'file', 7=>'file',
8=>'dir', 8=>'dir',
9=>'month' 9=>'month'
), ),
'language'=>0, 'language'=>0,
'login_bg'=>'https://png.cm/public/images/login_bg.jpg', 'login_bg'=>'https://cdn.jsdelivr.net/gh/icret/EasyImages2.0/public/images/login_bg.jpg',
'image_recycl'=>1, 'image_recycl'=>1,
'tinyfilemanager'=>1, 'tinyfilemanager'=>1,
'delDir'=>'thumbnails/', 'delDir'=>'thumbnails/',
'hide'=>0, 'hide'=>0,
'hide_key'=>'EasyImage2.0', 'hide_key'=>'EasyImage2.0',
'hide_path'=>0, 'hide_path'=>0,
'admin_path_status'=>0, 'admin_path_status'=>0,
'guest_path_status'=>0, 'guest_path_status'=>0,
'token_path_status'=>0, 'token_path_status'=>0,
'admin_path'=>'u', 'admin_path'=>'u',
'version'=>'2.6.2', 'version'=>'2.6.2',
'update'=>'2022-05-04 19:57:16', 'update'=>'2022-05-04 22:48:28',
'footer'=>'<a href="/admin/terms.php" target="_blank">请勿上传违反中国政策的图片</a> 'footer'=>'<a href="/admin/terms.php" target="_blank">请勿上传违反中国政策的图片</a>
<script> <script>
var _hmt = _hmt || []; var _hmt = _hmt || [];
@ -102,17 +102,17 @@ $config=Array
var s = document.getElementsByTagName("script")[0]; var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s); s.parentNode.insertBefore(hm, s);
})(); })();
</script>', </script>',
'ad_top'=>0, 'ad_top'=>0,
'ad_top_info'=>' <!--广告 按照这个范例替换相应链接,如果想多几个广告,就多复制几个--> 'ad_top_info'=>' <!--广告 按照这个范例替换相应链接,如果想多几个广告,就多复制几个-->
<div class="col-md-12" style="text-align: center;margin:2px;"> <div class="col-md-12" style="text-align: center;margin:2px;">
<a href="https://app.cloudcone.com.cn/?ref=3521" target="_blank"><img src="/public/images/EasyImage2.0.png" /></a> <a href="https://app.cloudcone.com.cn/?ref=3521" target="_blank"><img src="/public/images/EasyImage2.0.png" /></a>
</div>', </div>',
'ad_bot'=>0, 'ad_bot'=>0,
'ad_bot_info'=>'<div class="col-md-12" style="text-align: center;margin-bottom:10px;"> 'ad_bot_info'=>'<div class="col-md-12" style="text-align: center;margin-bottom:10px;">
<a href="../public/images/wechat.jpg" alt="您的赞美是我开发的动力!" data-toggle="lightbox" class="btn btn-mini" style="color:#329d38;" data-lightbox-group="group1644998953432"><i class="icon icon-wechat"></i> 打赏作者</a> <a href="../public/images/wechat.jpg" alt="您的赞美是我开发的动力!" data-toggle="lightbox" class="btn btn-mini" style="color:#329d38;" data-lightbox-group="group1644998953432"><i class="icon icon-wechat"></i> 打赏作者</a>
<a href="../public/images/alipay.jpg" alt="您的赞美是我开发的动力!" data-toggle="lightbox" class="btn btn-mini" style="color:#1970fc;" data-lightbox-group="group1644998953432"><i class="icon icon-zhifubao"></i> 打赏作者</a> <a href="../public/images/alipay.jpg" alt="您的赞美是我开发的动力!" data-toggle="lightbox" class="btn btn-mini" style="color:#1970fc;" data-lightbox-group="group1644998953432"><i class="icon icon-zhifubao"></i> 打赏作者</a>
</div>', </div>',
'terms'=>'<div class="container" style="margin-bottom: 80px;"> 'terms'=>'<div class="container" style="margin-bottom: 80px;">
<div class="row"> <div class="row">
<div class="col-xs-3"> <div class="col-xs-3">
@ -196,5 +196,5 @@ $config=Array
</div> </div>
</div> </div>
</div> </div>
</div>' </div>'
); );

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB