<?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; script</title>
	<atom:link href="http://blog.homdee.com/tag/script/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.homdee.com</link>
	<description>ธุรกิจทำเว็บไซต์,ออกแบบเว็บไซต์,โปรแกรมมิ่ง,NewMedia,SEO,ร้านอาหาร,ร้านขายยา,ธุรกิจที่พักโรงแรม,ธุรกิจเมืองพัทยา,ธุรกิจรับจองโรงแรม</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:33:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Robot visit</title>
		<link>http://blog.homdee.com/php-robot-visit.html</link>
		<comments>http://blog.homdee.com/php-robot-visit.html#comments</comments>
		<pubDate>Wed, 03 Sep 2008 16:41:23 +0000</pubDate>
		<dc:creator>นายนู๋</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP & MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[seo blog]]></category>
		<category><![CDATA[check robot]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php check robot]]></category>
		<category><![CDATA[php scripts]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.homdee.com/?p=202</guid>
		<description><![CDATA[วันนี้มีโค้ด php แนะนำมาฝาก สำหรับเช็ค robot ที่เข้ามาเก็บข้อมูลจากเว็บไซต์เราไป Index ลง Search Engine  เหมาะสำหรัับคนที่ทำ SEO อย่างยิ่งครับ  รายละเอียดและชื่อโปรแกรม วิธีการติดตั้ง อยู่ด้านล่างนี้ครับ
PHP Robot Visit
http://www.stevedawson.com/downloads/robotvisit.zip
Check when the search engines are visiting your website
Author: Steve Dawson ผู้พัฒนา

 Download PHP Robot Visit Script

Receive instant notification by email when a search engine spider has visited your website. This is a great way to monitor [...]]]></description>
		<wfw:commentRss>http://blog.homdee.com/php-robot-visit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make your own PHP template script</title>
		<link>http://blog.homdee.com/how-to-make-your-own-php-template-script.html</link>
		<comments>http://blog.homdee.com/how-to-make-your-own-php-template-script.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 19:15:07 +0000</pubDate>
		<dc:creator>นายนู๋</dc:creator>
				<category><![CDATA[PHP & MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://blog.homdee.com/2008/03/21/how-to-make-your-own-php-template-script/</guid>
		<description><![CDATA[Many people ask how do you create a template system in PHP. It is true their are many different ways, but this will hopefully show you the basic understanding of this type of method.
First, let us understand the varibles in both the main .html page, and in the php scripts.
In this example &#60;% main %&#62; [...]]]></description>
		<wfw:commentRss>http://blog.homdee.com/how-to-make-your-own-php-template-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ban IP from opening HTML page with PHP</title>
		<link>http://blog.homdee.com/ban-ip-from-opening-html-page-with-php.html</link>
		<comments>http://blog.homdee.com/ban-ip-from-opening-html-page-with-php.html#comments</comments>
		<pubDate>Wed, 19 Mar 2008 19:12:32 +0000</pubDate>
		<dc:creator>นายนู๋</dc:creator>
				<category><![CDATA[PHP & MySQL]]></category>
		<category><![CDATA[Ban IP]]></category>
		<category><![CDATA[banip]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.homdee.com/2008/03/20/ban-ip-from-opening-html-page-with-php/</guid>
		<description><![CDATA[ban.php (replace €€€€€€ by the redirection URL, for example a void page an image or anything else) &#60;?php 
$filename = &#8220;ban.txt&#8221;;
$handle = fopen($filename, &#8220;r&#8221;);
$string = fread($handle, filesize($filename));
fclose($handle); 
$sArr = explode(&#8221;\n&#8221;,$string); 
//get user IP address
$userip = $_SERVER['REMOTE_ADDR']; 
//check for banned IP address
if (in_array($userip, $sArr)) {
echo &#8220;&#60;script type=\&#8221;text/javascript\&#8221; language=\&#8221;javascript\&#8221;&#62;&#8221;;
echo &#8220;window.open(\&#8221;€€€€€€\&#8221;,\&#8221;_top\&#8221;);&#8221;;
echo &#8220;&#60;/script&#62;&#8221;;
}
?&#62; 
***************
then add to your html page [...]]]></description>
		<wfw:commentRss>http://blog.homdee.com/ban-ip-from-opening-html-page-with-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADMIN : DB function failed with error number 1054</title>
		<link>http://blog.homdee.com/%e0%b9%80%e0%b8%82%e0%b9%89%e0%b8%b2-admin-%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7-db-function-failed-with-error-number-1054.html</link>
		<comments>http://blog.homdee.com/%e0%b9%80%e0%b8%82%e0%b9%89%e0%b8%b2-admin-%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7-db-function-failed-with-error-number-1054.html#comments</comments>
		<pubDate>Wed, 19 Mar 2008 18:50:25 +0000</pubDate>
		<dc:creator>นายนู๋</dc:creator>
				<category><![CDATA[PHP & MySQL]]></category>
		<category><![CDATA[1054]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mambo]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.homdee.com/2008/03/20/%e0%b9%80%e0%b8%82%e0%b9%89%e0%b8%b2-admin-%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7-db-function-failed-with-error-number-1054/</guid>
		<description><![CDATA[เข้า admin แล้ว
เข้าที่เมนู Contens&#62; All Content Items มี error ดังนี้
DB function failed with error number 1054
Unknown column &#8216;c.access&#8217; in &#8216;on clause&#8217; SQL=SELECT c.*, g.name AS groupname, cc.name, u.name AS editor, f.content_id AS frontpage, s.title AS section_name, v.name AS author FROM mos_content AS c, mos_categories AS cc, mos_sections AS s LEFT JOIN mos_groups AS g ON g.id [...]]]></description>
		<wfw:commentRss>http://blog.homdee.com/%e0%b9%80%e0%b8%82%e0%b9%89%e0%b8%b2-admin-%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7-db-function-failed-with-error-number-1054.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
