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)

mitch84 06-26-2017 12:13 PM

hi, how integrated this hack in blog? thx

Cem01 08-26-2017 02:22 PM

I upgraded my forum vB 4.2.5 and PHP 7.0. When I activate this plugin, all the messages seem empty. How I can solve this problem? I can't find any other hide hack.

ikymbo 08-28-2017 01:03 PM

Quote:

Originally Posted by Cem01 (Post 2589592)
I upgraded my forum vB 4.2.5 and PHP 7.0. When I activate this plugin, all the messages seem empty. How I can solve this problem? I can't find any other hide hack.

Same problem! :D

xl21a4 11-27-2017 01:59 PM

Hi, I have installed the plugin and the icons do not display.
My vBulletin version is 4.2.5 and I'm using CinemaIce custom theme.

I have put the info and images in the root of my ftp and in the theme folder.

Can you help me please? Thanks in advance

Stratis 12-29-2017 11:30 AM

Quote:

Originally Posted by xl21a4 (Post 2591276)
Hi, I have installed the plugin and the icons do not display.
My vBulletin version is 4.2.5 and I'm using CinemaIce custom theme.

I have put the info and images in the root of my ftp and in the theme folder.

Can you help me please? Thanks in advance

Quote:

Originally Posted by mitch84 (Post 2587813)
hi, how integrated this hack in blog? thx

Quote:

Originally Posted by Cem01 (Post 2589592)
I upgraded my forum vB 4.2.5 and PHP 7.0. When I activate this plugin, all the messages seem empty. How I can solve this problem? I can't find any other hide hack.


Did some one found solution, with vb4.2.5 - 7PHP ?


EDIT:
https://vborg.vbsupport.ru/showpost....&postcount=477

That seems to work, thanks mikez006

mitch84 01-02-2018 12:14 PM

hi Stratis, is that line 163 I need to replace with this code? thanks

Stratis 01-02-2018 04:09 PM

Quote:

Originally Posted by mitch84 (Post 2592011)
hi Stratis, is that line 163 I need to replace with this code? thanks

Yes, actually...

In vfc_hide_core.php

Find this:
Code:

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

And change with this:
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
      );

:)

Barzor 03-10-2018 10:28 AM

How to remove the copyright link in the footer?

I tried many options, but can't seem to find the solution

Stratis 03-11-2018 05:06 PM

Quote:

Originally Posted by Barzor (Post 2593418)
How to remove the copyright link in the footer?

I tried many options, but can't seem to find the solution


Why some one want to do this? This is the work of coder at least to show his copyright. Any way it is up to you.
As i see, it's the plugin "vFCoders - Hide Hack [Copyright]"

ciccio79 08-27-2018 02:42 PM

Don' install!
When i load the file xml don't work why?
my version is 4.2.5

BlooD 07-04-2019 04:22 PM

thanks !

chudvs 02-02-2020 10:57 PM

Quote:

Originally Posted by ciccio79 (Post 2596154)
Don' install!
When i load the file xml don't work why?
my version is 4.2.5

same problem here too

when i import the xml i get this message

Not Acceptable!

An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.

chudvs 02-03-2020 01:43 PM

Fixed my problem... just rename the xml import file (removing the wierd characters).

MentorBR 07-09-2020 06:03 PM

How do I make the content blocked even for the staff?

yilmaz 07-10-2020 06:26 AM

Quote:

Originally Posted by MentorBR (Post 2603440)
How do I make the content blocked even for the staff?

Go settings
/admincp/options.php?do=options&dogroup=bbcode_sid_hide
Coose YES to let all admins view any hidden content
Choose YES to let mods view hidden content based on their forumrights
Choose No in both

----edit---
Sorry, what I said was for the other Sids Hide Hack

cevo 11-27-2022 02:04 PM

Does it support vb 4.2.5 ?

Hostboard 11-28-2022 05:55 PM

Quote:

Originally Posted by cevo (Post 2609049)
Does it support vb 4.2.5 ?

Read through the various pages as it looks like there are several fixes that need to be made. YMMV

marysnow786 12-07-2022 05:00 PM

so no one updating vb modes right ?

Hostboard 12-07-2022 05:17 PM

Quote:

Originally Posted by marysnow786 (Post 2609111)
so no one updating vb modes right ?

If you listen, you can hear a pin drop around here.
vBulletin is not the powerhouse of 3rd party support that it once was.
Many place the demise on the release of VB5 and the sale to Internet Brands.

In the case of this mod:
Developer Last Online: Nov 2016

You have a better chance of winning the lottery. Although there are developers out there but don't expect a $10 fix as they command a premium to support a dinosaur.

StormBreaker 05-22-2023 07:56 AM

Work like a charm except for the [SHOWTOGROUPS] tag, crash the new thread page.


All times are GMT. The time now is 09:07 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.02458 seconds
  • Memory Usage 1,764KB
  • 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
  • (2)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (20)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