vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   How can I hide a CODE (https://vborg.vbsupport.ru/showthread.php?t=63639)

Bulent Tekcan 04-08-2004 07:19 PM

How can I hide a CODE
 
Hello

How can I hide a CODE unregister user ? I need only see registered user.I'm already post vbulletin.com http://www.vbulletin.com/forum/showthread.php?p=648982

Thanks

Bulent Tekcan 04-09-2004 10:42 AM

Anyone answer my question ?

TouchingVirus 04-09-2004 01:55 PM

i would suspect to look @ showthread.php /includes/functions_showthread.php and bbcode.php ...

ManagerJosh 04-09-2004 02:38 PM

Quote:

Originally Posted by turkeyforum
Hello

How can I hide a CODE unregister user ? I need only see registered user.I'm already post vbulletin.com http://www.vbulletin.com/forum/showthread.php?p=648982

Thanks

could you elaborate the part about "hiding code"

TouchingVirus 04-09-2004 07:11 PM

Hiding code wouldn't be the [hide] hack...

I would suspect its more along the lines of what vb.org uses from unlicensed members.. you know that thing "you cant view PHP code until you have verified your license" thing..

Bulent Tekcan 04-10-2004 05:24 PM

Yes,I need replace this message "you cant view PHP code until you have verified your license" to "Please register and see this code"

Fi_InCogNiTo 04-11-2004 05:05 AM

hmm, this could be useful :)

Bulent Tekcan 04-11-2004 08:12 AM

Yes fine but how ???

Cyphrix 04-11-2004 12:06 PM

use conditions to do it.

Code:

<if condition="$bbuserinfo['userid']">
whatever
<else />
Please Register to see
</if>


Xenon 04-11-2004 02:51 PM

either that way, or install boofo's hack, i think he realeased it.


All times are GMT. The time now is 02:58 AM.

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.01170 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete