vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=97366)

agsguar 02-21-2006 06:59 PM

Thank you for the hack,

I have a doubt, Why when someone clik on SAY THANK YOU, the hack return me to the firts page, This is correct??

Example.. Im on 43 page, when i click on SAY THANK YOU, automatic return me to page 1.

Thank you!!

akanevsky 02-21-2006 07:01 PM

I don't know about that. Will check it out.

Smiry Kin's 02-22-2006 01:44 AM

needs to be updated for 3.5.4

i tried to install but on the functions_forumdisplay the thing wasnt there i tried to put it where i thought it would go, no help =-/ is it bad to have this removed?

because my forum works with out it..

oni0n56 02-23-2006 02:26 AM

Yes, it would be sweet if this worked for 3.5.4 (I'm assuming it doesn't from the previous post...)

akanevsky 02-23-2006 11:43 AM

functions_forumdisplay hides data under hide hack in quickthread preview (threadbit).
yes, that code is required if you want to guarantee the complete security of hidden information... but, I'll have to download 3.5.4 before I can go any further.

lonelime 02-24-2006 09:42 PM

i am running vb 3.5.4 right now, and the hack still working fine.....

just let you know.....

akanevsky 02-24-2006 09:50 PM

Okay. FYI, this version still has a couple of bugs with the thanks part... They will be sorted out asap, as soon as I start up my site.

SaN-DeeP 02-25-2006 11:27 PM

was playing around with this addon, installation file needs some changes:

In file(s) ./includes/functions_forumdisplay.php,
Code:

$thread['preview'] = htmlspecialchars_uni(fetch_trimmed_title(strip_bbcode($thread['preview'], false, true), $vbulletin->options['threadpreview']));
i think this line has changed in 3.5.4 version

Quote:

- [HIDE-REPLY][/HIDE-REPLY], which will hide the content until the user replies to the thread (Expanded Version Only)
Probably you might consider adding this part of expanded version to free version sometime in future :nervous:

Smiry Kin's 02-25-2006 11:39 PM

Quote:

Originally Posted by SaN-DeeP
was playing around with this addon, installation file needs some changes:

In file(s) ./includes/functions_forumdisplay.php,
Code:

$thread['preview'] = htmlspecialchars_uni(fetch_trimmed_title(strip_bbcode($thread['preview'], false, true), $vbulletin->options['threadpreview']));
i think this line has changed in 3.5.4 version


Probably you might consider adding this part of expanded version to free version sometime in future :nervous:

i got it working.. o.0 where that section is find the end of it, and add it after e.g

find
Code:

                $thread['preview'] = strip_quotes($thread['preview']);
                $thread['preview'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title(
                        strip_bbcode($thread['preview'], false, true),
                        $vbulletin->options['threadpreview']
                )));

add after
Code:

                $thread['preview'] = parseHide($thread['preview']);
should look something like ( around line 162/168 )

Code:

                $thread['preview'] = strip_quotes($thread['preview']);
                $thread['preview'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title(
                        strip_bbcode($thread['preview'], false, true),
                        $vbulletin->options['threadpreview']
                )));
                $thread['preview'] = parseHide($thread['preview']);
        }


TamCaVBoy3 02-26-2006 01:04 PM

will i able to recieve the gold script through email again if i paid for it before. my paypal email is admin@ds-ent.net


All times are GMT. The time now is 02:25 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.01571 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
  • (5)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
  • (2)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