<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[网页的Refer来源判断代码]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 21 Jul 2011 07:14:33 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	网页的Refer来源判断代码：<br/>[codes=html]<br/>$refer = strtolower($_SERVER[&#039;HTTP_REFERER&#039;]);<br/>$check = preg_match(&#039;/[.]qq[.]com/&#039;,$refer);<br/>if(empty($check))<br/>&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;echo &#039;&#123;&quot;code&quot;:&quot;-200&quot;,msg&quot;:&quot;温馨提示：请求来源非法&quot;&#125;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;exit;<br/>&#125;<br/>[codes]
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 网页的Refer来源判断代码]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>