The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
hiding CODE from unlicensed users as mod
Why vbulletin.org not releasing his modification that hides CODE, PHP bbcodes from unlicensed/unregistered users?
|
#2
|
|||
|
|||
That code would be useless to anyone else, as others do not have access to the license database.
|
#3
|
|||
|
|||
You don't need a modification to do this, a simple if statement works.
Code:
<if condition="$show['member']">$code<else /><if condition="$show['guest']">{The code that shows to unregistered users}</if></if> |
#4
|
||||
|
||||
Quote:
In other words one implements the possibility to define in options his own license database server. --------------- Added [DATE]1248624492[/DATE] at [TIME]1248624492[/TIME] --------------- Quote:
Check this http://www.vbhackers.com/f76/hide-code-usergroups-5884/ There is even a mod for that https://vborg.vbsupport.ru/showthread.php?t=105160, but it is just doing the same like vbulletin.org do already a long time. moreover it is not working properly with 3.8.2 and vbseo 3.2. Sowhy I decide to ask, why not release the one is used in vbulleting.org... |
#5
|
||||
|
||||
That would mean revealing the schema of the licenses database - not something that people do willingly. Also, that would mean more work to make it "modular" - note that a lot of the systems are interconnected, it's difficult to "pull" a single part out.
|
#6
|
|||
|
|||
The license check is not a stand alone product and it created specifically for vB.org. This will not be released.
|
#7
|
||||
|
||||
Could you at least give a tip how you solved the problem with Cached Posting? Or you just keep no cache, so why any page of vbulleting.org loading loading and never finisch loading untill one press stop in browser?
|
#8
|
|||
|
|||
I'd be interested in this as I have a forum and it relates to software as well to link to an external database for verification they are legit and current on licenses.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|