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)

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................................


All times are GMT. The time now is 09:35 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.02270 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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