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

tanzeelniazi 06-12-2015 12:49 AM

Quote:

Originally Posted by Slowpoked (Post 2547464)
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

I find this code in xml file can i change this code in via cpanel ? or want to upload again ? because i use hide code in my forum and every thread have hide tags so i want to know if change the code can i face problem in my threads ?

Slowpoked 06-12-2015 02:09 AM

vBulletin Admin Panel -> Plugins And Products -> Manage Modules

tanzeelniazi 06-14-2015 09:37 AM

anyone help me please step by step :(
i can find code in Manage Modules
In manage modules have you can upload the product or edit the little code

inigo 06-17-2015 08:31 AM

Anyone can make this mod to work in blogs and CMS?

Thanks!

Milobil 08-09-2015 08:27 PM

Hi,

I'm looking for a way to edit this phrase :

https://vborg.vbsupport.ru/external/2015/08/34.png

It's the Hide-Reply-Thanks tag.

Thanks for pointing me in the right direction :)

Stratis 08-10-2015 08:24 AM

Find Phrase and change as you like.
Languages & Phrases -> Search in Phrases -> Search for Text

put this
**Hidden Content: Reply or Thanks to see the content**

Milobil 08-10-2015 09:11 AM

Quote:

Originally Posted by Stratis (Post 2552549)
Find Phrase and change as you like.
Languages & Phrases -> Search in Phrases -> Search for Text

put this
**Hidden Content: Reply or Thanks to see the content**

Thanks bro!

tanzeelniazi 08-27-2015 01:02 PM

Quote:

Originally Posted by Slowpoked (Post 2547464)
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

I follow your method its Awesome bro awesome you are great and you solve my problem
now i can make sectional moderators he can access in only moderator section
Love you :)

darksidemon2 10-14-2015 02:29 PM

work in vBulletin 4.2.3

BlooD 01-17-2016 02:05 PM

Thanks!

marysnow786 03-17-2016 10:16 AM

i have installed mod but images not showing https://vborg.vbsupport.ru/external/2016/03/5.jpg

i am using it on vB 4.2.3

MarkFL 03-17-2016 02:46 PM

Quote:

Originally Posted by marysnow786 (Post 2567445)
i have installed mod but images not showing ...i am using it on vB 4.2.3

Did you upload the files included with the product to your server?

tanzeelniazi 04-10-2016 10:53 AM

Many people have this problem (Button not showing)
First you need to upload button folder on your cpanel after if you dont see button you need to configure in you admincp
Follow this:
Admincp=> Styles & Templates => Style manager => Style variable editor => image paths => imgdir_button ..... See photo
https://vborg.vbsupport.ru/external/2016/04/37.png

pbb is my style name
Enjoy

RedHacker 05-25-2016 09:38 PM

Can work with 4.1.7 Version ? Why This product is not compatible with version 4.1.7 of vBulletin. (Compatible starting with 4.1.10 / Incompatible with 4.9.9 and greater)

Naijasite 12-14-2016 09:14 PM

When vFCoders - Hide Hack v4 is enable on my forum and when you try to view a post it Popup login window to login.http://prnt.sc/djjdxd when you disable the mod the popup authentication disappear.

Please howcan i fix this error?

Ashlar217 12-16-2016 09:01 PM

Just installed on 4.2.3

No issues at all... Just a reminder to folks to put the images found in /images/buttons & Images/Misc in ALL of your custom themes, own images folder.

Thanks for a very clean product.

Naijasite 12-18-2016 06:55 PM

When vFCoders - Hide Hack v4 is enable on my forum (http://www.spyidea.com/) and when you try to view a post it Popup login window to login. please see screen shoot http://prnt.sc/djjdxd when you disable the mod the popup disappear.

Any help?

fernandofgg 01-25-2017 10:24 PM

Hi community, sorry but I am new at vBulletin.

I been using this hack: vFCoders - Hide Hack v4 (SHOWTOGROUPS) https://vborg.vbsupport.ru/showthread.php?t=282328
To show the hidden data only for restricted users in the forum.
Now things changed in the forum and I need to allow all users get access to the hidden data

I have 6000 threads with this SHOWTOGROUPS code (second screenshot)
I need to remove the code from all 6000 threads, manually it is impossible
I have look the way to remove all 6000 codes in bulk but I failed

https://vborg.vbsupport.ru/external/2017/01/5.png

https://vborg.vbsupport.ru/external/2017/01/6.png

Like it is impossible to remove manually the code, what heppen if I remove/delete the hack from the forum?
Should be removed: Exclusive content for the following group (first screenshot)

I imagine the code showtogroups will still there, but after a thanks all users will be alble to see the hidden data

Is that correct?

MarkFL 01-26-2017 12:09 AM

Quote:

Originally Posted by fernandofgg (Post 2581337)
Hi community, sorry but I am new at vBulletin...

I moved the content of your duplicate post to the above post because it had more information. It is best to ask questions about a product in the product thread, and not in other forums. Duplicate posts run the risk of duplication of effort on the part of those posting help as well, and we value their time.

fernandofgg 01-26-2017 12:22 AM

Quote:

Originally Posted by MarkFL (Post 2581342)
I moved the content of your duplicate post to the above post because it had more information. It is best to ask questions about a product in the product thread, and not in other forums. Duplicate posts run the risk of duplication of effort on the part of those posting help as well, and we value their time.

Hi MarkFL, after I post this thread I realize that no body is getting answered here thats why I choose to put another thread in vB forums. what happens if I dont get an aswer, what will be my second option? Thanks

MarkFL 01-26-2017 09:00 AM

I would give the community more than an hour or two before deciding you aren't going to get an answer. It may be a while before someone familiar with this product sees your post and can answer. Please bear in mind that this product is marked as "Not Supported" and was released more than 4 years ago.

ikymbo 05-18-2017 10:21 AM

im trying to use with php 7.1.5 and it dont work, Show me an error 500

mikez006 05-23-2017 12:33 PM

Doesn't work with PHP7

PHP Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/folder/public_html/includes/vfchh/php/vfc_hide_core.php on line 163

MarkFL 05-23-2017 01:05 PM

Quote:

Originally Posted by mikez006 (Post 2586825)
Doesn't work with PHP7

PHP Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/folder/public_html/includes/vfchh/php/vfc_hide_core.php on line 163

Locate line #163 in the referenced file, which is:

PHP Code:

      $message preg_replace("/\[" $tag "=("|\"|'|)([0-9,\s]+)\\1\](.*)\[\/" $tag "\]/esiU""\$this->tagparser->\$parser('\\3', '\\2')"$message); 

Try changing this line to:

PHP Code:

      $message preg_replace_callback("/\[" $tag "=("|\"|'|)([0-9,\s]+)\\1\](.*)\[\/" $tag "\]/esiU", function($subs) {return \$this->tagparser->\$parser($subs[3], $subs[2]);}, $message); 

Note: I have not tested this. :)

mikez006 05-23-2017 04:17 PM

the file uses preg_replace 10 times. Should I edit all the lines?

----

That didnt' work. Whole site went down with this errror.

ParseError: syntax error, unexpected '$this' (T_VARIABLE), expecting identifier (T_STRING) in ..../includes/vfchh/php/vfc_hide_core.php on line 163

MarkFL 05-23-2017 04:51 PM

Okay, try this:

PHP Code:

$message preg_replace_callback("/\[" $tag "=("|\"|'|)([0-9,\s]+)\\1\](.*)\[\/" $tag "\]/esiU", function($subs) {return $this->tagparser->$parser($subs[3], $subs[2]);}, $message); 


mikez006 05-23-2017 05:09 PM

MarkFL I didn't test your 2nd edit, might work, but I don't know. Thanks for the help.

This worked for anyone that needs it.

Code:

$tagparser = $this->tagparser;
      $message = preg_replace_callback(
          "/\[" . $tag . "=("|\"|'|)([0-9,\s]+)\\1\](.*)\[\/" . $tag . "\]/siU",
          function($m) use ($parser, $tagparser) { return $tagparser->$parser($m[3], $m[2]); },
          $message
      );


MarkFL 05-23-2017 05:14 PM

Glad you got it sorted out! :)

Only the calls to the preg_replace() function with the /e modifier need replacing, and I suspect that was the only one.

ikymbo 05-25-2017 01:46 PM

i dont know, but now it dont let me to install, i have this error:

https://vborg.vbsupport.ru/external/2017/05/17.png

http://i.imgur.com/hyTJIqh.png

carik 06-24-2017 11:46 AM

Hi. That's the mistake.
Have tried the options above, does not work. With the first option MarkFL blank page, the second option MarkFL empty messages. the third option mikez006 of a blank page.
PHP Code:

[24-Jun-2017 16:17:26 Europe/HelsinkiPHP Deprecated:  preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in .../public_html/forums/includes/vfchh/php/vfc_hide_core.php on line 163 

please help with this problem.


All times are GMT. The time now is 01:38 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.01772 seconds
  • Memory Usage 1,856KB
  • 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
  • (13)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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