1、数据库备份:进入网站后台-->系统-->数据库备份/还原-->备份2、程序打包(压缩):数据库备份完成后,去主机管理平台将全站程序打包(压缩)3、下载上传:程序打包(压缩)后,用FTP将打包的程序下载下来,然后将程序上传到新的空...
blzxadmin179 3年前 (2017-04-14) 17℃ 暂无评论 5喜欢
示例:{dede:sql sql="select * from dede_archives a left join dede_taglist t on a.id=t.aid where a.typeid=2 limit 10 "}[field:tag /] |{/dede:sql}解析:typeid=2是栏目ID,limit 10 是tag的条数,根据自己的...
blzxadmin179 3年前 (2017-04-14) 14℃ 暂无评论 3喜欢
打开 include/arc.specview.class.php 文件 找到 $row["title"] = cn_substr($row["title"],$titlelen); 在此代码上面添加 $row["fulltitle"]= $row["title"];
...
blzxadmin179 3年前 (2017-04-14) 19℃ 暂无评论 4喜欢
打开 include/payment/alipay.php 文件找到$this->log_result("verify_success,订单号:".$order_sn); //将验证结果存入文件在此代码下面添加如下代码(部分代码需要修改)$mailbody = '';$mailtitle = "...
blzxadmin179 3年前 (2017-04-14) 15℃ 暂无评论 3喜欢
1、打开 include/arc.listview.class.php 文件找到(大约400行)$this->ParseTempletsFirst();$this->ParseDMFields($this->PageNo,0);在此代码前面添加如下代码$this->Fields['yema'] = $this->PageN...
blzxadmin179 3年前 (2017-04-14) 15℃ 暂无评论 5喜欢
函数名:cn_substr适用版本:(>=DedeCMS 2,DedeCMS 3,DedeCMS 4,DedeCMS 5)功能:截取中文字符串参数:$str='' 需要截取的字符串$slen='' 需要截取的长度,单字节截取模式,一个中文占用2个字节$startdd=0 截...
blzxadmin179 3年前 (2017-04-14) 19℃ 暂无评论 3喜欢
1、复制js代码到内容页和列表页织梦模板中$(document).ready(function(){ var prevpage=$("#pre").attr("href"); var nextpage=$("#next").attr("href"); $("body").keydown(function(event){...
blzxadmin179 3年前 (2017-04-13) 15℃ 暂无评论 5喜欢
函数名:cn_substr适用版本:(>=DedeCMS 2,DedeCMS 3,DedeCMS 4,DedeCMS 5)功能:截取中文字符串参数:$str='' 需要截取的字符串$slen='' 需要截取的长度,单字节截取模式,一个中文占用2个字节$startdd=0 截...
blzxadmin179 3年前 (2017-04-13) 15℃ 暂无评论 5喜欢
打开 include/helpers/string.helper.php 文件,找到如下代码(大约33到102行) /** * 中文截取2,单字节截取模式 * * @access public * @param string $str 需要截取的...
blzxadmin179 3年前 (2017-04-13) 18℃ 暂无评论 4喜欢
织梦DEDECMS V5.7在友情链接中会自动添加“织梦链”,想将其删除。可在后台管理中,并没有发现织梦链管理,所以只能修改源文件。打开 include/taglib/flinktype.lib.php 文件找到并删除(或注释)如下代码即...
blzxadmin179 3年前 (2017-04-13) 20℃ 暂无评论 4喜欢