2024年10月28日
12小时发文数量统计:
使用以下代码:
<?= $empire->gettotal("select count(*) as total from cn_ecms_news where newstime > UNIX_TIMESTAMP() - 24 * 3600") ?>
6小时发文数量统计:
使用以下代码:
<?= $empire->gettotal("select count(*) as total from cn_ecm
2024年10月28日
目录权限问题:
将 e/data/adminlogin 目录设置为可写权限(Linux 设置为 755)。
检查安全软件设置,确保目录可写。
Cookie 作用域名问题:
在安全参数中设置或修改 Cookie 作用域。
修改 e/config/config.php 中的 $ecms_config['cks']['ckdomain'] 为当前域名或空字符串。
2024年10月28日
确保网站后台的水印功能已开启:
检查水印图片设置是否正确。
修改 swfupload.php 文件:
打开 /dede/swfupload.php 文件。
找到大约第 108 行的 //WaterImg($cfg_basedir.$fileurl, 'up');。
去掉前面的 //,保存文件。
修改 album_edit.php 文件:
打开 /dede/album_edit.php&
2024年10月28日
问题描述:使用织梦后台发布文章时,如果给文章添加了跳转属性,有时候会出现跳转页面什么都不显示,在后台编辑时,也全是空白页。
解决方法:
打开 include/arc.archives.class.php 文件,找到 header("location:{$this->Fields['redirecturl']}");,改为 echo '<META HTTP-EQUIV="REFRESH" CONTENT="0; URL='.$this->
2024年10月28日
调用图片广告:
示例代码:
[e:loop={"select * from xxx_enewsad where classid=3 and t=0 order by adid desc limit 3",0,24}]
<a href="<?= $bqr['url'] ?>" target="_blank" title="<?= $bqr['title'] ?>">
<img src="<?= $bqr['picurl'] ?&g