<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>裁纸刀下 &#187; PJBlog</title>
	<atom:link href="http://ofcss.com/tags/pjblog/feed" rel="self" type="application/rss+xml" />
	<link>http://ofcss.com</link>
	<description>独立 自由 诚信 宽容 责任 平常心</description>
	<lastBuildDate>Fri, 20 Apr 2012 04:08:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PJBlog自带留言簿增强版改进</title>
		<link>http://ofcss.com/2008/04/14/pjblog-guestbook-plus.html</link>
		<comments>http://ofcss.com/2008/04/14/pjblog-guestbook-plus.html#comments</comments>
		<pubDate>Mon, 14 Apr 2008 23:10:00 +0000</pubDate>
		<dc:creator>小李刀刀</dc:creator>
				<category><![CDATA[所谓技术]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[PJBlog]]></category>

		<guid isPermaLink="false">http://wukangrui.net/?p=261</guid>
		<description><![CDATA[PJBlog自带的留言簿功能上比较弱，所以大多数人用的应该是基于仲夏夜修改的增强版或者是其后锐风再度增强的2.3beta版（我原来一直用的是1.5Final，后来下载锐风版以后经过文件对比发现改变似乎不大，仅仅是把可以开关的验证码选项改成了不可关闭——关闭就一直出错不能留言）。 不过这两个版本在垃圾广告过滤上并没有特别的改进，有两处判断应该是非法操作不能留言但是仅仅是提示非法操作而没有终止留言函数执行。 我在这个基础上增加了这两处的终止执行留言函数，再加入了官方版本的高级过滤支持。此外顺便把IP显示改成了实际地址显示（用最新的纯真数据库，调用纯真网站的数据），如果需要看真实IP，可以把鼠标指到留言人的昵称上即可。 具体效果可见本站留言簿。（注：本站验证码不含在此版本中，因为验证码样式是修改的Pjblog文件而不是留言插件） 点击下载此文件 相关日志2008-09-19 -- Oblog检测搜索引擎的一个问题2008-06-22 -- 动易SW中的一个严重但不影响使用的bug（二）2008-06-18 -- 动易SW中的一个严重但不影响使用的bug(一)2008-06-04 -- 在ASP中实现UNIX时间戳2008-05-23 -- 给UCenter的拥蹩们泼点冷水2005-11-24 -- 为我的blog写的Google地图生成器2005-11-23 -- ASP中的数字和字符比较2005-11-18 -- 用ASP为blog程序编写Trackback功能]]></description>
			<content:encoded><![CDATA[<p>PJBlog自带的留言簿功能上比较弱，所以大多数人用的应该是基于仲夏夜修改的增强版或者是其后锐风再度增强的2.3beta版（我原来一直用的是1.5Final，后来下载锐风版以后经过文件对比发现改变似乎不大，仅仅是把可以开关的验证码选项改成了不可关闭——关闭就一直出错不能留言）。<span id="more-261"></span></p>
<p>不过这两个版本在垃圾广告过滤上并没有特别的改进，有两处判断应该是非法操作不能留言但是仅仅是提示非法操作而没有终止留言函数执行。</p>
<p>我在这个基础上增加了这两处的终止执行留言函数，再加入了官方版本的高级过滤支持。此外顺便把IP显示改成了实际地址显示（用最新的纯真数据库，调用纯真网站的数据），如果需要看真实IP，可以把鼠标指到留言人的昵称上即可。</p>
<p>具体效果可见本站留言簿。（注：本站验证码不含在此版本中，因为验证码样式是修改的Pjblog文件而不是留言插件）</p>
<p><a href="http://www.wukangrui.net/attachments/month_0804/52008415141026.rar">点击下载此文件</a></p>
<h3  class="related_post_title">相关日志</h3><ul class="related_post"><li>2008-09-19 -- <a href="http://ofcss.com/2008/09/19/bug-about-search-engine-of-oblog.html" title="Oblog检测搜索引擎的一个问题">Oblog检测搜索引擎的一个问题</a></li><li>2008-06-22 -- <a href="http://ofcss.com/2008/06/22/api-bug-in-powereasy-siteweaver-part2.html" title="动易SW中的一个严重但不影响使用的bug（二）">动易SW中的一个严重但不影响使用的bug（二）</a></li><li>2008-06-18 -- <a href="http://ofcss.com/2008/06/18/api-bug-in-powereasy-siteweaver-part1.html" title="动易SW中的一个严重但不影响使用的bug(一)">动易SW中的一个严重但不影响使用的bug(一)</a></li><li>2008-06-04 -- <a href="http://ofcss.com/2008/06/04/unix-timestamp-in-asp.html" title="在ASP中实现UNIX时间戳">在ASP中实现UNIX时间戳</a></li><li>2008-05-23 -- <a href="http://ofcss.com/2008/05/23/disadvantages-of-discuz-ucenter.html" title="给UCenter的拥蹩们泼点冷水">给UCenter的拥蹩们泼点冷水</a></li><li>2005-11-24 -- <a href="http://ofcss.com/2005/11/24/goole-map-creator-for-my-blog.html" title="为我的blog写的Google地图生成器">为我的blog写的Google地图生成器</a></li><li>2005-11-23 -- <a href="http://ofcss.com/2005/11/23/compare-interge-with-string-in-asp.html" title="ASP中的数字和字符比较">ASP中的数字和字符比较</a></li><li>2005-11-18 -- <a href="http://ofcss.com/2005/11/18/add-trackback-to-pjblog.html" title="用ASP为blog程序编写Trackback功能">用ASP为blog程序编写Trackback功能</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://ofcss.com/2008/04/14/pjblog-guestbook-plus.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

