﻿﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>帮助信息-动天数据 &#187; 去除power by dedecms</title>
	<atom:link href="http://www.583idc.com/news/?feed=rss2&#038;tag=%E5%8E%BB%E9%99%A4power-by-dedecms" rel="self" type="application/rss+xml" />
	<link>http://www.583idc.com/news</link>
	<description>提供虚拟主机帮助信息</description>
	<lastBuildDate>Mon, 30 Oct 2023 02:58:59 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>去除power by dedecms，删除power by dedecms办法</title>
		<link>http://www.583idc.com/news/?p=2237</link>
		<comments>http://www.583idc.com/news/?p=2237#comments</comments>
		<pubDate>Tue, 02 Jan 2018 10:25:06 +0000</pubDate>
		<dc:creator><![CDATA[dthost]]></dc:creator>
				<category><![CDATA[网站建设帮助]]></category>
		<category><![CDATA[去除power by dedecms]]></category>

		<guid isPermaLink="false">http://www.583idc.com/news/?p=2237</guid>
		<description><![CDATA[很多人使用了DEDECMS，但是因为默认模板自带power by dedecms.显示这个就非常尴尬，那么如何 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>很多人使用了DEDECMS，但是因为默认模板自带power by dedecms.显示这个就非常尴尬，那么如何去除呢？下面来看看</p>
<p><img src="https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3893822647,227920328&amp;fm=27&amp;gp=0.jpg" alt="" /></p>
<p>&nbsp;</p>
<p>为什么要删除power by dedecms？</p>
<p>很多人可能觉得，删除这个不删除这个还有为什么？想删除就删除，不删除就保留，也就是支持织梦CMS难道有错？</p>
<p>那么我有个群友是这样说的</p>
<p>一般正规网站，网站所有版权的，一般是自己网站，如果是别人网站就显得非常不专业。</p>
<p>还有个原因也就是最主要的，因为DEDECMS非常出名，很多HEI客在扫描网站的时候，就会扫描power by dedecms这段文字，所以就是安全问题，还是去除了好。</p>
<p>那么power by dedecms这个是从哪个文件调用的，我从模板文件怎么找不到？</p>
<p>power by dedecms调用的标签应该是织梦后台的系统基本设置参数里面的网站版权设置。</p>
<p>调用标签是：{dede:global.cfg_powerby/}</p>
<p>那么知道了标签非常容易，我们去默认模板的footer.htm里面取出{dede:global.cfg_powerby/}标签不就可以了吗？</p>
<p>那么狠多站长他不喜欢这样改啊，因为他需要调用这个标签，那么看看方法2:</p>
<p>需要去系统文件里面更改，因为主要加密在系统控制文件里面了。</p>
<p>/include/dedesql.class.php找到这个文件，在588行左右的下面，有</p>
<p>$arrs1 = array(0x63,0x66,0x67,0x5f,0x70,0x6f,0x77,0x65,0x72,0x62,0x79);</p>
<p>$arrs2 = array(0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,</p>
<p>0x77,0x77,0x77,0x2e,0x64,0x65,0x64,0x65,0x63,0x6d,0x73,0x2e,0x63,0x6f,0x6d,0x20,0x74,0x61,0x72,</p>
<p>0x67,0x65,0x74,0x3d,0x27,0x5f,0x62,0x6c,0x61,0x6e,0x6b,0x27,0x3e,0x50,0x6f,0x77,0x65,0x72,0x20,</p>
<p>0x62,0x79,0x20,0x44,0x65,0x64,0x65,0x43,0x6d,0x73,0x3c,0x2f,0x61,0x3e);</p>
<p>把这段代码改成：</p>
<p>$arrs1 = array();</p>
<p>$arrs2 = array();</p>
<p>就注释掉了，改了后刷新网站就没有了。</p>
<p>但是还是建议各位站长支持织梦的发展，保留版权吧，人家DZ程序保留的很好。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.583idc.com/news/?feed=rss2&#038;p=2237</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
