<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: [PHP]製作類似 google 網頁認證碼</title>
	<atom:link href="http://blog.wu-boy.com/2009/01/05/701/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wu-boy.com/2009/01/05/701/</link>
	<description>介紹一堆美食日記，生活日記，電腦筆記</description>
	<lastBuildDate>Tue, 02 Mar 2010 01:33:39 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: [CodeIgniter] 使用者註冊 auth code 認證碼 &#124; 小惡魔 - 電腦技術 - 生活日記 - 美食介紹 - AppleBOY</title>
		<link>http://blog.wu-boy.com/2009/01/05/701/comment-page-1/#comment-5711</link>
		<dc:creator>[CodeIgniter] 使用者註冊 auth code 認證碼 &#124; 小惡魔 - 電腦技術 - 生活日記 - 美食介紹 - AppleBOY</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wu-boy.com/?p=701#comment-5711</guid>
		<description>[...] 我想這已經是網站最基本的技術，防止機器人大量註冊，或者是灌爆留言板，之前寫了兩篇製作認證碼的教學：[PHP]製作類似 google 網頁認證碼，[PHP] 好用的留言板 驗證碼 功能，這篇是要寫如何實做把第一篇教學整合到 CodeIgniter 系統裡面，來筆記一下，以後用到就相當方便了，CodeIgniter 在 path 路徑上面有小 bug，查了國外討論區發現了這篇 Path to CSS doesn’t work a second time，不過這並沒有解決我的問題，主機的網址是 http://xxxxx.xxx/path/，所有的 CI 檔案都是放在 path 目錄底下，包含圖片是 http://xxxxx.xxx/path/images/，在 View 裡面基本上只要寫 &lt;img src=&#8217;/images/xx.gif&#8217;&gt; 這樣就可以顯示圖片了，但是要改成 &lt;img src=&#8217;/path/images/xx.gif&#8217;&gt; 才能，但是我的 index.php 是放在 /path/ 裡面，以絕對路徑跟相對路徑來想，都是不太合理的，所以後來用 &lt;img src=&#8221;&lt;?=base_url();?&gt;public/images/find.png&#8221; alt=&#8221;&quot; /&gt; 來解決，不過這是暫時的問題，我比較龜毛，喜歡寫短一點的 code。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 我想這已經是網站最基本的技術，防止機器人大量註冊，或者是灌爆留言板，之前寫了兩篇製作認證碼的教學：[PHP]製作類似 google 網頁認證碼，[PHP] 好用的留言板 驗證碼 功能，這篇是要寫如何實做把第一篇教學整合到 CodeIgniter 系統裡面，來筆記一下，以後用到就相當方便了，CodeIgniter 在 path 路徑上面有小 bug，查了國外討論區發現了這篇 Path to CSS doesn’t work a second time，不過這並沒有解決我的問題，主機的網址是 <a href="http://xxxxx.xxx/path/，所有的" rel="nofollow">http://xxxxx.xxx/path/，所有的</a> CI 檔案都是放在 path 目錄底下，包含圖片是 <a href="http://xxxxx.xxx/path/images/，在" rel="nofollow">http://xxxxx.xxx/path/images/，在</a> View 裡面基本上只要寫 &lt;img src=&#8217;/images/xx.gif&#8217;&gt; 這樣就可以顯示圖片了，但是要改成 &lt;img src=&#8217;/path/images/xx.gif&#8217;&gt; 才能，但是我的 index.php 是放在 /path/ 裡面，以絕對路徑跟相對路徑來想，都是不太合理的，所以後來用 &lt;img src=&#8221;&lt;?=base_url();?&gt;public/images/find.png&#8221; alt=&#8221;&#8221; /&gt; 來解決，不過這是暫時的問題，我比較龜毛，喜歡寫短一點的 code。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JASON</title>
		<link>http://blog.wu-boy.com/2009/01/05/701/comment-page-1/#comment-5323</link>
		<dc:creator>JASON</dc:creator>
		<pubDate>Sat, 16 May 2009 10:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wu-boy.com/?p=701#comment-5323</guid>
		<description>請問是否可以幫小弟小小修改
我把留言版的認證原始碼po上後
認證碼依然沒有作用耶@@
謝謝^^</description>
		<content:encoded><![CDATA[<p>請問是否可以幫小弟小小修改<br />
我把留言版的認證原始碼po上後<br />
認證碼依然沒有作用耶@@<br />
謝謝^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 賢</title>
		<link>http://blog.wu-boy.com/2009/01/05/701/comment-page-1/#comment-4941</link>
		<dc:creator>賢</dc:creator>
		<pubDate>Wed, 22 Apr 2009 13:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wu-boy.com/?p=701#comment-4941</guid>
		<description>站長謝謝你熱心回答，我認為可能是ｇｄ函數的關係吧，我再試試看，謝謝你囉。</description>
		<content:encoded><![CDATA[<p>站長謝謝你熱心回答，我認為可能是ｇｄ函數的關係吧，我再試試看，謝謝你囉。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: appleboy</title>
		<link>http://blog.wu-boy.com/2009/01/05/701/comment-page-1/#comment-4937</link>
		<dc:creator>appleboy</dc:creator>
		<pubDate>Wed, 22 Apr 2009 07:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wu-boy.com/?p=701#comment-4937</guid>
		<description>請先確定 PHP 有無支援 GD 函式喔
然後看看有無錯誤訊息</description>
		<content:encoded><![CDATA[<p>請先確定 PHP 有無支援 GD 函式喔<br />
然後看看有無錯誤訊息</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 賢</title>
		<link>http://blog.wu-boy.com/2009/01/05/701/comment-page-1/#comment-4936</link>
		<dc:creator>賢</dc:creator>
		<pubDate>Wed, 22 Apr 2009 07:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wu-boy.com/?p=701#comment-4936</guid>
		<description>站長你好，我有連到原作者網站下載TEST檔案，可是我把東西丟上去，
卻沒有出現認證碼圖片耶，這是什麼原因呢?謝謝。</description>
		<content:encoded><![CDATA[<p>站長你好，我有連到原作者網站下載TEST檔案，可是我把東西丟上去，<br />
卻沒有出現認證碼圖片耶，這是什麼原因呢?謝謝。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wingfly</title>
		<link>http://blog.wu-boy.com/2009/01/05/701/comment-page-1/#comment-4387</link>
		<dc:creator>wingfly</dc:creator>
		<pubDate>Wed, 21 Jan 2009 05:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wu-boy.com/?p=701#comment-4387</guid>
		<description>在下本來是利用
http://samsharehome.blogspot.com/2008/12/phpgoogle.html 的程式碼
後來想說會不會有更動到什麼
於是又用了這篇的程式碼再製作一次
但IE上都會：
http://i5.photobucket.com/albums/y156/wingfly/pic.jpg

還在查看debug中</description>
		<content:encoded><![CDATA[<p>在下本來是利用<br />
<a href="http://samsharehome.blogspot.com/2008/12/phpgoogle.html" rel="nofollow">http://samsharehome.blogspot.com/2008/12/phpgoogle.html</a> 的程式碼<br />
後來想說會不會有更動到什麼<br />
於是又用了這篇的程式碼再製作一次<br />
但IE上都會：<br />
<a href="http://i5.photobucket.com/albums/y156/wingfly/pic.jpg" rel="nofollow">http://i5.photobucket.com/albums/y156/wingfly/pic.jpg</a></p>
<p>還在查看debug中</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: appleboy</title>
		<link>http://blog.wu-boy.com/2009/01/05/701/comment-page-1/#comment-4382</link>
		<dc:creator>appleboy</dc:creator>
		<pubDate>Tue, 20 Jan 2009 08:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wu-boy.com/?p=701#comment-4382</guid>
		<description>在 IE 底下看起還很正常阿，請問一下有哪裡奇怪的嗎？</description>
		<content:encoded><![CDATA[<p>在 IE 底下看起還很正常阿，請問一下有哪裡奇怪的嗎？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wingfly</title>
		<link>http://blog.wu-boy.com/2009/01/05/701/comment-page-1/#comment-4381</link>
		<dc:creator>wingfly</dc:creator>
		<pubDate>Tue, 20 Jan 2009 07:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wu-boy.com/?p=701#comment-4381</guid>
		<description>這產生的認證碼好像在ie上會有些許的怪</description>
		<content:encoded><![CDATA[<p>這產生的認證碼好像在ie上會有些許的怪</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HINA :: 工程幼稚園</title>
		<link>http://blog.wu-boy.com/2009/01/05/701/comment-page-1/#comment-4360</link>
		<dc:creator>HINA :: 工程幼稚園</dc:creator>
		<pubDate>Wed, 14 Jan 2009 10:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wu-boy.com/?p=701#comment-4360</guid>
		<description>&lt;strong&gt;[工作筆記] 產生圖型認證碼...&lt;/strong&gt;

views: 1 times Mobile:http://hina.ushiisland.net/blog/hinablue/m/685PHP 5 with GD，筆記一下，最近很容易不小心砍掉一些東西，還是記錄一下比較保險。這是在 PHP 5 才能運作的東西，因為我改寫成靜態的類...</description>
		<content:encoded><![CDATA[<p><strong>[工作筆記] 產生圖型認證碼&#8230;</strong></p>
<p>views: 1 times Mobile:http://hina.ushiisland.net/blog/hinablue/m/685PHP 5 with GD，筆記一下，最近很容易不小心砍掉一些東西，還是記錄一下比較保險。這是在 PHP 5 才能運作的東西，因為我改寫成靜態的類&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
