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 - NoSpam! - an alternative to CAPTCHA images (https://vborg.vbsupport.ru/showthread.php?t=124828)

g00gl3r 05-18-2007 07:12 PM

I've installed this and although I've enabled it and have added a few questions/answers it doesn't seem to be active on the registration page. I checked the troubleshooting doc and it said to add the $code to the register template and still it doesn't seem to be working.

I do have the toptions in the admin panel but it's not showing on the registrations page.

Can you help?

g00gl3r 05-18-2007 07:14 PM

Quote:

Originally Posted by Stifmeister2 (Post 1244570)
Here's a screenshot... I even tried to edit those templates like it says in the troubleshooting but Nospam still won't appear...:o I'm clueless..:confused:

I too have nothng showing. I'm on 3.6.1

g00gl3r 05-18-2007 07:26 PM

OK sorted.

If you are logged in and have the otpion to have multiple accounts then click register to check if it's working. It doesn't show. But if you log out and then re-open your forums then click register it's there!

Sorted :)

antiekeradio 05-18-2007 08:43 PM

is there still development going on with this plugin??

i would really like to have a version in which you can set question/answer sets per installed language....

Stifmeister2 05-19-2007 03:07 PM

Quote:

Originally Posted by g00gl3r (Post 1250400)
OK sorted.

If you are logged in and have the otpion to have multiple accounts then click register to check if it's working. It doesn't show. But if you log out and then re-open your forums then click register it's there!

Sorted :)

Oh yeah works for me too.

Still if antialiasis could make it work without logging out and re-opening forums it would be even better. :)

killa101 05-22-2007 12:03 AM

Hey all. I have had this mod installed for a few months now and as I just came across this thread again I thought I would stop in to say that this is by far the best anti-spam system ever. NoSpam! pretty much makes captcha obsolete. My boards used to have major spam problems until I installed this and it solved my problems completely.

Cheers to antialiasis for an excellent mod. Keep up the good work man.

slinky 05-22-2007 03:00 PM

Unfortunately this doesn't work so well for me unless I get rid of almost the entire spam list and just include [url in it. Even if I set it for 1 post or 3 posts it still snags users with 100 posts. If I have a lot of terms in the catch it will snag dozens of posts and make the board come to a standstill. Anyone else have this challenge?

ajenterp 05-23-2007 07:29 PM

Hi Guys...

Where do I put the file to import? I have it sitting on my desktop right now... do I have to place it in a certain folder before I import it through the Admin CP?

valdet 05-24-2007 12:54 PM

This is a great add-on to confront the bots.

Can you put in an extra feature just like in phpBB, where you can insert a picture in the question field..?
Look at these two screenshots.

http://www.imagehosting.com/out.php/...8_antibot2.jpg

http://www.imagehosting.com/out.php/...7_antibot1.jpg

Thanks..

Mythor 05-24-2007 03:37 PM

To make the registration page not require the nospam question be answered if a user is already registered, you can alter the following line via the Manage Products section.
Edit the "register_addmember_process" script, the following line:
Code:

if ($vbulletin->options['nospam_onoff'] AND $vbulletin->options['nospam_use_reg'])
Change to:
Code:

if ($vbulletin->options['nospam_onoff'] AND $vbulletin->options['nospam_use_reg'] AND !$vbulletin->userinfo['userid'])
And registered members should no longer have to enter an answer to the NoSpam question (they won't see the box either).

Note: I make no promises as to how effective/safe/workable this alteration is, do it at your own risk, etc. It seems to be the way the Contact Us script is set up so it should be okay, but I am by no means an expert. :)

Hopefully antialiasis will come back with a better solution.


All times are GMT. The time now is 04:50 AM.

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.01841 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)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
  • (2)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