The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
One-touch Spam Ban and Cleanup Details »» | |||||||||||||||||||||||||||||||||||||
*** Staff note: The author of this modification has passed away in a diving accident. We wish his family all strength in dealing with this tragic issue. ***
One-touch Spam Ban and Cleanup The main purpose of this mod is to clean up after a spammer. With a minimum of fuss it will:
See the screenshot for the various options, but some of the more interesting ones are:
Download and import the .xml file via AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product. Remember to click overwrite if upgrading Configuration Once installed, check in your AdminCP under "VBulletin settings" and look for the configuration group called "One-touch Spam Ban & Cleanup Options". The default options should be fine for most people. How to use If you have rights to use this tool (i.e. are an admin or moderator, or have configured it for the relevant user or group ID) you should see the option appear on the member profile page, or in a drop-down on the postbit (see attached screenshots for an example). The idea is that as soon as you see a spammer select the "One-touch Ban & Clean" option to remove all trace of the spammer. Support Support will be given to those who have:
1.0 - initial version (28.08.2007) 1.1 - security fix (21.09.2007) 1.2b - Beta Fix to work with vb3.7.0 (20.05.2008) Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
TAIFUN_T |
Comments |
#312
|
|||
|
|||
using this mode does not move users to the banned category - check your banned users and you will not find those that you banned using this mode - search for the users using search option and you'll find them being banned but the user category will not be updated.
Also I found that there is a mistake in this query of the plugin: $vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "userban (userid, usergroupid, displaygroupid, usertitle, customtitle, .... this should be customtitle, usertitle,.. also the corresponding values should be moved too if any one fixed this problem please let me know |
#313
|
||||
|
||||
Same here.
|
#314
|
|||
|
|||
Quote:
and If I understood correctly: you want to change from: Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "userban (userid, usergroupid, displaygroupid, usertitle, customtitle,...) values (... value_usertitle, value_customtitle,...) Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "userban (userid, usergroupid, displaygroupid, customtitle,usertitle, ...) values (... value_customtitle,value_usertitle...) the link to use one touch and ban from the profile has dissapeared, so I did a modification: like Quarterbore said , you should find: Code:
<if condition="can_moderate()"> <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li> </if> Code:
<!-- one touch modification --> <!-- insert_onetouch --> <!-- one touch modification --> Code:
if (THIS_SCRIPT == 'member' AND $vbulletin->options['spamer_ban_enable'] AND (is_member_of($vbulletin->userinfo, explode(",", $vbulletin->options['spamer_ban_can_use'])) OR ($vbulletin->userinfo['userid'] != 0 AND in_array($vbulletin->userinfo['userid'], explode(",", $vbulletin->options['spamer_ban_can_use_user']))))) { $findend = "<!-- insert_onetouch -->"; $replace = '<li class=\"thead\"><a href=\"misc.php?$session[sessionurl]do=spamcleanconfirm&u=$userinfo[userid]\">$vbphrase[spammer_ban_member]</a></li>'; $vbulletin->templatecache['MEMBERINFO'] = str_replace("$findend", "$replace$findend", $vbulletin->templatecache['MEMBERINFO']); } |
#315
|
|||
|
|||
Quote:
Code:
<if condition="can_moderate()"> <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li> </if> Code:
<if condition="$show['edit_profile']"> <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li> </if> |
#316
|
|||
|
|||
Quote:
i hope he will rest in peace and my condolences to his fam the modification is excelent and its a great loss that he had a accident specially with such a great hobby as diving these kind of modifications should be nominated as mod of the year |
#317
|
|||
|
|||
will this work with 3.7.4?
|
#318
|
|||
|
|||
yes. just do the changes stated a few posts back.
|
#319
|
|||
|
|||
*sigh*
Condolences go out to him and his family, thanks for the mod, even though I can't get it to show up on my postbit. |
#320
|
|||
|
|||
Im runing vbulletin 3.7.4 and it doesnt work with it . I added the addon patch for v3.7.0 but still nothing.
Will you please make it work for my version |
#321
|
||||
|
||||
It would be nice if a 3.7 version would be released making use of vbulletin's functions to clean up spam quickly. vbulletin allows for multiple spammers to be banned and cleaned up in one go. But vb's interface is not as easy / one touch as this one.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|