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...
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...
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
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!
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:
After running that, look for something about GD and see if it is enabled/installed on your server.Code:<?php phpinfo(); ?>
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
the only line with gd in it is this
thats the first block with the system info and ends with registered stream filters...Code:Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
oh and i'm using wamp and I haven't set up a database yet...
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