search
HomeCMS TutorialDEDECMSHow to remove copyright and ads in DedeCms 5.7 background

How to remove copyright and ads in DedeCms 5.7 background

How to remove copyright and ads in DedeCms 5.7 background?

The new version of DedeCms 5.7 is released. Download it and upload it to the server. After installation, click to enter the background login interface. Damn, why are there more advertising links, and the login interface has also changed. There was no such thing before. Follow the steps step by step to remove copyright and then advertising.

Recommended learning: 梦Weavercms

1. Go to the background login page login.php advertising chain.

1. Check the html source file and find the advertising part code as follows:

<div class="dede-iframe">
<iframe name="loginad" src="login.php?dopost=showad" frameborder="0" id="loginad"
 scrolling="no"  marginwidth="0" marginheight="0" width="100%"></iframe>
</div>

The above code corresponds to the /dede/templets/login.html part, delete it, and modify the copyright statement at the bottom of login.htm part.

Then modify the title code:

<?php echo $cfg_softname." ".$cfg_version; ?>

is:

<?php echo $cfg_webname; ?> - Backend management login

2, careful analysis found that "login.php? dopost=showad" corresponds to part of the code in lines 42 to 46 of login.php. Just remove this part of the code:

if ($dopost==&#39;showad&#39;)
{
    include(&#39;templets/login_ad.htm&#39;);
    exit;
}

and also delete the corresponding "/dede/templets/login_ad.htm" template file , this file is redundant, the official advertising chain part.

PS: Many similar tutorials on the Internet do not include this step. Just canceling the call doesn't actually delete it.

3. If you log in or the operation is successful, you will be prompted with the jump page message "Dede CMS prompt message!"

include/common.func.php lines 182 and 215, a total of two places.

Second, remove the default homepage advertisement after backend login

1, mainly remove two parts: text link advertisement and development team statement.

Open index_body.php and find the following code:

<?php
exit;
} else if ($dopost==&#39;showauth&#39;)
{
include(&#39;templets/index_body_showauth.htm&#39;);
exit;
} else if ($dopost==&#39;showad&#39;)
{
include(&#39;templets/index_body_showad.htm&#39;);
exit;
}
?>

Replace with:

<?php
exit;
}
?>

Delete the corresponding template files "index_body_showad.htm" and "index_body_showauth" in the template directory. htm".

2. Modify the template index_body.htm, involving the following modifications: title part/advertising chain part/development team part, etc. The specific steps are omitted here.

3. The copyright information and links at the top of the background mainly modify the two template files index_top2.htm and index2.htm.

4. DedeCMS mainly involves 3 template files: sys_data.htm/sys_info_mark.htm/sys_info.htm.

5, remove the "System Help" in the left column, and modify the template file to: /dede/inc/inc_menu.php

At this point, the background advertising chain removal and copyright operations are basically completed, simple and refreshing The dedecms5.7 background interface is presented to us.

The above is the detailed content of How to remove copyright and ads in DedeCms 5.7 background. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
dedecms怎么增加多语言dedecms怎么增加多语言Feb 27, 2023 am 09:21 AM

dedecms增加多语言的方法:1、进入dedecms后台,创建封面栏目;2、将封面栏目“常规选项”的文件保存目录设置为cn或者en;3、将封面栏目“高级选项”的列表模板设置为“cn_index.htm”或者“en_index.htm”;4、单独调用每种语言的封面栏目和每种语言下的导航栏目即可。

织梦cms是什么语言写的织梦cms是什么语言写的Feb 21, 2023 am 09:45 AM

织梦cms是用PHP语言写的。织梦CMS(DedeCMS)是一个PHP开源网站管理系统,作用是构建中小型网站;它采用PHP+MySQL技术开发,可同时使用于windows、linux、unix平台。

dedecms是什么语言dedecms是什么语言Feb 24, 2023 am 09:46 AM

dedecms是PHP语言开发的;dedecms中文全称是织梦内容管理系统,是一个PHP开源网站管理系统;dedecms基于PHP和MySQL技术开发,可同时使用于Windows、Linux、Unix平台。

dedecms怎么删除栏目dedecms怎么删除栏目Jul 13, 2023 pm 04:31 PM

dedecms删除栏目的方法:1、登录后台管理;2、进入“栏目管理”,可以看到当前网站所有栏目;3、选择要删除的栏目;4、将鼠标悬停在栏目名称上,删除栏目;5、点击“确认”按钮以继续删除操作;6、删除成功。

2023年织梦dedeCMS视频教程推荐2023年织梦dedeCMS视频教程推荐Oct 25, 2019 pm 01:56 PM

织梦内容管理系统(DedeCMS) 以简单、实用、开源而闻名,是国内最知名的PHP开源网站管理系统,也是使用用户最多的PHP类CMS系统,在经历多年的发展,目前的版本无论在功能,还是在易用性方面,都有了长足的发展和进步。

火车头dedecms出现乱码怎么办火车头dedecms出现乱码怎么办Jul 19, 2023 pm 02:19 PM

火车头dedecms出现乱码解决方法:1、检查数据库编码;2、修改dedecms配置文件;3、检查浏览器编码设置;4、清理缓存和临时文件;5、寻求专业帮助。

dedecms是干什么的dedecms是干什么的Feb 22, 2023 am 09:14 AM

dedecms是指织梦内容管理系统,是一个PHP开源网站管理系统,用于个人网站或中小型门户的构建;dedecms是基于PHP和MySQL技术开发,可同时使用于Windows、Linux、Unix平台。

dedecms无法修改怎么解决dedecms无法修改怎么解决Jun 25, 2023 pm 04:53 PM

dedecms无法修改的解决方法是:1、检查文件夹和文件的读写权限是否正确;2、使用最新版本的DedeCMS,并保持数据库、插件和主题等组件的版本与CMS核心匹配;3、添加了不兼容的插件或主题,导致DedeCMS无法正常工作;4、检查PHP日志和调试信息以找出问题并解决。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!