41 1234
发新话题
打印

首页禁止右键和Iframe以及增加“阅读全文”和前台按钮的一些修改办法

catalog.html
default.html
search.html
single.html
tags.html
博客,更爱ZIPPO
支持Z-blog,谴责篡改&去除版权标记的可耻行为
------------------------------------------------------------------------------------------
新手请多看应用教程区Z-wiki,或站内搜索寻找答案
1、Z-blog主题修改助手   2、默认模板右侧栏目代码注释       3、默认CSS样式的注释     
4、Z-BLOG使用小贴士收集         5、Z-Blog模版标签库及相关说明   6、加广告请搜索gg/google/广告

TOP

这段代码加在default.asp最后:
<!--#include file="noright.asp" -->

是加在这
%><!-- <%=RunTime()%>ms --><%
If Err.Number<>0 then
        Call ShowError(0)
End If
%>
所说的最后54行起还是加在
<!-- #include file="c_option.asp" -->
<!-- #include file="function/c_function.asp" -->
<!-- #include file="function/c_function_md5.asp" -->
<!-- #include file="function/c_system_lib.asp" -->
<!-- #include file="function/c_system_base.asp" -->
<!-- #include file="function/c_system_event.asp" -->
<%
这25行之后?
<!--#include file="noright.asp" -->
少了个空格,没事么?

TOP

楼主辛苦了,果然好啊!
俺想找的就是这个啊!
多谢楼主了啊!

TOP

.........................................标记

TOP

直接用论坛的“收藏”功能不就可以了
博客,更爱ZIPPO
支持Z-blog,谴责篡改&去除版权标记的可耻行为
------------------------------------------------------------------------------------------
新手请多看应用教程区Z-wiki,或站内搜索寻找答案
1、Z-blog主题修改助手   2、默认模板右侧栏目代码注释       3、默认CSS样式的注释     
4、Z-BLOG使用小贴士收集         5、Z-Blog模版标签库及相关说明   6、加广告请搜索gg/google/广告

TOP

 41 1234
发新话题