![]() |
Answered | Installing CAPTCHA - Where to put these two PHP codes?
Hey guys,
[Please see next post. You can download my register.php from this one, i fit will help] Thanks VERY much in advance, - Quillink |
RE: Installing "Securimage CAPTCHA" - need help placing two sections of code (PHP)
Ok I think the prospect of downloading and following a tutorial is chasing people away, so I'll try a different approach:
Can anyone help me with placing these two code extracts in my register.php? It's the validation process for my Securimage CAPTCHA: Code:
include_once $_SERVER['DOCUMENT_ROOT'] . '/securimage/securimage.php'; Code:
if ($securimage->check($_POST['captcha_code']) == false) { Alternatively, does anyone know of a simpler CAPTCHA process? Maybe one you made yourself? Thanks in advance |
RE: Installing CAPTCHA - Where to put these two PHP codes?
I would suggest ReCaptcha:
http://recaptcha.net/ Adding that would be super easy. To use the one you are using though, maybe something like... Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
RE: Installing CAPTCHA - Where to put these two PHP codes?
Thanks Brandon, it's all working now. :D
I don't know how I missed it before, I forgot to edit the Code:
include_once $_SERVER['DOCUMENT_ROOT'] . '/securimage/securimage.php'; Always one sentence of code that'll cost you hours, isn't it lol? Thanks again. |
RE: Answered | Installing CAPTCHA - Where to put these two PHP codes?
Ehm wait a moment...i don't know where you can download ReCaptcha!
Im registrated, added my site to the list...but...WHERE IS THE DOWNLOAD LINK??? |
RE: Answered | Installing CAPTCHA - Where to put these two PHP codes?
Quote:
Quote:
|
RE: Answered | Installing CAPTCHA - Where to put these two PHP codes?
And what of this i need to choose??
|
RE: Answered | Installing CAPTCHA - Where to put these two PHP codes?
Try reading & learning.. the info is there if you want it.
|
RE: Answered | Installing CAPTCHA - Where to put these two PHP codes?
IM Italian and some thing I don't know...i have only 14 years,,,
|
RE: Answered | Installing CAPTCHA - Where to put these two PHP codes?
Quote:
|
All times are GMT -5. The time now is 04:16 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.