The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Miserable Users for vB3 Details »» | ||||||||||||||||||||||||||
Miserable Users for vB3
Version: 1.01 vB-version: 3.0.0 Developer: KuraFire (original for vB2: Zzed) Install-difficulty: Easiest File edits: 0 Template edits: 1 (phpinclude_start) Description of the Hack: The Miserable Users Hack for vB3 is an upgrade from Zzed's hack for vB2. The vB3 version is streamlined and works without any file edits. It is purely template based. Templates modified for this Hack: phpinclude_start (the above was generated via the Hack Tracking Log, soon to come) 1.01 update: January 5th, 3:10 pm CET Instead of a custom check for the usergroup data to see whether the user is a Miserable User, vB3's function is_member_of() is being used now, cleaning up the code even more. Here's what the Hack does: (original Hack thread) This Hack will allow you to drive away people from your board without banning them. As explained by Zzed, the author of the original (vB2) hack: Quote:
TO INSTALL: 1) Create a new membergroup, and name it Miserable Users. Give them no particular permissions if you want, as you can use it as a secondary group (so you can effectively give them 0 permissions whatsoever). Note: make sure to note down the Membergroup id ! 2) Put this code at the top of your phpinclude_start template: Note: fill in the membergroup id from step 1 where it says "$miserableid = 8;" (replace the 8 with your id number). PHP Code:
Done! Note: this Hack will come in an HTL* package once the HTL is finished. Toning Down The Pain: You'll find that this hack is a bit rough on people, and may be getting too obvious. If you want to tone it down, here's what you can do: Toning down the page load delay: This line: PHP Code:
Toning down the % chance disabling of the Search engine: This line: PHP Code:
Toning down the chance of a Server Too Busy error: This line: PHP Code:
Toning down the chance of a blank page: This line: PHP Code:
Increasing the chance of getting a normal page: This line: PHP Code:
Toning down the chance of a refresh to Forum home: This section: PHP Code:
Hope you guys enjoy this update of the excellent hack by Zzed, with the improvements I've made to it for higher maintainability (and, no file edits ). Show Your Support
|
Comments |
#152
|
|||
|
|||
very nice bro, and easy!
|
#153
|
|||
|
|||
Very nice hack, it works, but I have a little problem : the "Server too busy" page never comes.
I have tuned the code to make it appear, but instead of showing me a "Server too busy" page, it comes blank. Any idea ? |
#154
|
|||
|
|||
When i move a user to the group "miserable users" this figures as a BANNED GROUP and the Reputation icon on postbit disappear. exist any way to show the reputation icon on the postbit of users in the usergroup "Miserable".
I want to hide any "evidence" to all forum that show thats this users are "banned" or some likely. |
#155
|
|||
|
|||
@ LambHyjoo
I can confirm that. If I´m not totally wrong it´s a bug. Seems you cannot call "print_standard_error" from within a template (I think that nees a require_once(include/functions.php)) But I´ve no clue on how to fix that. By the way I dont get a blank page, but some impressing random garbage. @flee2 Do not move the user, just add him/her to the misserable user group or change the miserable group settings. |
#156
|
|||
|
|||
ok, how i do to super moderators to "ban" the users, if i put that is not a banned group, the option to "move" or "add" the miserable users group don't appear.
|
#157
|
|||
|
|||
@ LambHyjoo
my idea was wrong to fix it replace Code:
echo ' '; Code:
echo ''; just above the sleep call. @ flee2 I see, admincp access is required for that. |
#158
|
|||
|
|||
Quote:
|
#159
|
||||
|
||||
Quote:
1. Chain a couple of ORs together PHP Code:
PHP Code:
|
#160
|
|||
|
|||
*Installed, thanks!
|
#161
|
|||
|
|||
hi
is there away to use the member id instead of group id multiple ids can be seperated by commas is it not a good idea |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|