如何去除PHPWind的版权等信息的方法(详细步骤)
我们在建站时经常会使用到phpwind论坛建站系统,设置好title关键词时会出现powered by phpwind的版权文字。比如在我的论坛中我设置title是这样的:室内设计-大牛室内设计论坛-室内设计-室内装修效果图大全-室内设计联盟-室内人设计师网。可是打开IE浏览器时标题出现:室内设计-大牛室内设计论坛-室内设计-室内装修效果图大全-室内设计联盟-室内人设计师网-powered by phpwind。我想这个问题在很多建站的新手都会出现这样的现象。该如何去除这个powered by phpwind版权信息呢?下面我们来探讨一下。不足之处请多加评价。
怎么样把IE标题的powered by phpwind或者powered by phpwind.net(使用版本不同有所区别)去掉?大牛室内设计论坛
首先我要说明的是,这些信息是著作权的标示,请大家最好保留,尊重phpwind的知识产权,毕竟我们可以免费使用已经很好了。
开始正题:
“怎么样把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”即可。
接下来我要讲讲怎么去掉论坛底部的版权信息?底部信息一般是这样的“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="]Certificatehttp://www.phpwind.com/certificate.php?host=$_SERVER"><b>Certificate</b></a> Code ? 2003-08 <a href="http://www.phpwind.com/" target="_blank"><b>PHPWind.com</b></a> Corporation</small>
。。。。。。。。。。。。。”
把这段连接和文字修改成你自己的信息就可以了。
接下来讲讲怎么去除修改PHPWIND门户首页版权信息方法:
存放版权信息的页面位置:\mode\area\template\footer.html,通过修改和消除phpwind底部的版权信息就可以了!
页:
[1]