The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Warning System, Automatic Ban, Make Posts Invisible, Edit Signature/ Avatar/ Picture Details »» | |||||||||||||||||||||||||||
Warning System, Automatic Ban, Make Posts Invisible, Edit Signature/ Avatar/ Picture
Developer Last Online: May 2013
Warning System, Automatic Ban, Make Posts Invisible, Edit Signature/ Avatar/ Picture - Version 1.1
Okay, this is my private forum's custom warning/ suspension/ banning system and postbit moderator system. This is a fairly involved hack, so it is crucial that you follow the instructions closely. It would benefit experienced hackers the most. The following instructions are for an unhacked board. If you have hacked your board, or use different moderator usergroups, just make the appropriate changes. With this hack, your staff and you will be able to: 1) Add/ Substract/ Reset Warning Points for a Member from a Popup Window in Postbit. 2) When the Member has Warning Points that reach a set level (up to you), the Member will be Automatically Banned. 3) Easily View a Member's Warning Points in the Postbit. 4) Have the ability to easily Edit a Member's Avatar/ Profile Pic/ Sig/ Reputation comments from a Popup Window in Postbit. 5) Suspend temporarily or Ban permanently a Member from a Popup Window in Postbit. 6) Have 2 categories of Banned Members - ..... a) Normal Banned members where the posts all remain, and ..... b) Troll Banned members, where all the posts in this usergroup .......... i) Automatically becomes Invisible from all other members! You no longer have to manually search and delete their posts. They virtually disappear from your forums when they get put in this usergroup. Also, Troll Banned members get .......... ii) Fake 404 errors and can no longer access your site. Please be aware that this hack is designed for my private forums. If you want additional features, or customization, you have permission to do this yourself. Please do not expect me to customize this hack for your site. FWIW, I've had this system running for 2 years now (obviously with different code). Time for me to share... The installation instructions are in the HTML file in the ZIP file below. The warn.php is also in the ZIP file. Screenshots: 1. Options available with the dropdown menu for staff. https://vborg.vbsupport.ru/attachmen...chmentid=15463 2. Popup window from postbit to warn members. https://vborg.vbsupport.ru/attachmen...chmentid=15466 3. Popup window from postbit to suspend or ban members. https://vborg.vbsupport.ru/attachmen...chmentid=15465 4. Popup window from postbit to edit signature. https://vborg.vbsupport.ru/attachmen...chmentid=15468 5. Popup window from postbit to edit avatar. https://vborg.vbsupport.ru/attachmen...chmentid=15469 NOTE: You can also edit profile pictures, reputation comments, etc. but I can't be bothered making screenshots of all the features. Enjoy! With Erwin's Permision I've made an HTL Version of this hack. HTL version (thanks to Dan) here: Attached FilesWarning_System_Automatic_Ban_Make_Posts_Invisible_ Edit_Signature_Avatar.htl Normal version here: Show Your Support
|
Comments |
#232
|
||||
|
||||
aahh that sounds great. Any idea on time scale. I am only asking as i will ununistall this and install the new one when its out.
|
#233
|
||||
|
||||
I installed this on a 3.0.3 installation; after following all the instructions etc, I was able to get the menu to appear; but when I click warn user, the new window comes out blank! Is this hack compatiable with 3.0.3? Did I do something wrong?
Ok, here's what I found out after some reading... The code is looking for "warn" template, which I did not add because it was NOT included in the package. Can someone please kindly post the warn/warning template that we're suppose to add? |
#234
|
||||
|
||||
clicks install
|
#235
|
|||
|
|||
I have had the excact samt problem. But was a little confused about the post from "Zero Tolerance". Here the hole edited code-section. I hope this can help others:
Quote:
Quote:
|
#236
|
|||
|
|||
There are missing som "TABLE_PREFIX" lines ind the file warn.php
Here are my code-section (that works for me) Code:
if ($action == "doadd") { $DB_site->query("UPDATE " . TABLE_PREFIX . "userfield SET $warnfield=$warnfield+1 WHERE userid='$newuser'"); if ($warnings >= $warnpoints) { $DB_site->query("UPDATE " . TABLE_PREFIX . "user SET usergroupid=$banusergroupid, usertitle='Banned' WHERE userid='$newuser'"); } $error = "<b>Message:</b> You have warned this member!"; $show['closewindow'] = true; } if ($action == "dominus") { $DB_site->query("UPDATE " . TABLE_PREFIX . "userfield SET $warnfield=$warnfield-1 WHERE userid='$newuser'"); $error = "<b>Message:</b> You have warned this member!"; $show['closewindow'] = true; } if ($action == "doreset") { $DB_site->query("UPDATE " . TABLE_PREFIX . "userfield SET $warnfield=0 WHERE userid='$newuser'"); $error = "<b>Message:</b> You have warned this member!"; $show['closewindow'] = true; |
#237
|
|||
|
|||
for some reason I am getting a 500 error on this now. i think it was the 3.02 upgrade, but not sure when it happened
|
#238
|
|||
|
|||
This was my first attempt at installing a hack and I apparantly blew it. When I click on a users name I only get the default option instead of the hack options to ban, warn, etc.
Anyone have any idea what I did wrong. I was very careful and deliberate as I went through the instructions but must have missed something. Thanks, |
#239
|
|||
|
|||
Erwin...
1) Does this hack work for vB3.0.3? 2) Did you get your "proper warning" code added? Thanks! |
#240
|
||||
|
||||
Quote:
|
#241
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|