vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Moderators Functions - Spam Decimator (https://vborg.vbsupport.ru/showthread.php?t=183244)

RaidenDAWG2 07-29-2008 06:48 PM

Quote:

Originally Posted by Spinball (Post 1585322)
The user group does not appear to be being changed to Banned when a member is banned. I have the correct user group set up in the settings.

I've not been able to recreate that one. Is it another user who's telling you that, or is it happening when you're running it?

Quote:

Originally Posted by cindy helmond (Post 1585332)
great hack but 1 question : can register users use this tool ? or only admin and moderators?
thx

It's based on usergroups you define, so if you really want to give them that power...I highly recommend you don't, but it's your choice.

Quote:

Originally Posted by Raffaele (Post 1585404)
will this work in vb 3.7.2? and btw... great add-on

Yes.

RaidenDAWG2 08-23-2008 03:18 PM

Quote:

Originally Posted by Spinball (Post 1585322)
The user group does not appear to be being changed to Banned when a member is banned. I have the correct user group set up in the settings.

Alright, I found the bug in my own copy as well. It has nothing to do with usergroups so much as it does the usertitle isn't changed. The banned group is still set properly though. I'll have a fix sometime this week.

Alfa1 08-28-2008 07:34 PM

Does this hack also ad the spammer ip to the banned ip's if the spammer is on a proxy like AOL? That would IP ban a large number of proxy users and innocent members would be affected.

Dingo14 08-29-2008 06:35 AM

nice one thanks

RaidenDAWG2 09-01-2008 04:34 AM

Quote:

Originally Posted by Alfa1 (Post 1609307)
Does this hack also ad the spammer ip to the banned ip's if the spammer is on a proxy like AOL? That would IP ban a large number of proxy users and innocent members would be affected.

At the moment, no.

-RD

irishblacknight 09-04-2008 12:01 AM

Great addon, but is there any way to change the default actions? ie. not email the user and not email the admin?

Emailing the banned user can result in stupid emails from them complaining and I'd rather just nuke them once and for all :)

fukdawrld 09-04-2008 12:55 AM

:D thanx for this

RaidenDAWG2 09-04-2008 03:09 AM

Quote:

Originally Posted by irishblacknight (Post 1614018)
Great addon, but is there any way to change the default actions? ie. not email the user and not email the admin?

Emailing the banned user can result in stupid emails from them complaining and I'd rather just nuke them once and for all :)

Easiest way is to edit the decimator_main template...ok, here's the changes...

Find:
PHP Code:

<input type="checkbox" value="1" name="DOESPAMMER" checked>Email Spammer<br>
<
textarea cols="30" rows="8" name="emailtext">
$vboptions[settingdefaultemail]
</
textarea><br>
<
input type="checkbox" value="1" name="DOWEMAS" checked>Email Webmaster<br

Replace With:
PHP Code:

<input type="checkbox" value="0" name="DOESPAMMER" disabled="disabled">Email Spammer<br>
<
textarea cols="30" rows="8" name="emailtext"  disabled="disabled">
$vboptions[settingdefaultemail]
</
textarea><br>
<
input type="checkbox" value="0" name="DOWEMAS" disabled="disabled">Email Webmaster<br


momo2 09-04-2008 12:04 PM

very nice hack, any idea why my button ( spam ) comes 2 twice ? in each posts

RaidenDAWG2 09-04-2008 02:32 PM

Were you previously using the 1.0.x series hack from vB 3.5? If so, remove the template edit that that version needed, you should be good to go :)

If not...back to the drawing board, no idea.


All times are GMT. The time now is 06:28 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.01207 seconds
  • Memory Usage 1,753KB
  • 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_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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