vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - vFCoders - Hide Hack v4 (https://vborg.vbsupport.ru/showthread.php?t=282328)

yukirina 02-19-2015 07:29 AM

I am aware that ozzy47 made it so if you quote the post you won't see the hidden content, but what about PMs? Can you make that possible?

W!cKeD 03-11-2015 09:23 AM

Quote:

Originally Posted by Psycho-Killer (Post 2519683)
@W!cKeD

Download the file from this post ->https://vborg.vbsupport.ru/showpost....&postcount=398

It is working :)

No, not working for me, i upload ozzys file, but nothing when i quote a post i can see the hide code in quick reply.

This need a Fix, asap.

But thanks for your help ozzy and thanks psycho for the hint.


//edit

Its working now, its magic.. thanks! ;D

katie hunter 03-15-2015 09:39 PM

Hi, Is there a fix for this ? Usually these settings should work and not allow anyone if set proper to see the content behind the hidden link but it doesn't work if you let say you have a moderator on trial period, so he has mod power over a certain section, he can bypass all that and see the content behind the hide code.


Quote:

Default Usergroups which can see [SHOWTOGROUPS] Tag content when not specified by poster.
Also in the usergroups settings:

Quote:

Can Always See Hidden Content If enabled, then user of this group will be allowed to bypass Hide Tags.
Is there a way to fix this?

EvoDarrenshan 04-06-2015 01:25 PM

Quote:

Originally Posted by ozzy47 (Post 2534441)
Only Badshah can update the mod as it is not marked as reusable code.

I used your PHP update not working?

Manoel J?nior 05-03-2015 02:00 PM

Bug 4.2:

[Sun May 03 17:52:48 2015] [error] [client 188.4.124.30] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /var/zpanel/hostdata/zadmin/public_html/domain/includes/vfchh/php/vfc_hide_core.php on line 163

mitch84 05-04-2015 06:42 AM

Quote:

Originally Posted by Manoel J?nior (Post 2544752)
Bug 4.2:

[Sun May 03 17:52:48 2015] [error] [client 188.4.124.30] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /var/zpanel/hostdata/zadmin/public_html/domain/includes/vfchh/php/vfc_hide_core.php on line 163

https://vborg.vbsupport.ru/showpost....&postcount=394

Manoel J?nior 05-04-2015 11:50 PM

Thanks @mitch84

tanzeelniazi 05-08-2015 06:25 PM

i have not rec any error but permission problem like a moderator before i post but not solve if i made some changes from this post this
https://vborg.vbsupport.ru/showpost....&postcount=394
is permission problem solve ????
I dont know why badshah not trying to update so much bad news because if i made any sectional moderator hes like Super moderator because hole forum is UNLOCK :(

katie hunter 05-24-2015 05:45 PM

I still see links in archive pages after i upgraded to vb 4.2.2. Is there a way to fix this bug ? Guests can see links in archive pages.

Slowpoked 06-09-2015 01:08 PM

Fix for moderators permissions:
reason: in vfc_hide_core.php in function fetch_msg_to_hide didn't come variable with forumid and function canbypass didn't work on this condition:
PHP Code:

if (can_moderate($this->forumid'caneditposts')) 

AdminCP -> Plugins and Products - Find module: postbit_display_complete (vFCoders - Hide Hack [ Postbit]) and replace:
PHP Code:

'forumid' => $post['forumid'

for:
PHP Code:

'forumid' => $thread['forumid'

Enjoy


All times are GMT. The time now is 02: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.01358 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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