vb.org Archive

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

rjmjr69 01-28-2007 03:28 PM

Quote:

Originally Posted by Shazz (Post 1169009)
Its a paid service

I understand this but in order to get to where I need to pay I needed a working link Its now working thanks for all the confusion

akanevsky 01-28-2007 06:02 PM

Quote:

Originally Posted by Shazz (Post 1169009)
Its a paid service

wow, is that so? thanks for letting us know. what would we do if not the omniscient shazz?

Shazz 01-28-2007 06:08 PM

Quote:

Originally Posted by Psionic Vision (Post 1169179)
wow, is that so? thanks for letting us know. what would we do if not the omniscient shazz?

No problem :P

akanevsky 01-28-2007 07:30 PM

Quote:

Originally Posted by Shazz (Post 1169186)
No problem :P

I wouldn't be so sure. :P

ragtek 01-28-2007 07:34 PM

this 2 guys are very funny

giotmuadong 02-08-2007 05:13 AM

this thing scared me, cuz i uploaded the plugin :D

Shazz 02-08-2007 05:24 AM

Quote:

Originally Posted by giotmuadong (Post 1177299)
this thing scared me, cuz i uploaded the plugin :D

When there are .php files in any mod/hack ALWAYS upload them first
Or you might have to call 1800-vBHELP-ME

doopz 02-10-2007 09:16 PM

Hello!

I've upgraded from an older version (uninstalled the old plugin, then imported the new one.. followed the readme steps, and removed the old marked lines that I had added with the older version.

Everything seems to be working allright now.. however when clicking the hide img, it doesn't ask how many posts the user wants to set. It used to do that.

Im sure I made a mistake somewhere, just need a little head-ups on where to find it!

thanks in advance :)

akanevsky 02-10-2007 11:37 PM

Quote:

Originally Posted by doopz (Post 1179440)
Hello!

I've upgraded from an older version (uninstalled the old plugin, then imported the new one.. followed the readme steps, and removed the old marked lines that I had added with the older version.

Everything seems to be working allright now.. however when clicking the hide img, it doesn't ask how many posts the user wants to set. It used to do that.

Im sure I made a mistake somewhere, just need a little head-ups on where to find it!

thanks in advance :)

Make sure you did the javascript edits correctly. :)

doopz 02-11-2007 11:29 AM

Quote:

Originally Posted by Psionic Vision (Post 1179520)
Make sure you did the javascript edits correctly. :)

Thx for quick reply!

However, as far as I know.. I rechecked all steps that were in the readme file.. and they were all correct.. (but obivously.. they are now :P)

I assume you're talking about the 'vbulletin_textedit.js' part?

akanevsky 02-11-2007 12:03 PM

Quote:

I assume you're talking about the 'vbulletin_textedit.js' part?
Yes. Try also reverting that file first. Oh, and which edition are you running?

doopz 02-11-2007 12:09 PM

Quote:

Originally Posted by Psionic Vision (Post 1179838)
Yes. Try also reverting that file first. Oh, and which edition are you running?

I've downloaded from here, version 2.8.0

this is how it currently looks:
Code:

switch (tagname)
                {
                        case 'CODE':
                        case 'HTML':
                        case 'PHP':
                        {
                                this.apply_format('removeformat');
                        }
                        break;
                        //added by hidehack
                        case 'HIDE-POSTS':
                        case 'SHOWTOGROUPS':
                        {
                                useoption = true;
                        }
                        break;
                }

But.. still no joy

akanevsky 02-11-2007 03:41 PM

Make it:

Code:

case 'HIDE':
case 'HIDE-POSTS':
case 'SHOWTOGROUPS':


doopz 02-11-2007 06:22 PM

Quote:

Originally Posted by Psionic Vision (Post 1179967)
Make it:

Code:

case 'HIDE':
case 'HIDE-POSTS':
case 'SHOWTOGROUPS':


Perfect! that did it :)
Couldn't figure it out.. untill this hehe

thanks for your time/help !

Robp57 02-16-2007 09:26 PM

I have downloaded and installed and whenever I post something I get this error..........
Unable to add cookies, header already sent.
File: /home/robp57/public_html/includes/functions_newpost.php
Line: 1211

I have tried to disable it and get a Database error, so I cant disable or uninstall.......
Can someone give me some help, this hack is killing me..........

akanevsky 02-17-2007 12:53 AM

Quote:

Originally Posted by Robp57 (Post 1184191)
I have downloaded and installed and whenever I post something I get this error..........
Unable to add cookies, header already sent.
File: /home/robp57/public_html/includes/functions_newpost.php
Line: 1211

I have tried to disable it and get a Database error, so I cant disable or uninstall.......
Can someone give me some help, this hack is killing me..........

Maybe you should review the file modification step of readme.html that deals with ./includes/functions_newpost.php.

Robp57 02-24-2007 10:15 AM

I already did all that a number of times.............
Its a shame .........I was gonna buy your Hide hack, but not if I cant get the free one to work......
I have installed and uninstalled a bunch of times and no go...........
Too Bad......

akanevsky 02-24-2007 12:06 PM

Quote:

Originally Posted by Robp57 (Post 1189622)
I already did all that a number of times.............
Its a shame .........I was gonna buy your Hide hack, but not if I cant get the free one to work......
I have installed and uninstalled a bunch of times and no go...........
Too Bad......

Maybe you can post lines 1200-1300 of your functions_newpost.php file? The error dispalyed is not likely to be associated with this hack, but maybe I can still help you.

mrahul 02-26-2007 06:54 AM

I had installed this hack in my old skin before, now I have added new skin, do I need to alter my files still or will the hack get altered automatically when this new skin was added.
Actually it's working well with out moderating any files :)

akanevsky 02-26-2007 11:16 AM

Quote:

Originally Posted by mrahul (Post 1190930)
I had installed this hack in my old skin before, now I have added new skin, do I need to alter my files still or will the hack get altered automatically when this new skin was added.
Actually it's working well with out moderating any files :)

You only need to modify files once for your installation. But you do need to apply skin modifications to each skin.

vspro 03-02-2007 03:14 PM

Quote:

AJAX posting and removal of Thank You's, with a stylish progress indicator.
AJAX posting and removal of Thank You's degrades gracefully to non-javascript functionality when AJAX is disabled.
why i'm using expensed can't use ajax >.<

MalebolgiaHR 03-04-2007 10:42 PM

This may have been touched on, so forgive me if I did not see it. Anyway, I installed the hack exactly as the instructions say, and all the forums on my board suddenly become unavailable. I saw where it says to "configure new usergroup permisions and forums settings that were added by the hack."

My problem is that I could not find the new usergroup permissions or forum settings added by the hack. Maybe I missed something, but could you give more of an indication of what to look for as far as new usergroup permission and forum settings that I need to set?

Thanks.

Shazz 03-04-2007 10:55 PM

Were the prices raised?
I swear they were 25 :|

akanevsky 03-04-2007 11:06 PM

Quote:

Originally Posted by Shazz (Post 1195808)
Were the prices raised?
I swear they were 25 :|

Yes. They were raised. Why are you concerned?

Quote:

Originally Posted by MalebolgiaHR (Post 1195801)
This may have been touched on, so forgive me if I did not see it. Anyway, I installed the hack exactly as the instructions say, and all the forums on my board suddenly become unavailable. I saw where it says to "configure new usergroup permisions and forums settings that were added by the hack."

My problem is that I could not find the new usergroup permissions or forum settings added by the hack. Maybe I missed something, but could you give more of an indication of what to look for as far as new usergroup permission and forum settings that I need to set?

Thanks.

You need to first upload files, then upload the product. Then when you go to vBulletin Usergroup Settings and open a usergroup, you'll see new options.

MalebolgiaHR 03-05-2007 02:34 AM

I am missing something here. I upload the files and put them in the appropriate directories, but when you say upload the product, where do I get it?

hotmasala4u 03-05-2007 07:15 PM

Same kind of problem is with me ... i uploded the product first by mistake. And then suddently all the forum is unavialable . i can't even access to my admincp. I get the follwing error everywhere--

Code:

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.


Please help me in resolving this problem .

akanevsky 03-05-2007 09:10 PM

Quote:

Originally Posted by hotmasala4u (Post 1196516)
Same kind of problem is with me ... i uploded the product first by mistake. And then suddently all the forum is unavialable . i can't even access to my admincp. I get the follwing error everywhere--

Code:

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.


Please help me in resolving this problem .

Please upload files before you upload the product. If you uploaded the product, then just upload the files and then re-install the product.

MalebolgiaHR 03-05-2007 11:30 PM

I am obviously missing a step here. I uploaded the files, made the code changes, but what do you mean by upload the product?

Shazz 03-06-2007 12:13 AM

Quote:

Originally Posted by MalebolgiaHR (Post 1196719)
I am obviously missing a step here. I uploaded the files, made the code changes, but what do you mean by upload the product?

Admincp> Product manager>Import prodcut
The .xml file

MalebolgiaHR 03-06-2007 02:55 AM

Quote:

Originally Posted by Shazz (Post 1196752)
Admincp> Product manager>Import prodcut
The .xml file

This should have been obvious, but I just could not seem to remember how to do that until I had an aha right after I asked how to do it. Thanks for the help!

Oh yeah, INSTALLED!

Shazz 03-06-2007 02:56 AM

Quote:

Originally Posted by MalebolgiaHR (Post 1196819)
This should have been obvious, but I just could not seem to remember how to do that until I had an aha right after I asked how to do it. Thanks for the help!

np :D

akanevsky 03-08-2007 10:57 PM

Hack Updated: Version 2.8.1. Important Security Fixes.

Please do the following
a) Do the new external.php file modification (see readme.html).
b) Re-upload of includes/visionscripts/psionic_hide/global_start.php
c) Re-upload of the product XML.

Please see www.visionscripts.com for the expanded edition upgrade procedures.

gbml4u 03-09-2007 02:49 PM

well done :) installed

subzero06 03-10-2007 02:57 AM

This HACK works for the version 3.6.4???? and can it be translate it to spanish?

akanevsky 03-10-2007 10:41 AM

Quote:

This HACK works for the version 3.6.4????
Yes.

Quote:

and can it be translate it to spanish?
Unfortunately, I do not speak spanish - but one who does may feel free to do so. :)

subzero06 03-10-2007 12:59 PM

Alright thanks!
bought and Installed!

subzero06 03-10-2007 02:00 PM

Im getting an error:
Code:

Site error: the file /home/username/public_html/habacilar/includes/visionscripts/psionic_hide/global_start.php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to be installed by the site administrator.
How can i fix it

MalebolgiaHR 03-10-2007 02:09 PM

Ok, I have a question. Is there a way to change what is displayed on a hidden block, such as changing the Hidden Block (for usergroups: Administrators :: 6): to something else?

akanevsky 03-10-2007 03:20 PM

Quote:

Originally Posted by subzero06 (Post 1200216)
Im getting an error:
Code:

Site error: the file /home/username/public_html/habacilar/includes/visionscripts/psionic_hide/global_start.php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to be installed by the site administrator.
How can i fix it

Support for the expanded edition is through visionscripts please.

Quote:

Originally Posted by MalebolgiaHR (Post 1200219)
Ok, I have a question. Is there a way to change what is displayed on a hidden block, such as changing the Hidden Block (for usergroups: Administrators :: 6): to something else?

Yes, you can do that by either editing the hidetag_ prhases or the bbcode templates.

vspro 03-10-2007 03:28 PM

Have search thanked of user ???


All times are GMT. The time now is 09: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.01640 seconds
  • Memory Usage 1,842KB
  • 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
  • (7)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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