vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   hiding CODE from unlicensed users as mod (https://vborg.vbsupport.ru/showthread.php?t=219506)

voter 07-26-2009 02:41 PM

hiding CODE from unlicensed users as mod
 
Why vbulletin.org not releasing his modification that hides CODE, PHP bbcodes from unlicensed/unregistered users?

Marco van Herwaarden 07-26-2009 02:46 PM

That code would be useless to anyone else, as others do not have access to the license database.

James Birkett 07-26-2009 02:54 PM

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:

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...

Dismounted 07-27-2009 06:06 AM

Quote:

Originally Posted by voter (Post 1855924)
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.

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.

Marco van Herwaarden 07-27-2009 06:20 AM

The license check is not a stand alone product and it created specifically for vB.org. This will not be released.

voter 08-04-2009 07:44 AM

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?

Charlie98902 08-05-2009 11:51 AM

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.


All times are GMT. The time now is 04:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01119 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete