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


All times are GMT. The time now is 03:29 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.01720 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)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
  • (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