<?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; phpwind</title>
	<atom:link href="http://osnaile.osdn.cn/topics/tag/phpwind/feed" rel="self" type="application/rss+xml" />
	<link>http://osnaile.osdn.cn</link>
	<description>哈，又一个 WordPress 博客</description>
	<lastBuildDate>Fri, 01 Jul 2011 08:27:29 +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>开启 PHPWind 的静态路径</title>
		<link>http://osnaile.osdn.cn/topics/enable-phpwind-static-url</link>
		<comments>http://osnaile.osdn.cn/topics/enable-phpwind-static-url#comments</comments>
		<pubDate>Thu, 02 Sep 2010 05:59:04 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[phpwind]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=200</guid>
		<description><![CDATA[在论坛这种动态网站中，开启静态路径对网站的 SEO 是很有好处的。 要在 PHPWind 中开启静态路径，需要在 Apache 中加载 Mod_rewrite 模块。这个模块如何加载，请大家自行在网络中搜索。 进入 PHPWind 的后台，打开“静态目录部署”页面 选择“开启”，并设置“静态目录”和“静态目录扩展名设置”，如图： 在后台中，说了，需要修改conf/httpd.conf文件。 如果网站放置在国外的虚拟主机上，那修改这个文件很不方便，那我们可以通过修改 .htaccess 文件的方式来达到目的。 在网站的根目录建立一个名为“.htaccess”的文件，文件内容如下： RewriteEngine<a href="http://osnaile.osdn.cn/topics/enable-phpwind-static-url" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/enable-phpwind-static-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让 phpwind 论坛禁止某些邮箱的注册</title>
		<link>http://osnaile.osdn.cn/topics/%e8%ae%a9-phpwind-%e8%ae%ba%e5%9d%9b%e7%a6%81%e6%ad%a2%e6%9f%90%e4%ba%9b%e9%82%ae%e7%ae%b1%e7%9a%84%e6%b3%a8%e5%86%8c</link>
		<comments>http://osnaile.osdn.cn/topics/%e8%ae%a9-phpwind-%e8%ae%ba%e5%9d%9b%e7%a6%81%e6%ad%a2%e6%9f%90%e4%ba%9b%e9%82%ae%e7%ae%b1%e7%9a%84%e6%b3%a8%e5%86%8c#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:56:23 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[phpwind]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=139</guid>
		<description><![CDATA[换用 phpwind 做为论坛系统后，注册机乱注册的用户就一堆一堆的过来，为了阻止注册机的注册，启用了比较复杂的验证码，把注册文件改名、邮件验证等，做了这些之后，确实挡住了一大部分的注册机。消停了一阵后，又来了，还好，这些注册机注册时使用的邮箱都是某些固定后缀，好办了，在注册过程中禁止这些后缀的注册。 phpwind 论坛只提供了允许指定邮箱注册的功能，那不行啊，我是想禁止指定邮箱的注册，phpwind 论坛并没有提供这样的功能，在 phpwind 的官方论坛上，有不少人建议增加这个功能，直到 7.3.2 版还是没有增加。咱们只能是自己动手了。 2009.12.04注释：可以略过这段，往下看更新过的代码 好，修改注册文件，一般是 register.php，找到这些，大概是在 73 行： if &#40;!$email &#124;&#124; !preg_match&#40;&#34;/^[-a-zA-Z0-9_\.]+@([0-9A-Za-z][0-9A-Za-z-]+\.)+[A-Za-z]{2,5}$/&#34;,$email&#41;&#41; &#123;<a href="http://osnaile.osdn.cn/topics/%e8%ae%a9-phpwind-%e8%ae%ba%e5%9d%9b%e7%a6%81%e6%ad%a2%e6%9f%90%e4%ba%9b%e9%82%ae%e7%ae%b1%e7%9a%84%e6%b3%a8%e5%86%8c" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/%e8%ae%a9-phpwind-%e8%ae%ba%e5%9d%9b%e7%a6%81%e6%ad%a2%e6%9f%90%e4%ba%9b%e9%82%ae%e7%ae%b1%e7%9a%84%e6%b3%a8%e5%86%8c/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

