Results 1 to 5 of 5

Thread: Wanted Small captcha

  1. #1
    Join Date
    Jan 2009
    Posts
    46

    Wanted Small captcha

    Dear people,

    I'm looking for a small captcha script, so a custom shoutbox to be secure.
    Personally I have very much wanted, and maybe ten different scripts download and try out but all in vain. There was 1 that worked but it was so complicated with a form / script around that for me all is not clear.

    It must be really small captcha, 2 or 3 control numbers are enough as he should come in a small space. He should be easy to install course. Myself have some knowledge of PHP so if a script is good and clearly will be problem.

    Someone who can help me here?
    thank you

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Wanted Small captcha

    A captcha is not necessary when you consider other ways.
    I always use additional fields that I create css invisible. If any of these fields are completed, it is a bot. Works well and I've never had spam in this way

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: Wanted Small captcha

    Zecho idea is to refresh! I have not really ever thought!

    good idea Zecho

    better than a GD image with letters and numbers to back you must validate!

    much less work is just as effective!

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Wanted Small captcha

    But they will not smarter than bots that when they say that they are invisible fields blank. Because it seems to me that you are not the first with this idea and is already used in the large and then you that option so son bone processed hear.

  5. #5
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Wanted Small captcha

    here is script for captcha try it

    <html>
    <body bgcolor="#FFFFFF">
    <form action="/captcha/captcha.php" method="POST">
    <input type="hidden" name="fwd_form" value="/captcha/formmailer.php">

    <!-- form code starts -->
    firstname: <input name="firstname" size="12" value="jon"><br />
    lastname: <input name="lastname" size="12" value="doe"><br />
    phone: <input name="phone" size="12"><br />
    <!-- form code ends -->

    <!-- captcha code starts -->
    <img src="/captcha/captcha.php?png" border="1" align="top" />
    <a href="/captcha/captcha.php?wav"><img src="icon_speaker.gif" border="0"
    alt="listen to audio sample" /></a>

    <p>Please enter the phrase shown in the image above:</p>
    <input type="text" size="6" value="" name="captcha_phrase" />&nbsp;<input type="submit" value="validate" />

    <hr size="1" /><small style="font-size:8pt;text-align:center;">If you are not able to read the phrase in the above image,
    click <a href="/captcha/captcha.php?wav">here</a> to listen to an audio sample with the phrase spoken by a male voice.</small>
    <!-- captcha code ends-->

    </form>

    </body>
    </html>

Similar Threads

  1. Typing Captcha images are always wrong on Safari 5
    By Hridayeshu in forum Technology & Internet
    Replies: 3
    Last Post: 16-01-2012, 10:12 PM
  2. Yahoo captcha issues with yahelite
    By Gaauge in forum Windows Software
    Replies: 5
    Last Post: 21-12-2009, 05:56 PM
  3. How to get CAPTCHA in VB.NET
    By Quattro in forum Software Development
    Replies: 3
    Last Post: 25-09-2009, 02:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,703,561.99655 seconds with 16 queries