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)

hypnoticpimp 06-12-2006 07:11 PM

Hey Vision i answered you back on your forum. I just said, that i did login as admin, i tried too login as admin trhough admincp/index.php and it redirects me to that error page

akanevsky 06-12-2006 10:48 PM

I fixed it for you. :)

akanevsky 06-13-2006 01:08 AM

Changes:

[+] Regular moderators now are treated as regular users in regards to viewing hidden content unless they are allowed to edit posts.
[F] [BUGID #003] Lowercase [HIDE] does not prevent parsing from being done correctly.
[F] [BUGID #001] UserCP is now correctly displaying last thanks received. (Expanded Edition Only)
[F] [BUGID #002] There is no more visible error when bitfields are not rebuilt properly after installation. (Expanded Edition Only)

Code:

Key:

[+] - New Feature
[–] - Removed
[F] - Bugfix / Correction

File Changes Since 2.5.4:

[C] ./includes/visionscripts/psionic_hide/global_start.php [Expanded Edition Only]

Code:

Key:

[+] - File Added, Must Upload
[–] - File Removed, Must Delete
[C] - File Modified, Must Re-Upload

Product Overwrite Required:

Yes.

Note:

The above upgrade procedure only applies if you are upgrading from vesrion 2.5.4.
If you are installing a fresh copy, you must perform a complete installation according to the manual.
If you are upgrading from a version older than 2.5.4, you must follow through each update thread in sequence.

RFViet 06-13-2006 02:17 AM

Quote:

Originally Posted by Psionic Vision
Make sure you applied the vbulletin_textedit.js change correctly.

I did correctly, don't know whatelse i can check ??

e DoGG 4 sHo 06-13-2006 06:54 AM

I was installing the hack following the directions provided on the read me, after uploading the final product onto the site through the admin panel the site no longer responds with this message.

Quote:

Fatal error: Cannot redeclare parsehide() in /home/hiphophi/public_html/includes/visionscripts/psionic_hide/global_start.php on line 44
Any idea what the problem is and how to remedy this?

Also I could not find the lc.php file when unzipping my file for the first time, could you also tell me where to find this lc.php file if it did not come with the zip package?

akanevsky 06-13-2006 11:16 AM

Quote:

I did correctly, don't know whatelse i can check ??
Is there a break; statement before the code you added in that file?

Quote:

Any idea what the problem is and how to remedy this?
You are upgrading from an older version that had these functions in functions.php. Take them out of there.

Quote:

Also I could not find the lc.php file when unzipping my file for the first time, could you also tell me where to find this lc.php file if it did not come with the zip package?
That is pertinent to expanded edition only - do not worry about that.

RFViet 06-14-2006 06:10 PM

Quote:

Originally Posted by Psionic Vision
Is there a break; statement before the code you added in that file?

a break; statement is after the code I added !!

akanevsky 06-14-2006 07:01 PM

There should such statement both before and after.
E.g. right before:
case 'HIDE'
there should a break; (on a previous line).

havefun 06-14-2006 07:15 PM

thx 4 update :)

RFViet 06-17-2006 02:03 AM

Quote:

Originally Posted by Psionic Vision
There should such statement both before and after.
E.g. right before:
case 'HIDE'
there should a break; (on a previous line).

yep, it fixed, you're right on the money .
So, you need to change the readme file
you wrote:
Find
Quote:

case 'PHP':
{
this.apply_format('removeformat');
}
ADD UNDERNEATH
Quote:

case 'HIDE':
case 'SHOWTOGROUPS':
{
useoption = true;
}
You need to add break; to both statements above . Thanks for help !!!


All times are GMT. The time now is 05:00 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.01833 seconds
  • Memory Usage 1,746KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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