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)

pcoskat 03-22-2008 12:30 PM

Will this be upgraded for 3.7?

Jeff66 03-24-2008 12:32 AM

Quote:

Originally Posted by pcoskat (Post 1471551)
Will this be upgraded for 3.7?

3.7 has a similar function as standard.

The delete posts as spam function will give you the option to delete all posts by the user and ban the spammer.
It's not as comprehensive as this mod, but it does make it much easier to clean up spam.

furnival 03-25-2008 08:49 AM

Thanks, great mod. Would be good to have options to ban user for a limited amount of time only, just like in the admin cp.

diola 03-30-2008 02:56 AM

Works fine at my 3.7 board. I have just a question:

How can i put an ban time selection on the ban reason form?

Mikecp421 03-31-2008 12:28 AM

I have the banlist hack in too and it doesn't post the user and reason to that, is there a reason?

v12kid 04-07-2008 02:00 AM

installed and working like a charm, thanks

mindfrost82 04-07-2008 12:13 PM

I have this setup so super moderators can use it. They have the ability to delete posts and threads in any forum, but when they use this tool it doesn't appear to ban the IP address. Are admins the only ones that can ban the IP address?

toucan42 04-07-2008 07:13 PM

doesnt nuke blog posts (didnt notice till now) but also might just be for vb3.7 this isnt handled.

transparent 04-16-2008 03:00 AM

Installed on 3.6.8 and it works perfect. I just taught my mods how to use it!

I love this mod!!!!! Thx alot ; )

ams3521 04-18-2008 09:31 PM

Doesnt worrk in my dropdown menu either , I see theres a couple of posts on here with the same problem but no solution, great hack non the less.

d3v1L 04-21-2008 12:35 AM

hi, I installed this mod... It works great some times but some times it says "This user is protected. You may not use this tool on this user." even on users who have just registered. I tried disabling the 30 day user limit. I just cant ban some members because of it says user is protected. any ideas? m using vb 3.6.7 pl 1

thestaton 04-21-2008 12:59 AM

thank you so much for an excellent mod.

TheFrienzNet 04-23-2008 05:49 PM

Installed, thank you very much :)

1230 04-24-2008 03:46 AM

Hi,
I when confirm clean user.
Show below message.
Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

what i do?
i'm admin.

Mark.B 04-24-2008 08:00 PM

I don't use this mod, so I have *no idea* if this will work, but try this:

In template "onetouchban" find:
Code:

<input type="hidden" name="userid" value="$banuserid" />
Add after:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

fib 04-24-2008 09:46 PM

to 1230 and Mark B and others

with the advent of the new security token I had to alter this
I was going to wait and will upgrade when it comes but if anyone else has the issue I took the plugin and found the form that was not passing the new token and added

Quote:

<form action="misc.php" method="post" name="spamconfirm" id="spamconfirm">
$message
<input type="hidden" name="do" value="dospamclean" />
<input type="hidden" name="userid" value="$banuserid" />
<!-- ADD here -->
<center><input type="submit" class="button" value="$vbphrase[onetouchspamban_confirm_button]" /></center>
</form>
and added into the form

Quote:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

then re upload the product allowing overwrite

sorry if I seem eager but I need this to work before the others come in in the am

ta

klaush 04-24-2008 10:18 PM

Does not work on .10

Another idea?

Thanks!

Mark.B 04-25-2008 03:49 AM

Quote:

Originally Posted by fib (Post 1498626)
to 1230 and Mark B and others

with the advent of the new security token I had to alter this
I was going to wait and will upgrade when it comes but if anyone else has the issue I took the plugin and found the form that was not passing the new token and added



and added into the form




then re upload the product allowing overwrite

sorry if I seem eager but I need this to work before the others come in in the am

ta

Yes, that's basically the same as what I've suggested, except it's easier on an existing installation to do it my way as you simply amend the template.

Mark.B 04-25-2008 03:50 AM

Quote:

Originally Posted by klaush (Post 1498645)
Does not work on .10

Another idea?

Thanks!

Hmm, it has worked for someone over on vbulletin.com, which is where I originally posted it. Both the methods above are essentially the same thing.

fib 04-25-2008 11:12 AM

Now I read yours I know they are the same thing
I by passed your post after it said you do not use the mod - mistake I know looking at the number of posts you have

It is working on 10 for me doing the fresh install................................

tekguru 04-26-2008 04:47 AM

To fix the security issue edit the template to add :

PHP Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 

after:

PHP Code:

<form action="misc.php" method="post" name="spamconfirm" id="spamconfirm"


BigDog56 04-30-2008 01:35 AM

Works now, thanks!

bplinson 04-30-2008 06:40 AM

Fix works great.

adblaze 05-02-2008 12:06 AM

Is this working with 3.7. I have no menu options in posts for the one click options after upgrading.

Black Tiger 05-02-2008 10:09 PM

I have it installed on 3.7, did not test it yet, but I did implement the template modification as suggested by Mark.B.
Great mod and Mark, thanks for the explanation!

weitalia 05-04-2008 07:01 AM

1 Attachment(s)
this version works on 3.7
i only add the line for securitycode on form template

BigDog56 05-04-2008 07:29 PM

When i updated to 3.7, it stopped working. I un-installed it, re-installed it, works fine now. thank you! (I don't have a link in the profile of the member anymore, but just in the drop-down menu.)

gabrielt 05-05-2008 09:08 PM

In order for this mod to show up on the member's profile page on vBulletin 3.7 you need to edit the following template and add the code in red:

Member Info Templates, MEMBERINFO

Code:

<if condition="can_moderate()">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
</if>

I hope this helps other people on the same situation.

Cheers,
Gabriel Torres

BigDog56 05-05-2008 10:08 PM

Quote:

Originally Posted by gabrielt (Post 1509822)
In order for this mod to show up on the member's profile page on vBulletin 3.7 you need to edit the following template and add the code in red:

Member Info Templates, MEMBERINFO

Code:

<if condition="can_moderate()">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
</if>

I hope this helps other people on the same situation.

Cheers,
Gabriel Torres

Got it, works, thank you!

nova4708 05-08-2008 08:25 AM

I tried using this on a spammer, and it said it was going to use the action against MY ADMIN ACCOUNT! It was trying to delete the ADMIN, not the SPAMMER!

I'm using 3.7

I would not recommend this product!

AdrianH 05-08-2008 09:52 AM

Quote:

Originally Posted by nova4708 (Post 1512512)
I tried using this on a spammer, and it said it was going to use the action against MY ADMIN ACCOUNT! It was trying to delete the ADMIN, not the SPAMMER!

I'm using 3.7

I would not recommend this product!

Don't see how that is possible as it will only point to the user id that you have chosen.

I tested this today by creating new 5 users and adding some posts by each of them,it worked perfectly every time.

Providing you add the template edits for v3.7 listed in this thread there should be no problem.

cash7c3 05-10-2008 04:52 AM

So after a recent upgrade to 3.6.10 this tool no longer works. I have tried uninstall, reinstall, checked for security token, etc etc and I always get this message.
Quote:

This user is protected. You may not use this tool on this user.
any ideas or suggestions?

Gersfan 05-11-2008 11:39 AM

It's not working on my profiles or dropdown box either,

Any Help?

I'm using 3.7

Thanks,

AdrianH 05-11-2008 12:23 PM

Quote:

Originally Posted by Gersfan (Post 1515901)
It's not working on my profiles or dropdown box either,

Any Help?

I'm using 3.7

Thanks,


The answer is already given in this thread at least 3 times, you need to add the security token and edit a template.

AdrianH 05-11-2008 12:24 PM

Quote:

Originally Posted by cash7c3 (Post 1514614)
So after a recent upgrade to 3.6.10 this tool no longer works. I have tried uninstall, reinstall, checked for security token, etc etc and I always get this message.


any ideas or suggestions?

Read back through this thread ,the answer is given by a few members already.

tekguru 05-11-2008 02:49 PM

Working fine for me in 3.7.0 so far.

cash7c3 05-12-2008 04:28 AM

Quote:

Originally Posted by CareyCrew (Post 1515947)
Read back through this thread ,the answer is given by a few members already.

didn't i say that i'd added the security token?

PHP Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 

thanks for the suggestion though, I read back through 16 pages and haven't found the source of my problem ;)

fib 05-13-2008 06:01 AM

I dont want to claim I am right but if the user is protected it is pehaps because they are part of a group that is or that they have made enough posts to be beyond the number of posts it is relevant for - or is that another tool I use?

just thoughts no time to check now but can in a few hours if you still have an issue

Gersfan 05-13-2008 07:33 AM

What's the sercurity token fix?

I've made the template edit alright,

cash7c3 05-14-2008 02:26 AM

Quote:

Originally Posted by fib (Post 1517968)
I dont want to claim I am right but if the user is protected it is pehaps because they are part of a group that is or that they have made enough posts to be beyond the number of posts it is relevant for - or is that another tool I use?

just thoughts no time to check now but can in a few hours if you still have an issue

usergroup trying to ban isn't protected, disabled the maximum time. no luck, completely stumped on this one, no idea why it stopped working. even gone as far as manually installing instead of installing from xml, same thing . . . thanks for the suggestions :)

edit fixed
somehow after upgrade ended up with two onetouchban templates -- one in the normal location after new posting templates and the other in custom templates section. Got rid of the double now working fine in case anyone runs into the same prob


All times are GMT. The time now is 04:36 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.02739 seconds
  • Memory Usage 1,831KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_php_printable
  • (12)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