<?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; php</title>
	<atom:link href="http://www.onuyi.net/blog/archives/category/code/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onuyi.net/blog</link>
	<description>당신은 나에게 충고를 할 자유가 있고 나는 그걸 듣지 않을 권리가 있다.</description>
	<lastBuildDate>Thu, 22 Dec 2011 13:07:58 +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>REFERER 체크하기</title>
		<link>http://www.onuyi.net/blog/archives/120?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=referer-%25ec%25b2%25b4%25ed%2581%25ac%25ed%2595%2598%25ea%25b8%25b0</link>
		<comments>http://www.onuyi.net/blog/archives/120#comments</comments>
		<pubDate>Thu, 06 Sep 2007 07:29:21 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[referer]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  /**
* check_referer()
*
* @return boolean
*/
function check_referer(){
 &#160; &#160;$host = &#8216;http://&#8217;.getenv(&#8216;HTTP_HOST&#8217;);
 &#160; &#160;if($host == substr(getenv(&#8216;HTTP_REFERER&#8217;),0,strlen($host)))
 &#160; &#160; &#160; &#160;return 1;
 &#160; &#160;else
 &#160; &#160; &#160; &#160;return 0;
}
=========================================================파란닷컴 무료웹호스팅 100메가의 용량/트래픽http://hosting.paran.com
아;; 해외외국인의 비애;;
No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<div style="padding: 10px; background-color: rgb(208, 255, 157);">  /**<br />
* check_referer()<br />
*<br />
* @return boolean<br />
*/<br />
function check_referer(){<br />
 &nbsp; &nbsp;$host = &#8216;<a href="http://%27.getenv%28%27http_host%27%29/;" target="_blank">http://&#8217;.getenv(&#8216;HTTP_HOST&#8217;);</a><br />
 &nbsp; &nbsp;if($host == substr(getenv(&#8216;HTTP_REFERER&#8217;),0,strlen($host)))<br />
 &nbsp; &nbsp; &nbsp; &nbsp;return 1;<br />
 &nbsp; &nbsp;else<br />
 &nbsp; &nbsp; &nbsp; &nbsp;return 0;<br />
}</div>
<p>=========================================================<br />파란닷컴 무료웹호스팅 100메가의 용량/트래픽<br /><a href="http://hosting.paran.com" target="_blank">http://hosting.paran.com</a></p>
<p>아;; 해외외국인의 비애;;</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/120/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

