<?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"
	>
<channel>
	<title>Comments on: PHP CAPTCHA Decoder</title>
	<atom:link href="http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/</link>
	<description>1111111 * 1111111 = 1234567654321</description>
	<pubDate>Fri, 05 Dec 2008 12:29:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: evets</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1604</link>
		<dc:creator>evets</dc:creator>
		<pubDate>Wed, 22 Oct 2008 09:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1604</guid>
		<description>Please, 
Could you explain how to test this program and particularly the test of Read function

Thank you very much because i try to run this program but i can't...:-(</description>
		<content:encoded><![CDATA[<p>Please,<br />
Could you explain how to test this program and particularly the test of Read function</p>
<p>Thank you very much because i try to run this program but i can&#8217;t&#8230;:-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evets</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1598</link>
		<dc:creator>evets</dc:creator>
		<pubDate>Tue, 14 Oct 2008 15:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1598</guid>
		<description>i’m verry bad too with classes, can please say how to use this script, step by step</description>
		<content:encoded><![CDATA[<p>i’m verry bad too with classes, can please say how to use this script, step by step</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1578</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Thu, 04 Sep 2008 09:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1578</guid>
		<description>I think you script works but not 100%, because its not correctly recognize letter, I'm using photoshop to crop letter to smaller size and image size, its that right? Whats wrong? 6 letter captcha but it only recognize 1 and repeated 6 times, my result : nnnnnn...

Please help</description>
		<content:encoded><![CDATA[<p>I think you script works but not 100%, because its not correctly recognize letter, I&#8217;m using photoshop to crop letter to smaller size and image size, its that right? Whats wrong? 6 letter captcha but it only recognize 1 and repeated 6 times, my result : nnnnnn&#8230;</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1576</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 03 Sep 2008 15:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1576</guid>
		<description>Yes, me too, after running the script, the result is the OCR class code ????</description>
		<content:encoded><![CDATA[<p>Yes, me too, after running the script, the result is the OCR class code ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mudassar Ijaz</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1572</link>
		<dc:creator>Mudassar Ijaz</dc:creator>
		<pubDate>Wed, 20 Aug 2008 13:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1572</guid>
		<description>is it possible to decode gmail's captcha with your code and what will be success rate any guess ? 

thnx</description>
		<content:encoded><![CDATA[<p>is it possible to decode gmail&#8217;s captcha with your code and what will be success rate any guess ? </p>
<p>thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miko</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1571</link>
		<dc:creator>miko</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1571</guid>
		<description>@vic: remove the last line of your class file: highlight_file(__FILE__);


@Alix: 
I generated the patterns (about 30) and tryed to launch Read() but returns nothing. 
I get no errors and i think i did everything right. 

Train OCR: 
$ocr-&#62;Train('testing','65751','images/capt.jpg');
(did it 30 times with different capt.jpg and its associated code

Read: 
$ocr-&#62;Read('testing','crypt2.jpg', 'FFFFFF');

This doesnt give my anything... here's the URL for the captcha i want to read : meilleurduweb.com/test/cryptimage.php
thx for help, 
miko</description>
		<content:encoded><![CDATA[<p>@vic: remove the last line of your class file: highlight_file(__FILE__);</p>
<p>@Alix:<br />
I generated the patterns (about 30) and tryed to launch Read() but returns nothing.<br />
I get no errors and i think i did everything right. </p>
<p>Train OCR:<br />
$ocr-&gt;Train(&#8217;testing&#8217;,'65751&#8242;,&#8217;images/capt.jpg&#8217;);<br />
(did it 30 times with different capt.jpg and its associated code</p>
<p>Read:<br />
$ocr-&gt;Read(&#8217;testing&#8217;,'crypt2.jpg&#8217;, &#8216;FFFFFF&#8217;);</p>
<p>This doesnt give my anything&#8230; here&#8217;s the URL for the captcha i want to read : meilleurduweb.com/test/cryptimage.php<br />
thx for help,<br />
miko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vic</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1359</link>
		<dc:creator>vic</dc:creator>
		<pubDate>Sun, 08 Jun 2008 15:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1359</guid>
		<description>how to host it using XAMPP in WinXP? i try it with this code: 

[code]
Train('example-captcha', 'A', 'A-crop.jpg');
$OCR-&#62;Train('example-captcha', 'C', 'B-crop.jpg');
$OCR-&#62;Train('example-captcha', 'B', 'C-crop.jpg');
$OCR-&#62;Train('example-captcha', 'D', 'D-crop.jpg');
$OCR-&#62;Train('example-captcha', 'E', 'E-crop.jpg');
$OCR-&#62;Train('example-captcha', 'F', 'F-crop.jpg');
$OCR-&#62;Train('example-captcha', 'G', 'G-crop.jpg');
$OCR-&#62;Train('example-captcha', 'H', 'H-crop.jpg');
$OCR-&#62;Train('example-captcha', 'I', 'I-crop.jpg');
$OCR-&#62;Train('example-captcha', 'J', 'J-crop.jpg');
$OCR-&#62;Train('example-captcha', 'K', 'K-crop.jpg');
$OCR-&#62;Train('example-captcha', 'L', 'L-crop.jpg');
$OCR-&#62;Train('example-captcha', 'M', 'M-crop.jpg');
$OCR-&#62;Train('example-captcha', 'O', 'O-crop.jpg');
$OCR-&#62;Train('example-captcha', 'P', 'P-crop.jpg');
$OCR-&#62;Train('example-captcha', 'Q', 'Q-crop.jpg');
$OCR-&#62;Train('example-captcha', 'R', 'R-crop.jpg');
$OCR-&#62;Train('example-captcha', 'S', 'S-crop.jpg');
$OCR-&#62;Train('example-captcha', 'T', 'T-crop.jpg');
$OCR-&#62;Train('example-captcha', 'U', 'U-crop.jpg');
$OCR-&#62;Train('example-captcha', 'V', 'V-crop.jpg');
$OCR-&#62;Train('example-captcha', 'W', 'W-crop.jpg');
$OCR-&#62;Train('example-captcha', 'X', 'X-crop.jpg');
$OCR-&#62;Train('example-captcha', 'Y', 'Y-crop.jpg');
$OCR-&#62;Train('example-captcha', 'Z', 'Z-crop.jpg');

echo $OCR-&#62;Read('example-captcha', 'http://localhost/OCR/default.png', 'FFFFFF');
[code]

?&#62;

i host the file in
c:\program files\xampp\htdocs\OCR\ocrtest.php
c:\program files\xampp\htdocs\OCR\ocr-class.php
c:\program files\xampp\htdocs\OCR\[alphabet]-crop.jpg

and the result is the ocr-class.php code's...confusing :(</description>
		<content:encoded><![CDATA[<p>how to host it using XAMPP in WinXP? i try it with this code: </p>
<p>[code]<br />
Train(&#8217;example-captcha&#8217;, &#8216;A&#8217;, &#8216;A-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;C&#8217;, &#8216;B-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;B&#8217;, &#8216;C-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;D&#8217;, &#8216;D-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;E&#8217;, &#8216;E-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;F&#8217;, &#8216;F-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;G&#8217;, &#8216;G-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;H&#8217;, &#8216;H-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;I&#8217;, &#8216;I-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;J&#8217;, &#8216;J-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;K&#8217;, &#8216;K-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;L&#8217;, &#8216;L-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;M&#8217;, &#8216;M-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;O&#8217;, &#8216;O-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;P&#8217;, &#8216;P-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;Q&#8217;, &#8216;Q-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;R&#8217;, &#8216;R-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;S&#8217;, &#8216;S-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;T&#8217;, &#8216;T-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;U&#8217;, &#8216;U-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;V&#8217;, &#8216;V-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;W&#8217;, &#8216;W-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;X&#8217;, &#8216;X-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;Y&#8217;, &#8216;Y-crop.jpg&#8217;);<br />
$OCR-&gt;Train(&#8217;example-captcha&#8217;, &#8216;Z&#8217;, &#8216;Z-crop.jpg&#8217;);</p>
<p>echo $OCR-&gt;Read(&#8217;example-captcha&#8217;, &#8216;http://localhost/OCR/default.png&#8217;, &#8216;FFFFFF&#8217;);<br />
[code]</p>
<p>?&gt;</p>
<p>i host the file in<br />
c:\program files\xampp\htdocs\OCR\ocrtest.php<br />
c:\program files\xampp\htdocs\OCR\ocr-class.php<br />
c:\program files\xampp\htdocs\OCR\[alphabet]-crop.jpg</p>
<p>and the result is the ocr-class.php code&#8217;s&#8230;confusing <img src='http://www.alixaxel.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SaNDR</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1297</link>
		<dc:creator>SaNDR</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1297</guid>
		<description>i'm verry bad with classes, can please say how to use this one, step by step</description>
		<content:encoded><![CDATA[<p>i&#8217;m verry bad with classes, can please say how to use this one, step by step</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1219</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 03 Apr 2008 06:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-1219</guid>
		<description>Carroll, it seems to me that you haven't created an example of a class, like this:

include('ocr.php');
$ocr= new OCR;
$ocr-&#62;train(blablabla);

Andrew</description>
		<content:encoded><![CDATA[<p>Carroll, it seems to me that you haven&#8217;t created an example of a class, like this:</p>
<p>include(&#8217;ocr.php&#8217;);<br />
$ocr= new OCR;<br />
$ocr-&gt;train(blablabla);</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha Carroll</title>
		<link>http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-467</link>
		<dc:creator>Donncha Carroll</dc:creator>
		<pubDate>Mon, 03 Mar 2008 21:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.alixaxel.com/wordpress/2007/06/15/php-captcha-decoder/#comment-467</guid>
		<description>Hey, 
Your script looks great, I'm just having trouble trying to get it to work. I get an error : "Fatal error: Call to a member function on a non-object in /home/*****1/domains/**********.***/public_html/***/test.php"
when i try to train the class. My code is "
Train('tracer-l', 'D', 'letters/D.gif');
?&#62;
Any idea what could be causing this problem as I'd love to be able to   use your very helpful class</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Your script looks great, I&#8217;m just having trouble trying to get it to work. I get an error : &#8220;Fatal error: Call to a member function on a non-object in /home/*****1/domains/**********.***/public_html/***/test.php&#8221;<br />
when i try to train the class. My code is &#8221;<br />
Train(&#8217;tracer-l&#8217;, &#8216;D&#8217;, &#8216;letters/D.gif&#8217;);<br />
?&gt;<br />
Any idea what could be causing this problem as I&#8217;d love to be able to   use your very helpful class</p>
]]></content:encoded>
	</item>
</channel>
</rss>
