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)

vbreal 02-04-2006 10:40 PM

Quote:

Originally Posted by Real Talk
i am haveing some trouble. when performed the plugin. it just keeps going and going.

Importing Product, Please Wait... its been going for five minutes now.

it did the same with another plugin i tried.

I found out the reason i was having this problem. i was on a windows server running ASP. I had to switch to linux. Just thought i would put the reason out there in case anyone else has this problem.

good hack i look fwd to getting the extended version. i already sent u a pm.

Bison 02-07-2006 02:43 AM

This is way better than the one I purchased at vbskins! :D

Thank you!

1aleem 02-08-2006 10:04 PM

Sorry if this is a silly question but can I use this with vB 3.5.3 or not?

VaaKo 02-09-2006 06:06 PM

I just wanna know, is this hack compatible with AJAX quick reply?

darkman 02-12-2006 12:35 AM

Thanks Psionic - worked a treat.

*installed

darkman 02-12-2006 01:05 AM

Quote:

Originally Posted by Psionic Vision
Replace
if (in_array($usergroup, array(5,6))
With
if (in_array($usergroup, array(6))

and erase
if (can_moderate($forumid) AND in_array(THIS_SCRIPT, array('forumdisplay', 'showthread', 'archive', 'printthread')))
{
$hidetag['canview'] = true; // allowed if [user = mod]
}

Where would I find that code to replace Psionic?

Thanks again!

Mr.T 02-12-2006 10:37 AM

Hello Psionic,

I have some questions.
First, can I use this hack in vB 3.5.3, too? In the includes/functions_forumdisplay.php there is not the code that I have to change.
Second, the bugs with more than one hidden-text in one thread and the bug with editing a post are still there.

Hopoe you can help me.

T

Delphiprogrammi 02-12-2006 10:59 AM

Quote:

Originally Posted by Mr.T
Hello Psionic,

I have some questions.
First, can I use this hack in vB 3.5.3, too? In the includes/functions_forumdisplay.php there is not the code that I have to change.
Second, the bugs with more than one hidden-text in one thread and the bug with editing a post are still there.

Hopoe you can help me.


T

working fine on vb 3.5.3 just find this in this functions_forumdisplay.php

PHP Code:

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

above that

PHP Code:

$thread['preview'] = parseHide($thread['preview']); 

all done

Mr.T 02-12-2006 11:59 AM

So. now I have changed all php- and js-files. But I can't do the changes in the templates, because I get an error:

Parse error: parse error, unexpected '{' in /srv/www/htdocs/web4/html/includes/functions.php on line 4386

Hope you can help me.

T

Delphiprogrammi 02-12-2006 12:32 PM

Quote:

Originally Posted by Mr.T
So. now I have changed all php- and js-files. But I can't do the changes in the templates, because I get an error:

Parse error: parse error, unexpected '{' in /srv/www/htdocs/web4/html/includes/functions.php on line 4386



Hope you can help me.


T

that's caused by a syntax error most likely you forgot something where the PHP parser is exspecting something else then a '{' look in the lines of code before the '{' or you could start over with a clean functions.php file

Mr.T 02-12-2006 01:08 PM

Sure, but the the funtcions.php is a clean one. only the code from this hide-hack is in it. And when I use the clean one I get an error whene I want to read a post.

Or can you install this hack for me?

Bison 02-12-2006 08:05 PM

I did find a problem with this hack using vb 3.53. When I try to edit the post, everytime I click the save button the post disappears. When I refresh the page with the browser, I can see the post again, but I loose my edits that I made.

Edit: Disregard my comments above ... The Message Hirearchy hack was the reason why I could not see the post after I edit it. I removed that hack and everything worked fine.

[email protected] vbmenu_register("postmenu_900382", true); 02-14-2006 08:27 PM

what text do i put in in the hi lighted field ?

Code:

break; case 'HIDE': case 'SHOWTOGROUPS': { useoption = true; } break; case 'LOCKDATA': { tagname = this.show_prompt('Enter 1 of the 4 secrecy tags to wrap locked data with.', ''); tagname = ((tagname = this.verify_prompt(tagname)) === false) ? 'HIDE' : tagname; var breaker = (this.wysiwyg_mode ? '<br />' : '\r\n') selection = 'IP:' + breaker + 'PORT:' + breaker + 'USERNAME:' + breaker + 'PASSWORD:' + breaker + 'PATH:

       
Code:

       
.. your text ..

' + breaker + 'COMMENTS:'; }


RFViet 02-14-2006 08:34 PM

Does it work with vB3.5.3 ???

Delphiprogrammi 02-14-2006 08:37 PM

Quote:

Originally Posted by RFViet
Does it work with vB3.5.3 ???

yes ...

[email protected] vbmenu_register("postmenu_900794", true); 02-15-2006 07:14 AM

got it working and it works perfect, one question though where can i edit

'You do not have sufficient rights to see the hidden data contained here'

text to my own custom text ??

Delphiprogrammi 02-15-2006 08:30 PM

Quote:

Originally Posted by rixthemix@aol.c
got it working and it works perfect, one question though where can i edit

'You do not have sufficient rights to see the hidden data contained here'

text to my own custom text ??

edit the phrase hidetag_accessdenied

admincp => languages & phrases => phrase manager => search in phrases (choose for phrase text and varname) click search

vbulletin will find that phrase and next to i there's an edit button .....

brianvu 02-15-2006 08:58 PM

this hide hack work for vbb 3.5.3 ? sorry i have found this . :rolleyes:

Delphiprogrammi 02-15-2006 09:03 PM

Quote:

Originally Posted by brianvu
this hide hack work for vbb 3.5.3 ?

yes i have it working with 3.5.3

brianvu 02-15-2006 09:08 PM

Quote:

Originally Posted by Delphiprogrammi
yes i have it working with 3.5.3

thanxs delpiprogrammi

LiveMicSociety 02-16-2006 02:38 PM

Installed :up:

vbreal 02-18-2006 02:42 AM

Code:

Warning: Invalid argument supplied for foreach() in /includes/class_postbit.php(251) : eval()'d code on line 38
i get that message when ever i try to edit. ididn't get it untill i installed ur hack. so i uninstalled it tried editing and i didn't get the message. i reinstalled it, then edited and i got the message again. i know i am following the instructions to a T. is this a known bug, if so is it something that's going to be fixed.

the hack works great i just get this error

thanks

akanevsky 02-18-2006 11:03 AM

What page do you get the error on?

kauka 02-19-2006 04:47 AM

you get that error everytime you quick edit any post

Mudvayne 02-19-2006 01:04 PM

Dear Psionic Vision.. We hav facing a problem with our Archive.. As far as I can remember this is the hack we r using & for that we have to edit our archive/index.php.. Well the prob is Guests cant access the Archive.. Archive index loads.. But When guests try to view & click a forum the result comes into a blank page.. May b u could help..

Note that.. Few I month ago I have installed DCSEO & vBRanking & again uninstalled properly..

akanevsky 02-19-2006 04:33 PM

I am sorry, but I cannot support my hacks on boards with other 3rd party hacks.

bleodler 02-19-2006 09:48 PM

I am using vb3.5.3 and am trying to install the expanded version of this hack. Whenever I try to edit a post with quick edit, this error message comes up:
Quote:

Warning: Invalid argument supplied for foreach() in /includes/class_postbit.php(251) : eval()'d code on line 108
I've tried doing the file edits a few times and have been unable to get it to work.

barny11 02-19-2006 11:14 PM

im also having a problem with the extended version when editing a post.

Warning: Invalid argument supplied for foreach() in /includes/class_postbit.php(251) : eval()'d code on line 192

error dissapears when hack is disabled.

akanevsky 02-19-2006 11:25 PM

In the next version the problem will be eliminated.

vbreal 02-20-2006 03:24 PM

Quote:

Originally Posted by Psionic Vision
In the next version the problem will be eliminated.

o ok cool

it doesn't seem to be hurting anything as of now. i just got users complaining about it ha ha

great hack by the way

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 12:47 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.01568 seconds
  • Memory Usage 1,835KB
  • 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
  • (8)bbcode_code_printable
  • (2)bbcode_php_printable
  • (12)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
  • (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