源码简介
DataLife Engine是一款来自俄罗斯的商业CMS系统,很多0day,Crack的站点都用此系统,在国外有一定的知名度,功能比较强大。
多级分类管理,所见所得编辑器,图片附件管理,自动生成水印,略缩图,使用了基于文件型的标签模板系统,模板安装使用特别容易上手,用户分级管理系统,敏感字符过滤,强大的评论管理系统PM信息,批量发送短消息或Email,外部RSS导入,整个系统多处使用了ajax的技术,允许创建投票,单独的静态页面,自带站点内部广告,支持搜索引擎的友好URL,可以自定义一些项,MYSQL的压缩,备份,还原,灾难修复等。
多级分类管理,所见所得编辑器,图片附件管理,自动生成水印,略缩图,使用了基于文件型的标签模板系统,模板安装使用特别容易上手,用户分级管理系统,敏感字符过滤,强大的评论管理系统PM信息,批量发送短消息或Email,外部RSS导入,整个系统多处使用了ajax的技术,允许创建投票,单独的静态页面,自带站点内部广告,支持搜索引擎的友好URL,可以自定义一些项,MYSQL的压缩,备份,还原,灾难修复等。
在线演示
破解说明
本次发布的是13.1 官方最新英文破解版。
基于官方的试用版进行破解的。本次官方发布的有点恶劣,全部文件都加密了,好费事。
基于官方的试用版进行破解的。本次官方发布的有点恶劣,全部文件都加密了,好费事。
更新日志
本次更新有大小51处,其中包括更新和修复。具体请参考官方。
去官方查看
去官方查看
安装方法
解压缩下载包,将upload内的文件和文件夹上传到服务器,建立数据库,打开
yourdomain.com/install.php进行安装。
根据提示输入数据库信息和网站管理员信息后点击安装,整个过程很简单的,一分钟左右就可以安装完毕。
升级之前请备份原有数据以防万一
yourdomain.com/install.php进行安装。
根据提示输入数据库信息和网站管理员信息后点击安装,整个过程很简单的,一分钟左右就可以安装完毕。
升级之前请备份原有数据以防万一
下载地址
链接: https://pan.baidu.com/s/1xirRcMjqdw_Qtf70YD4wsw 提取码: muit
升级方法
因一直没有进行过升级安装,所以还以为是以前那种升级方式,昨天将网站程序升级到最新版后发现升级和以前不一样了,特做升级说明:
升级前先做好网站文件和数据库的备份工作,如果升级失败还可以恢复为原来的模样。
1、将13.0的文件上传覆盖,模板如有改动的话模板除外。
2、覆盖之后打开网址http://yourdomain.tld/admin.php 进入后台,如后台地址改变过的,请使用新登录地址,即admin.php。
3、系统提示点击按钮将网站升级到13.1,点击按钮,完成升级。
4、升级之后将install.php 、 原后台登录文件删除,将admin.php在后台设置里改名,以便安全。
模板更新内容
在升级中可以不覆盖原模板文件,然后在模板目录css/engine.css查找
.uploadedfile {
display: inline-block;
width: 115px;
height: 140px;
margin: 10px 5px 5px 5px;
border:1px solid #B3B3B3;
box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
text-align: center;
background:#ffffff;
}
.uploadedfile .uploadimage {
margin-top: 5px;
width: 115px;
height: 90px;
display: table-cell;
text-align: center;
vertical-align:middle;
}
替换为
.uploadedfile {
display: inline-block;
width: 115px;
height: 160px;
margin: 10px 5px 5px 5px;
border:1px solid #B3B3B3;
box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
text-align: center;
background:#ffffff;
}
.uploadedfile .uploadimage {
margin-top: 5px;
width: 115px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
cursor: move;
cursor: -webkit-grabbing;
}
.sortable-ghost {
opacity: 0.4;
}
保存上传
如果有需要新的文章评分方式可以在模板shortstory.tpl, fullstory.tpl, comments.tpl中添加新评分方式
[rating-type-4]
<div class="rate_like-dislike">
<span class="ratingtypeplusminus ignore-select ratingplus">{likes}</span>
[rating-plus]<span title="Like"><svg class="icon icon-like"><use xlink:href="#icon-like"></use></svg></span>[/rating-plus]
<span class="ratingtypeplusminus ratingminus ignore-select">{dislikes}</span>
[rating-minus]<span title="Dislike"><svg class="icon icon-dislike"><use xlink:href="#icon-dislike"></use></svg></span>[/rating-minus]
</div>
[/rating-type-4]
Nginx伪静态规则
# 分页
rewrite "^/page/([0-9]+)(/?)$" /index.php?cstart=$1 last;
# 文章和分页
rewrite "^/([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),([0-9]+),(.*).html(/?)+$" /index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&cstart=$5&news_name=$6&seourl=$6 last;
rewrite "^/([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),(.*).html(/?)+$" /index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5&seourl=$5 last;
rewrite "^/([0-9]{4})/([0-9]{2})/([0-9]{2})/print:page,([0-9]+),(.*).html(/?)+$" /index.php?mod=print&subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5&seourl=$5 last;
rewrite "^/([0-9]{4})/([0-9]{2})/([0-9]{2})/(.*).html(/?)+$" /index.php?subaction=showfull&year=$1&month=$2&day=$3&news_name=$4&seourl=$4 last;
rewrite "^/([^.]+)/page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$" /index.php?newsid=$4&news_page=$2&cstart=$3&seourl=$5&seocat=$1 last;
rewrite "^/([^.]+)/page,([0-9]+),([0-9]+)-(.*).html(/?)+$" /index.php?newsid=$3&news_page=$2&seourl=$4&seocat=$1 last;
rewrite "^/([^.]+)/print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$" /index.php?mod=print&news_page=$2&newsid=$3&seourl=$4&seocat=$1 last;
rewrite "^/([^.]+)/([0-9]+)-(.*).html(/?)+$" /index.php?newsid=$2&seourl=$3&seocat=$1 last;
rewrite "^/page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$" /index.php?newsid=$3&news_page=$1&cstart=$2&seourl=$4 last;
rewrite "^/page,([0-9]+),([0-9]+)-(.*).html(/?)+$" /index.php?newsid=$2&news_page=$1&seourl=$3 last;
rewrite "^/print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$" /index.php?mod=print&news_page=$1&newsid=$2&seourl=$3 last;
rewrite "^/([0-9]+)-(.*).html(/?)+$" /index.php?newsid=$1&seourl=$2 last;
# 按天排列
rewrite "^/([0-9]{4})/([0-9]{2})/([0-9]{2})(/?)+$" /index.php?year=$1&month=$2&day=$3 last;
rewrite "^/([0-9]{4})/([0-9]{2})/([0-9]{2})/page/([0-9]+)(/?)+$" /index.php?year=$1&month=$2&day=$3&cstart=$4 last;
# 按月排列
rewrite "^/([0-9]{4})/([0-9]{2})(/?)+$" /index.php?year=$1&month=$2 last;
rewrite "^/([0-9]{4})/([0-9]{2})/page/([0-9]+)(/?)+$" /index.php?year=$1&month=$2&cstart=$3 last;
# 按年排列
rewrite "^/([0-9]{4})(/?)+$" /index.php?year=$1 last;
rewrite "^/([0-9]{4})/page/([0-9]+)(/?)+$" /index.php?year=$1&cstart=$2 last;
# 标签
rewrite "^/tags/([^/]*)(/?)+$" /index.php?do=tags&tag=$1 last;
rewrite "^/tags/([^/]*)/page/([0-9]+)(/?)+$" /index.php?do=tags&tag=$1&cstart=$2 last;
# 其他字段搜索
rewrite "^/xfsearch/(.*)/page/([0-9]+)(/?)+$" /index.php?do=xfsearch&xf=$1&cstart=$2 last;
rewrite "^/xfsearch/(.*)(/?)+$" /index.php?do=xfsearch&xf=$1 last;
# 用户相关
rewrite "^/user/([^/]*)/rss.xml$" /index.php?mod=rss&subaction=allnews&user=$1 last;
rewrite "^/user/([^/]*)(/?)+$" /index.php?subaction=userinfo&user=$1 last;
rewrite "^/user/([^/]*)/page/([0-9]+)(/?)+$" /index.php?subaction=userinfo&user=$1&cstart=$2 last;
rewrite "^/user/([^/]*)/news(/?)+$" /index.php?subaction=allnews&user=$1 last;
rewrite "^/user/([^/]*)/news/page/([0-9]+)(/?)+$" /index.php?subaction=allnews&user=$1&cstart=$2 last;
rewrite "^/user/([^/]*)/news/rss.xml(/?)+$" /index.php?mod=rss&subaction=allnews&user=$1 last;
# 最新消息
rewrite "^/lastnews(/?)+$" /index.php?do=lastnews last;
rewrite "^/lastnews/page/([0-9]+)(/?)+$" /index.php?do=lastnews&cstart=$1 last;
# 目录
rewrite "^/catalog/([^/]*)/rss.xml$" /index.php?mod=rss&catalog=$1 last;
rewrite "^/catalog/([^/]*)(/?)+$" /index.php?catalog=$1 last;
rewrite "^/catalog/([^/]*)/page/([0-9]+)(/?)+$" /index.php?catalog=$1&cstart=$2 last;
# 最新文章
rewrite "^/newposts(/?)+$" /index.php?subaction=newposts last;
rewrite "^/newposts/page/([0-9]+)(/?)+$" /index.php?subaction=newposts&cstart=$1 last;
# 收藏
rewrite "^/favorites(/?)+$" /index.php?do=favorites last;
rewrite "^/favorites/page/([0-9]+)(/?)+$" /index.php?do=favorites&cstart=$1 last;
rewrite "^/rules.html$" /index.php?do=rules last;
rewrite "^/statistics.html$" /index.php?do=stats last;
rewrite "^/addnews.html$" /index.php?do=addnews last;
rewrite "^/rss.xml$" /index.php?mod=rss last;
rewrite "^/sitemap.xml$" /uploads/sitemap.xml last;
if (!-d $request_filename) {
rewrite "^/([^.]+)/page/([0-9]+)(/?)+$" /index.php?do=cat&category=$1&cstart=$2 last;
rewrite "^/([^.]+)/?$" /index.php?do=cat&category=$1 last;
}
if (!-f $request_filename) {
rewrite "^/([^.]+)/rss.xml$" /index.php?mod=rss&do=cat&category=$1 last;
rewrite "^/page,([0-9]+),([^/]+).html$" /index.php?do=static&page=$2&news_page=$1 last;
rewrite "^/print:([^/]+).html$" /index.php?mod=print&do=static&page=$1 last;
}
if (!-f $request_filename) {
rewrite "^/([^/]+).html$" /index.php?do=static&page=$1 last;
}
DataLife Engine v.13.1 - UTF8英文破解版【已修复】
文章最后由 reishi 在 2018-10-23, 01:50 编辑
编辑原因: 修复覆盖后不提示升级的错误,请重新下载覆盖执行升级。添加nginx伪静态规则。
评论(5)