<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Fri, 03 Feb 2012 10:42:34 -0600 -->
<rss version="2.0">
  <channel>    <title>Codeassembly - A more fun php captcha for your forms, choose the cats from the dogs</title>
    <link>http://www.codeassembly.com/feed/comments/40</link>
    <description>CodeAssembly - Simplicity is prerequisite for reliability - Comments</description>
    <language>en-us</language>
    <managingEditor>contact@codeassembly.com</managingEditor>
    <webMaster>contact@codeassembly.com</webMaster>
    <generator>RSS Feed Generator</generator>
    <item>
      <title>Brixter</title>
      <description>This is a pretty cute captcha I had encountered so far. The tutorial is not perfect but you can definitely improve it more as it has a lot of room for improvement. Love the tutorial keep it up!</description>
      <link>http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#359</link>
      <pubDate>2010-12-28 05:50:58</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#359</guid>
    </item>
    <item>
      <title>Semie</title>
      <description>hi,
all code is in one page! how to check captcha for action to any page! example :
include ("captcha.php");
<form action="checkregister.php">
<div id="captcha">
		<?php for ( $i = 1; $i <= CAPTCHA_NR; $i++ ):?>
			<div>
				<input type="checkbox" name="_captcha[<?php echo $i;?>]" value="1">
				<img src="captcha.php?captcha=<?php echo $i?>&time=<?php echo time();?>">
			</div>
		<?php endfor ?>
		</div>
</form>
checkregister.php is :
<?php 
        if ( isset( $captcha_ok ) )
        {
                if ( $captcha_ok == true )
                {
                        echo 'You are a human !';
                }
                else
                {
                        echo 'Not a kittie lover or bad spam robot !!!';
                }
        }
?>
This Not Worked !! can you help me for fix this ?
Thanks
Best regards
Now How to check captcha is true or false ?</description>
      <link>http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#355</link>
      <pubDate>2010-12-15 05:28:47</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#355</guid>
    </item>
    <item>
      <title>YIT</title>
      <description>the problem regarding accessibility to those who cant see the pictures can be solved with a button that when pressed will play a cat sound or a dog sound :)</description>
      <link>http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#44</link>
      <pubDate>2007-11-22 14:43:52</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#44</guid>
    </item>
    <item>
      <title>Andrew Marlow</title>
      <description>This looks really good to me. But I cannot download the zip'd code. Looks like something may be wrong with the link. </description>
      <link>http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#38</link>
      <pubDate>2007-11-19 08:50:09</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#38</guid>
    </item>
    <item>
      <title>e.</title>
      <description>This is fun! Is there any way of making this captcha accessible to those who have trouble seeing the pictures? </description>
      <link>http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#37</link>
      <pubDate>2007-11-16 08:22:14</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#37</guid>
    </item>
    <item>
      <title>Avend</title>
      <description>Sure, this is a neat idea.. The only problem is that the picture samples you are using are repetitive: it would only take a few dozen manual refreshes to download all the images, sort them into the respective dog or cat category, and use that for making a bot. The bot could just compare file sizes (I think all these images have slightly different sizes), or perhaps an MD5 hash of them.

A more robust solution I believe would be to perhaps generate a new image, placing N pictures of cats and dogs in the picture randomly, sending that to the client, then asking how many of each one there are. Of course, this number would probably be less than 10, so even with that you could send enough junk to eventually get some through.</description>
      <link>http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#36</link>
      <pubDate>2007-11-15 21:34:39</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/#36</guid>
    </item>
  </channel></rss>
