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:

Xtremist 10-15-2005 01:47 PM

i did all the phrases upload the xml file etc where is the option to make a user group see the binary or is it per member either way could u tell me how

thedvs 10-15-2005 02:38 PM

its per usergroup or forum
usergroup options &/or forum permissions

thedvs 10-15-2005 02:39 PM

@Kirby, ah K u meanie :)

Christine 11-05-2005 05:08 PM

From Kier's announcement:
Quote:

Bitfield XML files use stronger product association
For a bitfield XML file to be parsed, it must be associated with a product that is installed and active. Previously, it was impossible to not use certain bitfield files without deleting them. This is more consistent with CP navigation XML files.
Does this mean that we need to redo this as a non vB product, or is that only for an initial install?

Andreas 11-05-2005 05:11 PM

Should work, as it is attached to vbulletin.
Though it would be better to redo it as product.

Christine 11-05-2005 05:50 PM

Yeah, I am thinking the same thing. Just for consistency, I am going to set all of them up the same way with their respective [renamed] products.

Renmiri 08-06-2006 12:48 AM

<s>kk, won't click install since you asked... But it is a cool mod. Downloaded!</s> Installed!

And it doesn't work :(

1) it may be my flaky laptop and my freebie unzipper (Coffeecup) but I had a hell of a time finding the bitfield_scrambleposts.xml file after I unzipped it...

2) After using "brute force" to get the bitfield in, I edited a user and his user group to test it.. Set the permissions to "can only view scrambled" and... It is not scrambling

How do i get it to work on 3.5.4 ?


All times are GMT. The time now is 07:42 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.01113 seconds
  • Memory Usage 1,754KB
  • 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
  • (2)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
  • (17)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