PJBLOG使用技巧(6)


<a href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.younote.com/Noteit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();"><font color="#FF9900">YouNote</font></a> 
<A href="javascript:t=document.title;u=location.href;e=document.selection?(document.selection.type!='None'?document.selection.createRange().text:''):(document.getSelection?document.getSelection():'');void(open('http://bookmark.hexun.com/post.aspx?title='+escape(t)+'&url='+escape(u)+'&excerpt='+escape(e),'HexunBookmark','scrollbars=no,width=600,height=450,left=80,top=80,status=no,resizable=yes'));"><font color="#86CCFE">和讯网摘</font></A>
<A href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365fav.com/StorePage.asp?title='+escape(d.title)+'&urlstr='+escape(d.location.href)+'&content='+escape(t),'fav','scrollbars=no,width=475,height=500,left=75,top=20,status=no,resizable=yes'));
keyit.focus();"><font color="#0068BA">天天收藏</font></A>
<!-- 添加网摘结束 -->



13.下拉列表式的友情链接
==================================================

程序代码
<select onChange="window.open(this.options[this.selectedIndex].value,'','')">
<option selected>友情链接</option>
<option value="http://www.1111.com">1111</option>
<option value="http://www.2222.com">2222</option>
<option value="http://www.3333.com">3333</option>
</select>



14.去掉皮肤横幅处的网站名称及简介
======================================================

程序代码
#container #header #blogname{display:none}
#container #header #blogname #blogtitle{display:none}



15.重装系统应该备份的文件
===============================================
1.备份blogDB目录下的数据库
2.备份attachments目录下的文件,这个目录里都是上传的附件
3.备份Plugins目录下的文件,这里面都是BLOG的插件
4.备份skins目录下的文件,这里面都是皮肤文件
5.备份根目录下的plugins.asp文件

基本上就这些了,如果BLOG出现了什么问题的话,直接用这些文件覆盖回去就可以了。

16.禁止复制的代码和方法
=================================================
在系统首页文件(default.asp)和日志文件(article.asp)最底下加入如下代码即可,这两个文件都在根目录下。

程序代码
<noscript>
<iframe scr="*.htm"></iframe>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/3036.html