vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Binary scrambled Posts (https://vborg.vbsupport.ru/showthread.php?t=91488)

thedvs 10-08-2005 08:03 PM

hehe this, just a quick explaination and the subscription link

PHP Code:

if (is_numeric($forumid) AND !$this->registry->GPC['preview'] AND ($this->registry->userinfo['forumpermissions']["$forumid"] & $this->registry->bf_ugp_forumpermissions['showscrambled']))
{
    
preg_match_all('/.{1}/s'$text$char_matches);
    
$char_array $char_matches[0];
    foreach (
$char_array as $char)
    {
        
$bin_array[] = substr('0000' base_convert(ord($char), 102), -8);
    }
    
$parsedtext '<font color ="#FFFF00">To view the contents of this Thread, you need to Purchase a Paid Subsciption to this Board.<br><a href="payments.php">Click here to Purchase a subscription.</a></font><br><br>' implode(' '$bin_array);
    
$parsedhasimages false;


Now if we could do it so that it does this on forums the admin chooses aswell as just the usergroups... KIRBY? :)

Cause I don't think this is a useless hack like Kirby said. It has great potential.

Andyrew 10-08-2005 10:25 PM

Installed :cool:

Andreas 10-09-2005 06:49 PM

Quote:

Originally Posted by thedvs
Now if we could do it so that it does this on forums the admin chooses aswell as just the usergroups... KIRBY? :)

You can enable this on a per forum per usergroup basis - just check youre permissions.

thedvs 10-09-2005 08:29 PM

AHA, didnt spot that!!! thanks for all your help kirby!

thedvs 10-09-2005 11:14 PM

Can we have an alternative to binary? Clever members can use online binary decoders to see the thread content.... ARGH

Andreas 10-11-2005 01:30 PM

Sure - code one and you have one :)

TyleR 10-11-2005 01:34 PM

you could md5() the text lmbo..but this looks pretty neat, Kriby..will test it out on my localhost today :)

thedvs 10-14-2005 11:57 AM

kirby i dont know how to code one! :)

Andreas 10-14-2005 11:58 AM

Well then ... then you're out of luck ;)

LEAD_WEIGHT 10-14-2005 10:59 PM

Ever try it with fonts? Binary is cool, but like to see more? :bored:


All times are GMT. The time now is 06:20 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.01276 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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