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)

MediaHound 03-01-2012 09:22 PM

Thanks, will give it a whirl.

vividbreeze 03-08-2012 02:42 PM

Be nice to get a option in ADMINCP to do this to spammers. And even remove all with same iP for numerous signups

Talk Hard 03-11-2012 12:22 PM

Installed it and all my thread urls are blank white pages when enabled.

MediaHound 03-16-2012 03:42 PM

Quote:

Originally Posted by vividbreeze (Post 2307506)
Be nice to get a option in ADMINCP to do this to spammers. And even remove all with same iP for numerous signups

Yea I have spammers that only blog post and so there is not an easy way to hit a SPAM button on their "forum posts". So there is no doorway to execute this on certain people who need it. ADMINCP option is needed badly.

Hostboard 03-16-2012 04:22 PM

Quote:

Originally Posted by MediaHound (Post 2310100)
Yea I have spammers that only blog post and so there is not an easy way to hit a SPAM button on their "forum posts". So there is no doorway to execute this on certain people who need it. ADMINCP option is needed badly.

My post #20 in this thread describes this request. Post #36 describes how to do this. Still hopeing the author implements this into the core. Until then use TMS to make the changes.

dadoc 04-07-2012 09:31 PM

Great Mod no probs
Who doesn't love to hit that decimate button?

GhostHunter2010 06-04-2012 02:08 PM

i installed this on vb 4.2.0 but is not showin up the spam thing how can i make this show the spam txt on postbit thanks

Jimandbob 06-13-2012 10:46 AM

Quote:

Originally Posted by GhostHunter2010 (Post 2336488)
i installed this on vb 4.2.0 but is not showin up the spam thing how can i make this show the spam txt on postbit thanks

Same problem here, any ideas ?

Fraxter 06-30-2012 01:34 PM

Looks like the template was changed. Sorry guys i've atm no time for future updates. Everybody feel free to update the mod.

lazytown 11-25-2012 08:30 AM

Quote:

Originally Posted by hanhdn (Post 2259648)
You find {vb:raw template_hook.memberaction_dropdown_items} in memberaction_dropdown template, then add above it:


PHP Code:

<vb:if condition="$bbuserinfo[usergroupid] == 6||$bbuserinfo[usergroupid] == 7||$bbuserinfo[usergroupid] == 5||$bbuserinfo[usergroupid] == 10">
<
li class="left">
<
img src="{vb:stylevar imgdir_siteicons}/moderation.png" alt="" />
<
a href="#" class="spam" onclick="window.open('decimator.php?userid={vb:raw post.userid}&amp;threadid={vb:raw post.threadid}&amp;postid={vb:raw post.postid}','spam_decimator','statusbar=yes,menubar=yes,toolbar=yes,scrollbars =yes,resizable=yes,width=850,height=600'); return false;"><font color="red">Spam</font></a>
<
span class="seperator">&nbsp;</span>
</
li>
</
vb:if> 

You can change the groupid number depend on your forum;)


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.


All times are GMT. The time now is 04:28 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.01103 seconds
  • Memory Usage 1,747KB
  • 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
  • (4)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