voter |
07-26-2009 03:06 PM |
Quote:
Originally Posted by Marco van Herwaarden
(Post 1855909)
That code would be useless to anyone else, as others do not have access to the license database.
|
I don't mean somebody checks the vbulletin license server, but any other server before allowing users to get an access to a code or other bbcode or a forum.
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:
Originally Posted by James Birkett
(Post 1855916)
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>
I think this is what you're asking :rolleyes:
|
No it will not work properly, with non zero Cached Posts Lifespan in Server Settings and Optimization Options.
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...
|