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)

Brandon Sheley 08-25-2006 07:47 PM

just tried again, and still getting an error :(

Fatal error: Call to a member function on a non-object in /home/***/public_html/forum/includes/class_postbit.php(296) : eval()'d code on line 216

the only hack I see close to it is the any media hack :?

akanevsky 08-25-2006 08:49 PM

You need to do ALL readme.html modifications, including the installation of the product XML. Do not attempt to check your actions after every single step, else you'll never finish.

Settler 08-26-2006 08:28 AM

hi... all is ok, the expanded version work.
but when i click on "Thank You" button, i have found a "bug"
in folder "/upload/images/misc/" is not a picture with the name "progress.gif"

akanevsky 08-26-2006 01:23 PM

Are you installing it on vB 3.6? On 3.6, progress.gif is there by default.

Settler 08-26-2006 02:27 PM

hi,
i'm sorry...
i have don't upload all gif's from vb 3.6.....

thablewprnt 08-26-2006 02:31 PM

Anybody got the "non-expanded" version to work?....SMH :down:

Brandon Sheley 08-26-2006 03:37 PM

Quote:

Originally Posted by Psionic Vision
You need to do ALL readme.html modifications, including the installation of the product XML. Do not attempt to check your actions after every single step, else you'll never finish.

yes, i did do ALL the readme steps ;) even triple check the file edits,
and i did upload the product with the product manager..
any other ideas ? thanks

akanevsky 08-26-2006 04:48 PM

Quote:

Anybody got the "non-expanded" version to work?....SMH
I did. I could try helping you if you explained what the problem is...

Quote:

yes, i did do ALL the readme steps even triple check the file edits,
and i did upload the product with the product manager..
any other ideas ? thanks
Make sure the product XML is installed and enabled. If that doesn't help, pm me with your ftp and admincp info, and I'll see what the problem is.

Brandon Sheley 08-26-2006 11:49 PM

Quote:

Originally Posted by Psionic Vision
Make sure the product XML is installed and enabled. If that doesn't help, pm me with your ftp and admincp info, and I'll see what the problem is.

this is what i did,
uploaded the files, per the Read me ;)
edited the php files, and the template files, and per Read me ;)
then uploaded the product as per the read me ;) and I checked, and it was enabled..

sorry, i can't give you ftp as its a clients site..
any ideas ?
thank you

akanevsky 08-27-2006 12:45 AM

Try disabling the anymedia hack that you said you have installed. It says the error is on line 216, but none of the plugins in this hack have more than 100 lines...

certvn 08-27-2006 02:42 AM

Quote:

Originally Posted by oricon
if the hack is enable i become an error:
Code:

Fatal error: Call to undefined function: parsehide() in /var/www/virtual/domain.tld/board/htdocs/includes/class_postbit.php(296) : eval()'d code on line 6
if the hack is disable i become no error, but the hack isn?t running. :laugh:
so, thats the problem? in vb3.5.x all was fine and now in vb3.6.0 this error.

update: i become the following error if the hack is enable or disable:
Code:

Fatal error: Call to undefined function: parsehide() in /var/www/virtual/domain.tld/board/htdocs/includes/functions_forumdisplay.php on line 162

I get the same error above.

Help me please

akanevsky 08-27-2006 12:22 PM

Quote:

I get the same error above.

Help me please
You need to cancel file modifications from the previous version of this hack.

akanevsky 08-27-2006 12:44 PM

Just updated the ZIP. Please overwrite the existing product with the updated product to remove the "call to function of non-object" problem.

certvn 08-27-2006 02:50 PM

Thank a lot

bolly.beats 08-27-2006 03:11 PM

Hello guys,
I need help with this please as i am not that good in english...

Quote:

FILE UPLOADS
For each of the pairs below, copy the file on the left from the archive package you have downloaded to the path you can see on the right.
Example: If you need to copy ./admincp/thehack.php to ./somefolder/thehack.php, it would mean that you need to copy a file, called thehack.php from the admincp subfolder of the package you have downloaded to the somefolder subdirectory of your forum engine.
./upload/*.* => ./*.* Step is Complete. ( Done)
This Step I don't get it. I mean where do upload the files that in upload folder of this Hack? someone please help :) thank youuuu

akanevsky 08-27-2006 03:15 PM

Quote:

Originally Posted by bolly.beats
Hello guys,
I need help with this please as i am not that good in english...



This Step I don't get it. I mean where do upload the files that in upload folder of this Hack? someone please help :) thank youuuu

Upload the contents of the upload folder straight into your vbulletin folder.

bolly.beats 08-28-2006 03:28 AM

I am NOT into coding at all, but it's just I was looking into this and I guess i messed with it and fixed it. so before trying this please wait till what other people say if its right or not.

I was just havin an error with the codes of this hack.. I mean for all topic it was workin and for one topic it was showin me some error and it was in
includes/vision scripts/psionic_hide/global_start.php
It was on line 140: Do you where it says [0-9]* in original codes, i changed that to [0-9,]+ which i got it from the line 143 and it was about SHOWTOGROUPS... it looks like working for me on my forums.. please EXPERTS let me if i am right or not. Thank you .... :D

Original:
Quote:

$message = preg_replace("/\[(" . $this->tags['HIDE-POSTS'] . ")=("|\"|'|)([0-9]*)\\2\](.*)\[\/\\1\]/esiU", "\$this->parse_bbcode_hposts('\\4', \\3)", $message);
FIXED:
Quote:

$message = preg_replace("/\[(" . $this->tags['HIDE-POSTS'] . ")=("|\"|'|)([0-9,]+)\\2\](.*)\[\/\\1\]/esiU", "\$this->parse_bbcode_hposts('\\4', \\3)", $message);
Still Images are not showing up in my forum. I have to fix that I don't know why... if someone can help plz... thanxxx.

MajorFm.com 08-28-2006 09:57 AM

^^^ You need to enable them in the specific forum, admincp options and for the usergroup

akanevsky 08-28-2006 12:20 PM

Quote:

please EXPERTS let me if i am right or not.
No, you are not. There should only be digits in the parameter of HIDE-POSTS, no commas...

As for the images, please download updated package and overwrite your global_start.php...

bolly.beats 08-28-2006 01:34 PM

hey thanx for reply...
but it works fine for me :p and right after that line 140... it was same thing on line 144 i think... it was about SHOWGROUPS... there was a comma in the parameter....
so what u think.. i should just leave it because its workin or change it ??
thnx once again :)

akanevsky 08-28-2006 01:50 PM

You need to revert it to the original and then edit THE POST with which you have a problem...

MaLTRaiN 08-28-2006 03:02 PM

I hope someone make a system like this, but for free... I can't understand how this bbcode exists in php and not in vbulletin...

akanevsky 08-28-2006 03:46 PM

Quote:

I hope someone make a system like this, but for free...
May your hopes be fulfilled. But this particular system will never be free.

bolly.beats 08-28-2006 04:23 PM

thank you Psinoic Vision for your kind help :D

Brandon Sheley 08-28-2006 05:23 PM

Quote:

Originally Posted by Psionic Vision
Try disabling the anymedia hack that you said you have installed. It says the error is on line 216, but none of the plugins in this hack have more than 100 lines...

okay, ill give it a try again later this week, but i know they want both hacks :(

Kmurray 08-29-2006 09:35 PM

I have the free version of this hide hack and im trying to use custom images instead of the text (i.e. Hidden Block). Yet i can't seem to find this anywhere, is this even possible in the free possible?

p.s. im new to vB just converted from IPB

peterska2 08-30-2006 12:00 AM

Hey PV :)

Just been playing with this hack with a view to installing it on my live board, but to keep things simple I want to use a replacement to replace[code] with [showtogroups=x] but for some reason it's not too happy about doing that.

Before I start poking around trying to figure it out too much, I was wondering if you have any advice on the best way to do this.

akanevsky 08-30-2006 01:02 AM

what exactly is it that you are trying to do? And please reply to my pm concerning the sig, thanks...

peterska2 08-30-2006 01:20 AM

I'm wanting to hide anything in code tags from everyone not in one particular usergroup. So far I've tried a few different things and have not found anything that has worked.

This works, but required the usage of [showtogroups=x]code[/showtogroups] and for easiness sake, I want to be able to just use
Code:

code
instead. I've not poked around too much in your code yet, but I'm confident that you can change the tags to something else which is the straight forward bit. The complicated bit is to use an existing tag instead.

I've tried replacement variables, and moving a couple of things around in the edited vB files, but not found a solution yet.

akanevsky 08-30-2006 01:32 AM

How is it possible to use a one-param bbcode for a two-param bbcode? I don't understand that.

peterska2 08-30-2006 01:45 AM

It would always be the same, lets say for arguments sake usergroupid=10 is the group that I want the codes shown to and thats it.

It's probably not possible, so I'll keep trying to find another solution.

akanevsky 08-30-2006 11:57 AM

It is possible, although irrelevant to this hack. :)

FIND (includes/class_bbcode.php):

PHP Code:

    function handle_bbcode_code($code)
    {
        global 
$vbulletin$vbphrase$stylevar$show

ADD UNDERNEATH:

PHP Code:

        // limit accessibility
        
if (!is_member_of($vbulletin->userinfoUG_ID1UG_ID2 ... UG_IDN))
        {
            
$code 'You have no permission to see this.';
        } 


peterska2 08-30-2006 01:12 PM

Thanks PV, works perfectly :)

Stoebi 08-30-2006 02:47 PM

Hi,

i found an uncached template:
hidetag_toolbar_buttons (1)


Great work :)


Regards, Stoebi

akanevsky 08-30-2006 06:06 PM

Which page is it uncached on?

Stoebi 08-30-2006 06:32 PM

Quote:

Originally Posted by Psionic Vision
Which page is it uncached on?

SHOWTHREAD


Regards, Stoebi

akanevsky 08-30-2006 09:49 PM

Thanks. Will fix.

demgel 09-01-2006 07:44 PM

I've installed it, configured it (the groups permission... forum settings...) and doesn't show the buttons on the editor toolbar =(

Don't know what to do....

EDIT!

Sorry, It was my mistake... I thought that the "forum settings" was the general settings.. but it's per forum.

I'm Sorry... my english sucks...xD!

Thanks Vision Scripts! I have done a "Donate Us" on my website to buy your hack ;)

akanevsky 09-01-2006 08:58 PM

Quote:

Originally Posted by Stoebi
SHOWTHREAD


Regards, Stoebi

Update: Just checked, with version 2.7.0 it is cached. What version are you running?

Stoebi 09-01-2006 09:32 PM

Quote:

Originally Posted by Psionic Vision
Update: Just checked, with version 2.7.0 it is cached. What version are you running?

2.7.0 - fresh install on a fresh vBulletin 3.6.0 installation.

http://neutral.gmxhome.de/pics/hide.jpg <- Perhaps it helps

With IE 7 i get an unknown javascript error if you hit the HIDE tag without clicked in the quick reply answer box before.

Example:
Click the "Quick Reply to this message" button to activate the "Quick Reply" box.
Click on the HIDE or STG toolbar button without clicking in the answer box first.
Enter anything in the popup and click okay. You should now see the error message on the bottom of your IE 7.


Regards, Stoebi


All times are GMT. The time now is 01:02 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.01457 seconds
  • Memory Usage 1,834KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (16)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