vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=179034)

akanevsky 01-27-2009 12:52 AM

A new package has been posted in the 3.8 version of this thread - new version of expanded edition also available for download from visionscripts.com.

M.C. 01-27-2009 05:04 PM

can you give link to 3.8 version thread?

akanevsky 01-28-2009 11:55 AM

I think you already found it. :)
https://vborg.vbsupport.ru/showthread.php?t=203010

dxflw 02-26-2009 11:28 AM

thanks button not sowing i placed my buuton to my buttons directory i m using default theme of vbulletin. plz help not showing thanks buttom i m using vbulletin 3.7.3

Rukas 03-17-2009 02:15 AM

I just updated to PHP 5.2.8 and MySQL 5.0.77 and ever since doing so the hidden content displays as {param} when thanked.

Any ideas how to fix it?

Blunks 04-18-2009 10:48 AM

Quote:

vS-Hide Hack Resurrection: Incomplete Installation!

One or more of the required files are missing.
Please read over readme.html and ensure every file from the upload directory is uploaded to vBulletin forum root.

Afterwards, click here to refresh the page.
Help? I've uploaded everything fine, double checked...and now this has taken over every page on my admincp....why?

Basicly, How can I uninstall this Product?

xplan2007 05-09-2009 10:45 AM

how do i disable thanks system in sepcified forum.

now only on off for global setting.

( I use expand edition)

akanevsky 05-09-2009 04:06 PM

Quote:

Originally Posted by Blunks (Post 1793843)
Help? I've uploaded everything fine, double checked...and now this has taken over every page on my admincp....why?

Basicly, How can I uninstall this Product?

This is a message from an old version of the hack... Put define('DISABLE_HOOKS', true); in config.php then you can access the control panel.

algert 05-15-2009 04:18 AM

THanks for this, does this worked with 3.8x? And also, can this work like this:- https://vborg.vbsupport.ru/showthread.php?p=1761581 ???

akanevsky 05-29-2009 02:18 AM

:up: Release: vS-Hide Hack Resurrection 3.7.2 :up:

Changes Since 3.7.1:
  • [+]* The hack has been optimized to work fast on large boards.
  • [+] The toolbar buttons are now displayed on postbit_quickedit and showthread_quickreply.
  • [+]* Two less file edits (which need to be removed if you have upgraded from an older version - see forum announcement).
  • [F] Corrected a cosmetic bug in advanced editor's toolbar.
  • [F] Fixed bbcode templates so that they can now be edited.

* Expanded Edition Only.

Upgrade Process:

1. Upload all of the new files.
2. Overwrite the product.
3. In ./includes/functions_databuild.php, find and delete (relevant to expanded edition only):

Code:

$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid IN ($postids" . "0)");
               
$hhr_res = $vbulletin->db->query_write("SELECT DISTINCT userid FROM " . TABLE_PREFIX . "post WHERE postid IN ($postids" . "0)");
while ($hhr_item = $vbulletin->db->fetch_array($hhr_res))
{
        $GLOBALS['hhr']->rebuild_cache('count', $hhr_item['userid']);
}

Also in the same file, find and delete:

Code:

$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid = $postid");

$GLOBALS['hhr']->rebuild_cache('count', $postinfo['userid']);

4. Revert the following templates, if you've done any changes:
  • hidetag_toolbar_buttons
  • bbcode_hposts
  • bbcode_hrply *
  • bbcode_hrplytnx *
  • bbcode_htnx *
  • bbcode_showtogroups

5. You should see a new administrative notice about rebuilding the thanks table. Please follow the instructions on that notice.

6. Enjoy the faster performance of your forums!

* Expanded Edition Only.


All times are GMT. The time now is 05:08 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.01163 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)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