PDA

View Full Version : How can I hide a CODE


Bulent Tekcan
04-08-2004, 07:19 PM
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
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.


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

Bulent Tekcan
04-15-2004, 07:10 PM
either that way, or install boofo's hack, i think he realeased it.


How can I find this hack ?

Bulent Tekcan
04-15-2004, 07:12 PM
use conditions to do it.


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



Can you explain me ? How can I adapted this code and where ?

Xenon
04-15-2004, 07:58 PM
How can I find this hack ?
by looking into bob's profile

Bulent Tekcan
04-20-2004, 09:08 PM
I cannot find :(

Xenon
04-20-2004, 09:27 PM
it was easy to find, nearly on the top of bobs profile:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=59648