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 |
#132
|
||||
|
||||
Quote:
|
#133
|
|||
|
|||
How do I get the undesirable user to logout so that he will be affected when he logs back in.
I've tested this on a new user act. and it works great. However the undesirable user is now in the Miserable Users group and is still posting. It seems to only work when a user logs back again. I'm assuming this has to do w/ the users cookies. Please help or give me some insight on how to make this bastard miserable once and for all. thanks, Elmer |
#134
|
|||
|
|||
Problem for me was the browser I was using to copy the code (I think). Its working under 3.0.5 p1. BTW, test user is in secondary group.
|
#135
|
||||
|
||||
I like the way the older version worked. This version requires that I edit the phpinclude_start in all of my styles, where as all I had to do with the older version was go into their profile and check the "Miserable Users" box and it's done.
I wouldn't call this hack a revision ... it's nothing close to what zzed did because you didn't come close to the through work he did with his version. This is nothing but a Mini Mod, or a template hack... |
#136
|
||||
|
||||
works great for me I just add this hack to it https://vborg.vbsupport.ru/showthrea...3&page=2&pp=15
but yea if they clear ther cookies they could reg under another name. I wonder if ther is a way of setting this up with ther ip add |
#137
|
|||
|
|||
lol sounds good ..
|
#138
|
|||
|
|||
Pretty helpful, although I need it to work with IPs and not userids...
|
#139
|
|||
|
|||
Ok there's a quick and very dirty way to go with IPs, provided you have just a few users you want to do this to:
find Quote:
Quote:
you can add any number of IPs inside, provided you separate them with '||' (php for "OR") example Quote:
It would have been much better if the IPs were extracted form the user profiles but I'm really not familiar enough with vB to be able to do code it... |
#140
|
|||
|
|||
does this work with 3.0.6?
|
#141
|
|||
|
|||
is there a way to use this for both IPs and usernames? I would prefer to do it via usernames with the option to do IPs as well.
Thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|