vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - reCAPTCHA!vB (https://vborg.vbsupport.ru/showthread.php?t=151824)

invitezone 04-11-2008 05:15 PM

ok thanks a lot magnus, appreciate the reply

goku93 04-15-2008 06:52 AM

As can be installed on a forum vbulletin 3.7? Thanks
--------------
como lo puede instalar en un foro vbulletin 3.7 ?Gracias

magnus 04-15-2008 02:05 PM

Quote:

Originally Posted by goku93 (Post 1490993)
As can be installed on a forum vbulletin 3.7? Thanks
--------------
como lo puede instalar en un foro vbulletin 3.7 ?Gracias

As far as I know, vBulletin 3.7 has integrated support for reCAPTCHA which can be enabled via the AdminCP. So, there's no need for this hack on a vB3.7 installation.

goku93 04-17-2008 03:03 AM

I have not been found, and I tried a lot. : (

markblair 05-07-2008 05:53 AM

I setup reCaptcha on my vB 3.7 forum and the image verification does not appear to work in IE7. When trying to test the registration using IE7 nothing shows up where reCaptcha should be. Any idea on how to fix this? It works great using Firefox.

David_R 05-07-2008 06:33 AM

recaptcha words on wikipedia are great. can we have something like that ?

magnus 05-08-2008 12:22 AM

Quote:

Originally Posted by markblair (Post 1511292)
I setup reCaptcha on my vB 3.7 forum and the image verification does not appear to work in IE7. When trying to test the registration using IE7 nothing shows up where reCaptcha should be. Any idea on how to fix this? It works great using Firefox.


Wait.. what? You installed this hack on vB 3.7? Doesn't vB 3.7 come with reCAPTCHA included by default?

kansei 05-12-2008 09:41 PM

Quote:

Originally Posted by magnus (Post 1512173)
Wait.. what? You installed this hack on vB 3.7? Doesn't vB 3.7 come with reCAPTCHA included by default?

It does.

I'm wondering, did anyone who used this hack on 3.6 have trouble with the native recaptcha support on 3.7? 3.7 of course significantly changed the structure of the "human verification", making it more modular to support a few styles of verification. With that, it replaced the php file that was modified in this hack with a new version. I just can't get recaptcha working on my 3.5 upgraded to 3.6 upgraded to 3.7 forum but I tested and it works fine on a clean install.

pcxtreme 05-21-2008 05:23 PM

I am trying to use reCAPTCHA on a 3.6.7 vBulletin, but all I get is an empty "Image verification" space.
https://vborg.vbsupport.ru/attachmen...1&d=1211394082
What can be the cause of this misbehaviour?

[edit]: problem solved. GD was not enabled in vBulletin. Just enabling it made everything work!

David_R 05-29-2008 01:12 PM

Quote:

Originally Posted by Doctor Dan (Post 1441932)
A quick mod if you want to restore the "image verification" frame around the reCAPTCHA panel, just like how vBulletin's standard CAPTCHA panel appears:

In the template register find:

Code:

$imagereg

and replace it with:

Code:

<fieldset class="fieldset">
        <legend> $vbphrase[image_verification] </legend>
        $imagereg
</fieldset>


You can also center the reCAPTCHA panel within the frame by adding a "<center>" tag:

Code:

<fieldset class="fieldset">
        <legend> $vbphrase[image_verification] </legend>
        <center> $imagereg </center>
</fieldset>


- Dan

I have patched my register.php file but cannot find the words $imagereg

Instead I have found this:

Code:

if ($vbulletin->options['regimagecheck'] AND $vbulletin->options['regimagetype'])
        {
                $imagereg = recaptcha_get_html($vbulletin->options['recaptcha_publickey'], $error);
        }
        else
        {
                $imagereg = '';
        }



All times are GMT. The time now is 02:34 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.01471 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete