PHPWind的版权等信息去除的方法
生活随笔
收集整理的這篇文章主要介紹了
PHPWind的版权等信息去除的方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
經常聽到站長新手們問:
怎么樣把IE標題的powered by phpwind.net去掉?
如何把論壇底部的Total 0.075548(s) query 13, Time now is:03-19 18:57, Gzip disabled Powered by PHPWind v6.0 Certificate Code ? 2003-07 PHPWind.com Corporation 這段東西修改?
等這類問題,這里我將給大家做個介紹。
首先要說明的是,這些信息是著作權的標示,請大家最好保留,尊重phpwind的知識產權。
好了,開始正題。
1、“怎么樣把IE標題的powered by phpwind.net去掉?”這個信息包含在/template/wind/header.htm文件中,用記事本打開此文件:
“<!--<?php print <<<EOT
--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=$db_charset" />
<title>$subject$forumtitle$db_bbsname $db_bbstitle - powered by phpwind.net</title>
<meta name="keywords" content="$db_metakeyword" />
<meta name="description" content="$db_metadescrip" />
<link rel='archives' title='$db_bbsname' href='$db_bbsurl/simple' />
。。。。。。。。。。。。。。。。。。。”
修改其中的劃線部分“powered by phpwind.net”即可。
2、“如何把論壇底部的Total 0.075548(s) query 13, Time now is:03-19 18:57, Gzip disabled Powered by PHPWind v6.0 Certificate Code ? 2003-07 PHPWind.com Corporation 這段東西修改?”這個信息包含在/template/wind/footer.htm文件中,用記事本打開此文件:
“<!--<?php print <<<EOT
-->
</div>
<div id="bottom"></div><br />
<center class="gray">
$footer_ad<small><span id="windspend">$wind_spend Time now is:$ft_time, $ft_gzip</span> $db_icp<br />
Powered by <a href="http://www.phpwind.net/" target="_blank"><b>PHPWind</b></a> <a href="http://www.phpwind.net/" target="_blank"><b style="color:#FF9900">v$wind_version</b></a> <a href="[url=http://www.phpwind.com/certificate.php?host=$_SERVER[HTTP_HOST]]Certificatehttp://www.phpwind.com/certificate.php?host=$_SERVER[HTTP_HOST]"><b>Certificate</b></a[/url]> Code ? 2003-08 <a href="http://www.phpwind.com/" target="_blank"><b>PHPWind.com</b></a> Corporation</small>
。。。。。。。。。。。。。”
修改這段連接和文字即可。
3、修改PHPWIND門戶首頁版權信息方法: 存放版權信息的頁面位置:\mode\area\template\footer.html,通過修改和消除phpwind底部的版權信息!
怎么樣把IE標題的powered by phpwind.net去掉?
如何把論壇底部的Total 0.075548(s) query 13, Time now is:03-19 18:57, Gzip disabled Powered by PHPWind v6.0 Certificate Code ? 2003-07 PHPWind.com Corporation 這段東西修改?
等這類問題,這里我將給大家做個介紹。
首先要說明的是,這些信息是著作權的標示,請大家最好保留,尊重phpwind的知識產權。
好了,開始正題。
1、“怎么樣把IE標題的powered by phpwind.net去掉?”這個信息包含在/template/wind/header.htm文件中,用記事本打開此文件:
“<!--<?php print <<<EOT
--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=$db_charset" />
<title>$subject$forumtitle$db_bbsname $db_bbstitle - powered by phpwind.net</title>
<meta name="keywords" content="$db_metakeyword" />
<meta name="description" content="$db_metadescrip" />
<link rel='archives' title='$db_bbsname' href='$db_bbsurl/simple' />
。。。。。。。。。。。。。。。。。。。”
修改其中的劃線部分“powered by phpwind.net”即可。
2、“如何把論壇底部的Total 0.075548(s) query 13, Time now is:03-19 18:57, Gzip disabled Powered by PHPWind v6.0 Certificate Code ? 2003-07 PHPWind.com Corporation 這段東西修改?”這個信息包含在/template/wind/footer.htm文件中,用記事本打開此文件:
“<!--<?php print <<<EOT
-->
</div>
<div id="bottom"></div><br />
<center class="gray">
$footer_ad<small><span id="windspend">$wind_spend Time now is:$ft_time, $ft_gzip</span> $db_icp<br />
Powered by <a href="http://www.phpwind.net/" target="_blank"><b>PHPWind</b></a> <a href="http://www.phpwind.net/" target="_blank"><b style="color:#FF9900">v$wind_version</b></a> <a href="[url=http://www.phpwind.com/certificate.php?host=$_SERVER[HTTP_HOST]]Certificatehttp://www.phpwind.com/certificate.php?host=$_SERVER[HTTP_HOST]"><b>Certificate</b></a[/url]> Code ? 2003-08 <a href="http://www.phpwind.com/" target="_blank"><b>PHPWind.com</b></a> Corporation</small>
。。。。。。。。。。。。。”
修改這段連接和文字即可。
3、修改PHPWIND門戶首頁版權信息方法: 存放版權信息的頁面位置:\mode\area\template\footer.html,通過修改和消除phpwind底部的版權信息!
轉載于:https://blog.51cto.com/peishuangcai/560707
總結
以上是生活随笔為你收集整理的PHPWind的版权等信息去除的方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Java注解实践
- 下一篇: TensorFlow生成.mat文件