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)

sheep92032 06-03-2009 12:42 AM

3.8.2

Zachery 06-03-2009 07:56 AM

Quote:

Originally Posted by sheep92032 (Post 1822456)
3.8.2

Post on vBulletin.com for support then, I promise you its there.

adiboy.net 06-05-2009 10:44 AM

does this work with 3.8.2?

mdawg 06-06-2009 09:57 PM

3.8.2 already has the reCaptcha option standard. Read your vbulletin manual for details.

OKAY - well I just switched from standard image verification to reCAPTCHA. Let's see if that makes a difference.

I've been getting a moderate amount of SPAM - maybe one post a day or so, and we ban the user, ban the IP address, and report the details to
http://www.stopforumspam.com/add
to help others.

Another thing I just modified is that I made it so that even usergroups "Users Awaiting Email Confirmation" and "(COPPA) Users Awaiting Moderation" must "Require Human Verification on Configured Actions," not just "Unregistered / Not Logged In." Maybe this will help.

sheep92032 06-07-2009 10:21 AM

I also make users post 20 posts before they can post links. After installing reCaptcha i turned the protection off. Within an hour we had 40 posts of spam. I'm guessing the spammers are paying people in some third world country to manually spam.

MRGTB 08-21-2009 08:00 PM

Does this work OK with the last version of vBulletin 3.6.12

MRGTB 08-23-2009 02:24 PM

Great hack Magnus, thanks very much. Had forum on-line one week and been getting murdered by spam. Hopefully this will help much more. Seems to work fine with vB 3.6.12

I have a question though, is it possible to install this to not replace the default vBulletin image verification system, but instead to run alongside it as the main image captcha, or as a second image captcha with the default vBulletin verification image system if you enable it for registration. Meaning you can have both displayed if you required image verification in vBulletin 3.6 during registration in the settings. And if you don't, just this is displayed instead.

gr8dude 10-21-2009 08:08 AM

I've just installed this plugin on my 3.6.0 installation of VBulletin, everything went smooth except that when I try to register I see this error:

Quote:

Call to undefined function recaptcha_get_html() in register.php line 864
I fixed the problem by doing the following
  1. Made sure the access conditions for the newly uploaded or modified PHP files were set to the same ones as the other PHP files in the same dir (in my case this was 775)
  2. Added the following line to register.php
    Code:

    require_once(DIR . '/includes/functions_recaptcha.php');

This was not in the installations steps described in the beginning, I figured it should work if I add the include manually. It works fine on my end. Thanks for offering this plugin.


I have a question: are there instructions on which modifications to apply to make reCaptcha show up when an anonymous user posts a message? I can try to derive them by studying the original example, but perhaps someone has already gone through this procedure?

TheWhite 10-24-2009 04:36 AM

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 can't get this working can someone post the before and after? regards

GTX2 11-22-2009 01:00 PM

did everything as described but can't see nothing different in register.php page...
using vb 3.6.4

TheWhite 12-05-2009 01:50 AM

no one is will to help? geeezee :S

TheWhite 01-03-2010 02:49 AM

Quote:

Originally Posted by TheWhite (Post 1905459)
i can't get this working can someone post the before and after? regards

UP!!

Zachery 01-06-2010 05:45 AM

What version of vBulletin are you running?

FamilyCorner 02-02-2010 09:44 PM

Will this work on 4.0?

Zachery 02-03-2010 05:13 PM

No it won't. vB3.8 and newer has this by default.

spankaveli 05-03-2010 04:12 PM

I can't seem to get this to work in 3.6.7 PL1

I have done uploaded the file into /includes/, made the appropriate changes to register.php and uploaded and installed the attached xml. I have enabled image registration in the admin options and what i'm getting when i try to register is an "Image Verification" frame with nothing inside of it.

ETA: In AdminCP under iamge settings my only options are No, GD and ImageMagick 6

CFCParadox 05-20-2010 12:25 AM

How do you activate it in vbulletin 3.8.2?

Zachery 05-20-2010 05:36 AM

AdminCP > vBulletin Options > Human Verification

Tortikova 07-22-2010 07:02 PM

Anyone know how can add recaptcha to form "Lost password" ?

rdavm 05-03-2011 09:51 AM

Hi Magnus,

My server dont respond to register.path nor do it respond to the install script runpatch.pl. The browser respond to open or save the file.

Are there any way to make install scripts in a PHP file instead of in a *.pl file?
My server (one.com) dont support .pl scripts

I guess I need do the manual edits but I cant find the line in the "Method B" in my install.php file, running 4.xx

Thanks!

neodesc 07-08-2011 05:29 PM

Hello,

I've been using this mod for a quite some time now and it used to get the job done until a couple of weeks ago stopped working properly.

Here's what's going on. If you pass the recaptcha everthing goes smoothly. However if you enter the wrong text you will get this message instead of a new recaptcha

Quote:

An internal error occurred: 4A792ED1857F0.AB4008B.4D7DB63
Appreciate any help ;)

Sworm 07-08-2011 07:13 PM

Use the Custom Question and you'll not receiv spammers anymore ;)

cupra 09-29-2011 08:10 PM

Quote:

Originally Posted by neodesc (Post 2218251)
Hello,

I've been using this mod for a quite some time now and it used to get the job done until a couple of weeks ago stopped working properly.

Here's what's going on. If you pass the recaptcha everthing goes smoothly. However if you enter the wrong text you will get this message instead of a new recaptcha



Appreciate any help ;)

same here, need some help with that issue...

neodesc 10-07-2011 11:31 AM

Quote:

Originally Posted by cupra (Post 2251388)
same here, need some help with that issue...

in your register.php find
PHP Code:

echo recaptcha_get_html($publickey$error); 

replace it with
PHP Code:

echo recaptcha_get_html($publickey); 

this fixes it.

cupra 10-09-2011 08:21 AM

tnx !
are you sure? i cant find recaptcha_get_html($publickey, $error); on the register.php

Zachery 10-11-2011 11:48 PM

What version of vBulletin are you using?

cupra 10-14-2011 08:29 AM

Quote:

Originally Posted by Zachery (Post 2256094)
What version of vBulletin are you using?

tnx - im using 3.6.5

arossphoto 01-13-2012 10:36 PM

I've tried installing this in 3.6.4, but like some others here I'm only getting an empty box with the title "Image Verification". I checked Image Settings and it is set to GD.

Any suggestions would be much appreciated.

Eslob 09-10-2012 08:55 AM

Great Addon ,,, thanks ..


All times are GMT. The time now is 04:50 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.01505 seconds
  • Memory Usage 1,782KB
  • 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
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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