vBulletin Modifications

Miscellaneous Hacks - Hide hack by kerk

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > Forum Archives > vBulletin 3.0 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Not Supported
[vB 3.0.7] Miscellaneous Hacks - Hide hack by kerk (90)
Released: 10-18-2004, 08:02 PM
Modification Information:
kerk's Avatar Author: kerk
Last Online: 02-25-2008
Hack Version: 1.1 Installer Included: 0 Additional queries added to database: 0
New Templates: 2 Template Edits: 1 File Edits: 0
New Files: 0 New Phrases: 0 Installation Time (In Minutes): 5

sorry for my english
-------------------------------
work on vBulletin 3.0.3
Author - V@nya
Translation for english version - kerk
------------------------------------------
Install:
--------
In the file ./includes/functions.php find:
You must first be a registered member to view any code.
-------------------------------------------------
after add:
-------------------------------------------------
// Vanya's HIDE hack start
require_once("./hidehack.php");
$HideHack=new HideBlock();
$message=$HideHack->RewriteMessage($message);
// Vanya's HIDE hack end
-------------------------------------------------
In the file ./includes/functions_bbcodeparse.php find:
You must first be a registered member to view any code.
--------------------------------------------------------
after add:
--------------------------------------------------------
// Vanya's HIDE hack start
if($iswysiwyg ==0 )
{
require_once("./hidehack.php");
$HideHack=new HideBlock();
$bbcode=$HideHack->RewriteMessage($bbcode);
}
// Vanya's HIDE hack end
--------------------------------------------------------
find:
--------------------------------------------------------
You must first be a registered member to view any code.
--------------------------------------------------------
after add:
--------------------------------------------------------
// Vanya's HIDE hack start
if($iswysiwyg ==0 )
{
require_once("./hidehack.php");
$HideHack=new HideBlock();
$bbcode=$HideHack->RewriteMessage($bbcode);
}
// Vanya's HIDE hack end
--------------------------------------------------------
In the file newreply.php find:
You must first be a registered member to view any code.
--------------------------------------------------------
after add:
--------------------------------------------------------
// Vanya's HIDE hack start
require_once("./hidehack.php");
$HideHack=new HideBlock();
$newpost['message']=$HideHack->RewriteMessage($newpost['message'],1);
// Vanya's HIDE hack end
--------------------------------------------------------
Uploud file hidehack.php (attach) to forum root dir.
Thet`s all!

Use: [hide=x]Hide text[/hide] or [HIDE=x]Hide text[/HIDE] when "х" number of posts
Hide text will be viewed only for users who have "х" or more posts.



Screenshots
Screenshots
File Type: gif hidehack.gif (17.2 KB, 849 views)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 01-04-2005, 11:13 AM   #41
Charter Member
Join Date: Jun 2004
canubeat is on a distinguished road

Default

wow its very good to see ...... i want to install




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 01-05-2005, 07:47 AM   #42
Junior Member
Join Date: Jan 2005
Aluminum is on a distinguished road

Default

pritty nice but i was hoping for a hide hack were someone replys to it and it shows up.. good work though




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-05-2005, 04:36 PM   #43
Junior Member
Join Date: Jan 2005
tigersam is on a distinguished road

Default

same here, not one ive found is just a hide text until someone replies, well one does but that has lots of bugs they dont seem to wanna fix, this is a good mod but doesnt prevent everyone from viewing by default, this would be easily got around without this mod by simply setting a usergroups permission to view but not have the ability to reply to a thread in an area until they reach a certain post count then set promotion to move them up to another usergroup that has permission on a specified post count




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2005, 12:59 PM   #44
Junior Member
Join Date: Oct 2004
Ldot is on a distinguished road

Default

This code has a bug in it. When you click quote the code shows so basically making this worthless.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-11-2005, 06:37 AM   #45
Junior Member
Join Date: Nov 2004
Heo13 is on a distinguished road

Default

Quote:
I had it running on 3. Now on 3.0.3 I get the following error:

Fatal error: Cannot redeclare HideBlock::$PostsOwned in /home/www/blabla/blabla/forum/hidehack.php on line 6

Any clues?
Go to line 6 and delete

You must first be a registered member to view any code.

Ldot
You are using an old version. We already have a new version which fixes most of the bugs on Russian forums




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-20-2005, 01:23 AM   #46
Junior Member
Join Date: Jan 2005
Moonstruck is on a distinguished road

Default

heo...care to share that file? I tried this hack last week and i found out that quoting will show the hidden texts...i'd like to give it another try so please share




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-20-2005, 03:11 PM   #47
Junior Member
Join Date: Nov 2004
Heo13 is on a distinguished road

Default

Well, the rules of this forum do not allow me to share hacks, that i didn't write myself...




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-15-2005, 04:52 PM   #48
vB Lover
Join Date: Oct 2005
cyberman is on a distinguished road

Default

My question is if someone quote my post in his/her reply then the Hide hack still valid ???




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-18-2005, 07:47 PM   #49
Junior Member
Join Date: Dec 2005
article is on a distinguished road

Default

can you make this to run on 3.52




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-28-2005, 08:20 PM   #50
Leo
Junior Member
Join Date: Dec 2005
Leo is on a distinguished road

Default

Quote:
Originally Posted by D3LTA
I had it running on 3. Now on 3.0.3 I get the following error:

Fatal error: Cannot redeclare HideBlock::$PostsOwned in /home/www/blabla/blabla/forum/hidehack.php on line 6

Any clues?

Open up hidehack.php and delete the "var $PostsOwned;" on line 6




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[vB 3.5.2] Anyone can integrate hide hack with thanks you hack!? hoaidung vBulletin Modification Requests 5 01-03-2007 02:52 PM
hack like vBulletin Hide Hack 2.01 Ice vBulletin Modification Requests 1 11-17-2004 12:02 AM


All times are GMT -3. The time now is 10:34 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)