View Full Version : Captcha doesn't work
Sunsi
06-27-2014, 08:05 PM
When someone wants to register, the captcha doesn't show. So the picture doesn't show but people are asked to fill it in. No matter what they do, it won't work. What can I do to restore it?
ForceHSS
06-27-2014, 08:10 PM
Then pick a different option
ozzy47
06-27-2014, 08:14 PM
Captcha's are useless anyway. Many spam bots override that anyways.
Simon Lloyd
06-27-2014, 08:20 PM
You have to make sure your php has been compiled with the gd library installed and that the php version is compatible with the captcha code, just make sure gd library is installed first and see how you go :)
ozzy47
06-27-2014, 08:21 PM
True, but they are still useless. :)
Simon Lloyd
06-27-2014, 08:32 PM
The best defence is to have many Q&A's
ozzy47
06-27-2014, 08:37 PM
Not really, the harder you make it for legitimate users to sign up, the less you get.
Best way I have found is a bunch of different spam mods, all running together, http://ozzmodz.com/showthread.php/506-The-Era-Of-Big-Spam-Is-Over
Sunsi
06-28-2014, 10:43 AM
Then pick a different option
And where do I do that? There are no other options with the Human verification options.
Max Taxable
06-28-2014, 10:54 AM
And where do I do that? There are no other options with the Human verification options.The native vBulletin human verification methods meet with either spotty success, or don't work at all. And that's not just vBulletin, but all the major email providers as well. Check the link in my signature when you're serious about stopping spam.
Captchas and other such gimmicks, puzzles, photo identification and so on, were defeated long ago. They're obsolete.
vbresults
06-28-2014, 05:49 PM
Try the mod in my sig.
Sunsi
07-11-2014, 02:03 PM
Well, I didn't use captcha anymore on my forum and I was almost instantly flooded with spam, porn and other annoying threads. So, captcha does work. Now I've reinstalled but , but now new users can't register because captcha doesn't show.It's just a cross.
So how do I get captcha to work again? Thanks!
ozzy47
07-11-2014, 02:09 PM
Did you try the mods in the post from my signature, http://ozzmodz.com/showthread.php/506-The-Era-Of-Big-Spam-Is-Over
Simon Lloyd
07-11-2014, 02:16 PM
Check my answer to that question here https://vborg.vbsupport.ru/showpost.php?p=2504117&postcount=4
Max Taxable
07-11-2014, 03:35 PM
Well, I didn't use captcha anymore on my forum and I was almost instantly flooded with spam, porn and other annoying threads. So, captcha does work. It works until it doesn't. Think about it - all the big email providers use it, but they still get bot signups and use of the accounts, by bots. You just haven't had the right botnet come along to hit you yet.
All it does even when working nicely is annoy legitimate people. It's obsolete. It's a cutesy gimmick that went the way of dialup.
Sunsi
07-11-2014, 05:06 PM
Thanks everybody for taking the trouble to answer, but I only just want the captcha to work again. But nobody has said anything so far about how I can get the captcha to work again.
Apparantly, it does work for my forum. All I want to know is how do I fix the captcha.
What is wrong with it now? How do I fix it? Anybody got an answer to that?
ForceHSS
07-11-2014, 05:18 PM
Thanks everybody for taking the trouble to answer, but I only just want the captcha to work again. But nobody has said anything so far about how I can get the captcha to work again.
Apparantly, it does work for my forum. All I want to know is how do I fix the captcha.
What is wrong with it now? How do I fix it? Anybody got an answer to that?
http://www.google.com/recaptcha/intro/index.html
https://vborg.vbsupport.ru/showthread.php?t=294633
ozzy47
07-11-2014, 06:01 PM
Thanks everybody for taking the trouble to answer, but I only just want the captcha to work again. But nobody has said anything so far about how I can get the captcha to work again.
Apparantly, it does work for my forum. All I want to know is how do I fix the captcha.
What is wrong with it now? How do I fix it? Anybody got an answer to that?
Yes someone did, Simon told you in post #4 a possibility.
Simon Lloyd
07-11-2014, 07:18 PM
Create a text file with the following code<?php
if (extension_loaded('gd') && function_exists('gd_info'))
{
echo "It looks like GD is installed";
}
?>save it as gdinfo.php, load it in your server then access it like www.mysite.com/gdinfo.php if you have gd library installed you'll get the message "it looks like GD is installed"
Sunsi
07-13-2014, 12:17 PM
Thanks for that. I'm sorry I didn't see that. I'll look into that. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.