欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

metinfo 網(wǎng)站管理系統(tǒng)中的版權(quán)信息修改方法

  發(fā)布時(shí)間:2012-06-04 05:56:18   作者:佚名   我要評(píng)論
有時(shí)候看下下面的官方的鏈接,不管什么目的,對(duì)自己的網(wǎng)站都是不好的,下面就說下修改方法。

如何去掉---Powered by MetInfo、metinfo如何去掉版權(quán)

1.打開 include 找到common.inc.php 打開后找到

$met_webname=$met_webname.“---Powered by MetInfo”;

刪掉 ."---Powered by MetInfo” 即可

2.在當(dāng)前include目錄中打開 global.func.php 后 查找

echo("<script type='text/javascript'> alert('$langinfo'); location.href='$url'; </script>");

替換成 echo(”“);

一共有2處 替換掉就完工了

去掉源代碼里面的 <meta name="copyright" content="Copyright 2008-2010 MetInfo">

打開 public/php/methtml.inc.php

$methtml_head.="<meta name=\"copyright\" content=\"Copyright 2008-".$m_now_year." MetInfo\">\n";

將metinfo 換成你的名稱 。

聲明:請(qǐng)尊重他人成果,此文章只做學(xué)習(xí)參考,不承擔(dān)任何法律責(zé)任。

------------------------------------------------------------------
關(guān)于 留言 不能提示成功和跳轉(zhuǎn) 解決方法
1.打開 message/message.php 找到 okinfo($returnurl,"{$lang_MessageInfo2}");
將其替換成

//okinfo($returnurl,"{$lang_MessageInfo2}");

echo "<script language='javascript' >alert('留言成功,需要管理員審核才能顯示!');window.location='".$returnurl."';</script>";

然后保存 如過是用 記事本改的話還要 保存時(shí)選擇 utf-8的編碼 不然出現(xiàn)的是亂碼文字 但跳轉(zhuǎn)還是可以跳轉(zhuǎn)的


1. \include\global.func.php
查找: function footer()
注釋本行:
/**if(!strstr($output,"MetInfo"))die("在未經(jīng)授權(quán)前,請(qǐng)不要嘗試去掉'Powered by MetInfo'版權(quán)標(biāo)識(shí)!");**/
2. \include\global.func_linux.php
查找: function footer()
注釋本行:
/**if(!strstr($output,"MetInfo"))die("在未經(jīng)授權(quán)前,請(qǐng)不要嘗試去掉'Powered by MetInfo'版權(quán)標(biāo)識(shí)!");**/
3. \templates\*\foot.html (注: *號(hào)表示模版風(fēng)格文件夾)
查找: " $metcms_v " 刪除紅色字符
-->
<br />Powered by <a href="http://www.MetInfo.cn" target="_blank" title="企業(yè)網(wǎng)站管理系統(tǒng)"><b>MetInfo</b></a> $metcms_v &copy;2008-$m_now_year <a href="http://www.MetInfo.cn" target="_blank" title="企業(yè)網(wǎng)站建設(shè)">www.MetInfo.cn</a>
<!--
注: 紅色字符處的內(nèi)容,會(huì)因模版不同而有所差異!
/**************************************************************************************************/
2009-07-22 17:52 修改
4. \include\head.php
找到: 紅色代碼(約在38行),注釋掉
if(md5($rightok[1])!=$otherinfo[rightmd5]){
okinfo('http://www.metinfo.cn',$otherinfo[righttext]);

5. \product\product.php
找到: 紅色代碼(約在97行),注釋掉
if(md5($rightok[1])!=$otherinfo[rightmd5]){
okinfo('http://www.metinfo.cn',$otherinfo[righttext]);

6. \include\common.inc.php
這部分代碼一般在文件最后
$met_c_webname=$met_c_webname."--Powered by MetInfo";
$met_e_webname=$met_e_webname."--Powered by MetInfo";
將紅色處代碼刪除即可!
如因修改后,造成首頁無法顯示, 需在安裝數(shù)據(jù)庫中找到" $_otherinfo"的數(shù)據(jù)表,清空里面數(shù)據(jù),才可重新生成!($表示安裝表前綴)
聲明: 本文僅供技術(shù)研究參考, 正式授權(quán)請(qǐng)聯(lián)系官方購買!

相關(guān)文章

最新評(píng)論