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)
-   -   Administrative and Maintenance Tools - vbStopForumSpam - known spammer lookup for new registrations (https://vborg.vbsupport.ru/showthread.php?t=176481)

Bonemaro 11-24-2008 12:58 PM

Installed, thanks.

DangerousDale 11-25-2008 02:42 PM

I would like to say thanks for this mod, my forum would not be alive without it.

I have recently upgraded to vb 3.8.0 beta 3 and have the latest upgrade of this mod including the submit add on and all is working perfectly.

Thanks again ;)

rapidity 12-01-2008 11:07 PM

To make it work in mySQL 4.0...

Replace in functions_vbsfs.php
Code:

            $sql = "SELECT DATEDIFF(NOW(), '" . $lastseen . "') AS DAYS;";
with
Code:

            $sql = "select floor((unix_timestamp(NOW()) - unix_timestamp('" . $lastseen . "')) / 86400) AS DAYS;";
That should work...

pedigree 12-02-2008 11:50 AM

Thanks rapidity, Ill look at implementing that in 0.7 if mysql < 4.1

ldkaplan 12-08-2008 03:59 PM

Pedigree,
Thanks for this great mod. We installed on our forum last week and have been able to stop 30 spammers. Our site is a family oriented site and given the graphic nature of some of this spam, your mod has been a great help.

Keep up the good work!

davewolf 12-10-2008 06:41 PM

After clicking Register i get a white screen, running 3.7.4

If you need any other info let me know.

thincom2000 12-11-2008 12:48 AM

Thanks for this mod. I have extended it to the sendmessage.php form for myself and plan on using it as a SPAM filter for our admin email accounts (using vBMS) once I get the time to code it.

pedigree 12-11-2008 09:05 AM

Quote:

Originally Posted by davewolf (Post 1682621)
After clicking Register i get a white screen, running 3.7.4

If you need any other info let me know.

This is what happens when you dont read the install instructions, specifically the bit about uploading files to your forum

Manny.Munich 12-13-2008 11:30 AM

Thanks for this great Mod. :-)

Excellent work. :up:

externalaw.com 12-17-2008 03:15 PM

I have been testing this mod on 3.8 for a little over 3 weeks.. and I have to say it is VERY VERY good.

I get logs with all actions taken and it blocks about 20 people a day, never once blocking a sincere new member...

Thank you so much!


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