From fb931cc7c13c9f16a120f836d24e60c9b5b4eade Mon Sep 17 00:00:00 2001 From: icret Date: Fri, 8 Apr 2022 17:49:53 +0000 Subject: [PATCH] =?UTF-8?q?-=20=E4=BF=AE=E5=A4=8D=E5=B9=BF=E5=9C=BA?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=98=BE=E7=A4=BA=E5=9B=BE=E7=89=87=20-=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=86=E5=B9=BF=E5=91=8A=E7=9A=84=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- admin/admin.inc.php | 8 +++---- application/footer.php | 9 ++++---- application/info.php | 4 +++- application/list.php | 49 +++++++++++++++++++++++------------------- config/config.php | 18 ++++++++++------ index.php | 10 ++++++--- 7 files changed, 61 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 76e8a32..f5de16a 100755 --- a/README.md +++ b/README.md @@ -149,7 +149,11 @@ $HTTP["url"] =~ "^/(i|public)/" {
点击查看2.0版更新日志 -* 2022-04-02 v2.5.8 deving +* 2022-04-02 v2.5.9 deving +- 修复广场重复显示图片 +- 调整了广告的位置 + +* 2022-04-02 v2.5.8 - 修复在PHP8环境下的bugs - 修复删除token产生的bug - 更改顶部广告位置 diff --git a/admin/admin.inc.php b/admin/admin.inc.php index 03d63b9..4e13ec8 100755 --- a/admin/admin.inc.php +++ b/admin/admin.inc.php @@ -822,9 +822,9 @@ if (isset($_GET['recycle_reimg'])) {

剩余磁盘:

PHP信息

-

PHP:

-

PHP UP:

-

POST UP:

+

PHP Version:

+

PHP Max UP:

+

POST Max UP:

PHP Max Time:

PHP Max Memery:

GD:

@@ -845,7 +845,7 @@ if (isset($_GET['recycle_reimg'])) { Moderatecontent - ZUI + ZUI New diff --git a/application/footer.php b/application/footer.php index 735eb4f..df38383 100755 --- a/application/footer.php +++ b/application/footer.php @@ -1,9 +1,8 @@ +
@@ -149,4 +150,5 @@ if ($config['ad_top']) echo $config['ad_top_info']; document.title = "图片的详细信息 - "
    - $value) : + $value) { if ($key < $keyNum) { - $imgUrl = $config['imgurl'] . config_path($path) . $value; - } - ?> -
    -
    -
  • 简单图床-EasyImage
  • -
    - - - - - - - - + $imgUrl = $config['imgurl'] . config_path($path) . $value; ?> +
    +
    +
  • 简单图床-EasyImage
  • +
    + + + + + + + + +
    -
    - +
- +

@@ -335,4 +338,6 @@ if ($config['ad_top']) echo $config['ad_top_info']; // 更改网页标题 document.title = "图床广场 - 今日上传张 昨日张 - " -', - 'ad_top'=>0, + 'ad_top'=>1, 'ad_top_info'=>'
', - 'ad_bot'=>0, - 'ad_bot_info'=>'', + 'ad_bot'=>1, + 'ad_bot_info'=>'
+
+ 微信打赏 +
+
+ 支付宝打赏 +
+
', 'showSwitch'=>1, 'showSort'=>1, 'listNumber'=>20, @@ -104,7 +108,7 @@ var _hmt = _hmt || []; 'delDir'=>'thumbnails/', 'hide'=>0, 'version'=>'2.5.8', - 'update'=>'2022-04-08 21:14:14', + 'update'=>'2022-04-09 00:57:03', 'terms'=>'
diff --git a/index.php b/index.php index a32f066..b5ddab3 100755 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@
@@ -156,5 +156,9 @@ mustLogin(); });