The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vS-Hide Hack Resurrection Details »» | |||||||||||||||||||||||||||||||||||||||||||||
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*===================================*\ || vS-Hide Hack Resurrection (Limited Edition) || || Author : Anton Kanevsky || Works on : vBulletin 4.0.x || Released : Mar 12, 2010 || || Time required to install: ~2 minutes || Difficulty: easy \*===================================*/ DESCRIPTION Have you ever wanted your users to be able to define who exactly can view the information in any particular post? vS-Hide Hack Resurrection, a vBulletin expansion, features a set of handy tags that together give your users an opportunity to do just that: [HIDE-POSTS]: defines the minimum number of posts required to read the content within. [SHOWTOGROUPS]: defines the usergroups that may read the content within. [HIDE-THANKS]*: defines that the content within may only be read after the person says thank you by pressing a special button. (Expanded Edition Only) [HIDE-REPLY]*: defines that the content within may only be read after the person replies. (Expanded Edition Only) [STU]: defines the users that may read the content within. (Expanded Edition Only) *(1): The HIDE-THANKS tag comes with a full-featured Post Thank You System. See features for further details. *(2): The HIDE-REPLY tag can be reversed to HIDE with just one easy switch of an admincp option. STATISTICS File Uploads: 1 File Changes: 5 Products to Install: 1 FEATURES General
Integrated "Thank You" System ? (Expanded Edition Only)
INTRODUCTION Why "Resurrection"? The reason is simple: This hack has been written many times by various people, and nobody ever got their version working correctly. This product presents a professional version written from scratch, and there are no backdoors through which hidden information can be illegally retrieved. Unlike other systems, this one works correctly with the vBulletin Post Cache. Usage Syntax: [HIDE]information[/HIDE] Shortcut code, can be mapped to any of the below ones. By default, it is mapped to HIDE-POSTS. [HIDE-POSTS=X]information[/HIDE-POSTS] Information is not shown to people who have less than X posts. Has an alternative syntax: , where X is automatically set to the value defined in vBulletin options. [HIDE-REPLY]information[/HIDE-REPLY] (Expanded Edition Only) Information is not shown to people unless they reply. [HIDE-THANKS]information[/HIDE-THANKS] (Expanded Edition Only) Information is now shown to people unless they press "Thank You" button. [HIDE-REPLY-THANKS]information[/HIDE-REPLY-THANKS] (Expanded Edition Only) Information is not shown to people unless they either reply or press "Thank You" button. [SHOWTOGROUPS=x]information[/SHOWTOGROUPS] Information is not shown to people unless they are a member of the X usergroups, where X is a comma-separated list of usergroupids. [STU=x]information[/STU] Information is not shown to people unless they are a listed in X, where X is a comma-separated list of userids. :: Copyrights :: The Engine & Toolbar Images - Copyright ? Anton Kanevsky (aka @kan), 2006 - 2010 Locked and Unlocked Images - Copyright ? vBStyles.com, 2004 - 2006, huge thanks to Miko for providing the PSD files! VERSION HISTORY Please see the attached "change_log.html" file for version history. The installation manual is contained within the attached file. IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Download Now
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
Fraxter, Michael.A, pandusetiawan |
Comments |
#172
|
|||
|
|||
We have noticed that hidden content can be found by quoting a post. I've narrowed it down to the newpost_quote template, and in styles where I remove the {vb:raw pagetext} from the template the vulnerability is removed (at the cost of quoting). I think the best solution would just be to add some command in the code to parse all BB code. I just don't know enough PHP to know what command to use. Here's an example of what I mean (I know parsebbcode() isn't real).
Code:
ORIGINAL: [QUOTE={vb:raw originalposter}]{vb:raw pagetext}[/QUOTE] FIX: [QUOTE={vb:raw originalposter}]parsebbcode({vb:raw pagetext})[/QUOTE] |
#173
|
|||
|
|||
Quote:
I'm also interested to have this |
#174
|
|||
|
|||
Quote:
PHP Code:
|
#175
|
|||
|
|||
Quote:
We have noticed that hidden content can be found by quoting a post. I've narrowed it down to the newpost_quote template, and in styles where I remove the {vb:raw pagetext} from the template the vulnerability is removed (at the cost of quoting). I think the best solution would just be to add some command in the code to parse all BB code. I just don't know enough PHP to know what command to use. Here's an example of what I mean (I know parsebbcode() isn't real). Code:
ORIGINAL: [QUOTE={vb:raw originalposter}]{vb:raw pagetext}[/QUOTE] FIX: [QUOTE={vb:raw originalposter}]parsebbcode({vb:raw pagetext})[/QUOTE] |
#176
|
|||
|
|||
My PAID license not work !!!!
Luckid..... !!!! |
#177
|
|||
|
|||
That is the point of the fix I posted. It is a correction of the bbcode parsing routines in the hide hack that were not processing correctly during quoting. If you look at the code, and the hooks you will see this was intended to do what the poster was requesting.
At this point I'm not sure what is going wrong for you. I have spent roughly 40 hours tracking through how this mod works and fixing things on my sites so that I have the results I need. You are going to have to invest the same if you don't get what you are looking for in this or any of the other hide mods out there. I've looked back through my hacks to this mod, and they are minor and pretty simple. They work for me, but I don't know what else you have going on. Good luck. Quote:
|
#178
|
|||
|
|||
I don't understand php or vBulletin nearly as much as you. I made exactly the change you outlined and it caused hidden messages to not appear at all. I removed the change and it started working again.
|
#179
|
||||
|
||||
A question.
I would like that the text included in is only visible to admin specified usergroups. Can I do that using this mod or do I need the expanded version? I don't need any other feature, just this one. |
#180
|
|||
|
|||
Quote:
I basicly just want our crew to be able to view the hidden text, everyone else no. |
#181
|
|||
|
|||
there is an updated version at the developer's site
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|