vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Moderators Functions - One-touch Spam Ban and Cleanup (https://vborg.vbsupport.ru/showthread.php?t=156444)

ekool 03-06-2009 08:05 PM

I believe the hooks are present for this to be a non template modification hack, just needs someone to do it :)

AshleyTwo 03-10-2009 09:43 AM

Quote:

Originally Posted by blaize (Post 1748207)
Sorry to hear about the mod writer's passing RIP. This is a great mod. I've installed it on a 3.8 board and it seems to be running fine. I just followed the configuration option here and manually edited the MEMBERINFO template to get it showing on the member's profile page.

I searched for
Code:

<if condition="$show['edit_profile']">
                                                <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                        </if>

And after it added

Code:

<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
I don't know if that will work for everyone but it certainly worked for me.

Thanks very much, that worked wonders :)

Fungsten 03-10-2009 04:54 PM

Quote:

Originally Posted by blaize (Post 1748207)
Sorry to hear about the mod writer's passing RIP. This is a great mod. I've installed it on a 3.8 board and it seems to be running fine. I just followed the configuration option here and manually edited the MEMBERINFO template to get it showing on the member's profile page.

I searched for
Code:

<if condition="$show['edit_profile']">
                        <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                    </if>

And after it added

Code:

<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
I don't know if that will work for everyone but it certainly worked for me.

Worked for me too! Thanks!

romaszek 03-19-2009 07:37 AM

hi, how do to hide One - touch Spam Ban and Cleanup in profile administrator and moderator?

csoroner 03-21-2009 05:11 PM

Just now used this mod on a 3.8.0 board and it worked great!

Nice work and very sad as well....

GSeybold 03-21-2009 11:41 PM

getting more spam lately, didn't have any for while. Also getting spams through PM

Nicolas Kabalal/Appeal for Assistance. the email address is nickabala@yahoo.com and uses nicholas2009. Phone number attached is +22566807975 and is looking for a financial agreement

mme42 03-23-2009 09:06 PM

Sorry to hear about mfyvie. That is truly sad. :( I've used this mod on boards before as a moderator and love it. And, thanks for trying to keep it going r5e. I'm sure your brother would be glad.

I've installed it on 3.8.1 and it's working great. My other Admins have asked if there's any way to show the IP and email address of the spammer. Does anybody know of a way to hack this so that it shows the username, IP address, and email address on the last screen where it says "user has been banned"?

Thanks and sorry again about the original coder :(

stanleys 04-01-2009 10:11 PM

Does anyone know how to update the mod so it removes visitor messages as well?

JohnChapman 04-08-2009 03:56 PM

Quote:

Originally Posted by blaize (Post 1748207)
I searched for
Code:

<if condition="$show['edit_profile']">
                                                <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                        </if>

And after it added

Code:

<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>

I'm on 3.8.1 PL1, and other than the label being called "edit_user_profile" rather than "edit_profile"; worked like a charm. Nice Mod, sorry to hear about the loss of the author and a fellow diver.

Fungsten 04-14-2009 04:55 PM

I haven't read through all the posts so sorry if this has already been asked. I logged into a test account I have, and the "One Touch Ban" showed up in other user profiles. Has anyone else seen this? :confused: :(

Fergal C 04-15-2009 03:23 PM

Deepest sympathies to the Mod author's friends and family. I've used this Mod for quite some time and it has saved me a huge amount of time when it comes to deleting junk from my forum.

Thanks to Outbackmark and Blaize for providing the code to make this excellent Mod work in 3.8.

Fergal C 04-15-2009 03:25 PM

Quote:

Originally Posted by Fungsten (Post 1791205)
I haven't read through all the posts so sorry if this has already been asked. I logged into a test account I have, and the "One Touch Ban" showed up in other user profiles. Has anyone else seen this? :confused: :(

I also see it, when I log in with a test account. However, when I try to ban and clean from a test account, it tells me I don't have permission to do so - which is a good thing obviously.

Fungsten 04-16-2009 06:25 PM

Quote:

Originally Posted by HostBidder.com (Post 1791819)
I also see it, when I log in with a test account. However, when I try to ban and clean from a test account, it tells me I don't have permission to do so - which is a good thing obviously.

Thanks. How can it not show at all?

gbox master 04-20-2009 07:17 PM

edit
fx my problem with reinstall

john h 04-24-2009 08:18 AM

working on 3.8.2

johnrizz 05-15-2009 06:59 PM

It would be a nice add on to see the users email address be banned along with its IP address also! Anyone know how to do this?

mme42 05-16-2009 04:34 AM

Quote:

Originally Posted by stone0075 (Post 1811453)
It would be a nice add on to see the users email address be banned along with its IP address also! Anyone know how to do this?

Banning the IP address is in the options for the product.

AdminCP > vBulletin Options > One-touch Spam Ban and Cleanup Options > "Should the IP address of the spammer also be added to the banned IP list?" = yes

As for banning the email address, just make sure that you a requiring a unique email address for each user in the standard vb user registration options. Then once they are banned, the email address that they were using can't be used again. It doesn't actually add it to the banned list, but it achieves the same thing.

AdminCP > vBulletin Options > User Registration Options > Require Unique Email Addresses = yes

Farman 05-27-2009 09:33 AM

Quote:

Originally Posted by blaize (Post 1748207)
Sorry to hear about the mod writer's passing RIP. This is a great mod. I've installed it on a 3.8 board and it seems to be running fine. I just followed the configuration option here and manually edited the MEMBERINFO template to get it showing on the member's profile page.

I searched for
Code:

<if condition="$show['edit_profile']">
                                                <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                        </if>

And after it added

Code:

<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
I don't know if that will work for everyone but it certainly worked for me.

Thanks bro, its solved my prob!

BadgerDog 06-07-2009 11:02 AM

Quote:

Originally Posted by blaize (Post 1748207)
Sorry to hear about the mod writer's passing RIP. This is a great mod. I've installed it on a 3.8 board and it seems to be running fine. I just followed the configuration option here and manually edited the MEMBERINFO template to get it showing on the member's profile page.

I searched for
Code:

<if condition="$show['edit_profile']">
                                                <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                        </if>

And after it added

Code:

<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
I don't know if that will work for everyone but it certainly worked for me.

I'd like to add this to the member's profile as well, but I'm using v3.67 ....

Any idea what to look for and where to add to do this?

Thanks for any help ... :)

Regards,
Badger

atcspaul 06-18-2009 10:47 AM

it already shows up in the profile page without any changes, its under the statistics of the member only if they have posted at least once.

algert 06-19-2009 01:48 PM

Does this mod works fine on vB 3.8.x?

mme42 06-19-2009 03:02 PM

Quote:

Originally Posted by algert (Post 1832700)
Does this mod works fine on vB 3.8.x?

Yes. And if I recall correctly, I didn't need to make the template edits suggested above to get it to show in the members profile. It's been a while since I installed it though, so maybe I did. Either way the edits are there if you need them.

algert 06-20-2009 05:36 AM

Quote:

Originally Posted by blaize (Post 1748207)
Sorry to hear about the mod writer's passing RIP. This is a great mod. I've installed it on a 3.8 board and it seems to be running fine. I just followed the configuration option here and manually edited the MEMBERINFO template to get it showing on the member's profile page.

I searched for
Code:

<if condition="$show['edit_profile']">
                                                <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                        </if>

And after it added

Code:

<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
I don't know if that will work for everyone but it certainly worked for me.

Thanks this works!

algert 06-21-2009 12:39 PM

How do I get that "one touch banned thingy" on user profile to only show for admins? or a specific userID?

Lynne 06-21-2009 01:16 PM

Put a condition around it. This should work for admins only (assuming you use the default admin usergroup).

HTML Code:

<if condition="is_member_of($bbuserinfo, 6)">
code
</if>


algert 06-21-2009 01:38 PM

Quote:

Originally Posted by Lynne (Post 1834033)
Put a condition around it. This should work for admins only (assuming you use the default admin usergroup).

HTML Code:

<if condition="is_member_of($bbuserinfo, 6)">
code
</if>


Thanks!

s-p0k 06-26-2009 10:46 PM

installed

OrangeStu 06-27-2009 02:17 PM

I have a problem, this works great - however the IP ban doesn't work, it just doesn't get added to the list :/

algert 06-28-2009 03:27 PM

Quote:

Originally Posted by OrangeStu (Post 1838442)
I have a problem, this works great - however the IP ban doesn't work, it just doesn't get added to the list :/


I tried it but its working, maybe you have switched it off, check in admincp>vb options

The Smoking Gun 07-07-2009 09:13 PM

Hello vB'er's

I downloaded and installed this but am unsure if it has been updated to work with 3.8?
I am sorry to hear of the accident and subsequent loss to the community, and do not wish to sound unfeeling with my request.

If this has been upgraded for 3.8 then what did I do wrong for the options not to show? It IS in the product list and plug-in manager page, but I have only been running this for the first time for a few days and haven't quite gotten my thumb on the pulse of the software yet.

Any recommendations?

Thanks in advance for any help with this as it is an invaluable add on, and could not imagine using vB with out it!
(I did a super moderater gig for a forum using vB for a couple of years, so I am somewhat familiar with this plug-in's use)

TSG!

mme42 07-08-2009 02:54 AM

It works for 3.8.x yes. But some people have had to make template edits to get the ban link to show up in the user's profile. It should still show up in the postbit username dropdown though. And, to be honest, when i use this tool, I use the postbit dropdown anyway. If you do end up needing to make the template edits, read back through the last few pages and you'll see what needs changed. :D

The Smoking Gun 07-08-2009 08:29 AM

Thanks so much for clarifying that,!

I usually would have read through older post for an answer, however was intimidated by the volume of posts in this thread, and couldn't waste time trying to figure out which version was being referred to, not being sure of when they were talking about 3.8.

But since you have assured it won't be a futile effort, I am happy to dive in and read through to those that apply to my application, however if I find it IS showing up in the post bit, then I am fine with using it that way as well!

TSG!

ablaye 09-03-2009 01:07 AM

Great mod. I just installed it on Health and Wellness Forum. Spammers be aware!

barcena 09-16-2009 05:39 PM

1 Attachment(s)
Hi, I have this installed on my site and worked as a charm, I guess it get corrupted or something and I unistalled and installed back, everytime I try to use the feature I will get this message:

Quote:

Your submission could not be processed because a security token was missing.
I cannot contact the Admin because I'm the Admin. Any help please?.

johnrizz 09-16-2009 06:10 PM

By far this has too be one of the best mode ever made for Vb!!! What a time saver and you have made my life EZer with this hack! RIP!!

johnrizz 09-16-2009 06:13 PM

Quote:

Originally Posted by barcena (Post 1885908)
Hi, I have this installed on my site and worked as a charm, I guess it get corrupted or something and I unistalled and installed back, everytime I try to use the feature I will get this message:



I cannot contact the Admin because I'm the Admin. Any help please?.


Did you try installing 1_1.xml and then installing 1_2.xml
That might help.... The Admin is not with up anymore!

barcena 09-17-2009 02:49 AM

Oh gosh I'm soooooooo sorry, didn't knew.

Yes I did installed first and then second and now I don't have that message but when I click on the "Confirm" buttom it won't do anything, any idea on why?. Is like the form doesn't have a destiny, it doesn't even have the <form> </form> tags.

barcena 09-17-2009 04:16 PM

Any help pals?

Lynne 09-17-2009 05:03 PM

Quote:

Originally Posted by barcena (Post 1886479)
Any help pals?

The fix is posted in this thread, you just need to read the thread or do a search on the words to find the posts in this thread.

barcena 09-17-2009 11:30 PM

Sorry I'm not gonna read 27 pages, thank you anyways.


All times are GMT. The time now is 09:40 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.02981 seconds
  • Memory Usage 1,843KB
  • 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
  • (12)bbcode_code_printable
  • (2)bbcode_html_printable
  • (15)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
  • (40)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