Results 1 to 6 of 6

Thread: Image Validator thingy *type the numbers before pressing submit...*

  1. #1
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default Image Validator thingy *type the numbers before pressing submit...*

    You know those things that make you type out random numbers and letters which are all different colored and have lines and stuff through them, how do you make those? If anyone knows let me know, I wanted to see if I could put some on my site...

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You can search around here or your favorite search engine for the term CAPTCHA. There are several tutorials floating around. Here is just a random one I found recently.

    http://www.webcheatsheet.com/php/cre...protection.php

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    K, thanks... I tried the link you gave me downloaded the source but it didn't generate the image *probably cuz i can't run Ajax straight off my hard drive... though I can view PHP files...* but it i'll be something I'll be working with THANKS!

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    In order to use CAPTCHA, you must have the GD library enabled on your server. To check this, make a file called phpinfo.php and in it place the following:

    Code:
    <?php
     phpinfo();
    ?>
    After running that, look for something about GD and see if it is enabled/installed on your server.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    the only line with gd in it is this
    Code:
    Configure Command  cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
    thats the first block with the system info and ends with registered stream filters...

    oh and i'm using wamp and I haven't set up a database yet...

  6. #6
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You should see something like in the screenshot below



    You may have to scroll down a bit to see this.

    Hope this helps
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

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
  •