PDA

View Full Version : Captcha Name


Cologne
06-04-2009, 07:00 AM
hi,

does the captcha image always have to have the name captcha_1

what if, i want to use 3 diffrent captchas on my site?

do i have to rename them on my own?

I looked at the code, there ist captche_$field or something.

Denis

Ray Borduin
06-04-2009, 09:41 AM
You can add another argument to the url to effect the session variable for your captcha...

so if you used:
WAVT_CaptchaSecurityImages.php?field=2

Then it would create captcha_2

By default it uses 1, but you can add as many unique ones as you want. Field can be any combination of letters or numbers that are valid as session variable names.