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


All times are GMT. The time now is 10:51 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.01917 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (4)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