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 (91)
Released: 10-18-2004, 09: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, 851 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 11-18-2004, 10:05 PM   #31
Junior Member
Join Date: Nov 2004
cudum is on a distinguished road

Default

Quote:
Originally Posted by Paul
we dont have the hide hack on here....
Ohhh .... i'm sorry




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 11-18-2004, 11:01 PM   #32
Charter Member
Paul's Avatar
Join Date: Mar 2004
Real Name: Paul Dobbins
Location: Beaverton, OR, USA
Paul is an unknown quantity at this point

Default

lol dont' be sorry i may add it so people can try it out




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-21-2004, 08:41 AM   #33
Junior Member
Join Date: Nov 2004
Freaky2 is on a distinguished road

Default

Good Hack, Thanks




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-04-2004, 09:09 AM   #34
Junior Member
Join Date: Nov 2004
mrdca is on a distinguished road

Default

Hi!
Nice Hack man!
But is it possible to add the funktion to hide until reply!?

*installed* clicked!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-2004, 05:03 AM   #35
Junior Member
Join Date: Sep 2004
Abyss` is on a distinguished road

Default

Thanks man going to take a look..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-2004, 12:34 PM   #36
Charter Member
Join Date: Aug 2004
kn0ck0ut is on a distinguished road

Default

I tried it and it doesn't work. I have a forum and tested this hack. No luck.........I don't know if because I have inline moderation hack installed.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-06-2004, 09:15 AM   #37
Coder
D3LTA's Avatar
Join Date: Oct 2004
Real Name: D3LTA
Location: The Netherlands
D3LTA is on a distinguished road

Default

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?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-22-2004, 09:49 PM   #38
Tx3
Junior Member
Join Date: Dec 2004
Tx3 is on a distinguished road

Default

I have it running fine but I would much rather have it be hidden untill someone replys (like phpbb & Invision both have)

I don't have any problems with it though other then that.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-28-2004, 01:17 AM   #39
Junior Member
Join Date: Oct 2004
hiscl is on a distinguished road

Default

Greats !




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-02-2005, 09:33 AM   #40
Junior Member
Join Date: Jan 2005
Boss Lady is on a distinguished road

Default

real nice thanks!!




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 03:52 PM
hack like vBulletin Hide Hack 2.01 Ice vBulletin Modification Requests 1 11-17-2004 01:02 AM


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


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