vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Captcha doesn't work (https://vborg.vbsupport.ru/showthread.php?t=312488)

Sunsi 06-27-2014 08:05 PM

Captcha doesn't work
 
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/50...g-Spam-Is-Over

Sunsi 06-28-2014 10:43 AM

Quote:

Originally Posted by ForceHSS (Post 2504114)
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

Quote:

Originally Posted by Sunsi (Post 2504224)
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/50...g-Spam-Is-Over

Simon Lloyd 07-11-2014 02:16 PM

Check my answer to that question here https://vborg.vbsupport.ru/showpost....17&postcount=4

Max Taxable 07-11-2014 03:35 PM

Quote:

Originally Posted by Sunsi (Post 2506394)
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

Quote:

Originally Posted by Sunsi (Post 2506429)
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

Quote:

Originally Posted by Sunsi (Post 2506429)
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 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. :)


All times are GMT. The time now is 02:12 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01160 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete