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)

Hostboard 01-06-2012 06:10 PM

Quote:

Originally Posted by amin (Post 2284291)
Hi

I kind like this Mod at beging but on private message there is an icon you can spam any user! one if my moderator spammed himself!!!!
sorry I have to uninstall it until this bug get fixed

I have this installed on multiple VB4 sites. The SPAM button is the exact same as the ones listed after each thread and brings up the decimator window as shown in the modifications description:

https://vborg.vbsupport.ru/attachmen...4&d=1317579819

It does nothing else. Double checked and working as designed.

Scyther 01-12-2012 05:03 AM

Good mod..thanks marked installed.

MediaHound 01-19-2012 11:45 PM

I installed the mod.
I did not visit the settings to REALLY enable blog post spam deletion.
I ran the tool against a user.
His blog spam was still there.
I figured out I REALLY needed to enable the blog spam removal.
I enabled that.
I visited the thread where the post was soft deleted of the user who I ran the tool against.
I ran the tool against him again, this time I was sure I would delete all his blog spam.
All the blog posts on my site were deleted.
I am more than pissed right now, need to restore blog table from most recent incremental rsoft backup.

BE CAREFUL WITH THIS!
Developer should patch to prevent that.

MediaHound 01-19-2012 11:59 PM

Here is a very quick and dirty fix for anyone who might do that to themself.
Restore the deleted posts to be visible:
Code:

UPDATE  `forum`.`blog` SET  `state` =  'visible' WHERE  `blog`.`blogid` =1;
and if you are happy,
Code:

UPDATE  `forum`.`blog` SET  `state` =  'visible' WHERE  `blog`.`blogid` >1;
and then restore the deleted comments to be visible:
Code:

UPDATE  `forum`.`blog_text` SET  `state` =  'visible' WHERE  `blog_text`.`blogtextid` =1;
and if you are happy,
Code:

UPDATE  `forum`.`blog_text` SET  `state` =  'visible' WHERE  `blog_text`.`blogtextid` >1;

MediaHound 01-21-2012 01:05 PM

Well I just ran it again on a fresh spammer and again all my blog posts are deleted.

MediaHound 01-21-2012 01:23 PM

Once you restore all the blog posts, you can go in and delete just the offending blog posts and comments, using a query like this
Code:

UPDATE  `forum`.`blog_text` SET  `state` =  'deleted' WHERE  `blog_text`.`userid` =7870
and
Code:

UPDATE  `forum`.`blog` SET  `state` =  'deleted' WHERE  `blog`.`userid` =7870;
just change the userid to the correct one you want to clean up.

Fraxter 01-21-2012 03:02 PM

Bug confirmed. I will take a look. Thanks for reporting.

Hostboard 02-01-2012 06:55 PM

Hopefully an update fixing this bug and re-palcement of the SPAM button as requested here: https://vborg.vbsupport.ru/showpost....4&postcount=20
can be done soon. More or less will put the finishing touches on this awsome mod :)

mrthe 02-04-2012 07:15 PM

ip ban. would be a perfect idea

great mod ... congrats

Fraxter 02-29-2012 03:16 PM

MediaHound found a huge bug which was related to blog post deletion.
I fixed and updated the mod. It's not the best solution, but for more i haven't time yet.

Sorry for the delay, i hope 2013 i can come back with more features and faster updates. Atm my real life really sucks.


All times are GMT. The time now is 01:05 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.01275 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)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
  • (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