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)

Zachery 07-09-2008 04:02 AM

No, it works just fine.

ETDC 07-09-2008 04:16 PM

Well, not on my boards it doesn't.

CeesT 07-09-2008 08:52 PM

Quote:

Originally Posted by ETDC (Post 1571137)
Well, not on my boards it doesn't.

The default (build-in VB-3.7) reCAPTCHA works fine, this plugin is not required anymore for VB as it is build in the VB-code now.....

ETDC 07-09-2008 09:31 PM

Managed to get it to "work" on one board. What's the deal with the sound though - are they playing satanic messages to the hard of hearing?... :down:

Masked Crusader 07-10-2008 09:12 PM

Alright, did all of the code edits in the register.php file, uploaded the XML and function PHP file, and NOTHING is there when I go into the registration page.

Underneath the header title "Image Verification" there is nothing but white space.

Any suggestions or help would be appreciated.

maniacop 07-13-2008 03:00 PM

Hello could somebody guide me how to enable this recaptcha thing??
i tought all you have todo was create an acount with them goto ACP-vbulletin options-Human verification and enter the registration info but it doesnt give me any options there to do this...

http://img90.imageshack.us/img90/561...icationjg0.jpg
http://img90.imageshack.us/img90/561...4fe5966582.jpg

using vBulletin 3.7.2 PL 1
Help please!

Zachery 07-15-2008 03:45 AM

THIS MODIFICATION SHOULD NOT BE USED WITH VBULLETIN 3.7 AS IT IS A DEFAULT FEATURE.

Please stop using it.

maniacop 07-15-2008 04:27 AM

Quote:

Originally Posted by Zachery (Post 1575619)
THIS MODIFICATION SHOULD NOT BE USED WITH VBULLETIN 3.7 AS IT IS A DEFAULT FEATURE.

Please stop using it.

Ok i understand that but thats my question how can i enable this??

Thank you.

Nevermind, i know how now... but thanks

Juvefan 07-19-2008 11:50 PM

How can i integrate this mod with quick register mod??
This is the php code of quick register with image verification

Code:

if (!$vbulletin->userinfo['userid'] AND $vbulletin->options['quickregister_active'] == 1)
{
    if (($vbulletin->options['quickregister_imgver']) AND ($vbulletin->options['regimagecheck'] AND $vbulletin->options['regimagetype']))
    {
        require_once(DIR . '/includes/functions_regimage.php');
        $imagehash = fetch_regimage_hash();
        eval('$imagereg = "' . fetch_template('imagereg') . '";');
    }
    else
    {
        $imagereg = '';
    }

    $show['guest'] = true;
    eval('$quickregister = "' . fetch_template('quick_register') . '";');
}


Zachery 07-20-2008 01:45 PM

THIS MODIFICATION SHOULD NOT BE USED WITH VBULLETIN 3.7 AS IT IS A DEFAULT FEATURE.

Please stop using it.


All times are GMT. The time now is 11:42 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.01171 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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