vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   NoSpam! for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=133937)

firewoofer 01-08-2007 09:43 PM

Is it possible to use this to prevent spam on unregistered users posting? Our registration is system is 100% invite only but we have a particular forum where we allow unregistered users to post, but we are getting spammed, how can we use this to prevent that?

noreturn 01-08-2007 11:11 PM

Hi -
I just installed on 3.5.3 and I can not get the question to appear in the quick register. The field for the answer displays, but not the question. Nothing at all in front of the field for the answer.
Can some one tell me what to triple check?

It does display properly in the regular registration for me.

Thanks.

KipLarson 01-13-2007 07:55 PM

Has anyone tried on 3.52? If not I will be doing so soon and will post back my results.

As for the quick register thing... what do you guys mean by that? Is that some other hack? The only way people register on my forums is by clicking the register button. (lol)

noreturn 01-13-2007 08:00 PM

Quote:

Originally Posted by KipLarson (Post 1158321)
Has anyone tried on 3.52? If not I will be doing so soon and will post back my results.

As for the quick register thing... what do you guys mean by that? Is that some other hack? The only way people register on my forums is by clicking the register button. (lol)

Yes it's another hack.
Located Here https://vborg.vbsupport.ru/showthrea...quick+register

KipLarson 01-14-2007 09:10 AM

Tested in 3.52 and it works! Sweet Sweet Hack. I turned off the captcha image thing so it's only being protected by NoSpam! right now, will post back with my results.

noreturn 01-14-2007 12:38 PM

Is there any one who knows about this?

just installed on 3.5.3 and I can not get the question to appear in the quick register. The field for the answer displays, but not the question. Nothing at all in front of the field for the answer.

antialiasis 01-14-2007 05:56 PM

noreturn, did you definitely do the plugin edit and save it? As in did you definitely move the line saying if($nospamdo) { to above that other line I gave?

firewoofer, the hack already displays NoSpam! questions for guest posting as well, so you should have no problems.

noreturn 01-14-2007 06:27 PM

Is this what you are speaking of? Is this correct?


Code:

      $questions = explode("\n",$vbulletin->options['nospam_questions']);
      $nospamnumber = array_rand($questions);
      $qanda = explode(":",$questions["$nospamnumber"]);
      $nospamquestion = $qanda[0];
      if ($nospamdo) {
      eval('$nospamfield = "' . fetch_template('nospam') . '";');


antialiasis 01-15-2007 05:43 PM

Yes, it should be...

That plugin is definitely on global_start, right?

noreturn 01-15-2007 07:03 PM

Hi - This is what it all look like at my end.


All times are GMT. The time now is 02:23 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.01130 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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