The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBStealth 2.0 Details »» | |||||||||||||||||||||||||
vBStealth 2.0
(by Martin64, martin64@vbhackers.com) [about] vBStealth is a hack that prevents trouble makers from spreading their stupidity at your board and it does that by hiding their threads, making their posts magically disappear and helping the world by ignoring their pityful private messages. These users are unaware that they are ignored; their threads and posts show up normally when they're viewing them - only admins, mods, stealth banned users and guests are able to see these. Mhuahahah! vBStealth was initially based on Frank's "Secretly ban a user" hack (https://vborg.vbsupport.ru/showthrea...threadid=36205) but is much more advanced and is is taking the idea of putting users on ignore further. This hack makes the secretly banned users even more secret - they have been stealth banned! *LOL*, please forgive me for naming the hack that. [what it does] - Threads and posts before the user was banned will show up, but threads and posts after the user was banned will be hidden to everyone but admins, mods, stealth banned users and guests. - Hides threads in forumdisplay started by stealth users to everyone but admins, mods, stealth banned users and guests. - Hides posts in showthread by stealth users to everyone but admins, mods, stealth banned users and guests. - Ignores private messages sent by stealth users. - Gives the option for moderators to either set a regular ban or a stealth ban in the Mod CP. - Moderators are able to unban stealth banned users in the Mod CP. - Skips updating the count post, last poster name and date for stealth banned users in forumdisplay and forumhome. - Hides stealth users threads and posts when searching to everyone but admins, mods, stealth banned users and guests. [note] Make sure to backup your files! I don't want to be held responsible if you lose your two hundred hacks installed. [important!] You MUST stealth ban your users from the Mod CP, just changing usergroup in the Admin CP won't add the neccessary timestamp. The same goes for unbanning stealth banned users, you MUST do that from the Mod CP as well for the same reason. If you have upgraded, you MUST put the users back to the registered group and then stealth ban them, or it won't add the neccessary timestamp. [credits] SJR and Xenon, for helping with some code fixes Frank for creating "Secretly ban a user" which inspired me to work on vBStealth. [upgrading from 1.X] Be sure to do what's listed under [important!] above! Also, although not needed, I recommend completely uninstalling 1.X versions before installing vBStealth 2.0, as the file changes have changed for many of the files. If you are to upgrade, be sure to run the query, and go through the file changes very carefully. [change log] 2.0: Hack now uses timestamps: Threads and posts before the user was banned will show up, but threads and posts after the user was banned will be hidden to everyone but stealth banned users, admins and mods. 1.3: Undid the changes to showthread.php, as it could lead to suspicion among stealth banned users if they communicate (thanks WetWired for the heads up). Also, I changed the code changes to newreply.php, so that it'll work if you have the Store Hack by Lesane installed. 1.2: Small fixes to search.php and newreply.php. New file modified: newthread.php. 1.1: Added changes to search.php as suggested by TECK (thanks ), which hides stealth users threads and posts when searching. 1.0: First release, no changes dummy. :P Show Your Support
|
Comments |
#82
|
|||
|
|||
Quote:
|
#83
|
||||
|
||||
|
#84
|
||||
|
||||
Nice hack! I'd install but I already have most of these things integrated in a much sloppier way. I hope you release something similar for 3.0 that is as complete as this.
|
#85
|
||||
|
||||
Thanks mate, I'll answer that question when I get my hands on VB3
|
#86
|
|||
|
|||
oh i want to install this verry great hack, but if i change my funktions.php I have a error.
PHP Code:
Parse error: parse error, unexpected '}' in /home/virtual/site7/fst/var/www/html/forums/admin/functions.php on line 364 Fatal error: Call to undefined function: getuserinfo() in /home/virtual/site7/fst/var/www/html/forums/admin/sessions.php on line 365 this my funktions.php PHP Code:
sorry for my eng. subu1 |
#87
|
||||
|
||||
Ah yes, the return shouldn't be doubled. These are the correct instructions:
FIND: Code:
eval("\$retval = \"".gettemplate("postbit")."\";"); Code:
if ($post[datestealthbanned] < $post[dateline]) { if ($bbuserinfo['usergroupid']==6 || $bbuserinfo['usergroupid']==5 || $bbuserinfo['usergroupid']==7) { $post[message]="<normalfont><b>Stealth banned user!</b></normalfont> <smallfont><i>This post is only visible to admins, mods, stealth banned users and guests:</i><br> <br></smallfont>".$post[message]; eval("\$retval = \"".gettemplate("postbit")."\";"); } else if ($bbuserinfo['usergroupid']==16) { eval("\$retval = \"".gettemplate("postbit")."\";"); } else if ($bbuserinfo['usergroupid']==1) { eval("\$retval = \"".gettemplate("postbit")."\";"); } else { eval("\$retval = \"".gettemplate("postbit_banned")."\";"); } } else { eval("\$retval = \"".gettemplate("postbit")."\";"); } |
#88
|
|||
|
|||
it is very fantastic this Hack, i love this Hack, big thxx
but i have only questions. The User can view the modforum, i must forum access adjust seperat for the stealt banned User? greetz subu1 oh oh my eng. |
#89
|
||||
|
||||
I'm not sure what you mean...the user can view the "modforum". What's that?
|
#90
|
|||
|
|||
oh excuse please, I meant stealt banned the User(my dummy) can moderators the forum to see and thats not normally. Is's a Forum for Moderators not for User.
greetz subu1 |
#91
|
||||
|
||||
I'm sorry, I still don't understand your question.
Perhaps if you read my first post again you could an answer to your question. Or you could try asking me again, I'm a little slow. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|