Why should I rely on PHPJabbers.com for all my PHP scripting needs? What do you offer me when buying some script?
  • Top quality scripts
  • Full demo before buying
  • Best pricing
  • Script customization
  • 7 days a week support
  • Installation support
  • Secure buying
  • Captcha image verification

    posted on 2006-06-24 00:47:34
    Comments
    Sandy posted on 2008-06-16 17:56:33
    is there a chart of the different color codes for this? that i can look at ?
    -----------
    Veselin: these are RGB color code values

    Sandy posted on 2008-06-16 17:31:15
    How do we get the black background to blue?
    Thanks
    ---------------
    Veselin: change this
    imagecolorallocate($image_p, 0, 0, 0);
    to
    imagecolorallocate($image_p, 70, 10, 220);

    tom posted on 2008-06-12 22:43:29
    For doing this CAPTCHA I would suggest using a session variable where you store the string generated and displayed on that dynamically generated image.

    can you explain this instruction in detail? what is a session variable? store the string? where do i get the dynamically generated image? the referenced website (http://www.site.com/captcha.php) didn't work...

    thank you!

    Elaine posted on 2008-04-24 14:41:38
    This code works great, but one thing i would like it to do if anyone can tell me how to do this, i would like the error message to display next to the verification box instead of at the top of the page , is that possible?
    Thanks,
    Elaine
    -----------------
    Veselin: you need to have your form on PHP based web page and the verification to be on top of it and then print the error message where your box is. For a small fee we can make your contact form on PHP page and also make the message display next to the captcha box. Email us if you are interested.

    qleyo posted on 2008-04-18 14:33:54
    works perfectly! thanks a lot!

    Hugh Brecher posted on 2008-04-04 11:31:44
    I would like to use the Captcha.php validation script for one of my forms. The form is here:
    http://www.****.com/info-form.html

    How much will you charge to do this for me and send me the
    completed revised form by email attachment?

    I would like it to show up very much the way that THIS form does.

    Thanks, Hugh
    -------------------
    can you send me a message that you receive when the form is submitted. It usually costs about $35 to add a captcha script and make the form on PHP page.
    Veselin

    jon porter posted on 2008-03-29 20:03:11
    OMG, thank you guys so much! I was working FOREVER to find a captcha script that was easy enough and was not impossible to read. THX!

    Marian posted on 2008-03-25 03:19:52
    For igor (about session_start() [function.session-start]: error)

    @session_start();
    if (!preg_match("/^[0-9a-z]*$/i", session_id())) {
    $error->handleError("WARN", "your ssid is expired");
    session_regenerate_id();
    }
    // just try it.

    Chafucosoft posted on 2008-02-22 13:52:45
    great just what i was looking for !!! :D

    igor posted on 2008-02-20 00:34:18

    otherwise it still works, but it gives me that message...

    Pages:   1 2 3 4 5 6 7 8 9 10 11
       
    If you have any additions, suggestions or modifications for this example please contact us or use the form below.
       
    Your name:
    Your email: (email address will not be posted on the web site)
    Comment:
    Verification