vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Anti-Spam Options - Spam Decimator (https://vborg.vbsupport.ru/showthread.php?t=271057)

DoubleGlasses 01-09-2013 06:20 AM

1 Attachment(s)
Hello All,

So I've tried to implement the code in Post 36 based on the request in Post #20. I was able to drop the code in and get the spam button. But when I click on it - the user id isn't passed in.

The userid, threadid, and postid url parameters are blank...

I too am in a situation where someone went nuts adding spam blog posts but no forum posts.

risestar 11-23-2013 11:01 PM

I upgraded to 4.2.2 and this seems to be working ok

sv1cec 11-25-2013 10:40 AM

I installed it in 4.2.2 and it works OK, but I have noticed the following issues:

1. The program doesn't move the deleted posts in the forum designated in AdminCP.
2. While in AdminCP, I have set it to not send emails to spammers, that option still appears in the Decimator window, as well as the option to email webmaster. If these options are set to "No", in AdminCP, they should not appear at all, in the Decimator window.

Finally, one request: I would love to see the spammer IP address added at the beginning of the "Banned IP addresses" list. That should be controlled by an AdminCP option.

Hostboard 11-26-2013 03:50 AM

I re-released this here (very minor update):
https://vborg.vbsupport.ru/showthread.php?t=294660

Then released a much larger/sophisticated version here:
https://vborg.vbsupport.ru/showthread.php?t=301466

If you post your ideas we will consider implementing them within SA.

Ronya 12-11-2015 02:43 PM

Quote:

Originally Posted by lazytown (Post 2384832)
This code is not working in 4.2. It seems like it should, but it pops open a spam decimator window with empty strings for userid, postid, etc.

To fix post#36 just change {vb:raw post.userid} to {vb:raw memberinfo.userid}

SuperTaz 02-07-2017 07:03 AM

Any word on if this mod will be updated?

MarkFL 02-07-2017 07:32 AM

Quote:

Originally Posted by SuperTaz (Post 2581990)
Any word on if this mod will be updated?

One of the sites I help with (vB 4.2.3) uses this product, and the only issue I had with it was the position of the spam-decimator button, which I fixed with a plugin hooked at "parse_templates" with the code:

PHP Code:

global $vbulletin;

if (
$vbulletin->options['sd_enabled'] AND in_array(THIS_SCRIPT, array('showthread''private')))
{
    
$template_hook['headinclude_css'] .= '<style>.decimator_link {height: 0 !important; padding: 0 !important;} .decimator_link img {position: relative !important; height: 15px !important; margin-right: 10px !important;}</style>';



SuperTaz 02-08-2017 06:01 AM

I need it to delete over 3000 blog spam posts. Can this mod do that?


All times are GMT. The time now is 05:56 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.01091 seconds
  • Memory Usage 1,734KB
  • 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_php_printable
  • (2)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
  • (8)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