![]() |
|
See boys a girls, this is why you don't use phpbb3 and then get taken away from your forums by a new job on short notice.
https://vborg.vbsupport.ru/external/2011/10/13.png |
Quote:
Quote:
Quote:
Quote:
Quote:
|
Quote:
Quote:
Quote:
Thanks for your help |
Amazing MOD. Installed, nominated for MOTM. Thank you so much for this!
|
Post #36 really really needs to be implemented replacing the current SPAM link. Spammers that don't touch the forums can't be decimated :(
|
Can I use this to scan for spam and mass delete spam?
|
Quote:
Mass delete: yes |
I got a question, I want all threads/posts to be moved into a specific forum, I see there's an option to do that:
Quote:
(The id, is the number at the end of the url, when I click on the forum, right?!) Besides that, great mod, def. going to use it! |
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 |
Quote:
https://vborg.vbsupport.ru/attachmen...4&d=1317579819 It does nothing else. Double checked and working as designed. |
Good mod..thanks marked installed.
|
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. |
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; Code:
UPDATE `forum`.`blog` SET `state` = 'visible' WHERE `blog`.`blogid` >1; Code:
UPDATE `forum`.`blog_text` SET `state` = 'visible' WHERE `blog_text`.`blogtextid` =1; Code:
UPDATE `forum`.`blog_text` SET `state` = 'visible' WHERE `blog_text`.`blogtextid` >1; |
Well I just ran it again on a fresh spammer and again all my blog posts are deleted.
|
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 Code:
UPDATE `forum`.`blog` SET `state` = 'deleted' WHERE `blog`.`userid` =7870; |
Bug confirmed. I will take a look. Thanks for reporting.
|
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 :) |
ip ban. would be a perfect idea
great mod ... congrats |
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. |
Thanks, will give it a whirl.
|
Be nice to get a option in ADMINCP to do this to spammers. And even remove all with same iP for numerous signups
|
Installed it and all my thread urls are blank white pages when enabled.
|
Quote:
|
Quote:
|
Great Mod no probs
Who doesn't love to hit that decimate button? |
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
|
Quote:
|
Looks like the template was changed. Sorry guys i've atm no time for future updates. Everybody feel free to update the mod.
|
Quote:
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. |
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. |
I upgraded to 4.2.2 and this seems to be working ok
|
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. |
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. |
Quote:
|
Any word on if this mod will be updated?
|
Quote:
PHP Code:
|
I need it to delete over 3000 blog spam posts. Can this mod do that?
|
All times are GMT. The time now is 01:02 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|