欧卡2中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

需要三步,才能开始

只需两步,慢速开始

欧卡2入门方向盘选莱仕达V9莱仕达折叠便携游戏方向盘支架欢迎地图Mod入驻
查看: 1713|回复: 0
收起左侧

[其他] 头像调用链接带版本号

[复制链接]
知行 发表于 2022-11-13 17:13 | 显示全部楼层 |阅读模式
为了接入cdn,需要头像调用链接带版本号,在新上传头像后能立即生效。


diff --git a/tmp/function_core.php b/function_core.php
index 06910f1..3046715 100644
--- a/tmp/function_core.php
+++ b/function_core.php
@@ -416,7 +416,9 @@ function avatar($uid, $size = 'middle', $returnsrc = FALSE, $real = FALSE, $stat
                $dir1 = substr($uid, 0, 3);
                $dir2 = substr($uid, 3, 2);
                $dir3 = substr($uid, 5, 2);
-               $file = $ucenterurl.'/data/avatar/'.$dir1.'/'.$dir2.'/'.$dir3.'/'.substr($uid, -2).($real ? '_real' : '').'_avatar_'.$size.'.jpg';
+               $file = '/data/avatar/'.$dir1.'/'.$dir2.'/'.$dir3.'/'.substr($uid, -2).($real ? '_real' : '').'_avatar_'.$size.'.jpg';
+               $ts = filemtime(DISCUZ_ROOT . "uc_server" .  $file);
+               $file = $ucenterurl.$file."?ts=".$ts;
                return $returnsrc ? $file : '<img src="'.$file.'" onerror="this.onerror=null;this.src=\''.$ucenterurl.'/images/noavatar_'.$size.'.gif\'" />';
        }
 }
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

联系我们|手机版|欧卡2中国 ( 湘ICP备11020288号-1 )

GMT+8, 2024-11-25 11:36 , Processed in 0.032936 second(s), 9 queries , Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表