<?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; คอมพิวเตอร์ทั่วไป</title>
	<atom:link href="http://wutthiphan.com/category/other-computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://wutthiphan.com</link>
	<description>Life, Computers, Travelog, Blogging &#38; IgA Nephropathy...</description>
	<lastBuildDate>Sun, 15 Jan 2012 08:38:25 +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>Opencart ส่งเมล ภาษาไทย</title>
		<link>http://wutthiphan.com/2012/01/13/opencart-%e0%b8%aa%e0%b9%88%e0%b8%87%e0%b9%80%e0%b8%a1%e0%b8%a5-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=opencart-%25e0%25b8%25aa%25e0%25b9%2588%25e0%25b8%2587%25e0%25b9%2580%25e0%25b8%25a1%25e0%25b8%25a5-%25e0%25b8%25a0%25e0%25b8%25b2%25e0%25b8%25a9%25e0%25b8%25b2%25e0%25b9%2584%25e0%25b8%2597%25e0%25b8%25a2</link>
		<comments>http://wutthiphan.com/2012/01/13/opencart-%e0%b8%aa%e0%b9%88%e0%b8%87%e0%b9%80%e0%b8%a1%e0%b8%a5-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 13:03:09 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[ภาษาไทย]]></category>
		<category><![CDATA[ส่งเมล]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=872</guid>
		<description><![CDATA[ผมมีปัญหากับ Opencart เวอร์ชั่น 1.4.9.6 เมื่อเวลาส่งเมลออกไปหายูเซอร์แล้ว หัวข้อเมลที่เป็นภาษาไทยมันเป็นยึกยือ อ่านไม่ออก
อ้อ ผมใช้การส่งเมลผ่าน SMTP หากส่งผ่านฟังก์ชั่น Mail() ของ PHP ก็ปกติดี
ผมแก้ตามโค๊ดในไฟล์ system/library/mail.php เปิดด้วย Notepad++ ประมาณบรรทัดที่ 92 ข้างล่างนี้ครับ โดยให้คอมเม้นต์โค๊ดเดิมบรรทัดที่ 3 แล้วเพิ่มโค๊ดใหม่ในบรรทัดที่ 4 แทนครับ

1
2
3
4
5
if &#40;$this-&#62;protocol != 'mail'&#41; &#123;
$header .= 'To: ' . $to . $this-&#62;newline;
//$header .= 'Subject: ' . $this-&#62;subject . $this-&#62;newline;
$header .='Subject: ' . '=?UTF-8?B?'.base64_encode&#40;$this-&#62;subject&#41;.'?=' . $this-&#62;newline; 
&#125;

เสร็จแล้วก็สามารถอ่านอีเมลที่ส่งออกจาก Opencart ได้ปกติดีครับ
]]></description>
			<content:encoded><![CDATA[<p>ผมมีปัญหากับ Opencart เวอร์ชั่น 1.4.9.6 เมื่อเวลาส่งเมลออกไปหายูเซอร์แล้ว หัวข้อเมลที่เป็นภาษาไทยมันเป็นยึกยือ อ่านไม่ออก<br />
อ้อ ผมใช้การส่งเมลผ่าน SMTP หากส่งผ่านฟังก์ชั่น Mail() ของ PHP ก็ปกติดี<br />
ผมแก้ตามโค๊ดในไฟล์ system/library/mail.php เปิดด้วย Notepad++ ประมาณบรรทัดที่ 92 ข้างล่างนี้ครับ โดยให้คอมเม้นต์โค๊ดเดิมบรรทัดที่ 3 แล้วเพิ่มโค๊ดใหม่ในบรรทัดที่ 4 แทนครับ</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">protocol</span> <span style="color: #339933;">!=</span> <span style="color: #0000ff;">'mail'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #000088;">$header</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">'To: '</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$to</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">newline</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//$header .= 'Subject: ' . $this-&gt;subject . $this-&gt;newline;</span>
<span style="color: #000088;">$header</span> <span style="color: #339933;">.=</span><span style="color: #0000ff;">'Subject: '</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'=?UTF-8?B?'</span><span style="color: #339933;">.</span><span style="color: #990000;">base64_encode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">subject</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'?='</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">newline</span><span style="color: #339933;">;</span> 
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>เสร็จแล้วก็สามารถอ่านอีเมลที่ส่งออกจาก Opencart ได้ปกติดีครับ</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2012/01/13/opencart-%e0%b8%aa%e0%b9%88%e0%b8%87%e0%b9%80%e0%b8%a1%e0%b8%a5-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opencart จังหวัดภาษาไทย</title>
		<link>http://wutthiphan.com/2012/01/02/opencart-%e0%b8%88%e0%b8%b1%e0%b8%87%e0%b8%ab%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=opencart-%25e0%25b8%2588%25e0%25b8%25b1%25e0%25b8%2587%25e0%25b8%25ab%25e0%25b8%25a7%25e0%25b8%25b1%25e0%25b8%2594%25e0%25b8%25a0%25e0%25b8%25b2%25e0%25b8%25a9%25e0%25b8%25b2%25e0%25b9%2584%25e0%25b8%2597%25e0%25b8%25a2</link>
		<comments>http://wutthiphan.com/2012/01/02/opencart-%e0%b8%88%e0%b8%b1%e0%b8%87%e0%b8%ab%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 12:45:09 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[จังหวัด]]></category>
		<category><![CDATA[ภาษาไทย]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=867</guid>
		<description><![CDATA[อันเนื่องมาจาก Opencart ที่ผมใช้อยู่ตรงที่แสดงจังหวัดมันเป็นภาษาอังกฤษอยู่ผมได้หาวิธีทำให้มันแสดงเป็นภาษาไทยดังนี้
1 เปิด phpmyadmin ไปที่ table OC_zone (อาจจะไม่เหมือนกันนะครับแล้วแต่ตั้งPrefixของDatabase)
2 คลิกที่ปุ่ม Edit phpMyAdmin จะเปิดหน้าต่างใหม่ขึ้นมาให้ทำการแก้ไขDatabase ของเรา
3 รัน SQL นี้ เพื่อลบข้อมูลเดิมก่อน

1
DELETE FROM `OC151_zone` WHERE `country_id` like 209

4 เสร็จแล้ว ก๊อปปี้โค๊ด SQL ข้างล่างนี้ไปใส่แทน

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
INSERT INTO `OC_zone` &#40;`zone_id`, `country_id`, `code`, `name`, `status`&#41; VALUES
&#40;3189, 209, 'Amnat Charoen', 'อำนาจเจริญ', 1&#41;,
&#40;3190, 209, 'Ang Thong', 'อ่างทอง', 1&#41;,
&#40;3191, 209, 'Ayutthaya', 'พระนครศรีอยุธยา', 1&#41;,
&#40;3192, 209, 'Bangkok', 'กรุงเทพมหานคร', 1&#41;,
&#40;3193, 209, [...]]]></description>
			<content:encoded><![CDATA[<p>อันเนื่องมาจาก Opencart ที่ผมใช้อยู่ตรงที่แสดงจังหวัดมันเป็นภาษาอังกฤษอยู่ผมได้หาวิธีทำให้มันแสดงเป็นภาษาไทยดังนี้<br />
1 เปิด phpmyadmin ไปที่ table OC_zone (อาจจะไม่เหมือนกันนะครับแล้วแต่ตั้งPrefixของDatabase)<br />
2 คลิกที่ปุ่ม Edit phpMyAdmin จะเปิดหน้าต่างใหม่ขึ้นมาให้ทำการแก้ไขDatabase ของเรา<br />
3 รัน SQL นี้ เพื่อลบข้อมูลเดิมก่อน</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">DELETE FROM <span style="color: #000000; font-weight: bold;">`</span>OC151_zone<span style="color: #000000; font-weight: bold;">`</span> WHERE <span style="color: #000000; font-weight: bold;">`</span>country_id<span style="color: #000000; font-weight: bold;">`</span> like <span style="color: #000000;">209</span></pre></td></tr></table></div>

<p>4 เสร็จแล้ว ก๊อปปี้โค๊ด SQL ข้างล่างนี้ไปใส่แทน</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">INSERT INTO <span style="color: #000000; font-weight: bold;">`</span>OC_zone<span style="color: #000000; font-weight: bold;">`</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">`</span>zone_id<span style="color: #000000; font-weight: bold;">`</span>, <span style="color: #000000; font-weight: bold;">`</span>country_id<span style="color: #000000; font-weight: bold;">`</span>, <span style="color: #000000; font-weight: bold;">`</span>code<span style="color: #000000; font-weight: bold;">`</span>, <span style="color: #000000; font-weight: bold;">`</span>name<span style="color: #000000; font-weight: bold;">`</span>, <span style="color: #000000; font-weight: bold;">`</span>status<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> VALUES
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3189</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Amnat Charoen'</span>, <span style="color: #ff0000;">'อำนาจเจริญ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3190</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ang Thong'</span>, <span style="color: #ff0000;">'อ่างทอง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3191</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ayutthaya'</span>, <span style="color: #ff0000;">'พระนครศรีอยุธยา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3192</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Bangkok'</span>, <span style="color: #ff0000;">'กรุงเทพมหานคร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3193</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Buriram'</span>, <span style="color: #ff0000;">'บุรีรัมย์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3194</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chachoengsao'</span>, <span style="color: #ff0000;">'ฉะเชิงเทรา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3195</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chai Nat'</span>, <span style="color: #ff0000;">'ชัยนาท'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3196</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chaiyaphum'</span>, <span style="color: #ff0000;">'ชัยภูมิ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3197</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chanthaburi'</span>, <span style="color: #ff0000;">'จันทบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3198</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chiang Mai'</span>, <span style="color: #ff0000;">'เชียงใหม่'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3199</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chiang Rai'</span>, <span style="color: #ff0000;">'เชียงราย'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3200</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chon Buri'</span>, <span style="color: #ff0000;">'ชลบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3201</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chumphon'</span>, <span style="color: #ff0000;">'ชุมพร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3202</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Kalasin'</span>, <span style="color: #ff0000;">'กาฬสินธุ์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3203</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Kamphaeng Phet'</span>, <span style="color: #ff0000;">'กำแพงเพชร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3204</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Kanchanaburi'</span>, <span style="color: #ff0000;">'กาญจนบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3205</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Khon Kaen'</span>, <span style="color: #ff0000;">'ขอนแก่น'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3206</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Krabi'</span>, <span style="color: #ff0000;">'กระบี่'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3207</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Lampang'</span>, <span style="color: #ff0000;">'ลำปาง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3208</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Lamphun'</span>, <span style="color: #ff0000;">'ลำพูน'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3209</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Loei'</span>, <span style="color: #ff0000;">'เลย'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3210</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Lop Buri'</span>, <span style="color: #ff0000;">'ลพบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3211</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Mae Hong Son'</span>, <span style="color: #ff0000;">'แม่ฮ่องสอน'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3212</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Maha Sarakham'</span>, <span style="color: #ff0000;">'มหาสารคาม'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3213</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Mukdahan'</span>, <span style="color: #ff0000;">'มุกดาหาร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3214</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Nayok'</span>, <span style="color: #ff0000;">'นครนายก'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3215</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Pathom'</span>, <span style="color: #ff0000;">'นครปฐม'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3216</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Panom'</span>, <span style="color: #ff0000;">'นครพนม'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3217</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Ratchasima'</span>, <span style="color: #ff0000;">'นครราชสีมา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3218</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Sawan'</span>, <span style="color: #ff0000;">'นครสวรรค์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3219</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Si Thammarat'</span>, <span style="color: #ff0000;">'นครศรีธรรมราช'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3220</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nan'</span>, <span style="color: #ff0000;">'น่าน'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3221</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Narathiwat'</span>, <span style="color: #ff0000;">'นราธิวาส'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3222</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nong Bua Lamphu'</span>, <span style="color: #ff0000;">'หนองบัวลำภู'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3223</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nong Khai'</span>, <span style="color: #ff0000;">'หนองคาย'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3224</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nonthaburi'</span>, <span style="color: #ff0000;">'นนทบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3225</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Pathum Thani'</span>, <span style="color: #ff0000;">'ปทุมธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3226</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Pattani'</span>, <span style="color: #ff0000;">'ปัตตานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3227</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phangnga'</span>, <span style="color: #ff0000;">'พังงา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3228</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phatthalung'</span>, <span style="color: #ff0000;">'พัทลุง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3229</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phayao'</span>, <span style="color: #ff0000;">'พะเยา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3230</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phetchabun'</span>, <span style="color: #ff0000;">'เพชรบูรณ์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3231</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phetchaburi'</span>, <span style="color: #ff0000;">'เพชรบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3232</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phichit'</span>, <span style="color: #ff0000;">'พิจิตร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3233</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phitsanulok'</span>, <span style="color: #ff0000;">'พิษณุโลก'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3234</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phrae'</span>, <span style="color: #ff0000;">'แพร่'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3235</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phuket'</span>, <span style="color: #ff0000;">'ภูเก็ต'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3236</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Prachin Buri'</span>, <span style="color: #ff0000;">'ปราจีนบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3237</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Prachuap Khiri Khan'</span>, <span style="color: #ff0000;">'ประจวบคีรีขันธ์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3238</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ranong'</span>, <span style="color: #ff0000;">'ระนอง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3239</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ratchaburi'</span>, <span style="color: #ff0000;">'ราชบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3240</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Rayong'</span>, <span style="color: #ff0000;">'ระยอง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3241</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Roi Et'</span>, <span style="color: #ff0000;">'ร้อยเอ็ด'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3242</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sa Kaeo'</span>, <span style="color: #ff0000;">'สระแก้ว'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3243</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sakon Nakhon'</span>, <span style="color: #ff0000;">'สกลนคร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3244</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Samut Prakan'</span>, <span style="color: #ff0000;">'สมุทรปราการ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3245</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Samut Sakhon'</span>, <span style="color: #ff0000;">'สมุทรสาคร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3246</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Samut Songkhram'</span>, <span style="color: #ff0000;">'สมุทรสงคราม'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3247</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sara Buri'</span>, <span style="color: #ff0000;">'สระบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3248</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Satun'</span>, <span style="color: #ff0000;">'สตูล'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3249</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sing Buri'</span>, <span style="color: #ff0000;">'สิงห์บุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3250</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sisaket'</span>, <span style="color: #ff0000;">'ศรีสะเกษ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3251</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Songkhla'</span>, <span style="color: #ff0000;">'สงขลา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3252</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sukhothai'</span>, <span style="color: #ff0000;">'สุโขทัย'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3253</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Suphan Buri'</span>, <span style="color: #ff0000;">'สุพรรณบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3254</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Surat Thani'</span>, <span style="color: #ff0000;">'สุราษฎร์ธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3255</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Surin'</span>, <span style="color: #ff0000;">'สุรินทร์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3256</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Tak'</span>, <span style="color: #ff0000;">'ตาก'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3257</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Trang'</span>, <span style="color: #ff0000;">'ตรัง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3258</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Trat'</span>, <span style="color: #ff0000;">'ตราด'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3259</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ubon Ratchathani'</span>, <span style="color: #ff0000;">'อุบลราชธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3260</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Udon Thani'</span>, <span style="color: #ff0000;">'อุดรธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3261</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Uthai Thani'</span>, <span style="color: #ff0000;">'อุทัยธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3262</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Uttaradit'</span>, <span style="color: #ff0000;">'อุตรดิตถ์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3263</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Yala'</span>, <span style="color: #ff0000;">'ยะลา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3264</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Yasothon'</span>, <span style="color: #ff0000;">'ยโสธร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3999</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Boungkan'</span>, <span style="color: #ff0000;">'บึงกาฬ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;</pre></td></tr></table></div>

<p>แค่นี้ก็เรียบน้อยครับ สามารถใช้ได้ทั้ง บน Opencart 1.4.x และ 1.5.x<br />
เครดิตข้อมูลจาก <a href="http://forum.opencart.com/viewtopic.php?f=103&#038;t=40893">http://forum.opencart.com/viewtopic.php?f=103&#038;t=40893</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2012/01/02/opencart-%e0%b8%88%e0%b8%b1%e0%b8%87%e0%b8%ab%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 OpenCart Templates</title>
		<link>http://wutthiphan.com/2011/11/24/9-opencart-templates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=9-opencart-templates</link>
		<comments>http://wutthiphan.com/2011/11/24/9-opencart-templates/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 03:43:39 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[อินเทอร์เน็ต]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=841</guid>
		<description><![CDATA[OpenCart Templates สวย ใส น่าใช้ ราคาถูก
จั่วหัวกันใหญ่โต แต่ลงท้ายด้วยราคาถูก เสียตังค์นี่หว่า 555 อย่างว่าแหละครับ ของถูกของดี และฟรีหายากในโลกนี้
แต่ถ้ามันสวยใสถูกใจ จ่ายนิดหน่อย ก็จ่ายไปเถอะ ผมคัดมาเฉพาะที่เห็นแล้วน้ำลายไหล 9 แบบ แต่หากอยากดูแบบอื่นๆ
ก็สามารถกดเข้าไป เลือกหา เลือกชม เลือกซื้อ กันได้จาก ที่นี่ครับ
1. SHOPCART &#8211; Opencart Theme

DOWNLOAD / DEMO – by Themeforest (premium theme
2. GENTLE &#8211; Opencart Theme

DOWNLOAD / DEMO – by Themeforest (premium theme)
3. KINDER 4 in 1 Premium &#8211; OpenCart template

DOWNLOAD / DEMO [...]]]></description>
			<content:encoded><![CDATA[<h1>OpenCart Templates สวย ใส น่าใช้ ราคาถูก</h1>
<p>จั่วหัวกันใหญ่โต แต่ลงท้ายด้วยราคาถูก เสียตังค์นี่หว่า 555 อย่างว่าแหละครับ ของถูกของดี และฟรีหายากในโลกนี้</p>
<p>แต่ถ้ามันสวยใสถูกใจ จ่ายนิดหน่อย ก็จ่ายไปเถอะ ผมคัดมาเฉพาะที่เห็นแล้วน้ำลายไหล 9 แบบ แต่หากอยากดูแบบอื่นๆ</p>
<p>ก็สามารถกดเข้าไป เลือกหา เลือกชม เลือกซื้อ กันได้จาก <strong><a title="ไปดาวน์โหลดธีมอื่นๆที่ themeforest.net" href="http://themeforest.net?ref=wutthiphan" target="_blank">ที่นี่ครับ</a></strong></p>
<h3>1. SHOPCART &#8211; Opencart Theme</h3>
<p><a href="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/shopcart1.jpg"><img title="shopcart opencart template" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/shopcart1.jpg" alt="shopcart opencart template" width="454" height="495" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/gentle/334663?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/shopcart-opencart-theme-with-powerful-options/full_screen_preview/532072?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme</p>
<h3>2. GENTLE &#8211; Opencart Theme</h3>
<p><img title="gentle" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/gentle.jpg" alt="Gentle" width="456" height="446" /></p>
<p><a title="Download Opencart Templates" href="http://www.tripwiremagazine.com/2011/11/themeforest.net/item/gentle/334663ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/gentle/full_screen_preview/334663?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>3. KINDER 4 in 1 Premium &#8211; OpenCart template</h3>
<p><img title="Kinder - 4 in 1 Premium OpenCart template" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/kinder.jpg" alt="Kinder - 4 in 1 Premium OpenCart template" width="456" height="460" /></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/kinder-4-in-1-premium-opencart-template/260931?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/kinder-4-in-1-premium-opencart-template/full_screen_preview/260931?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>4. MODERN STORE &#8211; OpenCart Template</h3>
<p><a href="http://themeforest.net/item/modernstore-premium-opencart-1493-theme/160727?ref=lvraa" target="_blank"><img title="OpenCart Template – ModernStore" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/image177.png" alt="OpenCart Template – ModernStore" width="452" height="635" border="0" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/modernstore-premium-opencart-1493-theme/160727?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/modernstore-premium-opencart-1493-theme/full_screen_preview/160727?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>4. MY STOCK IMAGE SHOP &#8211; Opencart Template</h3>
<p><img title="My Stock Image Shop Opencart Template" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/mystock.jpg" alt="My Stock Image Shop Opencart Template" width="454" height="482" /></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/my-stock-image-shop-opencart-template/123691?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/my-stock-image-shop-opencart-template/full_screen_preview/123691?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>5. MY STOCK IMAGE SHOP &#8211; Opencart Theme</h3>
<p><a href="http://themeforest.net/item/my-stock-image-shop-opencart-template/123691?ref=lvraa" target="_blank"><img title="image" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/image182.png" alt="image" width="452" height="338" border="0" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/my-stock-image-shop-opencart-template/123691?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/my-stock-image-shop-opencart-template/full_screen_preview/123691?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>6. CART MANIA &#8211; Opencart Theme</h3>
<p><a href="http://themeforest.net/item/cartmania-the-ultimate-opencart-1493-template/165312?ref=lvraa" target="_blank"><img title="image" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/image183.png" alt="image" width="452" height="862" border="0" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/cartmania-the-ultimate-opencart-1493-template/165312?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/cartmania-the-ultimate-opencart-1493-template/full_screen_preview/165312?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>7. SPICYLICIOUS &#8211; OpenCart theme</h3>
<p><img title="Spicylicious - Premium OpenCart theme" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/spicylicious.jpg" alt="Spicylicious - Premium OpenCart theme" width="454" height="538" /></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/spicylicious-premium-opencart-theme/642914?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/spicylicious-premium-opencart-theme/full_screen_preview/642914?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>8. SHOPPER LAND &#8211; OpenCart theme</h3>
<p><a href="http://themeforest.net/item/shopper-land/152910?ref=lvraa" target="_blank"><img title="Shopper Land" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/image178.png" alt="Shopper Land" width="452" height="639" border="0" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/shopper-land/152910?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/shopper-land/full_screen_preview/152910?ref=wutthiphan">DEMO</a> – by Themeforest (premium theme)</p>
<h3>9. SHOPPICA &#8211; Opencart Theme</h3>
<p><img title="SHOPPICA - Premium Opencart Theme" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/shoppica.jpg" alt="SHOPPICA - Premium Opencart Theme" width="454" height="508" /></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/shoppica-premium-open-cart-theme/235470?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/shoppica-premium-open-cart-theme/full_screen_preview/235470?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2011/11/24/9-opencart-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot modify header information &#8211; headers already sent by (output</title>
		<link>http://wutthiphan.com/2011/02/10/cannot-modify-header-information-headers-already-sent-by-output/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cannot-modify-header-information-headers-already-sent-by-output</link>
		<comments>http://wutthiphan.com/2011/02/10/cannot-modify-header-information-headers-already-sent-by-output/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 09:48:49 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=788</guid>
		<description><![CDATA[เจอปัญหานี้เข้าไปปวดหัวเหมือนกัน โค๊ดก็ไม่ผิดอะไรๆก็ไม่ผิด แต่มันผิดอยู่ที่ file encoding นี่เอง
ปัญหานี้ถ้าใครเจอก็คิดว่าในไฟล์นั้นคงจะมีภาษาไทยอยู่และไฟล์นั้นควรจะเป็นข้อมูลแบบ ANSI นะครับแทนที่จะเป็นอย่างอื่นเช่น UTF-8(ผมคนนึงล่ะที่ชอบ UTF-8เป็นชีวิตจิตใจ)
แต่ปัญหานี้ก็มีสาเหตุมาจากหลายอย่างนะครับ ยังไงถ้าแก้ด้วยวิธีผมไม่ได้ก็หาวิธีใหม่ล่ะกัน 555..
]]></description>
			<content:encoded><![CDATA[<p>เจอปัญหานี้เข้าไปปวดหัวเหมือนกัน โค๊ดก็ไม่ผิดอะไรๆก็ไม่ผิด แต่มันผิดอยู่ที่ file encoding นี่เอง<br />
ปัญหานี้ถ้าใครเจอก็คิดว่าในไฟล์นั้นคงจะมีภาษาไทยอยู่และไฟล์นั้นควรจะเป็นข้อมูลแบบ ANSI นะครับแทนที่จะเป็นอย่างอื่นเช่น UTF-8(ผมคนนึงล่ะที่ชอบ UTF-8เป็นชีวิตจิตใจ)<br />
แต่ปัญหานี้ก็มีสาเหตุมาจากหลายอย่างนะครับ ยังไงถ้าแก้ด้วยวิธีผมไม่ได้ก็หาวิธีใหม่ล่ะกัน 555..</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2011/02/10/cannot-modify-header-information-headers-already-sent-by-output/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ตกแต่งรูปภาพง่ายๆผ่านเว็บ</title>
		<link>http://wutthiphan.com/2009/11/17/%e0%b9%81%e0%b8%95%e0%b9%88%e0%b8%87%e0%b8%a3%e0%b8%b9%e0%b8%9b%e0%b8%87%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%86%e0%b8%9c%e0%b9%88%e0%b8%b2%e0%b8%99%e0%b9%80%e0%b8%99%e0%b9%87%e0%b8%95/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e0%25b9%2581%25e0%25b8%2595%25e0%25b9%2588%25e0%25b8%2587%25e0%25b8%25a3%25e0%25b8%25b9%25e0%25b8%259b%25e0%25b8%2587%25e0%25b9%2588%25e0%25b8%25b2%25e0%25b8%25a2%25e0%25b9%2586%25e0%25b8%259c%25e0%25b9%2588%25e0%25b8%25b2%25e0%25b8%2599%25e0%25b9%2580%25e0%25b8%2599%25e0%25b9%2587%25e0%25b8%2595</link>
		<comments>http://wutthiphan.com/2009/11/17/%e0%b9%81%e0%b8%95%e0%b9%88%e0%b8%87%e0%b8%a3%e0%b8%b9%e0%b8%9b%e0%b8%87%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%86%e0%b8%9c%e0%b9%88%e0%b8%b2%e0%b8%99%e0%b9%80%e0%b8%99%e0%b9%87%e0%b8%95/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 13:58:36 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[photo resise]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=657</guid>
		<description><![CDATA[
ช่วงนี้ได้หวนเข้ามาทำเว็บไซต์เองอีกบางเว็บ มีความจำเป็นที่ต้องจัดการกับรูปภาพจำนวนหนึ่ง ไม่ว่าจะเป็น ย่อขนาดรูป ลดความจุของรูป แม้ประทั้ง ทำขอบ
ผมเองไม่ได้มีความถนัดอะไรนักหนากับการตกแต่งรูป เพราะฉนั้นการใช้ Gimp หรือ Photoshop จึงเป็นเรื่องที่ต้องเอาไว้คิดตอนท้ายๆที่ไม่มีตัวช่วยแล้ว
ที่กล่าวมาทั้งหมดนี่ไม่มีอะไรเพราะผมไปเจอเว็บนี้มา http://webresizer.com/ เป็นเว็บที่ช่วยงานพวกนี้ได้ระดับหนึ่ง เอามาบันทึกไว้ คราวหน้าคราวหลังจะได้เข้าไปใช้บริการอีก
จะว่าไปก็เป็นข้อดีอีกข้อนึงที่ไม่ต้องเปลืองทรัพยากรเครื่องมาก เพราะไม่ต้องเปิดโปรแกรมพวก Gimp หรือ Photoshop  แค่อัพโหลดไฟล์ภาพขึ้นไปก็แก้ไขรูปภาพได้แล้ว ทำเสร็จแล้วค่อยดาวน์โหลดกลับลงมาใช้ ง่ายดีๆ
]]></description>
			<content:encoded><![CDATA[<img style="border: 1px solid black; margin: 2px 10px; float: left;" title="Web_Resizer_opt" src="http://wutthiphan.com/wp-content/uploads/2009/11/Web_Resizer_opt.png" alt="" width="200" height="263" />
<p>ช่วงนี้ได้หวนเข้ามาทำเว็บไซต์เองอีกบางเว็บ มีความจำเป็นที่ต้องจัดการกับรูปภาพจำนวนหนึ่ง ไม่ว่าจะเป็น ย่อขนาดรูป ลดความจุของรูป แม้ประทั้ง ทำขอบ</p>
<p>ผมเองไม่ได้มีความถนัดอะไรนักหนากับการตกแต่งรูป เพราะฉนั้นการใช้ Gimp หรือ Photoshop จึงเป็นเรื่องที่ต้องเอาไว้คิดตอนท้ายๆที่ไม่มีตัวช่วยแล้ว</p>
<p>ที่กล่าวมาทั้งหมดนี่ไม่มีอะไรเพราะผมไปเจอเว็บนี้มา <a href="http://webresizer.com/">http://webresizer.com/</a> เป็นเว็บที่ช่วยงานพวกนี้ได้ระดับหนึ่ง เอามาบันทึกไว้ คราวหน้าคราวหลังจะได้เข้าไปใช้บริการอีก</p>
<p>จะว่าไปก็เป็นข้อดีอีกข้อนึงที่ไม่ต้องเปลืองทรัพยากรเครื่องมาก เพราะไม่ต้องเปิดโปรแกรมพวก Gimp หรือ Photoshop  แค่อัพโหลดไฟล์ภาพขึ้นไปก็แก้ไขรูปภาพได้แล้ว ทำเสร็จแล้วค่อยดาวน์โหลดกลับลงมาใช้ ง่ายดีๆ</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2009/11/17/%e0%b9%81%e0%b8%95%e0%b9%88%e0%b8%87%e0%b8%a3%e0%b8%b9%e0%b8%9b%e0%b8%87%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%86%e0%b8%9c%e0%b9%88%e0%b8%b2%e0%b8%99%e0%b9%80%e0%b8%99%e0%b9%87%e0%b8%95/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ใจไม่ถึงว่ะ</title>
		<link>http://wutthiphan.com/2008/09/02/%e0%b9%83%e0%b8%88%e0%b9%84%e0%b8%a1%e0%b9%88%e0%b8%96%e0%b8%b6%e0%b8%87%e0%b8%a7%e0%b9%88%e0%b8%b0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e0%25b9%2583%25e0%25b8%2588%25e0%25b9%2584%25e0%25b8%25a1%25e0%25b9%2588%25e0%25b8%2596%25e0%25b8%25b6%25e0%25b8%2587%25e0%25b8%25a7%25e0%25b9%2588%25e0%25b8%25b0</link>
		<comments>http://wutthiphan.com/2008/09/02/%e0%b9%83%e0%b8%88%e0%b9%84%e0%b8%a1%e0%b9%88%e0%b8%96%e0%b8%b6%e0%b8%87%e0%b8%a7%e0%b9%88%e0%b8%b0/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 17:01:03 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[SP3]]></category>
		<category><![CDATA[windows XP Service Pack 3]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=391</guid>
		<description><![CDATA[ใครลองบ้างแล้ว เป็นไงบ้างเ่ล่าให้ฟังที ใจไม่ถึง ..

]]></description>
			<content:encoded><![CDATA[<p>ใครลองบ้างแล้ว เป็นไงบ้างเ่ล่าให้ฟังที ใจไม่ถึง ..</p>
<p><a href="http://wutthiphan.com/wp-content/uploads/2008/09/wsp3.png"><img class="aligncenter size-full wp-image-390" title="wsp3" src="http://wutthiphan.com/wp-content/uploads/2008/09/wsp3.png" alt="" width="500" height="347" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2008/09/02/%e0%b9%83%e0%b8%88%e0%b9%84%e0%b8%a1%e0%b9%88%e0%b8%96%e0%b8%b6%e0%b8%87%e0%b8%a7%e0%b9%88%e0%b8%b0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Expand network dialup profile for IPCop</title>
		<link>http://wutthiphan.com/2008/05/25/expand-network-dialup-profile-for-ipcop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=expand-network-dialup-profile-for-ipcop</link>
		<comments>http://wutthiphan.com/2008/05/25/expand-network-dialup-profile-for-ipcop/#comments</comments>
		<pubDate>Sun, 25 May 2008 06:46:24 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[รักษาความปลอดภัย]]></category>
		<category><![CDATA[dial-up]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ipcop]]></category>
		<category><![CDATA[modem]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=275</guid>
		<description><![CDATA[เนื่อง​จาก​ประสพปัญหา​ profile ​ใน​การ​ set ​ค่า​ Dialup ​ของ​ IPCop ​มีน้อยไปคือ​ ​มีมา​ให้​แค่​ 5 profiles ​ซึ่ง​ผมเองจำ​เป็น​ต้อง​ใช้​เยอะๆ​ด้วย​สิ​ ​เลย​ต้อง​ขยายมันซะหน่อย

วิธีการคือ
1. remote ​เข้า​ไปแก้​ไขไฟล์​ /home/httpd/cgi-bin/vi pppsetup.cgi
ก่อนแก้​ให้​ทำ​การ​ backup ​ไฟล์​เก่า​ไว้​ก่อนนะครับ​กัน​ผิดพลาด

# cp pppsetup.cgi pppsetup.cgi-25-06-2008

เสร็จ​แล้ว​ vi ​แก้​ไฟล์​ pppsetup.cgi ​ตรงบรรทัดที่​ 35 ​ตามจำ​นวนที่​ต้อง​การ​ ​เช่นผม​ต้อง​การ​ 15

1
2
3
4
5
6
7
8
9
10
11
12
13
14
our %pppsettings=&#40;&#41;;
my %temppppsettings=&#40;&#41;;
our %modemsettings=&#40;&#41;;
our %isdnsettings=&#40;&#41;;
our %netsettings=&#40;&#41;;
my %selected=&#40;&#41;;
my %checked=&#40;&#41;;
my @profilenames=&#40;&#41;;
my $errormessage = '';
my $maxprofiles = 15;
my $kernel=`/bin/uname -r &#124; /usr/bin/tr -d '\012'`;
our $drivererror = '';
&#160;
&#38;Header::showhttpheaders&#40;&#41;;

2. ​เสร็จ​แล้ว​ [...]]]></description>
			<content:encoded><![CDATA[<p>เนื่อง​จาก​ประสพปัญหา​ profile ​ใน​การ​ set ​ค่า​ Dialup ​ของ​ IPCop ​มีน้อยไปคือ​ ​มีมา​ให้​แค่​ 5 profiles ​ซึ่ง​ผมเองจำ​เป็น​ต้อง​ใช้​เยอะๆ​ด้วย​สิ​ ​เลย​ต้อง​ขยายมันซะหน่อย</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-276 aligncenter" title="profiles_ipcop" src="http://wutthiphan.com/wp-content/uploads/2008/05/profiles_ipcop.png" alt="" width="447" height="419" /></p>
<p style="text-align: left;">วิธีการคือ</p>
<p>1. remote ​เข้า​ไปแก้​ไขไฟล์​ /home/httpd/cgi-bin/vi pppsetup.cgi<br />
ก่อนแก้​ให้​ทำ​การ​ backup ​ไฟล์​เก่า​ไว้​ก่อนนะครับ​กัน​ผิดพลาด</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># cp pppsetup.cgi pppsetup.cgi-25-06-2008</span></pre></div></div>

<p style="text-align: left;">เสร็จ​แล้ว​ vi ​แก้​ไฟล์​ pppsetup.cgi ​ตรงบรรทัดที่​ 35 ​ตามจำ​นวนที่​ต้อง​การ​ ​เช่นผม​ต้อง​การ​ 15</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">our <span style="color: #000000; font-weight: bold;">%</span><span style="color: #007800;">pppsettings</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;
my <span style="color: #000000; font-weight: bold;">%</span><span style="color: #007800;">temppppsettings</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;
our <span style="color: #000000; font-weight: bold;">%</span><span style="color: #007800;">modemsettings</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;
our <span style="color: #000000; font-weight: bold;">%</span><span style="color: #007800;">isdnsettings</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;
our <span style="color: #000000; font-weight: bold;">%</span><span style="color: #007800;">netsettings</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;
my <span style="color: #000000; font-weight: bold;">%</span><span style="color: #007800;">selected</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;
my <span style="color: #000000; font-weight: bold;">%</span><span style="color: #007800;">checked</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;
my <span style="color: #000000; font-weight: bold;">@</span><span style="color: #007800;">profilenames</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;
my <span style="color: #007800;">$errormessage</span> = <span style="color: #ff0000;">''</span>;
my <span style="color: #007800;">$maxprofiles</span> = <span style="color: #000000;">15</span>;
my <span style="color: #007800;">$kernel</span>=<span style="color: #000000; font-weight: bold;">`/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">uname</span> <span style="color: #660033;">-r</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">tr</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">'\012'</span><span style="color: #000000; font-weight: bold;">`</span>;
our <span style="color: #007800;">$drivererror</span> = <span style="color: #ff0000;">''</span>;
&nbsp;
<span style="color: #000000; font-weight: bold;">&amp;</span>Header::showhttpheaders<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;</pre></td></tr></table></div>

<p style="text-align: left;">2. ​เสร็จ​แล้ว​ cd ​ไปที่​ /var/ipcop/ppp ​ใน​ขั้นตอนนี้​จะ​เป็น​การเพิ่มจำ​นวน​ file ​ที่​เก็บ​ profile ​ให้​เท่า​กับ​จำ​นวน​ maxprofiles ​ที่​เรา​ได้​กำ​หนดไป​ใน​ขั้นตอนที่​ 1<br />
ใน​ paht ​นี้​เดิมที​จะ​มี​ไฟล์​อยู่​เท่า​กับ​ด้านล่างนี้คือ</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>aone-dial:<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>ipcop<span style="color: #000000; font-weight: bold;">/</span>ppp <span style="color: #666666; font-style: italic;"># ls -l</span>
total <span style="color: #000000;">72</span>
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> nobody nobody  <span style="color: #000000;">22</span> <span style="color: #000000;">2005</span>-<span style="color: #000000;">11</span>-07 04:<span style="color: #000000;">31</span> fake-resolv.conf
<span style="color: #660033;">-rw-------</span> <span style="color: #000000;">1</span> nobody nobody  <span style="color: #000000;">20</span> <span style="color: #000000;">2006</span>-<span style="color: #000000;">10</span>-06 09:<span style="color: #000000;">19</span> secrets
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">2</span> nobody nobody <span style="color: #000000;">469</span> <span style="color: #000000;">2006</span>-<span style="color: #000000;">10</span>-06 09:<span style="color: #000000;">19</span> settings
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> nobody nobody <span style="color: #000000;">464</span> <span style="color: #000000;">2006</span>-09-<span style="color: #000000;">12</span> 03:03 settings-<span style="color: #000000;">1</span>
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> nobody nobody <span style="color: #000000;">470</span> <span style="color: #000000;">2006</span>-<span style="color: #000000;">10</span>-03 09:<span style="color: #000000;">56</span> settings-<span style="color: #000000;">2</span>
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> nobody nobody <span style="color: #000000;">463</span> <span style="color: #000000;">2006</span>-09-<span style="color: #000000;">28</span> <span style="color: #000000;">10</span>:<span style="color: #000000;">26</span> settings-<span style="color: #000000;">3</span>
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> nobody nobody <span style="color: #000000;">473</span> <span style="color: #000000;">2006</span>-08-03 <span style="color: #000000;">21</span>:<span style="color: #000000;">44</span> settings-<span style="color: #000000;">4</span>
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> nobody nobody <span style="color: #000000;">462</span> <span style="color: #000000;">2006</span>-<span style="color: #000000;">10</span>-05 <span style="color: #000000;">18</span>:<span style="color: #000000;">27</span> settings-<span style="color: #000000;">5</span></pre></div></div>

<p style="text-align: left;">ซึ่ง​เท่า​กับ​จำ​นวน​ porfile ​ที่มี​ ​เพื่อ​จะ​ให้​มันมี​ 15 profiles ​ตามที่​ต้อง​การ​ ​ให้​ทำ​การสร้างไฟล์​ settings-6 ​ถึง​ settings-15 ​ขึ้นมา​ ​วิธีที่ง่ายที่สุดคือ​ copy ​จาก​ไฟล์​เดิมครับ</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># cp settings-1 settings-6</span>
<span style="color: #666666; font-style: italic;"># cp settings-1 settings-7</span>
<span style="color: #666666; font-style: italic;"># cp settings-1 settings-8</span>
<span style="color: #666666; font-style: italic;"># cp settings-1 settings-9</span>
<span style="color: #666666; font-style: italic;"># cp settings-1 settings-10</span>
<span style="color: #666666; font-style: italic;"># cp settings-1 settings-11</span>
<span style="color: #666666; font-style: italic;"># cp settings-1 settings-12</span>
<span style="color: #666666; font-style: italic;"># cp settings-1 settings-13</span>
<span style="color: #666666; font-style: italic;"># cp settings-1 settings-14</span>
<span style="color: #666666; font-style: italic;"># cp settings-1 settings-15</span></pre></div></div>

<p style="text-align: left;">3. profile ​ที่​เพิ่มขึ้นมาอีก​ 10 profiles ​นี้​จะ​ต้อง​แก้ค่า​ PROFILE​ข้าง​ใน​ไฟล์ทุกไฟล์​ ​ให้​ตรง​กับ​ชื่อ​ profile ​เช่น​ ​ของไฟล์​ settings-6 ​โดย​การ​เข้า​ไปแก้ที่บรรทัดที่​ 24 ​ให้​ตรง​กับ​ชื่อ​ profile ​นั่นคือแก้​เป็น​ 6</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PHONEBOOK</span>=RELAY_PPP1
<span style="color: #007800;">PROTOCOL</span>=RFC2364
<span style="color: #007800;">MAXRETRIES</span>=<span style="color: #000000;">2</span>
<span style="color: #007800;">DIALMODE</span>=T
<span style="color: #007800;">DNS1</span>=
<span style="color: #007800;">SENDCR</span>=off
<span style="color: #007800;">DEBUG</span>=off
<span style="color: #007800;">MODEM</span>=PCIST
<span style="color: #007800;">RECONNECTION</span>=manual
<span style="color: #007800;">DNS</span>=Automatic
<span style="color: #007800;">TELEPHONE</span>=
<span style="color: #007800;">USEIBOD</span>=off
<span style="color: #007800;">SPEAKER</span>=on
<span style="color: #007800;">ENCAP</span>=
<span style="color: #007800;">HOLDOFF</span>=<span style="color: #000000;">30</span>
<span style="color: #007800;">TIMEOUT</span>=<span style="color: #000000;">0</span>
<span style="color: #007800;">AUTH</span>=pap-or-chap
<span style="color: #007800;">METHOD</span>=PPPOE_PLUGIN
<span style="color: #007800;">DTERATE</span>=<span style="color: #000000;">115200</span>
<span style="color: #007800;">PASSWORD</span>=user123
<span style="color: #007800;">AUTOCONNECT</span>=off
<span style="color: #007800;">DNS2</span>=
<span style="color: #007800;">MODULATION</span>=AUTO
<span style="color: #007800;">PROFILE</span>=<span style="color: #000000;">6</span>
<span style="color: #007800;">LINE</span>=WO
<span style="color: #007800;">COMPORT</span>=ttyS1
<span style="color: #007800;">USERNAME</span>=user1
<span style="color: #007800;">VALID</span>=<span style="color: #c20cb9; font-weight: bold;">yes</span>
<span style="color: #007800;">TYPE</span>=modem
<span style="color: #007800;">USEDOV</span>=off
<span style="color: #007800;">BACKUPPROFILE</span>=<span style="color: #000000;">1</span>
<span style="color: #007800;">PROFILENAME</span>=FNS-PNK
<span style="color: #007800;">DIALONDEMANDDNS</span>=off
<span style="color: #007800;">LOGINSCRIPT</span>=</pre></td></tr></table></div>

<p style="text-align: left;">ให้​ทำ​อย่างนี้​กับ​ทุกๆ​ ​ไฟล์ที่สร้างขึ้นมา​ใหม่</p>
<p>4. ​สุดท้าย​ ​ต้อง​ chown ​ด้วย​เพราะ​เรา​ login ​เข้า​มา​ด้วย​ user root ​ซึ่ง​ไฟล์ที่​เป็น​ของ​ root ​จะ​แก้​ไขผ่านหน้า​เว็บเพจ​ ​ของ​ IPCop ​ไม่​ได้​เพราะ​ web server ​ของ​ IPCop start ​ด้วย​ user nobody ​ต้อง​ chown ​เป็น​ nobody ​ก่อน</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># chown nobody:nobody settings-*</span></pre></div></div>

<p style="text-align: left;">เสร็จ​แล้ว​ถ้า​ไม่​มีอะ​ไรผิดพลาด​ ​ก็​สามารถ​เข้า​ไปที่หน้า​เพจ​ Network -&gt; Dialup<br />
ก็​จะ​เห็นจำ​นวน​ profile ​เพิ่มขึ้น​ ​ตามรูปด้านบน​&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2008/05/25/expand-network-dialup-profile-for-ipcop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elephants Dream</title>
		<link>http://wutthiphan.com/2008/05/17/elephants-dream/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=elephants-dream</link>
		<comments>http://wutthiphan.com/2008/05/17/elephants-dream/#comments</comments>
		<pubDate>Fri, 16 May 2008 17:41:29 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[ดูหนัง]]></category>
		<category><![CDATA[ลีนุกซ์ โอเพนซอร์ส]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=266</guid>
		<description><![CDATA[ข่าวนี้อยากจะได้ยินเหลือเกิน Elephants Dream เป็นหนังที่เกิดจาก องค์ประกอบของ open source ต่างๆมารวมกัน สรรค์สร้างงานหนัง computer graphic ออกมาได้อย่างยอดเยี่ยม ทำให้หลายๆคนได้เห็นแล้วว่า open source ทำอะไรได้บ้าง ผมไปเจอ
Elephants Dream จากblogของคุณmkเลยเอามาเล่าต่อ อย่างดีใจ ที่ขีดจำกัดของ open source เริ่มสั้นลงทุกที ดูภาพกันไปก่อน



อ้อผมลืมบอกไปใครสนใจอยากได้หนังเรื่องนี้มาดูไปดาวน์โหลดมาได้ครับ ที่ http://www.elephantsdream.org/
หรือ http://public.www.planetmirror.com/pub/blender/ED


รายนาม open source program ที่มีส่วนเข้าร่วมสังฆกรรม ในหนังเรื่อง Elephants Dream

และนี่คือส่วนหนึ่งของผู้ที่อยู่เบื่องหลังความสำเร็จของ Elephants Dream



เอาที่มีคนเขาอัพขึ้นไปไว้บนyoutubeมาให้ดูกัน
ขอบคุณรูปภาพจากBlogคุณ mk ครับ



]]></description>
			<content:encoded><![CDATA[<p>ข่าวนี้อยากจะได้ยินเหลือเกิน <a href="http://www.elephantsdream.org/" target="_blank">Elephants Dream</a> เป็นหนังที่เกิดจาก องค์ประกอบของ open source ต่างๆมารวมกัน สรรค์สร้างงานหนัง computer graphic ออกมาได้อย่างยอดเยี่ยม ทำให้หลายๆคนได้เห็นแล้วว่า open source ทำอะไรได้บ้าง ผมไปเจอ<br />
Elephants Dream จากblogของคุณ<a href="http://www.isriya.com/" target="_blank">mk</a>เลยเอามาเล่าต่อ อย่างดีใจ ที่ขีดจำกัดของ open source เริ่มสั้นลงทุกที ดูภาพกันไปก่อน</p>
<p style="text-align: center;"><a href="http://wutthiphan.com/wp-content/uploads/2008/05/elephants_dream1.jpg"><img class="alignnone size-full wp-image-267 aligncenter" title="elephants_dream1" src="http://wutthiphan.com/wp-content/uploads/2008/05/elephants_dream1.jpg" alt="" width="500" height="281" /></a></p>
<p style="text-align: center;"><a href="http://wutthiphan.com/wp-content/uploads/2008/05/elephants_dream2.jpg"><img class="alignnone size-full wp-image-268 aligncenter" title="elephants_dream2" src="http://wutthiphan.com/wp-content/uploads/2008/05/elephants_dream2.jpg" alt="" width="500" height="281" /></a></p>
<p style="text-align: center;"><a href="http://wutthiphan.com/wp-content/uploads/2008/05/elephants_dream3.jpg"><img class="alignnone size-full wp-image-269 aligncenter" title="elephants_dream3" src="http://wutthiphan.com/wp-content/uploads/2008/05/elephants_dream3.jpg" alt="" width="500" height="281" /></a></p>
<p>อ้อผมลืมบอกไปใครสนใจอยากได้หนังเรื่องนี้มาดูไปดาวน์โหลดมาได้ครับ ที่ <a href="http://www.elephantsdream.org/" target="_blank">http://www.elephantsdream.org/</a><br />
หรือ <a href="http://public.www.planetmirror.com/pub/blender/ED" target="_blank">http://public.www.planetmirror.com/pub/blender/ED</a></p>
<p><span id="more-266"></span></p>
<p style="text-align: center;"><a href="http://wutthiphan.com/wp-content/uploads/2008/05/elephants_dream4.jpg"><img class="alignnone size-full wp-image-270 aligncenter" title="elephants_dream4" src="http://wutthiphan.com/wp-content/uploads/2008/05/elephants_dream4.jpg" alt="" width="495" height="253" /></a></p>
<p>รายนาม open source program ที่มีส่วนเข้าร่วมสังฆกรรม ในหนังเรื่อง Elephants Dream</p>
<p style="text-align: center;"><a href="http://wutthiphan.com/wp-content/uploads/2008/05/workshop.jpg"><img class="alignnone size-medium wp-image-271 aligncenter" title="workshop" src="http://wutthiphan.com/wp-content/uploads/2008/05/workshop-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>และนี่คือส่วนหนึ่งของผู้ที่อยู่เบื่องหลังความสำเร็จของ Elephants Dream</p>
<p style="text-align: center;">
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/bsGEWHNJ3s8&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/bsGEWHNJ3s8&amp;hl=en"></embed></object>
</p>
<p style="text-align: center;">เอาที่มีคนเขาอัพขึ้นไปไว้บนyoutubeมาให้ดูกัน</p>
<p>ขอบคุณรูปภาพจากBlogคุณ <a href="http://www.isriya.com/" target="_blank">mk</a> ครับ</p>
<p style="text-align: center;"><a href="http://whylink.com/?aff=21107"><br />
<img class="aligncenter" src="http://www.backlinks.com/images/468X60.jpg" border="0" alt="Monetize your web site" width="468" height="60" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2008/05/17/elephants-dream/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>upgrade Joomla 1.0.13 -&gt; 1.0.14 ภาษาไทยเป็น ????</title>
		<link>http://wutthiphan.com/2008/02/13/upgrade-joomla-1013-1014-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2%e0%b9%80%e0%b8%9b%e0%b9%87%e0%b8%99/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=upgrade-joomla-1013-1014-%25e0%25b8%25a0%25e0%25b8%25b2%25e0%25b8%25a9%25e0%25b8%25b2%25e0%25b9%2584%25e0%25b8%2597%25e0%25b8%25a2%25e0%25b9%2580%25e0%25b8%259b%25e0%25b9%2587%25e0%25b8%2599</link>
		<comments>http://wutthiphan.com/2008/02/13/upgrade-joomla-1013-1014-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2%e0%b9%80%e0%b8%9b%e0%b9%87%e0%b8%99/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 22:05:39 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[ภาษาไทย]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/index.php/2008/02/13/upgrade-joomla-1013-1014-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2%e0%b9%80%e0%b8%9b%e0%b9%87%e0%b8%99/</guid>
		<description><![CDATA[เข้าไปแก้ที่ไฟล์ includes/databases.php ในท้ายๆฟังก์ชัน database ประมาณบรรทัดที่ 101-104

$this-&#38;gt;_table_prefix = $table_prefix;
//@mysql_query(&#34;SET NAMES 'utf8'&#34;, $this-&#38;gt;_resource);
$this-&#38;gt;_ticker = 0;
$this-&#38;gt;_log = array&#40;&#41;;

เอาคอมเม้นท์ออกตามด้านล่าง

$this-&#38;gt;_table_prefix = $table_prefix;
@mysql_query&#40;&#34;SET NAMES 'utf8'&#34;, $this-&#38;gt;_resource&#41;;
$this-&#38;gt;_ticker = 0;
$this-&#38;gt;_log = array&#40;&#41;;

แค่นี้แหละ(หาสามวัน       )
]]></description>
			<content:encoded><![CDATA[<p>เข้าไปแก้ที่ไฟล์ includes/databases.php ในท้ายๆฟังก์ชัน database ประมาณบรรทัดที่ 101-104</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$this</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>_table_prefix <span style="color: #339933;">=</span> <span style="color: #000088;">$table_prefix</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//@mysql_query(&quot;SET NAMES 'utf8'&quot;, $this-&amp;gt;_resource);</span>
<span style="color: #000088;">$this</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>_ticker <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$this</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>_log <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>เอาคอมเม้นท์ออกตามด้านล่าง</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$this</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>_table_prefix <span style="color: #339933;">=</span> <span style="color: #000088;">$table_prefix</span><span style="color: #339933;">;</span>
<span style="color: #339933;">@</span><span style="color: #990000;">mysql_query</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;SET NAMES 'utf8'&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>_resource<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$this</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>_ticker <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$this</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>_log <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>แค่นี้แหละ(หาสามวัน   <img src='http://wutthiphan.com/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' />    )</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2008/02/13/upgrade-joomla-1013-1014-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2%e0%b9%80%e0%b8%9b%e0%b9%87%e0%b8%99/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ซ่อม Digium Wildcard TDM400P</title>
		<link>http://wutthiphan.com/2008/01/22/repair-digium-wildcard-tdm400p/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=repair-digium-wildcard-tdm400p</link>
		<comments>http://wutthiphan.com/2008/01/22/repair-digium-wildcard-tdm400p/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 15:40:53 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[อิเล็กทรอนิกส์]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[Digium]]></category>
		<category><![CDATA[ippbx]]></category>
		<category><![CDATA[TDM400P]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/index.php/2008/01/22/repair-digium-wildcard-tdm400p/</guid>
		<description><![CDATA[เมื่อปลายปี 2549 (02/12/2549) ได้ลองสั่งซื้อการ์ด TDM400P สำหรับทำระบบ IP-PBX บนคอมพิวเตอร์เก่าๆ Computer Telephony Interface (CTI) โดยได้สั่งซื้อจากเว็บไซต์ http://www.digium.com/ โดยผมจะใช้สายนอกสองสาย (2 FXO) และสองสายใน (2 FXS) ราคาก็ประมาณ 400$ ผมเอามาใช้งานรวมกับ โปรแกรม trixbox ก็ถือว่าใช้งานได้ดีทีเดียว ไม่ว่าจะใช้งานผ่าน analog telephones หรือ ผ่านทางโปรแกรมพวก softphone ต่างๆ อ้อการ์ดนี้ทางเว็บ เขารับประกัน 2 ปี เรื่องมันมีอยู่ว่า สักอาทิตย์ที่แล้ว คอมพิวเตอร์เก่าๆที่ได้ใช้งานมาโดยตลอด 24 ชั่วโมงแรมปี อยู่ดีๆมันก็ร้อนระอุขึ้นมา ผมสงสัยว่าน่าจะเป็นที่ powersupply เลื่อมหรือเสีย แต่ก็ได้ตัดใจเอาการ์ด TDM400P ของผมไปใช้อีกเครื่องหนึ่งและก็ถือเป็นการลอง โปรแกรม switchvox ซึ่งเป็นโปรแกรม IP-PBX อีกตัวหนึ่ง
และแล้วก็เกิดเรื่อง
อ้อเครื่องนี้ผมทำไว้ใช้งานที่ออฟฟิศ วันนั้นผมต่อสายโทรศัพท์ไว้ไม่เรียบร้อย [...]]]></description>
			<content:encoded><![CDATA[<p>เมื่อปลายปี 2549 (02/12/2549) ได้ลองสั่งซื้อการ์ด <a href="http://www.digium.com/en/products/analog/tdm400p.php" target="_blank">TDM400P</a> สำหรับทำระบบ IP-PBX บนคอมพิวเตอร์เก่าๆ Computer Telephony Interface (CTI) โดยได้สั่งซื้อจากเว็บไซต์ <a href="http://www.digium.com/" target="_blank">http://www.digium.com/</a> โดยผมจะใช้สายนอกสองสาย (2 FXO) และสองสายใน (2 FXS) ราคาก็ประมาณ 400$ ผมเอามาใช้งานรวมกับ โปรแกรม <a href="http://www.trixbox.com/" target="_blank">trixbox</a> ก็ถือว่าใช้งานได้ดีทีเดียว ไม่ว่าจะใช้งานผ่าน analog telephones หรือ ผ่านทางโปรแกรมพวก softphone ต่างๆ อ้อการ์ดนี้ทางเว็บ เขารับประกัน 2 ปี เรื่องมันมีอยู่ว่า สักอาทิตย์ที่แล้ว คอมพิวเตอร์เก่าๆที่ได้ใช้งานมาโดยตลอด 24 ชั่วโมงแรมปี อยู่ดีๆมันก็ร้อนระอุขึ้นมา ผมสงสัยว่าน่าจะเป็นที่ powersupply เลื่อมหรือเสีย แต่ก็ได้ตัดใจเอาการ์ด TDM400P ของผมไปใช้อีกเครื่องหนึ่งและก็ถือเป็นการลอง โปรแกรม <a href="http://www.switchvox.com/" target="_blank">switchvox</a> ซึ่งเป็นโปรแกรม IP-PBX อีกตัวหนึ่ง</p>
<p><strong>และแล้วก็เกิดเรื่อง</strong></p>
<p>อ้อเครื่องนี้ผมทำไว้ใช้งานที่ออฟฟิศ วันนั้นผมต่อสายโทรศัพท์ไว้ไม่เรียบร้อย และไม่ได้อยู่ออฟฟิศ เลยโทรไปให้เพื่อนที่ทำงาน</p>
<p>ต่อโทรศัพท์เข้าช่อง FXS ซึ่ง port FXS นี้จะเป็นตัวจ่ายสัญญาณไดอัลโทนออกมายังโทรศัพท์ธรรมดาเพื่อใช้งานเป็นโทรศัพท์ภายใน หรือ Extension นั่นเอง แต่เวรกรรมที่เพื่อนมันดันเอาสายโทรศัพท์ที่มีสัญญาณโทรศัพท์ต่อเข้าที่ช่อง FXS ก็ได้เรื่องเลย ช่องนั้นเสียทันที (ผมแปลกใจอยู่ไม่น้อย ว่าทำไมมันเสียง่ายจัง เพราะความผิดพลาดอย่างนี้นั้นเกิดง่ายจะตาย)</p>
<p><img style="border-width: 1px; margin: 3px; width: 300px; height: 225px" src="http://wutthiphan.com/wp-content/uploads/2008/01/tdm400p.JPG" border="1" alt="TDM400P" hspace="3" vspace="3" width="300" height="225" align="left" /></p>
<p>รุ่งเช้าผมไปดูที่เครื่องและได้ถอดเอาตัวโมดูลที่เสียงออกมา (จากรูปคือโมดูลสีเขียวที่ว่างๆอยู่น่ะครับผมถอดออกมาแล้ว &#8211; -&#8221;) ลำพังโมดูลนี้(<a href="http://store.digium.com/productview.php?product_code=SOLOFXS" target="_blank">S110M FXS Module</a>)ก็ 75$ ไปแล้ว แม้จะอยู่ในประกัน2ปี ก็คงไม่สะดวก ไหนจะต้องส่งไปส่งกลับ ทั้งช้าและมีค่าใช้จ่าย</p>
<p>เลือดอิเล็กทรอนิกส์ในตัวฉีดพร่าน เหอๆ ตัดสินใจรื้อเองเลย ถึงอุปกรณ์ต่างๆของวงจรอิเล็กทรอนิกส์ในโลกปัจจุบัน จะเปลี่ยนมาใช้อุปกรณ์ขนาดเล็ก <a href="http://en.wikipedia.org/wiki/Surface_Mounted_Device" target="_blank">SurFace Mount Device</a> (SMD) ต่างจากตอนที่เรียน เมื่อสิบกว่าปีที่ผ่านมานั้นมาก ที่ทรานซิสเตอร์ตัวเล็กกว่านิ้วก้อย(สาวๆ)นิดนึง IC ตัวเท่านิ้วชี้ แต่ก็ต้องลองดู</p>
<p>โชคดีที่ผมเดาถูกงานซ่อมครั้งนี้เลยผ่านไปได้ด้วยดี นั่นคือ ทรานซิสเตอร์ ภาคไดรเวอร์เล็กๆ เสียไปตัวนึง หลังจากหาเบอร์แทนได้แล้ว เสาร์ที่ผ่านมา เลยไปหาซื้ออุปกรณ์ที่ร้าน<a href="http://www.es.co.th/" target="_blank">อิเล็กทรอนิกส์ซอร์ซ</a>แถวบ้านหม้อ อ้อเบอร์ที่หาได้เป็นเบอร์แทนคือ <a href="http://www.es.co.th/detail.asp?Prod=2N5401S" target="_blank">2N5401S</a> ที่เสียนั้นตัวเดียวแต่ตอนซื้อๆ มา 10 ตัวเนื่องจากราคามันตัวล่ะ 1.28 บาท ให้ตายเถอะ</p>
<p><img style="width: 300px; height: 237px; margin: 1px; border: 1px solid #000000;" src="http://wutthiphan.com/wp-content/uploads/2008/01/s110m.JPG" alt="S110M" width="300" height="237" /></p>
<p><strong>อุปกรณ์ตัวที่เสีย</strong></p>
<p>ลำบากหน่อยก็ตอนที่ต้องเอาหัวแร้งบัดกรีเอาอุปกรณ์ตัวเสียเดิมออก แล้วเอาตัวใหม่ใส่เปลี่ยนเข้าไปนี่แหละ มือก็สั่นสายตาก็ไม่ดี เลอะเทอะเชียว แต่ก็ผ่านมาได้ และใช้งานได้ปกติ ยกหูโทร หะโหลๆ เสียงใสกิ๊ง เหมือนระฆังชุบน้ำผึ้ง เสียดายก็แต่ไอ้ 2N5401S ที่เกินมา 9 ตัวนี่สิ หาอะไรทำเล่นดีนะ เอาไว้ถ้าคิดออกจะเอามาเขียนเล่าให้ฟังเล่นๆอีกที</p>
<p><strong><br />
<img style="width: 300px; height: 225px; margin: 1px; border: 1px solid #000000;" src="http://wutthiphan.com/wp-content/uploads/2008/01/s110m_1.JPG" alt="s110m_1.JPG" width="300" height="225" /></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2008/01/22/repair-digium-wildcard-tdm400p/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

