美橙的建站之星下载版已经禁止新买与续费了 不得已修改版权!
<style type=
"text/css"
>
.copyright .list_bot{display:none;}
</style>
<?php
if
(!defined(
'IN_CONTEXT'
))
die
(
'access violation error!'
);
$html
=
str_replace
(FCK_UPLOAD_PATH,
""
,
$html
);
if
(
strpos
(
$html
,
'www.sitestar.cn'
)){
echo
'<div class="com_con_sq" id="com_con_sq">'
.
$html
.
'</div><div class="list_bot"></div>'
;
}
else
{
if
(
$html
!=
''
){
echo
'<div class="com_con">'
.
$html
.
'</div><div class="list_bot"></div>'
;}
}
?>
修改成
<style type=
"text/css"
>
.copyright .list_bot{display:none;}
</style>
<?php
if
(!defined(
'IN_CONTEXT'
))
die
(
'access violation error!'
);
//------这里加了代码-----
if
(
strpos
(
$html
,
'ower'
)){
$html
=
""
;
}
//-----添加结束------
$html
=
str_replace
(FCK_UPLOAD_PATH,
""
,
$html
);
if
(
strpos
(
$html
,
'www.sitestar.cn'
)){
echo
'<div class="com_con_sq" id="com_con_sq">'
.
$html
.
'</div><div class="list_bot"></div>'
;
}
else
{
if
(
$html
!=
''
){
echo
'<div class="com_con">'
.
$html
.
'</div><div class="list_bot"></div>'
;}
}
?>